.hn {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h13 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h46 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* =========================== Banner ============================== */
.banner {
  padding: 10px ;
  color: white;
  background-image: url('/themes/custom/tpp/images/banner-background.png');
}
.banner a {
  color: white;
}
.banner__wrapper {
  height: 100%;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner__content {
  -webkit-flex: 0 1 60%;
  -moz-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  text-align: center;
}
.banner-title {
  font-size: 36px;
  line-height: 50px;
  font-style: italic;
  padding-bottom: 0.5em;
  padding-right: 5px;
  display: block;
}
.banner-link a {
  text-decoration: underline;
  display: inline-block;
  position: relative;
}
.banner-link a::after,
.banner-link a::before {
  position: absolute;
  content: '';
  margin-left: 0.5em;
  display: inline-block;
  text-decoration: none;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-135deg);
  padding: 0.278em;
  top: 0.25em;
}
.banner-link a::before {
  right: -0.7em;
}
.banner-link a + .banner__text {
  margin-left: 3em;
}
.banner-link {
  padding-right: 1.5em;
}
.banner__second-text {
  text-align: center;
  font-size: 18px;
}
.banner__second-text p {
  margin: 0;
}
.banner__link {
  -webkit-flex: 0 0 14em;
  -moz-flex: 0 0 14em;
  -ms-flex: 0 0 14em;
  flex: 0 0 14em;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.banner__link a {
  padding: 15px 20px;
  color: white;
  background: #053579;
  border-radius: 2px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid white;
}
.banner__link a:hover {
  background: #1b529f;
}
.banner.banner--youtube {
  height: 25em;
  padding: 0px;
}
.banner.banner--youtube .banner__content {
  max-width: 35em;
}
.banner.banner--youtube .banner__wrapper {
  background-image: url('/themes/custom/tpp/images/bez-bazaru-vozidlo-background.jpg');
  background-repeat: no-repeat;
  background-position-y: -15rem;
}
/*# sourceMappingURL=banner.css.map */