.hero_section{width:100%;background:#fafaf8;border-bottom:1px solid #e0dbd6;overflow:hidden}.hero_section h1{color:#E76124;font-weight:700;margin:0;font-size:40px;line-height:54px}.hero_section .hero_inner{display:flex;align-items:flex-start;position:relative}.hero_section .hero_inner .hero_content{flex:1;padding:128px 0 80px;display:flex;flex-direction:column;gap:20px;max-width:640px;position:relative;z-index:1}.hero_section .hero_content .hero_nk_badge{display:inline-flex;align-items:center;gap:6px;background:rgba(94,139,186,0.14);color:#5e8bba;font-size:12px;line-height:28px;font-weight:500;padding:0 10px;border-radius:4px;white-space:nowrap}.hero_section .hero_content .hero_nk_badge::before{content:'';flex-shrink:0;width:12px;height:12px;background-color:currentColor;-webkit-mask-image:url('../../../../img/correct_icon.svg');mask-image:url('../../../../img/correct_icon.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:12px 12px;mask-repeat:no-repeat;mask-position:center center;mask-size:12px 12px}.hero_section .hero_content .hero_subtitle{font-size:16px;line-height:24px;color:rgba(99,99,99,0.88);margin:0}.hero_section .hero_content .hero_seg_switch{display:flex;flex-direction:column;gap:8px}.hero_section .hero_seg_switch .hero_seg_switch_label{font-size:12px;line-height:15px;color:#8c8c8c}.hero_section .hero_seg_switch .hero_seg_switch_control{display:inline-flex;align-items:center;background:#d8dff2;border:1px solid rgba(255,255,255,0.45);border-radius:16px;width:280px;height:36px;padding:3px;box-sizing:border-box;gap:0;position:relative}.hero_section .hero_seg_switch_control::before{content:'';position:absolute;top:2px;left:3px;width:calc(50% - 3px);height:30px;background:#fff;border-radius:12px;box-shadow:0 1px 4px rgba(20,10,0,0.2);transition:transform 240ms ease;pointer-events:none}.hero_section .hero_seg_switch_control[data-active="domacnost"]::before{transform:translateX(100%)}.hero_section .hero_seg_switch .hero_seg_switch_btn{flex:1;font-size:13px;line-height:14px;font-weight:700;font-family:'Inter',sans-serif,Arial;color:#5e8bba;background:transparent;border:0;border-radius:12px;cursor:pointer;position:relative;z-index:1;transition:color 400ms ease 0ms}.hero_section .hero_seg_switch .hero_seg_switch_helper{font-size:12px;line-height:15px;color:#5e8bba}.hero_section .hero_content .hero_search{display:flex;flex-direction:column;gap:16px}.hero_section .hero_search .hero_search_field{display:flex;align-items:center;background:#fff;border:1.5px solid #e0dbd6;border-radius:10px;height:58px;padding:0 9px 0 18px;box-sizing:border-box;gap:10px;box-shadow:0 6px 24px rgba(20,10,0,0.1);transition:border-color 400ms ease 0ms}.hero_section .hero_search_field:focus-within{border-color:#E76124}.hero_section .hero_search_field .hero_search_icon{width:18px;height:18px;flex-shrink:0;background-color:#a0a0a0;-webkit-mask-image:url('../../../../img/lupa_icon.svg');mask-image:url('../../../../img/lupa_icon.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:18px 18px;mask-repeat:no-repeat;mask-position:center center;mask-size:18px 18px;display:block}.hero_section .hero_search_field .hero_search_input{flex:1;border:0;outline:none;font-size:15px;line-height:18px;font-family:'Inter',sans-serif,Arial;color:#1C1C1C;background:transparent}.hero_section .hero_search_input::placeholder{color:#a0a0a0}.hero_section .hero_search_field .hero_search_cta{flex-shrink:0}.hero_section .hero_content .hero_grade_pills{display:flex;flex-direction:column;gap:10px}.hero_section .hero_grade_pills .hero_grade_pills_label{font-size:13px;line-height:15px;color:#636363}.hero_section .hero_grade_pills .hero_grade_pills_list{display:flex;flex-wrap:wrap;gap:5px;position:relative}.hero_section .hero_grade_pills_list .hero_grade_pill{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:32px;padding:0 8px;border:1px solid rgba(94,139,186,0.42);border-radius:16px;background:#fff;font-size:12px;line-height:14px;font-weight:500;color:#2b4a70;text-decoration:none;box-sizing:border-box;transition:all 400ms ease 0ms}.hero_section .hero_grade_pill.type_ms_ss{min-width:44px;background:rgba(94,139,186,0.08);border-color:rgba(94,139,186,0.28);color:#5e8bba}.hero_section .hero_grade_pill.type_zs2{background:rgba(231,97,36,0.07);border-color:rgba(231,97,36,0.24);color:#3d2a1a}.notouch .hero_section .hero_grade_pill:is(:hover,:focus){border-color:#E76124;color:#E76124;background:rgba(231,97,36,0.06)}.hero_section .hero_inner .hero_covers{position:absolute;right:0;top:42px;width:386px;height:430px;pointer-events:none}.hero_section .hero_covers .hero_cover{position:absolute;overflow:hidden;display:block}.hero_section .hero_cover img{display:block;width:100%;height:100%;object-fit:cover}.hero_section .hero_covers .hero_cover_primary{right:0;top:0;width:273px;height:387px;border-radius:4px}.hero_section .hero_covers .hero_cover_secondary{left:0;top:130px;width:211px;height:299px;border-radius:3px}@media screen and (max-width:1100px){.hero_section .hero_inner .hero_content{max-width:100%;padding:60px 0}.hero_section .hero_inner .hero_covers{top:0;width:147px;height:163px}.hero_section .hero_covers .hero_cover_primary{width:104px;height:147px}.hero_section .hero_covers .hero_cover_secondary{width:80px;height:114px;top:49px;border-radius:4px}}@media screen and (max-width:1000px){.hero_section h1{font-size:24px;line-height:32px}}@media screen and (max-width:900px){.hero_section .hero_inner .hero_content{gap:16px}}@media screen and (max-width:600px){.hero_section .hero_inner .hero_content{max-width:100%;padding:24px 0 32px}.hero_section h1{font-size:24px;line-height:31px}.hero_section .hero_content .hero_nk_badge{display:none}.hero_section .hero_content .hero_subtitle{font-size:12px;line-height:18px}.hero_section .hero_inner .hero_covers{width:121px;height:138px}.hero_section .hero_covers .hero_cover_primary{width:103px;height:138px}.hero_section .hero_covers .hero_cover_secondary{width:78px;height:103px;top:35px}.hero_section .hero_content .hero_search{order:1}.hero_section .hero_content .hero_seg_switch{order:2;background:#f8f8f8;margin:0 -16px;padding:16px}.hero_section .hero_seg_switch .hero_seg_switch_control{width:100%}.hero_section .hero_search .hero_search_field{height:42px;padding:0 4px 0 16px}.hero_section .hero_search_field .hero_search_input{font-size:13px}.hero_section .hero_grade_pills .hero_grade_pills_list{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hero_section .hero_grade_pills_list::-webkit-scrollbar{display:none}.hero_section .hero_grade_pills_list::after{content:'';pointer-events:none;position:absolute;right:0;top:0;bottom:0;width:40px;background:linear-gradient(to right, rgba(250,250,248,0), #fafaf8 70%)}.hero_section .hero_grade_pills_list .hero_grade_pill{flex-shrink:0;min-width:38px;border-radius:8px;background:rgba(94,138,186,0.08);border-color:rgba(94,138,186,0.3);color:#5e8aba}.hero_section .hero_grade_pill.type_zs2{background:rgba(231,97,36,0.08);border-color:rgba(231,97,36,0.3);color:#E76124}.hero_section .hero_grade_pill.type_ms_ss.type_ms{min-width:38px;background:rgba(200,159,184,0.08);border-color:rgba(200,159,184,0.3);color:#c89fb8}.hero_section .hero_grade_pill.type_ms_ss.type_ss{min-width:38px;background:rgba(51,51,153,0.08);border-color:rgba(51,51,153,0.3);color:#339}}