.breadcrumbs, #questionsform{
    background: url('../img/bred3.webp');
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
@media screen and (max-width: 850px){
    .breadcrumbs, #questionsform{
        background-attachment:initial;
    }
}

.mPotolok{
    display: none!important;

  }
  

  .vizovzam {
    color: black;
    font-family: 'InterBlack'
  }
  .modalwindow1 {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    flex-flow: column nowrap;
    justify-content: center; 
    align-items: center;
    z-index: 99;
    padding:30px;
    background-color: rgb(255, 255, 255);
}
  .modalwindow2 {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    flex-flow: column nowrap;
    justify-content: center; 
    align-items: center;
    z-index: 99;
    padding:30px;
    background-color: rgb(255, 255, 255);
}


  .modalWindow3 {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    flex-flow: column nowrap;
    justify-content: center; 
    align-items: center;
    z-index: 99;
    padding:30px;
    background-color: rgb(255, 255, 255);
}

.text-container-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 4rem;
}
.text-container-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  color: black;
}
.text-str-h1 {
 
  color: black;
}
.text-str-p {
  
  color: black;
}
@media screen and (max-width: 600px) {
  .text-str-h1 {
      text-align: center;
      color: black;
  }

  .text-str-p {
      
      color: black;
  }
}

.q-a-block {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title-qa {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title-qa h3{
  color: black;
  font-size: 40px;
  text-align: center;
}

.qa-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qa-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.quest-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(157, 157, 157);
}
.quest-item p{
  color: black;
  font-family: 'InterBlack';
}
.open-answer {
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.answer-item {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.answer-param {
  color: black;
  font-family: 'InterLight';
}
