

/* Start:/local/templates/.default/components/bitrix/news/questions/bitrix/search.form/flat/style.css?17839514851125*/
.search-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 30px 0;
}
.search-title.title-page {
    margin: 0;
}
.search-form {
    position: relative;
}
.search-form__input {
    width: 0;
    border: none;
    border-bottom: 2px solid #00aeef;
    outline: none;
    font-size: 18px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.search-form__form.active .search-form__input {
    width: 350px;
    opacity: 1;
}
.search-form__btn {
    width: 25px;
    height: 25px;
    background-image: url(/local/templates/mactailor/img/search.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    background-size: contain;
    outline: none;
    position: absolute;
    right: 0;
    bottom: 3px;
}
.search-form__btn:hover {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .search-wrap {
        display: block;
    }
    .search-title.title-page {
        margin-bottom: 20px;
    }
    .search-form__input {
        width: 100%;
        opacity: 1;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section.list/question_section/style.css?1783950000704*/
.question-sections {
    margin-bottom: 40px;
}
.question__tab_link {
    height: 100%;
    display: block;
}
.question-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.question-item__icon-wrap {
    width: 20px;
    margin-right: 8px;
}
.question-item__icon {
    max-width: 100%;
}

@media screen and (max-width: 1024px) {
    .question-sections {
        margin: 0;
    }
    .question__tab_link {
        height: 38px;
    }
    .question__tab_item.mac__tab_item {
        width: 100%;
        vertical-align: top;
    }
}
@media screen and (max-width: 767px) {
    .question__tab_item.mac__tab_item {
        width: auto;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/show-more/style.css?1783950011524*/
.show-more {
    font-size: 13px;
    text-transform: uppercase;
    color: #00aeef;
    border: 1px solid;
    border-color: #00aeef;
    border-radius: 4px;
    width: 205px;
    padding: 8px 0 7px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 80px;
}
.show-more:hover {
    cursor: pointer;
}
.show-more.action-form__submit--loader {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .show-more {
        margin: 20px auto;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/questions/bitrix/search.form/flat/style.css?17839514851125 */
/* /local/templates/.default/components/bitrix/catalog.section.list/question_section/style.css?1783950000704 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/show-more/style.css?1783950011524 */
