@charset "UTF-8";.faq-blocks{padding:40px 20px;position:relative;margin:0 auto}.faq-blocks h3{text-align:center;font-size:30px;line-height:40px}.faq-b{clear:both;background:#f0f0ed}.faq-question{position:relative;width:100%;line-height:20px;color:grey;font-size:14px;padding:15px 50px 15px 28px;margin-bottom:2px;cursor:pointer;display:block}.faq-question:after{content:"+";position:absolute;right:21px;top:15px;color:#45484d;font-size:30px;line-height:14px}.faq-b input[type=checkbox]{display:none}.faq-answer{display:none;font-size:14px;line-height:20px;background:#fff;padding:0 28px;position:relative}input:checked+label+.faq-answer{display:block}.faq-b input[type=checkbox]:checked+.faq-question:after{content:"—";position:absolute;right:21px;top:15px;color:#45484d;font-size:16px;line-height:14px;font-weight:700}html[lang=ar] .faq-question,html[lang=fa] .faq-question{padding:15px 28px 15px 50px}html[lang=ar] .faq-question:after,html[lang=fa] .faq-question:after{right:auto!important;left:21px!important}html[lang=ar] .faq-question .active:after,html[lang=fa] .faq-question .active:after{right:auto!important;left:21px!important}html[lang=ar] .faq-answer:before,html[lang=fa] .faq-answer:before{right:auto!important;left:21px!important}.faq-answer>div>p{font-size:14px;line-height:20px;padding:20px 0}.faq-answer>div ol{counter-reset:faqCounter;padding-left:0}.faq-answer>div ol li{list-style:none;font-size:14px;line-height:20px;padding:5px 0 0}.faq-answer>div ol li:before{counter-increment:faqCounter;content:counter(faqCounter) ".";color:grey;display:inline-block;margin-right:10px}@media (max-width:580px){.faq-blocks{padding:0 0 30px}}