main h2 {
  font-size: 2em;
  text-align: center;
}
@media all and (max-width: 50rem) {
  main h2 {
    font-size: 1.5em;
  }
}
section {
  padding-top: 2em;
  padding-bottom: 2em;
}
section.hp-dostupnost {
  width: 96%;
  max-width: 78rem;
  margin: 0 auto;
  display: flex;
  padding-top: 4em;
  align-items: stretch;
  max-width: calc(78rem + 6em);
}
section.hp-dostupnost > * {
  flex-grow: 1;
}
section.hp-dostupnost img {
  opacity: 0.7;
}
section.hp-dostupnost .dostupnost-text {
  min-height: 23em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-image: url("../../images/cloud_dostupnost.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: calc(50% + 2.5em);
  background-size: calc(100% + 3.5em);
  padding: 3em 3em 0 5em;
  margin-left: -6em;
}
section.hp-dostupnost .dostupnost-text > p {
  text-align: center;
  font-size: 2em;
  padding-bottom: 0.75em;
}
section.hp-boxy {
  width: 96%;
  max-width: 78rem;
  margin: 0 auto;
}
section.hp-boxy > h2 {
  margin-top: 1.5em;
}
section.hp-boxy .paragraph--box-s-ikonou {
  width: 100%;
}
section.hp-rada {
  background-color: #f5f5f5;
}
section.hp-rada .rada--content {
  width: 96%;
  max-width: 78rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.3em;
}
section.hp-rada .rada--content > * {
  max-width: 39rem;
}
section.hp-rada .rada--text {
  max-width: 39rem;
  padding-right: 0.5em;
}
section.hp-rada .rada--text p.email,
section.hp-rada .rada--text p.phone {
  display: grid;
  grid-template-columns: 1fr 3em 1fr;
  align-items: center;
}
section.hp-rada .rada--text p.email .button,
section.hp-rada .rada--text p.phone .button {
  text-align: center;
}
section.hp-rada .rada--text p.email > span,
section.hp-rada .rada--text p.phone > span {
  font-size: 0.8em;
  color: #595959;
  font-weight: 300;
}
section.hp-rada > h2 {
  width: 100%;
}
section.hp-televize h2 {
  font-size: 2.5em;
}
section.hp-televize > p {
  font-size: 1.7em;
}
section.hp-televize .televize--content {
  width: 96%;
  max-width: 78rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
section.hp-televize .televize--text {
  padding-left: 1.5em;
  font-size: 1.3em;
}
section.hp-televize .televize--text p {
  line-height: 1.3;
}
section.hp-novinky {
  width: 96%;
  max-width: 78rem;
  margin: 0 auto;
}
section.hp-novinky h2 {
  color: #D41E35;
  margin-bottom: 1em;
}
section.hp-novinky .more-link {
  margin-top: 2em;
  text-align: center;
}
@media all and (max-width: 95.83333333rem) {
  section.hp-dostupnost .dostupnost-text {
    margin-left: 0;
  }
  section.hp-dostupnost > *:not(.dostupnost-text) {
    display: flex;
    align-items: center;
  }
}
@media all and (max-width: 78rem) {
  section.hp-rada .rada--content > *:not(.rada--text) {
    max-width: 27rem;
  }
}
@media all and (max-width: 70rem) {
  section.hp-dostupnost {
    justify-content: center;
  }
  section.hp-dostupnost .dostupnost-text {
    flex-grow: 0;
  }
  section.hp-dostupnost > *:not(.dostupnost-text) {
    display: none;
  }
}
@media all and (max-width: 62rem) {
  section.hp-dostupnost .dostupnost-text {
    padding: 3em 3em 0 3em;
    background-size: calc(100% + 1.5em);
  }
  section.hp-dostupnost .dostupnost-text > p {
    font-size: 1.9em;
  }
  section.hp-rada .rada--content {
    justify-content: center;
  }
  section.hp-rada .rada--content > *:not(.rada--text) {
    display: none;
  }
  section.hp-televize h2 {
    font-size: 2.2em;
  }
  section.hp-televize .televize--content {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media all and (max-width: 44em) {
  section.hp-dostupnost {
    padding-top: 3em;
    margin: 0;
    width: 100%;
  }
  section.hp-dostupnost .dostupnost-text {
    justify-content: flex-start;
    padding: 0;
    background-image: none;
    width: 100%;
    min-height: auto;
  }
  section.hp-dostupnost .dostupnost-text > p {
    margin: 0 2%;
    font-size: 1.6em;
  }
  section.hp-dostupnost .dostupnost-text .eus-availability {
    margin: auto;
  }
}
@media all and (max-width: 35rem) {
  section.hp-boxy {
    width: 100%;
    margin: 0;
  }
  section.hp-rada .rada--text p.email,
  section.hp-rada .rada--text p.phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section.hp-rada .rada--text p.email > * + *,
  section.hp-rada .rada--text p.phone > * + * {
    margin-top: 1em;
  }
  section.hp-rada .rada--text p.email {
    margin-top: 4em;
  }
  section.hp-televize h2 {
    font-size: 2em;
  }
  section.hp-televize > p {
    font-size: 1.3em;
  }
  section.hp-televize .televize--text {
    font-size: 1.2em;
    margin-bottom: 1.5em;
  }
  section.hp-televize .televize--content > *:not(.televize--text) {
    overflow: hidden;
  }
  section.hp-televize .televize--content img {
    min-width: 30em;
  }
}
