.medailon__header {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 1.75em;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.medailon__header > h3 {
  font-size: 5em;
  margin-bottom: 0;
  padding-right: 1.25em;
}
.medailon__header > div:first-child {
  width: 12.5em;
  height: 12.5em;
  border-radius: 50%;
  filter: grayscale(1);
  overflow: hidden;
}
.medailon__header:after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 6.25em;
  height: 6.25em;
  margin-top: 1em;
  background-image: url("../../images/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.3s ease-in-out;
}
@media all and (max-width: 82em) {
  .medailon__header {
    font-size: 0.75em;
    margin-left: auto;
    margin-right: auto;
    width: 64em;
    max-width: 100%;
    padding-bottom: 2em;
  }
}
@media all and (max-width: 60em) {
  .medailon__header {
    font-size: 0.5em;
  }
}
@media all and (max-width: 40em) {
  .medailon__header {
    font-size: 0.3825em;
  }
}

.medailon__content {
  max-width: calc(100% - 28.5em);
  margin: auto;
  display: grid;
  grid-template-columns: 21.875em 21.875em;
  column-gap: 2em;
  max-height: 1px;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
}
.medailon__content p + p {
  margin-top: 0;
}
@media all and (max-width: 82em) {
  .medailon__content {
    width: 48em;
    max-width: 100%;
  }
}
@media all and (max-width: 60em) {
  .medailon__content {
    width: 32em;
    grid-template-columns: 1fr;
    row-gap: 1em;
  }
}
@media all and (max-width: 40em) {
  .medailon__content {
    width: 24.48em;
  }
}

.paragraph--type--medailonek.open .medailon__header:after {
  transform: rotate(45deg);
}
.paragraph--type--medailonek.open .medailon__content {
  max-height: 20em;
}

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