.sluzby-faq {
  padding: 30px 0 40px;
  background: linear-gradient(180deg, #f4f7fc 0%, #fff 100%);
}


.faq-term .responsive-container {
    margin-bottom: 15px;
}

.faq-single {
    position: relative;
    margin-bottom: 20px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 18px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: box-shadow .2s ease, border-color .2s ease;
}

.faq-single {
    padding: 15px;
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.faq-question img {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 50px;
    color: #4c508a;
}

.faq-list {
    padding-top: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.faq-list h2 {
    margin: 0 0 0px 0;
    color: #333333;
    font-size: 1.11em;
    font-weight: 600;
    line-height: 150%;
    padding-left: 40px;
    padding-right: 60px;
    min-height: 30px;
    cursor: pointer;
    text-align: left;
}

.faq-toggle {
    display: block;
    width: 30px;
    height: 15px;
    border-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    position: absolute;
    right: 20px;
    top: 25px;
    border-top-color: #003970;
    cursor: pointer;
}

.faq-toggle.show {
    border-width: 0 15px 15px 15px;
    border-bottom-color: #003970;
    border-bottom-style: transparent;
}

.faq-complete {
    border-top: 1px solid rgba(0, 0, 0, .14);
    padding-top: 15px;
    padding-left: 40px;
    display: none;
    padding-right: 15px;
}


.faq-question {
    color: #555;
    padding-right: 80px;
    margin-bottom: 5px;
}

.faq-answer {
    padding-left: 30px;
    font-style: italic;
    margin-top: 30px;
    text-align:left;
}

.no-faq {
    margin-top: 50px;
    margin-bottom: 50px;
}
.faq.blue-button a:hover {
    background-color:#b10061;
}

.poradna-profil{
  max-height:155px;
  overflow:hidden;
  transition-timing-function: linear;
  transition:all linear 0.5s;
}
.poradna-profil.show{
  max-height:1000px;
  overflow:unset;
  padding-bottom: 25px;
}
.poradna-profil:after{
  content: ' ';
  width:100%;
  height:80px;
  position:absolute;
  bottom:0;
 background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.poradna-profil.show:after{
  display:none;
}
.toggle-arrow{
  position: absolute !important;
  bottom: -1px;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-size: 25px;
}
.poradna-profil.show .toggle-arrow i{
   transform: rotate(180deg);
   bottom:-25px;
}
.poradna-inner h3{
  color: #003970;
  font-size: 1.4rem;
  line-height:1.3;
}
.poradna-inner{
  border: 3px solid #a3bdcb;
  background-color:#f3f8fc;
  border-radius: 20px;
  padding:20px;
}
@media (min-width: 1400px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 992px) {

}
@media (min-width: 768px) {

}
@media (min-width: 576px) {

}
@media (max-width: 1399px) {

}
@media (max-width: 1199px) {

}
@media (max-width: 991px) {
  .faq-list .faq-question h2 {
      font-size: 20px;
      font-weight: 600;
      line-height: 26px;
      min-height: 30px;
      cursor: pointer;
      text-align: left;
  }
}
@media (max-width: 767px) {
  .faq-list .faq-question h2 {
    padding-left:0px;
    padding-right:0px;
  }
  .faq-answer {
      padding-left: 10px;
      font-style: italic;
      margin-top: 10px;
      text-align: left;
  }
  .faq-complete {
      padding-top: 5px;
      padding-left: 10px;
      padding-right: 5px;
  }
}
@media (max-width: 575px) {

}

