.reklamace .c-reklamace-works__item,
.reklamace .c-reklamace-works__item-inner li { margin: 0; padding: 0; list-style-type: none; background: none transparent; }
.reklamace .c-reklamace-works__item-inner ol,
.reklamace .c-reklamace-works__list { margin: 0; padding: 0; list-style-type: none; }
.reklamace .c-reklamace-hero { margin-bottom: 40px; padding-top: 1rem; text-align: center; }


h1, h2, h3, h4 {
  font-weight: 500;
}
.color-magenta {
  color: #e91e63;
}
@media (min-width: 768px) {
  .reklamace .c-reklamace-hero { margin-bottom: 60px; }
}

.reklamace .c-reklamace-works { max-width: 400px; margin: 0 auto 40px; }
.reklamace .c-reklamace-works__item { margin-bottom: 30px; }
.reklamace .c-reklamace-works__item-inner { display: flex; flex-direction: column; height: 100%; padding: 20px 10px 30px; border-radius: 10px; box-shadow: 7px 11px 33px rgba(0, 0, 0, 0.12); }
  .reklamace .c-reklamace-works__item-inner picture { display: block; margin-bottom: 10px; line-height: 0; }
  .reklamace .c-reklamace-works__item-inner h2 { margin: 0 0 24px; font-size: 24px; line-height: 30px; }
  .reklamace .c-reklamace-works__item-inner h3 { margin: 0 0 16px; font-size: 22px; line-height: 26px; }
  .reklamace .c-reklamace-works__item-inner ol { margin-bottom: 20px; counter-reset: options; }
  .reklamace .c-reklamace-works__item-inner li { position: relative; margin-bottom: 20px; padding-left: 26px; counter-increment: options; }
    .reklamace .c-reklamace-works__item-inner li strong { }
    .reklamace .c-reklamace-works__item-inner li:before { position: absolute; top: 0; left: 0; font-size: 22px; line-height: 22px; content: counter(options) "."; color:#e91e63; }
    .reklamace .c-reklamace-works__item-inner li a { color: var(--color-blue); }
.reklamace .c-reklamace-works__item-desc { margin: 0 0 24px; color: #707070; }
  .reklamace .c-reklamace-works__item-desc a { color: var(--color-blue); }
.reklamace .c-reklamace-works__item-btn { text-align: center; }

@media (min-width: 550px) {
  .reklamace .c-reklamace-works__item-inner { padding: 20px 20px 40px; }
}

@media (min-width: 950px) {
  .reklamace .c-reklamace-works { max-width: 1400px; margin: 0 auto 100px; }
  .reklamace .c-reklamace-works__list { display: flex; margin-left: -30px; }
  .reklamace .c-reklamace-works__item { max-width: 33.3333%; margin-bottom: 0; border-left: 30px solid hsla(0, 0%, 100%, 0); flex: 1 0 33.3333%; }
  .reklamace .c-reklamace-works__item-inner ol { margin-bottom: 48px; }
  .reklamace .c-reklamace-works__item-btn { margin-top: auto; }
    .reklamace .c-reklamace-works__item-btn .btn { padding-right: 30px; padding-left: 30px; }
}

@media (min-width: 1024px) {
  .reklamace .c-reklamace-works__item-inner { padding: 34px 44px 50px; }
    .reklamace .c-reklamace-works__item-inner h2 { font-size: 30px; line-height: 36px; }
  .reklamace .c-reklamace-works__item-inner__item-desc { font-size: 18px; line-height: 24px; }
  .reklamace .c-reklamace-works__item-btn .btn { padding-right: 40px; padding-left: 40px; }
}

@media (min-width: 1200px) {
  .reklamace .c-reklamace-works__list { margin-left: -50px; }
  .reklamace .c-reklamace-works__item { border-left-width: 50px; }
  .reklamace .c-reklamace-works__item-btn .btn { padding-right: 50px; padding-left: 50px; }
}

.reklamace .c-reklamace-faq { max-width: 1325px; margin: 0 auto; }
  .reklamace .c-reklamace-faq h2 { margin: 0 0 28px; font-size: 28px; line-height: 44px; text-align: center; }
.reklamace .c-reklamace-faq__item { position: relative; margin-bottom: 34px; padding: 20px 80px 20px 20px; border-radius: 5px; box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.07); }
  .reklamace .c-reklamace-faq__item:after { position: absolute; top: 24px; right: 20px; width: 25px; height: 25px; content: ""; transform: rotate(180deg); background: url(/img/Microsite/Reklamace/arrow.svg) 50% no-repeat; }
.reklamace .c-reklamace-faq h3 { position: relative; font-size: 18px; line-height: 30px; cursor: pointer; }
  .reklamace .c-reklamace-faq h3:before { position: absolute; top: -20px; right: -80px; bottom: 0; left: -20px; content: ""; }
.reklamace .c-reklamace-faq__item-desc { display: none; margin-top: 20px; }
  .reklamace .c-reklamace-faq__item-desc p { margin: 0 0 20px; color: #777; }
    .reklamace .c-reklamace-faq__item-desc p:last-child { margin-bottom: 0; }
  .reklamace .c-reklamace-faq__item-desc a { color: var(--color-blue); }
.reklamace .c-reklamace-faq__footer { margin-top: 70px; font-size: 28px; line-height: 44px; text-align: center; }
  .reklamace .c-reklamace-faq__footer a { color: var(--color-blue); }
.reklamace .c-reklamace-faq__item.is-active .c-reklamace-faq__item-desc { display: block; }
.reklamace .c-reklamace-faq__item.is-active:after { transform: rotate(0); }
