#bg_wrapper {
  width: 329px;
  height: 612px;
  position: fixed;
  top: 180px;
  left: 19px;
  right: 0;
  margin: auto;
  z-index: -1;
  background-image: url(../images/faq/bg_main.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 329px 612px; }

#title_faq {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 0;
  font-size: 1px;
  line-height: 0; }

.faq {
  position: relative;
  width: 300px;
  min-height: 82px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 23px;
  padding-top: 20px; }

.textWindow {
  width: 211px; }
  .textWindow p {
    margin-bottom: 0; }

.windowTop {
  width: 211px;
  height: 4px;
  background-image: url(../images/faq/parts_border_upper.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 211px 4px; }

.windowCenter {
  width: 211px;
  min-height: 64px;
  padding: 10px 15px;
  word-break: break-all;
  background-image: url(../images/faq/parts_border_center.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 211px 4px; }

.windowBottom {
  width: 211px;
  height: 4px;
  background-image: url(../images/faq/parts_border_bottom.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 211px 4px; }

.question {
  min-height: 92px;
  margin-top: 30px;
  background-image: url(../images/faq/parts_q.png);
  background-repeat: no-repeat;
  background-position: left 10px;
  background-size: 78px 82px; }
  .question .textWindow {
    margin-left: auto; }

.answer {
  min-height: 97px;
  margin-top: 0px;
  background-image: url(../images/faq/parts_a.png);
  background-repeat: no-repeat;
  background-position: right 15px;
  background-size: 78px 82px; }
  .answer .textWindow {
    margin-right: auto; }

#btn_contact {
  width: 299px;
  height: 50px;
  display: block;
  margin: 0 auto;
  margin-top: 84px; }
