/*___ALL___*/
/* line 3, app/assets/stylesheets/faqs.scss */
.container--faqs-wrapper {
  position: relative;
  z-index: 150;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 auto !important;
  width: 1200px;
  max-width: 1200px;
}

/* line 13, app/assets/stylesheets/faqs.scss */
.faq-item {
  left: 0;
  display: flex;
  transition-duration: .3s;
}

/* line 17, app/assets/stylesheets/faqs.scss */
.faq-item:hover {
  text-decoration: none;
  transform: scale(1.5);
  color: #5c5c5c;
}

/* line 24, app/assets/stylesheets/faqs.scss */
.faq-item,
.thing {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #5c5c5c;
  color: #5c5c5c;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: #fff;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */
}

/*___ADMIN___*/
/* line 46, app/assets/stylesheets/faqs.scss */
.faq__form_container {
  width: auto;
}

/* line 50, app/assets/stylesheets/faqs.scss */
.thing {
  display: none;
}

/* line 53, app/assets/stylesheets/faqs.scss */
.thing.active {
  display: flex;
}

/* line 58, app/assets/stylesheets/faqs.scss */
.main-wrapper-to-pages {
  display: flex;
  flex-wrap: wrap;
}

/* line 63, app/assets/stylesheets/faqs.scss */
.wrap-to-page {
  width: 25%;
  position: relative;
}

/* line 67, app/assets/stylesheets/faqs.scss */
.wrap-to-page:nth-child(1) {
  width: 55%;
}

/* line 71, app/assets/stylesheets/faqs.scss */
.wrap-to-page:nth-child(2) {
  width: 45%;
}

/* line 75, app/assets/stylesheets/faqs.scss */
.wrap-to-page:nth-child(3) {
  width: 45%;
}

/* line 79, app/assets/stylesheets/faqs.scss */
.wrap-to-page:nth-child(4) {
  width: 30%;
}

/* line 83, app/assets/stylesheets/faqs.scss */
.wrap-to-page img {
  max-width: 100%;
}

@media (max-width: 1200px) {
  /* line 89, app/assets/stylesheets/faqs.scss */
  .container--faqs-wrapper {
    width: 992px;
    max-width: 992px;
  }
  /* line 95, app/assets/stylesheets/faqs.scss */
  .main-wrapper-to-pages .wrap-to-page {
    width: 100%;
  }
}

@media (max-width: 992px) {
  /* line 102, app/assets/stylesheets/faqs.scss */
  .container--faqs-wrapper {
    width: 768px;
    max-width: 768px;
  }
}

@media (max-width: 767px) {
  /* line 109, app/assets/stylesheets/faqs.scss */
  .container--faqs-wrapper {
    width: 575px;
    max-width: 575px;
  }
}

@media (max-width: 575px) {
  /* line 116, app/assets/stylesheets/faqs.scss */
  body {
    overflow-x: hidden;
  }
  /* line 119, app/assets/stylesheets/faqs.scss */
  .container--faqs-wrapper {
    width: 100%;
    max-width: 100%;
  }
}

/* line 125, app/assets/stylesheets/faqs.scss */
.faq-modal {
  max-width: 760px !important;
}

/* line 129, app/assets/stylesheets/faqs.scss */
.faq-modal-body iframe {
  margin-top: 15px;
}

/* line 133, app/assets/stylesheets/faqs.scss */
.faq-modal-video {
  padding: 20px;
}

/* line 136, app/assets/stylesheets/faqs.scss */
.hide-video {
  display: none;
}
