﻿.main_wrapper{background:var(--color);--mainTextColor: #fff;color:#fff}.main_wrapper{position:relative}@media (min-width:600px){.main_wrapper{padding:50px 100px}}.main_wrapper::after{background:linear-gradient(#fff0 0%, #fff0 30%, #0E1128 100%), url(../images/faq/hero-bg.png);position:absolute;inset:0;content:'';z-index:0;background-repeat:no-repeat}@media (min-width:600px){.main_wrapper::after{opacity:0.4;background-size:100% 750px}}@media (max-width:600px){.main_wrapper::after{opacity:0.3;background-size:100% 160px}}.main_wrapper .input_hollow{font-size:17px}.main_wrapper .faq_page{margin-bottom:50px;position:relative;z-index:1}.main_wrapper .faq_page .faq_hero{margin-bottom:30px}.main_wrapper .faq_page .faq_hero .btn_primary{font-size:19px}.main_wrapper .faq_page .faq_hero .top_container{margin:0 auto;width:fit-content;display:flex;align-items:center;flex-direction:column;margin-bottom:60px}@media (max-width:600px){.main_wrapper .faq_page .faq_hero .top_container{margin-bottom:20px}}.main_wrapper .faq_page .faq_hero .top_container .logo{background-image:url(../images/faq/hero-logo.png);height:100px;width:100px}.main_wrapper .faq_page .faq_hero .top_container h1{line-height:1.2}@media (min-width:600px){.main_wrapper .faq_page .faq_hero .top_container h1{font-size:50px}}@media (max-width:600px){.main_wrapper .faq_page .faq_hero .top_container h1{font-size:30px}}@media (max-width:600px){.main_wrapper .faq_page .faq_hero .top_container h3{font-size:15px;text-align:center}}.main_wrapper .faq_page .faq_hero .faq_search{text-align:center}@media (min-width:600px){.main_wrapper .faq_page .faq_hero .faq_search{padding:2em;background:rgba(51, 56, 90, 0.25)}}@media (max-width:600px){.main_wrapper .faq_page .faq_hero .faq_search{padding:10px}}@media (min-width:600px){.main_wrapper .faq_page .faq_hero .faq_search>h3{display:inline-block;margin-bottom:20px}}@media (max-width:600px){.main_wrapper .faq_page .faq_hero .faq_search>h3.title_1{line-height:1}}@media (max-width:600px){.main_wrapper .faq_page .faq_hero .faq_search>h3.title_2{font-size:16px;margin-bottom:10px}}.main_wrapper .faq_page .faq_hero .faq_search form{display:flex;gap:10px;margin-bottom:30px}@media (min-width:600px){.main_wrapper .faq_page .faq_hero .faq_search form{justify-content:center;height:40px}}@media (max-width:600px){.main_wrapper .faq_page .faq_hero .faq_search form{flex-direction:column}}.main_wrapper .faq_page .faq_hero .faq_search form input{border-radius:5px;padding:0 1em;height:100%;width:100%}.main_wrapper .faq_page .faq_hero .faq_search form .form_group{position:relative;height:100%}@media (min-width:600px){.main_wrapper .faq_page .faq_hero .faq_search form .form_group:first-of-type{flex-basis:50%}}@media (max-width:600px){.main_wrapper .faq_page .faq_hero .faq_search form .form_group{height:40px}}.main_wrapper .faq_page .faq_hero .faq_search form .form_group .icon{position:absolute;left:10px;height:24px;width:24px;background-size:contain;background-repeat:no-repeat;top:50%;transform:translateY(-50%)}.main_wrapper .faq_page .faq_hero .faq_search form .form_group .search~.icon{background-image:url(../images/faq/magnifying-glass.png)}.main_wrapper .faq_page .faq_hero .faq_search form .form_group .subject~.icon{height:16px;background-image:url(../images/faq/three-dots.png)}.main_wrapper .faq_page .faq_hero .faq_search form button{flex-basis:20%}@media (max-width:600px){.main_wrapper .faq_page .faq_hero .faq_search .ask{display:flex;justify-content:space-between;align-items:center;border-bottom:var(--color_input_border) solid 1px;border-top:var(--color_input_border) solid 1px;padding:12px 0}}@media (max-width:600px){.main_wrapper .faq_page .faq_hero .faq_search .ask>*{font-size:15px}}.main_wrapper .faq_page .cats{display:flex;background-color:var(--color2);border-radius:10px;margin-bottom:50px}@media (min-width:600px){.main_wrapper .faq_page .cats{flex-wrap:wrap}}@media (max-width:600px){.main_wrapper .faq_page .cats{flex-wrap:wrap}}.main_wrapper .faq_page .cats .cat{flex:1;display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;position:relative;height:100%;cursor:pointer;padding:30px 20px}.main_wrapper .faq_page .cats .cat.has_subs:hover .sub_menu{display:block}@media (max-width:600px){.main_wrapper .faq_page .cats .cat{padding:30px 15px;min-width:140px}}.main_wrapper .faq_page .cats .cat .pic{margin:0 auto}@media (min-width:600px){.main_wrapper .faq_page .cats .cat .pic{width:48px;height:48px}}@media (max-width:600px){.main_wrapper .faq_page .cats .cat .pic{width:40px;height:40px}}.main_wrapper .faq_page .cats .cat .name{line-height:1;white-space:nowrap;color:#fff}.main_wrapper .faq_page .cats .cat>a{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;font-size:21px;line-height:1.18em;letter-spacing:-0.2px;padding:0px 12px;position:relative;z-index:2;transition:color 0.3s ease}.main_wrapper .faq_page .cats .cat>a::after{content:attr(data-text);content:attr(data-text)/"";height:0;visibility:hidden;overflow:hidden;font-weight:bold;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.main_wrapper .faq_page .cats .cat:hover,.main_wrapper .faq_page .cats .cat.active{background-color:var(--color_link);color:var(--color2)}.main_wrapper .faq_page .cats .cat:hover a,.main_wrapper .faq_page .cats .cat.active a{color:var(--color_link_active)}.main_wrapper .faq_page .cats .cat .sub_menu{z-index:30;display:none;position:absolute;right:50%;transform:translateX(50%);top:100%;background:#fff;min-width:160px;box-shadow:0px 50px 50px rgba(0, 0, 0, 0.33);border-radius:10px}.main_wrapper .faq_page .cats .cat .sub_menu .triangle{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;position:absolute;right:0;left:0;margin:0 auto;z-index:10;transform:translateY(-100%)}.main_wrapper .faq_page .cats .cat .sub_menu ul{display:block;background:#fff;position:relative;z-index:3;overflow:hidden}.main_wrapper .faq_page .cats .cat .sub_menu ul li{text-align:center}.main_wrapper .faq_page .cats .cat .sub_menu ul li:hover{background-color:var(--color_link)}.main_wrapper .faq_page .cats .cat .sub_menu ul li:hover a p{color:#fff}.main_wrapper .faq_page .cats .cat .sub_menu ul li a span{color:#000;font-size:14px}.main_wrapper .faq_page .cats .cat .sub_menu ul li a p{line-height:1;font-weight:300;font-size:0.85em;max-width:20ch;white-space:normal}.main_wrapper .faq_page .cats .cat .sub_menu ul .line_break:not(:last-of-type){height:1px;background-color:#eee}.main_wrapper .faq_page #faq_form{margin-bottom:40px}.main_wrapper .faq_page #faq_form>h1,.main_wrapper .faq_page #faq_form>p{text-align:center}@media (min-width:600px){.main_wrapper .faq_page #faq_form h1{font-size:40px;line-height:1.2}}@media (max-width:600px){.main_wrapper .faq_page #faq_form h1{line-height:1;margin-bottom:10px}}.main_wrapper .faq_page #faq_form p{font-size:17px;margin-bottom:30px}@media (min-width:600px){.main_wrapper .faq_page #faq_form form{display:grid;grid-template-columns:repeat(3, 1fr);width:70%;margin:0 auto;column-gap:20px;row-gap:25px}}@media (max-width:600px){.main_wrapper .faq_page #faq_form form{display:flex;flex-direction:column;gap:20px}}.main_wrapper .faq_page #faq_form form .form_group{display:flex;flex-direction:column}.main_wrapper .faq_page #faq_form form .form_group input{width:100%;padding:16px}.main_wrapper .faq_page #faq_form form .form_group textarea{width:100%;padding:16px}.main_wrapper .faq_page #faq_form form .form_group.question,.main_wrapper .faq_page #faq_form form .form_group.question_title{grid-column:1/-1}.main_wrapper .faq_page #faq_form form .btn_primary{grid-column:1/-1;height:60px;font-weight:700;letter-spacing:0.25em;font-size:23px;border:none;line-height:1}.main_wrapper .faq_page #faq_form form .btn_primary::after{content:"←";margin:0 5px}#questions_page,#latest_questions{display:flex;flex-direction:column;gap:30px;padding-top:70px;border-top:solid 1px var(--color2);position:relative}#questions_page .top_container,#latest_questions .top_container{display:flex;justify-content:space-between}#questions_page .top_container h4,#latest_questions .top_container h4{display:flex;gap:10px}#questions_page .top_container h4::before,#latest_questions .top_container h4::before{content:"";display:inline-block;width:2px;height:100%;background:var(--gradient1)}#questions_page .top_container .btn_primary,#latest_questions .top_container .btn_primary{padding:8px 2em;transition:0.2s all}#questions_page .top_container .btn_primary:hover,#latest_questions .top_container .btn_primary:hover{color:var(--color)}#questions_page ul.questions,#latest_questions ul.questions{column-gap:15px}#questions_page ul.questions .question,#latest_questions ul.questions .question{flex-basis:19%;background-color:var(--color2);border-radius:10px;position:relative;break-inside:avoid}#questions_page ul.questions .question>*:not(.cat),#latest_questions ul.questions .question>*:not(.cat){padding:0 20px}#questions_page ul.questions .question .cat,#latest_questions ul.questions .question .cat{display:flex;gap:5px;padding:0 8px;background-color:var(--color_link);color:var(--color1);border-radius:10px 0;margin-inline-start:auto;margin-bottom:10px;width:fit-content}#questions_page ul.questions .question .cat span,#latest_questions ul.questions .question .cat span{font-size:17px}#questions_page ul.questions .question .cat .pic,#latest_questions ul.questions .question .cat .pic{width:16px;background-image:url(https://kol-hatora.newdev.wizzo.co.il/Graphics/Modules/faq/categories/5031_tumb_200X200.png)}#questions_page ul.questions .question h3,#latest_questions ul.questions .question h3{line-height:1.1}#questions_page ul.questions .question h3::after,#latest_questions ul.questions .question h3::after{content:"";display:block;width:40px;height:2px;background:var(--gradient1);margin:10px 0}#questions_page ul.questions .question p,#latest_questions ul.questions .question p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:17px;line-height:1.3}#questions_page ul.questions .question .show_ans,#latest_questions ul.questions .question .show_ans{color:var(--color_link);font-weight:600}#questions_page ul.questions .question .show_ans::after,#latest_questions ul.questions .question .show_ans::after{content:"←";margin:0 5px}@media (max-width:600px){#latest_questions{margin-bottom:80px;padding-top:65px}}@media (max-width:600px){#latest_questions .top_container .btn_primary{position:absolute;bottom:-18px;transform:translateY(100%);left:0;right:0;text-align:center}}#latest_questions ul.questions{color:#fff}@media (min-width:600px){#latest_questions ul.questions{column-count:5}}@media (max-width:600px){#latest_questions ul.questions{display:flex;gap:20px;overflow:auto}}@media (min-width:600px){#latest_questions ul.questions .question{padding-bottom:20px;margin-bottom:20px}}@media (max-width:600px){#latest_questions ul.questions .question{min-width:210px}}@media (max-width:600px){#questions_page .top_container{flex-direction:column;gap:15px}}#questions_page .top_container h4::before{height:33px}@media (max-width:600px){#questions_page .top_container .btn_primary{order:-1;text-align:center}}@media (min-width:600px){#questions_page ul.questions{column-count:5}}#questions_page ul.questions .question{margin-bottom:20px}#answer_page #breadcrumbs li a{cursor:pointer}#answer_page #breadcrumbs li a:hover span{color:var(--color_link)}#answer_page #breadcrumbs li.last{cursor:default}#answer_page #breadcrumbs li.last,#answer_page #breadcrumbs li.last:hover span{color:var(--color_link)}#answer_page .page_title{line-height:1;margin-bottom:10px}#answer_page ul.writer_line{margin-bottom:30px}#answer_page ul.writer_line li{display:flex;gap:10px;align-items:center}#answer_page ul.writer_line li>span::after{content:"|";margin-inline-start:10px}#answer_page #article_content{display:flex}@media (max-width:600px){#answer_page #article_content{flex-direction:column}}#answer_page #article_content #article_soci_bar{position:relative}@media (min-width:600px){#answer_page #article_content #article_soci_bar{width:100px}}@media (max-width:600px){#answer_page #article_content #article_soci_bar{display:flex;gap:10px;align-items:center}}#answer_page #article_content #article_soci_bar .font_size_btn{font-weight:bold;letter-spacing:4px;margin-bottom:20px;color:#8395a7;cursor:pointer;width:fit-content}#answer_page #article_content #article_soci_bar .font_size_btn .font_size_small_btn{font-size:17px}#answer_page #article_content #article_soci_bar .font_size_btn .font_size_big_btn{font-size:21px}#answer_page #article_content #article_soci_bar .soci_inner{position:sticky;top:70px;z-index:5}@media (min-width:600px){#answer_page #article_content #article_soci_bar .soci_inner{width:95px}}@media (max-width:600px){#answer_page #article_content #article_soci_bar .soci_inner{display:flex;gap:10px}}#answer_page #article_content #article_soci_bar .soci_inner a{display:flex;width:45px;height:45px;justify-content:center;border-radius:45px;align-items:center;font-size:19px;color:#fff;margin-bottom:15px;-moz-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}#answer_page #article_content #article_soci_bar .soci_inner a:hover{width:140px;filter:saturate(1.5) brightness(1.1)}#answer_page #article_content #article_soci_bar .soci_inner a:hover span{width:auto;margin-inline-start:5px}#answer_page #article_content #article_soci_bar .soci_inner a.bg_facebook{background:#3b5998}#answer_page #article_content #article_soci_bar .soci_inner a.bg_email{background:#ea4335}#answer_page #article_content #article_soci_bar .soci_inner a.bg_print{background:#aaa}#answer_page #article_content #article_soci_bar .soci_inner a.bg_whatsapp{background:#25d366}#answer_page #article_content #article_soci_bar .soci_inner a span{width:0;overflow:hidden;white-space:nowrap;font-size:15px}#answer_page #article_content #article_inner_wrap{max-width:700px}#answer_page #article_content #article_inner_wrap .section_title{color:#0E1128;background-color:var(--color_link);max-width:110px;border-radius:10px 0;margin-bottom:10px;margin-top:20px}#answer_page #article_content #article_inner_wrap .section_title.menu_title_1{margin-top:40px}#answer_page #article_content #article_inner_wrap p{width:90%;margin:auto}.personal_site .main_wrapper::after{opacity:1}.personal_site .main_wrapper .faq_search h3,.personal_site .main_wrapper .faq_search span{color:#f3f3f3}.ltr .main_wrapper .faq_page #faq_form form .btn_primary::after{content:"➜"}