

/* Start:/bitrix/templates/apmo_sidebar/components/bitrix/search.title/faq-search/style.css?1635167424772*/
.faq-search-wrap {
    background: #c1c4c6;
    padding: 1rem;
    margin-bottom: 2rem;
}

.faq-search-form {
    display: flex;
    justify-content: space-between;
}

.faq-search-form-input {
    flex-grow: 1;
    padding: 1rem;
}

.faq-search-form-btn {
    width: 50px;
    height: 50px;
    background: url(/bitrix/templates/.default/img/loupe.png) center no-repeat;
    background-size: 50%;
    border: none;
    outline: none;
    cursor: pointer;
}

.faq-search-result {
    background: white;
    padding: 1rem;
    box-shadow: 4px 6px 8px #bbb;
}

.faq-search-all {
    margin: 1rem 0 0;
    border-top: 1px solid #bbb;
    padding-top: 1rem;
}

.faq-search-more a {
    color: #000;
    text-decoration: none;
}

.faq-search-more a:hover {
    color: #0053a9;
}
/* End */


/* Start:/bitrix/templates/apmo_sidebar/components/bitrix/catalog/faq/style.css?1636377535647*/
.faq-question-activate {
    background: url(/bitrix/templates/.default/img/question.png) 98% center no-repeat #fd9b00;
    background-size: 36px;
    padding: 1rem;
    margin: 2rem 0;
    width: 100%;
    text-align: left;
    border: 0;
    text-transform: uppercase;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.faq-question-form {
    display: none;
}

.faq-question-form input {
    width: 100%;
    margin: 0.5rem 0;
    padding: 1rem;
    box-sizing: border-box;
}

.faq-question-form input[type="submit"] {
    background: #e8202a;
    border: 0;
    color: white;
    max-width: 200px;
    text-transform: uppercase;
}
/* End */


/* Start:/bitrix/templates/apmo_sidebar/components/bitrix/catalog/faq/bitrix/catalog.section.list/.default/style.css?16365539072309*/
.faq-wrap {
    display: grid;
    grid-column: 3;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
}

.faq-item {
    height: 20rem;
    padding: 1rem 3rem;
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgb(163 174 193 / 15%), 0 1px 4px rgb(163 174 193 / 30%), 0 1px 2px rgb(76 94 134 / 30%);
    transition: .22s ease-in-out;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
}

.faq-item:hover {
    box-shadow: 0 2px 4px rgb(163 174 193 / 15%), 0 2px 8px rgb(163 174 193 / 30%), 0 2px 4px rgb(76 94 134 / 30%);
}

.faq-item-section-name {
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin: 1rem 0;
    color: #000;
    text-decoration: none;
}

.faq-item a.faq-item-link {
    color: #bbb;
    position: absolute;
    bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-decoration: none;
}

.faq-item:hover a.faq-item-link {
    color: #000;
}

a.faq-item-sub-section-list {
    display: block;
    color: #000;
    text-decoration: none;
}

.faq-item.add-new-item-faq {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

button.add-new-item-faq-btn {
    border: 0;
    background: none;
    color: #c1c4c6;
    font-size: 24px;
}

.faq-item.add-new-item-faq:hover button {
    color: #000;
}

.add-new-item-faq-form-wrap {
    display: none;
}

.add-new-item-faq-form-wrap.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-new-item-faq-form {
    max-width: 800px;
    background: white;
    padding: 1rem;
    width: 100%;
}

.add-new-item-faq-form-row {
    display: flex;
    flex-direction: column;
    margin: 1rem;
}

.add-new-item-faq-form-cls {
    align-self: flex-start;
    margin-top: 2.5rem;
    border: 0;
    font-size: 40px;
    background: none;
    color: white;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .faq-wrap {
        grid-column: 2;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .faq-wrap {
        grid-column: 1;
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */


/* Start:/local/css/faq-question.css?17514399351794*/
/* 1) Обёртка */
.faq-question-wrap {
  margin: 20px 0;
}

/* 2) Кнопка-показать форму */
.faq-question-wrap .js-faq-question-activate {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #f7931e;
  color: #fff;
  font-size: 1.25rem;
  text-align: left;
  border: none;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}

/* 3) Форма */
#faq-question-form,
.faq-question-wrap .js-faq-question-form {
  margin-top: 1rem;
}

/* 4) Поля ввода */
#faq-question-form input[type="text"],
#faq-question-form input[type="email"],
#faq-question-form input[name="captcha_word"] {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 1rem;
}

/* 5) Скрытое поле SID капчи */
#faq-question-form input[type="hidden"][name="captcha_sid"] {
  display: none;
}

/* 6) Блок капчи */
#faq-question-form .faq-captcha {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

/* 7) Изображение капчи */
#faq-question-form .js-faq-captcha-img {
  width: auto;
  height: 38px;
  margin-right: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
}

/* 8) Кнопка Отправить */
#faq-question-form .js-faq-question-submit {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #f7931e;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

/* 9) Состояние disabled */
#faq-question-form .js-faq-question-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* End */
/* /bitrix/templates/apmo_sidebar/components/bitrix/search.title/faq-search/style.css?1635167424772 */
/* /bitrix/templates/apmo_sidebar/components/bitrix/catalog/faq/style.css?1636377535647 */
/* /bitrix/templates/apmo_sidebar/components/bitrix/catalog/faq/bitrix/catalog.section.list/.default/style.css?16365539072309 */
/* /local/css/faq-question.css?17514399351794 */
