

/* Start:/local/templates/aspro-allcorp3/components/bitrix/news.list/custom_for_docs/style.css?17791974164598*/
 .white_box{
     background-color: #ffffff;
       border-radius: 24px;
 }
 
 
 .faq-container {
            /* max-width: 1200px;
            margin: 0 auto; */
            padding: 0px 20px 30px 20px;
        }
        
        .faq-header {
            text-align: left;
            /* margin-bottom: 50px; */
            position: relative;
        }
        
        .faq-title {
            font-size: 24px;
            font-weight: bold;
            color: #000000;
           padding: 30px;
        }
        
        .faq-pager {
            margin-top: 20px;
        }
        
        .faq-pager .modern-page-navigation,
        .faq-bottom-pager .modern-page-navigation {
            text-align: center;
            color: #ffffff;
        }
        
        .faq-pager .modern-page-navigation a,
        .faq-bottom-pager .modern-page-navigation a {
            color: #9CADC1;
            padding: 5px 10px;
            text-decoration: none;
        }
        
        .faq-pager .modern-page-navigation .modern-page-current,
        .faq-bottom-pager .modern-page-navigation .modern-page-current {
            color: #ffffff;
            font-weight: bold;
        }
        
        .faq-accordion {
            /* max-width: 900px; */
            margin: 0 auto;
            /* max-width: 1152px; */
        }
        
        .faq-item {
            margin-bottom: 15px;
            border-radius: 12px;
            overflow: hidden;
            background-color: #ffffff;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            border: 1px solid #F0EAE5;
        }


            .faq-item:hover {
              box-shadow: 0px 1px 5px 5px #9CADC1;
            }
        
        .faq-toggle {
            width: 100%;
            padding: 20px 25px;
            text-align: left;
            font-size: 20px;
            font-weight: 500;
            color: #000000;
            cursor: pointer;
            position: relative;
            padding-right: 60px;
            background-color: #ffffff;
            border: none;
            font-family: inherit;
            border-radius: 10px;
            transition: all 0.3s ease;
        }
        
        .faq-toggle:hover {
            background-color: #ffffff;
            border-color: #9CADC1;
            box-shadow: -15px -8px 8px 0px #9CADC1;
        }
        
        .faq-toggle::after {
            content: '▶';
            position: absolute;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 24px;
            color: #9CADC1;
            transition: transform 0.3s;
        }
        
        .faq-item.active .faq-toggle::after {
            content: '▼';
            transform: translateY(-50%) rotate(0deg);
        }
        
        .faq-date {
            color: #9CADC1;
            margin-right: 10px;
            font-size: 14px;
        }
        
        .faq-content {
            max-height: 0;
            overflow: hidden;
            background-color: #ffffff;
            padding: 0 25px;
            color: #000000;
        }
        
        .faq-item.active .faq-content {
            max-height: 2000px; 
            padding: 20px 25px;
        }
        
        .faq-content p {
            margin: 10px 0;
            line-height: 1.6;
            color: #cccccc;
        }
        
        .faq-content a {
            color: #FF6F61;
            text-decoration: none;
        }
        
        .faq-content a:hover {
            text-decoration: underline;
            color: #9CADC1;
        }
        
        .faq-picture {
            margin: 15px 0;
            text-align: center;
        }
        
        .faq-picture img {
            max-width: 100%;
            height: auto;
            border-radius: 5px;
        }
        
        .faq-field,
        .faq-property {
            margin: 5px 0;
            color: #888888;
        }
        
        .faq-field small,
        .faq-property small {
            color: #9CADC1;
        }
        
        .faq-bottom-pager {
            text-align: center;
            margin-top: 30px;
            color: #ffffff;
        }

        @media (max-width: 600px) {
              .faq-toggle::after {
          
            font-size: 18px;
            
        }


                .faq-title {
                    font-size: 22px;
                    line-height: normal;}

                .faq-toggle {
                   
                    text-align: left;
                    font-size: 16px;
                    
                }
        }
/* End */
/* /local/templates/aspro-allcorp3/components/bitrix/news.list/custom_for_docs/style.css?17791974164598 */
