.block {
  display: inline-flex;
  background-color: rgba(69, 73, 112, 0.95);
  height: 150px;
  width: 40%;
  margin-left: 29%;
  margin-right: 29%;
  padding: 2%;
  margin-top: 2.2rem;
  margin-bottom: 1rem;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

}


.block .titled {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  max-width: 100%;
  margin: auto;
  font-size: 1.1rem;
  line-height: 1.8;
  letter-spacing: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  text-decoration: none;
  white-space: normal;
  text-align: center;
  justify-content: center;
}

.block img {
  height: 100%;
}

#main {
  display: inline-flex;
  width: 100%;

}



#skitsa {
  margin-top: 0;

  width: 30%;
  display: flex;
  flex-direction: column;

}

#skitsa #img1 {
  top: 0%;
  position: relative;
  width: 100%;
  height: fit-content;

}


#faq {
  padding-top: 5vh;
  padding-left: 5%;
  padding-right: 5%;
  width: 60%;
  margin-bottom: 1vh;


}


footer {
  margin: 0;
}

#nav-container {
  margin-bottom: 0;
}

#faq h1 {
  text-align: center;
  justify-content: center;
  text-decoration: underline;
  padding-bottom: 1rem;
  text-decoration-thickness: 0.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.10rem;
  color: rgb(0, 0, 0);
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
  flex-direction: row;
  font-weight: 700;
}

#faq dt {
  font-weight: bold;
  cursor: pointer;
  text-decoration-color: rgba(69, 73, 112, 0.95);
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.10rem;
  color: #610000;
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
  flex-direction: row;
  font-weight: 600;
  background-color: #eeeeee;
  padding: 0.8rem 0;
}

#faq dt {
  padding-left: 0.5em;
}

#faq dd {
  margin: 0 0 0.2em;
}

#faq dd p {
  margin-top: 0.1em;
  padding: 0 0.4em;
  display: none;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.10rem;
  color: rgb(0, 0, 0);
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
  flex-direction: row;
  font-weight: 600;
  text-align: justify;
  text-justify: inter-word;
  background-color: #f5f5f5;
}


#faq dt.open {
  cursor: pointer;
}

#faq dd p.open {
  display: block;
}



#faq dt span.indicator {
  float: right;
  margin-right: 0.5em;
}

#faq dt.open span.indicator {
  content: '-';
}


#faq dt {
  text-align: left;
}


@media screen and (max-width: 1100px) {


  #faq {

    width: 90%;


  }

  #faq dd p {
    text-align: left;
  }

  #skitsa {
    position: relative;
    width: 500px;
  }

  #main {
    flex-direction: column;
    align-items: center;

  }

  .block {
    width: 90%;
    margin-left: 4%;
    margin-right: 4%;

  }



}

@media screen and (max-width: 700px) {
  #skitsa {
    width: 82%;
  }


}

#main {
  display: inline-flex;
  width: 100%;

}


#skitsa {
  margin-top: 0;

  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;

}

#skitsa #img1 {
  top: 0%;
  position: relative;
  width: 87%;
  height: fit-content;

}


#faq {
  padding-top: 5vh;
  padding-left: 5%;
  padding-right: 0%;
  width: 60%;
  margin-bottom: 1vh;
  justify-content: center;
  align-items: center;


}


footer {
  margin: 0;
}

#nav-container {
  margin-bottom: 0;
}

#faq h1 {
  text-align: center;
  justify-content: center;
  padding-bottom: 1rem;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.10rem;
  color: rgb(0, 0, 0);
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
  flex-direction: row;
  font-weight: 700;
}

#faq dt {
  font-weight: bold;
  cursor: pointer;
  text-decoration-color: rgba(69, 73, 112, 0.95);
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.10rem;
  color: #610000;
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
  flex-direction: row;
  font-weight: 600;
  background-color: #eeeeee;
  padding: 0.8rem 0;
}

#faq dt {
  padding-left: 0.5em;
}

#faq dd {
  margin: 0 0 0.2em;
}

#faq dd p {
  margin-top: 0.1em;
  padding: 0 0.4em;
  display: none;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.10rem;
  color: rgb(0, 0, 0);
  font-family: 'Open Sans', 'Helvetica Neue', 'Segoe UI', 'Helvetica', 'Arial', sans-serif;
  flex-direction: row;
  font-weight: 600;
  text-align: justify;
  text-justify: inter-word;
  background-color: #f5f5f5;
}


#faq dt.open {
  cursor: pointer;
}

#faq dd p.open {
  display: block;
}



#faq dt span.indicator {
  float: right;
  margin-right: 0.5em;
}

#faq dt.open span.indicator {
  content: '-';
}


#faq dt {
  text-align: left;
}


@media screen and (max-width: 1100px) {


  #faq {

    width: 90%;


  }


}

@media screen and (max-width: 1100px) {


  #faq {

    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding-left: 0%;
    padding-right: 0%;



  }

  #skitsa {
    position: relative;
    width: 500px;
  }

  #main {
    flex-direction: column;
    align-items: center;

  }

  .block {
    width: 90%;
    margin-left: 4%;
    margin-right: 4%;

  }



}

@media screen and (max-width: 700px) {
  #skitsa {
    width: 82%;
  }

}