body {
  position: relative;
  background: url("assets/img/bg_main.png") top/100% auto repeat;
}

.main__text {
  position: absolute;
  inset: 0;
  padding: 3rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.main .h1 {
  padding: 8px;
  background-color: #743FA0;
  filter: drop-shadow(2px 4px 4px #743FA0);
}

.history {
  margin-bottom: 5rem;
}
.history img {
  filter: drop-shadow(2px 4px 4px #743FA0);
}
.history__title {
  position: absolute;
  top: 340px;
  left: 19%;
}
.history__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 2rem;
  grid-template-areas: "year topic text text text text";
}
.history__content.first {
  grid-template-areas: "year topic-first topic-first text-first text-first text-first" "year topic-last topic-last topic-last text-last text-last";
}
.history__content.last {
  grid-template-areas: "year topic topic text text text";
}
.history__year {
  grid-area: year;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("assets/img/arrow_down-purp.png") center/100% 100% no-repeat;
  padding: 1rem;
}
.history__year--arrow-yellow {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 330%;
  background: url("assets/img/arrow_down-yel.png") center/100% 100% no-repeat;
}
.history__topic {
  grid-area: topic;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  background: url("assets/img/arrow_right-purp.png") center/100% 60px no-repeat;
  padding-right: 3.5rem;
  margin-inline: -48px;
}
.history__topic.first {
  grid-area: topic-first;
}
.history__topic.last {
  grid-area: topic-last;
}
.history__text {
  grid-area: text;
  position: relative;
  z-index: 0;
  background-color: rgba(217, 217, 217, 0.2);
  border: 1px solid #F9F9F9;
  box-shadow: inset 0 4px 20px 0 rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
  padding: 2rem 2rem 2rem 4rem;
}
.history__text.first {
  grid-area: text-first;
}
.history__text.last {
  grid-area: text-last;
}
.history__preparation-info {
  padding-left: 20%;
  background: url("assets/img/bg_preparation.png") left bottom/90% 65% no-repeat;
}
.history__preparation-img {
  position: relative;
  top: 13%;
}

.clins__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-inline: auto;
}
.clins__link {
  width: 100%;
  padding: 2rem;
  filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.2509803922));
  background: url("assets/img/bg_clin.png") center/100% auto no-repeat;
  transition: all 0.5s;
}
.clins__link:hover {
  transform: scale(1.01);
}
.clins__text {
  margin-top: 0;
}

.materials h3 {
  position: absolute;
  top: 1%;
  left: 1%;
}

.litra {
  background-color: #F9F9F9;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1019607843));
}
.litra ol li:not(:last-child) {
  margin-bottom: 0.6rem;
}

.footer {
  background-color: #F5EBFF;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1019607843));
}
.footer__content {
  display: grid;
  grid-template-columns: 3fr 3fr 10px 1fr;
  gap: 1.5rem;
  place-items: center;
}
.footer__line {
  height: 90%;
  width: 2px;
  border-radius: 50%;
  background-color: #743FA0;
}

@media screen and (max-width: 1539px) {
  .history__title {
    top: 330px;
  }
}
@media screen and (max-width: 1399px) {
  .history__title {
    top: 270px;
  }
  .history__topic {
    padding-right: 2rem;
  }
  .history__preparation-info {
    background: url("assets/img/bg_preparation.png") left bottom/90% 66% no-repeat;
  }
  .history__preparation-img {
    top: 34%;
  }
}
@media screen and (max-width: 1199px) {
  .main .h1 {
    font-size: 3.4rem;
  }
  .main .h2 {
    font-size: 2.6rem;
  }
  .clins .fz-s {
    font-size: 1rem !important;
  }
  .history {
    margin-bottom: 4rem;
  }
  .history__title {
    top: 220px;
    left: 20%;
  }
  .history__year--arrow-yellow {
    height: 300%;
  }
  .history__topic .fz-s {
    font-size: 1rem !important;
  }
  .history__preparation-info {
    background: url("assets/img/bg_preparation.png") left bottom/90% 64% no-repeat;
  }
  .history__preparation-info ul.fz-s {
    font-size: 1rem !important;
  }
  .history__preparation-img {
    top: 36%;
  }
  .footer__content {
    grid-template-columns: 5fr 3fr 10px 1fr;
    gap: 1rem;
  }
  .footer__line {
    width: 1px;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 14px;
  }
  .clins .fz-s {
    font-size: 0.8rem !important;
  }
  .history__title {
    top: 150px;
  }
  .history__year--arrow-yellow {
    height: 285%;
  }
  .history__text {
    padding: 1rem 1.5rem 1rem 4rem;
  }
  .history__topic {
    padding-right: 1.2rem;
  }
  .history__preparation-info {
    background: url("assets/img/bg_preparation.png") left bottom/90% 69% no-repeat;
  }
  .history__preparation-img {
    top: 53%;
  }
  .honeycomb__cell {
    font-size: 0.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 12px;
  }
  .history {
    margin-bottom: 3rem;
  }
  .history__title {
    top: 20px;
  }
  .history__content {
    row-gap: 0.5rem;
    grid-template-areas: "year year topic topic topic topic" "year year text text text text";
  }
  .history__content.first {
    grid-template-areas: "year year topic-first topic-first topic-first topic-first" "year year text-first text-first text-first text-first" "year year topic-last topic-last topic-last topic-last" "year year text-last text-last text-last text-last";
  }
  .history__content.last {
    grid-template-areas: "year year topic topic topic topic" "year year text text text text";
  }
  .history__year--arrow-yellow {
    height: 115%;
  }
  .history__topic {
    text-align: end;
    padding: 2rem;
    margin: 0 0 0 -20px;
  }
  .history__topic .fz-s {
    font-size: 1.8rem !important;
  }
  .history__year .fz-s {
    font-size: 1.8rem !important;
  }
  .history__text {
    padding: 1.5rem;
    width: 90%;
    place-self: center;
  }
  .history__preparation-info {
    padding: 1rem;
    background: url("assets/img/bg-mobile_preparation.png") center/100% 64% no-repeat;
  }
  .history__preparation-info ul.fz-s {
    font-size: 1.2rem !important;
  }
  .history__preparation-img {
    top: 0;
  }
  .clins__list {
    width: 83%;
  }
  .clins .fz-s {
    font-size: 1.2rem !important;
  }
  .clins__link {
    background: url("assets/img/bg-mobile_clin.png") center/100% 100% no-repeat;
  }
  .clins img {
    max-width: 250px;
  }
  .clins__text {
    margin-top: 10rem !important;
  }
  .honeycomb__cell {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 10px;
  }
  .main .h1 {
    font-size: 3rem;
  }
  .main .h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 449px) {
  .main .h1 {
    font-size: 2.4rem;
  }
  .main .h2 {
    font-size: 2rem;
  }
  .clins__list {
    width: 100%;
  }
}

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