

/* Start:/bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/faq_page/style.css?17363873564273*/
@media(max-width: 460px){
  .page-footer-buttons-block{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  .page-footer-buttons-block a.page-footer-btn{
    margin: 0;
    padding: 10px 15px;
  }
}
@media(max-width: 360px){
  .page-footer-buttons-block{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-footer-buttons-block a.page-footer-btn{
    margin: 10px 0;
    padding: 10px 20px;
  }
}

.card-header{
    background: none!important;
    border-bottom: 0!important;
    padding: 0!important;
}
.card-body{
    padding: 4px 30px 30px 30px!important;
}
.accordion .card:first-of-type{
    border-bottom: 1px solid rgba(0,0,0,.125)!important;
}
.faq-section .container{
    padding-left: 0;
    padding-right: 0;
}
.faq_collapse {
    cursor: pointer;
    padding: 23px 55px 26px 30px!important;
}
.faq_collapse.collapsed .fas{
    display: block;
    position: absolute;
    right: 40px;
    color: var(--prv_btn_color);
    top: 33px;
    transform: translateY(-50%) rotate(0);
    transition: transform 0.3s linear;
    font-size: 20px;
    font-weight: bold;
}

.faq_collapse:not(.collapsed) .fas{
    transform: translateY(-50%) rotate(180deg);
    display: block;
    position: absolute;
    right: 40px;
    color: var(--prv_btn_color);
    top: 33px;
    transition: transform 0.3s linear;
    font-size: 20px;
    font-weight: bold;
}


.nav.faq-section__tabs-list{
    margin-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}
.faq-section__tabs-list>li{
    margin-right: 6px;
}
.faq-section__tabs-list>li>a{
    padding: 9px 26px;
    font-size: 1em;
    color: #212121;
    display: block;
    text-decoration: none;
    position: relative;
}
.faq-section__tabs-list>li>a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
    background: transparent;
    z-index: 2;
}
.faq-section__tabs-list>li:hover>a:after,
.faq-section__tabs-list>li>a.active:after{
    background: var(--prv_interactive_color);
}
.faq-section__tabs-list>li>a.active{
    color: var(--prv_btn_color);
}
.faq-section__tabs-list>li>a:hover{
    text-decoration: none;
    opacity: 1;
    color: var(--prv_btn_color);
}

.faq-section__list-group {
    margin-bottom:0px;
}
.faq-section__list-group-item {
    padding: 15px 25px 15px;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #555;
}
.faq-section__list-group-item:hover{
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.faq-section__list-group-item.active {
    text-shadow: none;
    border: 1px solid #eff1f5;
    border-left-color: var(--prv_color);
    background: #fff;
    color: #212121;
}
.faq-section__list-group-item.active:hover,
.faq-section__list-group-item.active:focus{
    text-shadow:none;
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color:#eff1f5;
    border-left-color: var(--prv_color);
    background-image:none;
}
.faq-section__dropdown-tab-panel {
    position:relative;
    display:block;
    width:100%;
    padding: 15px 55px 15px 25px;
    border: 1px solid #eff1f5;
    margin: 0 0 -1px;
    cursor: pointer;
    color: #212121;
    background: #fff;
}
.faq-section__dropdown-tab-panel:hover,
.faq-section__dropdown-tab-panel:focus {
    text-decoration:none;
    color:#212121;
}
.faq-section__dropdown-tab-panel:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin: -2px 0 0;
    border-bottom: 3px solid #212121;
    border-top: 0px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.faq-section__dropdown-tab-panel.collapsed:after {
    border-bottom: 0px;
    border-top: 3px solid #212121;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.faq-section__tab-panel-nav{
    margin-bottom: 30px;
}

@media(max-width: 767px){


}
@media(min-width: 992px){

    .faq_page-footer{
        margin-top: 60px!important;
    }
}

/* End */
/* /bitrix/templates/newwindows2/components/bitrix/catalog.sections.top/faq_page/style.css?17363873564273 */
