

/* Start:/local/templates/nadpo_visually/components/bitrix/news.list/faq_2022/style.css?17748740704908*/
.faq-new {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.faq-new__navigations {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.faq-new__navigations-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 25%;
    cursor: pointer;
    opacity: .5;
    transition: all ease-in-out .3s;
    text-decoration: none;
}

.faq-new__navigations-item:hover {
    opacity: 1;
    transition: all ease-in-out .3s;
    transform: translateY(-10px);
    text-decoration: none;
    color: inherit;
}

@media (max-width: 767px) {
    .faq-new__navigations-item {
        width: 45%;
        margin: 0 auto 20px;
        opacity: 1;
    }

    .faq-new__navigations-item:hover {
        transform: translateY(0);
    }

}

faq-new__title {
    margin-bottom: 54px;
}

.faq-new__navigations-item-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    padding-top: 33px;
}

@media (max-width: 767px) {
    .faq-new__navigations-item-title {
        font-weight: bold;
        font-size: 12px;
        line-height: 19px;
    }
}

.faq-new__navigations-item-image img {
    max-width: 100%;
}

.faq-new__quest-section-title {
    color: #001C93;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 50px;
    padding-top: 33px;
}

.faq-new__quest-section .card-header {
    padding-bottom: 40px;
}

.faq-new__questions-header {
    display: flex;
    justify-content: flex-end;
    border-bottom: 1px solid #999999;
    padding-bottom: 20px;

    font-size: 14px;
    line-height: 19px;
    color: #999999;
}

.faq-new__questions-header a {
    color: inherit;
    text-decoration: none;
}

.faq-new__questions-header a:hover {
    color: inherit;
    text-decoration: none;
}

.faq-new__questions-header a:active {
    color: inherit;
    text-decoration: none;
}

.faq-new__quest-title {
    font-size: 18px;
    line-height: 24px;
    color: #4D4B43;
    text-decoration: none;
    display: block;
}

.faq-new__quest-title {
    position: relative;
}

.faq-new__quest-title::after {
    content: "";
    width: 11px;
    height: 7px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.87999 1.29004L5.99999 5.17004L2.11999 1.29004C2.02741 1.19746 1.9175 1.12402 1.79653 1.07391C1.67557 1.02381 1.54592 0.998016 1.41499 0.998016C1.28406 0.998016 1.15441 1.02381 1.03345 1.07391C0.912482 1.12402 0.802571 1.19746 0.70999 1.29004C0.617408 1.38262 0.543968 1.49253 0.493863 1.61349C0.443758 1.73446 0.417969 1.86411 0.417969 1.99504C0.417969 2.12597 0.443758 2.25562 0.493863 2.37658C0.543968 2.49754 0.617408 2.60746 0.70999 2.70004L5.29999 7.29004C5.68999 7.68004 6.31999 7.68004 6.70999 7.29004L11.3 2.70004C11.3927 2.60752 11.4662 2.49763 11.5164 2.37666C11.5666 2.25569 11.5924 2.12601 11.5924 1.99504C11.5924 1.86407 11.5666 1.73439 11.5164 1.61341C11.4662 1.49244 11.3927 1.38255 11.3 1.29004C10.91 0.910037 10.27 0.900037 9.87999 1.29004Z' fill='%23999999'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 35%;
    right: 1px;
    transform: rotate(180deg);
    transition: all ease-in-out .3s;
}

.faq-new__quest-title.collapsed::after {
    transform: rotate(0deg);
    transition: all ease-in-out .3s;
}

.faq-new__questions-close, .faq-new__questions-open {
    cursor: pointer;
}

.faq-new__questions-close {
    display: none;
}

.faq-new__quest-title:hover {
    color: inherit;
    text-decoration: none;
}

.faq-new__quest-title:active {
    color: inherit;
    text-decoration: none;
}

.faq-new__quest-title:focus {
    color: inherit;
    text-decoration: none;
}

.faq-new__quest-inner {
    padding-bottom: 20px;
}

.faq-new__quest-inner p{
    margin-bottom: 20px;
}

.faq-new__feedback {
    display: flex;
    align-items: center;
    padding-top: 130px;
}

@media (max-width: 767px) {
    .faq-new__feedback {
        display: flex;
        flex-direction: column;
    }
}

.faq-new__feedback-title {
    color: #001C93;
    font-size: 28px;
    line-height: 38px;
    margin-right: 100px;
}

@media (max-width: 767px) {
    .faq-new__feedback-title {
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .faq-new__feedback {
        padding-top: 80px;
    }
}

.faq-new__feedback .faq-new__feedback-btn {
    background: #001C93;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    padding: 12px;
    line-height: 14px;
    color: #FFFFFF;
    width: 100%;
    max-width: 300px;
    max-height: 40px;
}
.faq-new__feedback .faq-new__feedback-btn:hover{
    background: #fff;
    border: 1px solid #001C93;
    color: #001C93;
}
/* End */


/* Start:/local/templates/nadpo_visually/components/bitrix/system.pagenavigation/.default/style.css?1774874070680*/
.nav-block{
    margin-top: 30px;
}
.nav-block>font>a,.nav-block>font>b{
    margin-left: 7px;
    margin-right: 7px;
    font-size: 16px;
}
.nav-block>font>a, .nav-block>font>a:visited{
    color: #102989;
}
.nav-block>font>a:hover, .nav-block>font>a:focus{
    color: #102989;
    text-decoration: underline;
}

.nav-block .pagination-text > a,
.nav-block .pagination-text > b {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 16px;
}

.nav-block .pagination-text > a,
.nav-block .pagination-text > a:visited {
    color: #102989;
}

.nav-block .pagination-text > a:hover,
.nav-block .pagination-text > a:focus {
    color: #102989;
    text-decoration: underline;
}
/* End */
/* /local/templates/nadpo_visually/components/bitrix/news.list/faq_2022/style.css?17748740704908 */
/* /local/templates/nadpo_visually/components/bitrix/system.pagenavigation/.default/style.css?1774874070680 */
