.faq-new.bootstrap-wrapper .container {
  max-width: 960px;
}
@media (max-width: 576px) {
  .faq-new__search-bar.row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.faq-new__search-bar .select2-selection {
  min-height: 40px !important;
  padding-top: 5px !important;
  line-height: 40px;
  border-radius: 10px;
  position: relative;
}
.faq-new__search-bar .select2-selection:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background: url("/img/site/faq/search_24px.png") no-repeat;
  width: 22px;
  height: 22px;
}
.faq-new__search-bar .select2-selection__rendered {
  padding-left: 40px !important;
}
.faq-new__search-bar .select2-selection__arrow {
  display: none;
}
.faq-new__main-title {
  text-transform: uppercase;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 200%;
  color: #000000;
  margin: 10px 0;
}
.faq-new .form-area {
  width: 70%;
  display: none;
  padding: 30px 0;
}
@media (max-width: 900px) {
  .faq-new .form-area {
    width: 100%;
  }
}
.faq-new .form-area__title {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  margin-bottom: 17px;
}
.faq-new .form-area__hidden {
  display: none;
}
.faq-new .form-area__textarea {
  background: #FFFFFF;
  border: 1px solid #979797;
  box-sizing: border-box;
  border-radius: 10px;
  min-height: 300px;
  width: 100%;
  font-size: 18px;
  display: block;
}
.faq-new .form-area__input {
  background: #FFFFFF;
  border: 1px solid #979797;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 18px;
  padding: 15px 25px;
  margin-bottom: 30px;
  width: 100%;
}
.faq-new .form-area__file-upload-block {
  margin: 20px 0;
}
.faq-new .form-area__file-upload {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  text-decoration-line: underline;
  color: #000000;
  position: relative;
  cursor: pointer;
}
.faq-new .form-area__file-upload:hover {
  text-decoration-line: none;
}
.faq-new .form-area__file-upload:after {
  position: absolute;
  content: " ";
  right: -30px;
  top: 3px;
  background: url("/img/site/faq/backup_24px.png") no-repeat;
  width: 24px;
  height: 16px;
}
.faq-new .form-area__buttons {
  text-align: right;
  margin-top: 30px;
}
@media (max-width: 400px) {
  .faq-new .form-area__buttons {
    text-align: center;
  }
}
.faq-new .form-area__buttons button {
  width: 170px;
  height: 40px;
  border-radius: 25px;
  border: 0;
  background: #F87F2C;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 400px) {
  .faq-new .form-area__buttons button {
    width: 150px;
    font-size: 14px;
  }
}
.faq-new .form-area__buttons #cancel-form {
  background: #C4C4C4;
  margin-right: 25px;
}
.faq-new .form-area .select2-selection {
  min-height: 40px !important;
  padding-top: 5px !important;
  line-height: 40px;
}
.faq-new .form-area .select2-selection__rendered {
  padding-left: 10px !important;
}
.faq-new .form-area .select2-selection__arrow {
  margin-top: 5px;
}
.faq-new .form-area .reason-hidden {
  margin-top: 40px;
}
.faq-new .question-show {
  display: none;
}
.faq-new .question-show__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 200%;
  color: #000000;
  margin: 21px 0;
}
.faq-new .question-show__answer {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #555555;
  padding-bottom: 45px;
  border-bottom: 1px solid #939393;
  margin-bottom: 25px;
}
.faq-new .question-show__buttons-title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #555555;
  margin-bottom: 10px;
}
.faq-new .question-show__buttons-block button {
  width: 75px;
  height: 34px;
  cursor: pointer;
  background: #C4C4C4;
  margin: 5px 0;
  border-radius: 5px;
  border: none;
}
.faq-new .questions-list__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 200%;
  color: #000000;
  text-align: center;
  margin: 15px 0 40px;
}
.faq-new .questions-list__category-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 200%;
  text-transform: uppercase;
  color: #000000;
  margin: 20px 0;
}
.faq-new .questions-list__item {
  padding-left: 20px;
  font-size: 1.125em;
  line-height: 25px;
  font-weight: 700;
  color: #4c4c4c;
  margin: 10px 0 0 0;
  cursor: pointer;
  text-decoration: none;
}
.faq-new .questions-list__item-text {
  margin-bottom: 10px;
  position: relative;
}
.faq-new .questions-list__item-text:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background: url("/img/site/faq/arrow_forward_ios_24px.png") no-repeat center;
  width: 18px;
  height: 18px;
  transition: all 1s ease;
}
.faq-new .questions-list__item-answer {
  display: none;
}
.faq-new .form-group {
  margin-bottom: 10px;
}
.faq-new .form-group.form-group-reason {
  display: none;
}
.faq-new .form-group .control-label {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 17px;
}
.faq-new .form-group .form-control {
  background: #FFFFFF;
  border: 1px solid #979797;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  font-size: 18px;
  padding: 9px 25px;
  font-weight: 200;
}
.faq-new .form-group textarea.form-control {
  min-height: 300px;
}
.faq-new .form-group .select2-container--default .select2-selection {
  border-radius: 10px;
}
.faq-new .form-group .select2-container--default .select2-selection[aria-expanded=true] {
  border-bottom: 0px;
  border-radius: 10px 10px 0px 0px;
}
.faq-new .form-group .select2-container--default .select2-selection .select2-selection__clear {
  display: none;
}
.faq-new .form-group.form-group-reason textarea {
  min-height: 80px;
}
.faq-new .faq-new__search-area {
  margin-bottom: 50px;
}

/*# sourceMappingURL=styles.css.map */
