@charset "UTF-8";.archive-item .in,blockquote{border-radius:var(--border-radius)}.archive__menu{display:none}.archive{padding:0 var(--padding-mt2)}.archive__cd{overflow:hidden}.archive__cd .perex{margin:20px 0;color:var(--text-primary);font-size:16px;font-weight:400;line-height:1.7em;max-width:900px}.archive__cdfs{padding:0 20px}.archive__cdfs h2{margin-top:40px}.archive__cards{display:flex;flex-wrap:wrap;margin:60px -10px 0}.archive-item{padding:0 10px 20px;display:flex}.archive-item .in{height:auto;border:1px solid var(--border-color);overflow-y:hidden;padding:0 0 20px;display:flex;flex-direction:column;position:relative;transition:all 150ms linear}.archive-item .in .img{width:100%;position:relative;background-color:var(--gray-light);aspect-ratio:16/9}.archive-item .in .img img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover}.archive-item .in a{color:var(--text-primary);font-size:26px;font-weight:500;line-height:128%;padding:20px 20px 0;display:inline-block}.archive-item .in .bt,.archive-item .in p{margin:20px 0;padding:0 20px;-webkit-line-clamp:4;overflow:hidden;-webkit-box-orient:vertical;text-overflow:ellipsis}.archive-item .in a:before{content:' ';z-index:5;position:absolute;left:0;top:0;width:100%;height:100%}.archive-item .in p{color:var(--text-secondary);font-size:14px;display:-webkit-box}.archive-item .in .bt{color:var(--primary-red);font-size:16px;font-weight:500;display:flex;align-items:flex-end;height:auto;flex:1;transition:all 150ms linear}.archive-item .in:hover{box-shadow:20px 20px 20px 0 rgba(51,57,75,.04);z-index:5}.archive-item .in:hover .bt{color:var(--text-primary)}@media (min-width:768px){.archive{max-width:1472px;margin:0 auto;align-items:flex-start}.archive__cdfs{padding:0 30px;margin:0 auto}.archive__cdfs h2{margin-top:80px}.archive-item{width:33.33%;flex:0 0 33.33%;max-width:450px}.archive,.archive--full{display:flex;padding:0 var(--padding-pc2)}.archive__menu{position:sticky;top:82px;margin:20px 60px 10px 0;max-height:calc(100vh - 40px - 60px);height:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;width:300px;flex:0 0 300px;border-radius:var(--border-radius);transition:background-color .3s linear;background-color:var(--gray-light);padding:20px 4px}.archive__menu::-webkit-scrollbar{width:10px}.archive__menu::-webkit-scrollbar-track{background:#f1f1f1;border-radius:5px}.archive__menu::-webkit-scrollbar-thumb{background:#888;border-radius:5px}.archive__menu::-webkit-scrollbar-thumb:hover{background:#555}.archive__menu .archive__menu_hl{padding:0 20px;margin:0 0 20px;font-size:22px;line-height:32px;transition:color 150ms linear;color:var(--text-primary);font-weight:700}.archive__menu .archive__menu_hl:hover{color:var(--hover-red)}.archive__menu li a{display:flex;padding:10px var(--padding-mt2);font-size:14px;font-weight:400;color:var(--text-primary);width:100%;transition:all 150ms linear;border-radius:var(--border-radius)}.archive__menu li a:hover{background-color:var(--secondary-red)}.archive__menu li a.active{color:var(--hover-red)}}:root{--Primary-Color-Black:#000;--Secondary-Black-Black-40:#999;--Secondary-Black-Black-60:#666;--Secondary-Black-Black-80:#333;--Primary-Color-White:#fff;--bg-primary:#ffffff;--text-primary:#000000;--text-secondary:#727272;--text-white:#ffffff;--color-disabled:#E1E6E6;--primary-red:#C40109;--hover-red:#A20007;--secondary-red:#F3CCCE;--gray-light:#F1F1F1;--gray-darg:#D6D6D6;--gray-hover:#CCC;--border-color:#F1F1F1;--border-color-input:#B3B3B3;--border-radius:7px;--bt-radius:8px;--mg-component:30px;--padding-pc:15px;--padding-mt:10px;--padding-pc2:30px;--padding-mt2:20px;--col-width:8.333%;--box-shadow:0px 5px 15px 0px rgba(0, 0, 0, 0.10);--size:calc(100vw / 1920);--size-txt:calc(100vw / 1450)}.component__link{color:var(--primary-red);font-size:16px;font-style:normal;font-weight:400;line-height:1.3em;text-decoration:none;display:inline-flex;border-radius:2px;margin:5px 0}.component__link:hover{text-decoration:underline!important}.component__link svg:first-child{margin:0 11px 0 0}.component__link svg:last-child{margin:0 0 0 11px}.component__link.component__link--icon{font-size:12px;display:inline-flex;align-items:center}.component__link.component__link--icon:hover{letter-spacing:-.12px}.component__link--m{font-size:16px}.component__link--s{font-size:13px}.component__button-black,.component__button-black-border,.component__button-main,.component__button-secundary,.component__button-white{cursor:pointer;margin:5px;height:48px;padding:11px 16px 13px;font-size:16px;line-height:24px;font-weight:500;background-color:var(--primary-red);color:var(--Primary-Color-White);display:inline-flex;width:auto;align-items:center;justify-content:center;border-radius:7px;transition:all 150ms linear}.component__button-black svg,.component__button-black-border svg,.component__button-main svg,.component__button-secundary svg,.component__button-white svg{margin:1px 0 -1px}.component__button-black svg:first-child,.component__button-black-border svg:first-child,.component__button-main svg:first-child,.component__button-secundary svg:first-child,.component__button-white svg:first-child{margin-right:10px}.component__button-black svg:last-child,.component__button-black-border svg:last-child,.component__button-main svg:last-child,.component__button-secundary svg:last-child,.component__button-white svg:last-child{margin-left:10px}.component__button-black-border:hover,.component__button-black:hover,.component__button-main:hover,.component__button-secundary:hover,.component__button-white:hover{background-color:var(--hover-red)}.component__button-black-border[disabled],.component__button-black[disabled],.component__button-main[disabled],.component__button-secundary[disabled],.component__button-white[disabled]{background-color:var(--color-disabled);color:#727272;pointer-events:none}.component__button-black-border[disabled] svg path,.component__button-black-border[disabled] svg rect,.component__button-black[disabled] svg path,.component__button-black[disabled] svg rect,.component__button-main[disabled] svg path,.component__button-main[disabled] svg rect,.component__button-secundary[disabled] svg path,.component__button-secundary[disabled] svg rect,.component__button-white[disabled] svg path,.component__button-white[disabled] svg rect{fill:#727272}.component__button-black--medium,.component__button-black-border--medium,.component__button-main--medium,.component__button-secundary--medium,.component__button-white--medium{height:40px;padding:10px 12px 12px;font-size:15px;line-height:18px}.component__button-black--small,.component__button-black-border--small,.component__button-main--small,.component__button-secundary--small,.component__button-white--small{height:36px;padding:9px 12px 11px;font-size:13px;line-height:16px}.component__button-secundary{background-color:var(--Primary-Color-White);color:var(--primary-red);border:1px solid var(--primary-red)}.component__button-secundary svg{margin:1px 0 -1px}.component__button-secundary svg path,.component__button-secundary svg rect{fill:var(--primary-red)}.component__button-secundary svg:first-child{margin-right:10px}.component__button-secundary svg:last-child{margin-left:10px}.component__button-secundary:hover{background-color:#F3CCCE}.component__button-secundary[disabled]{background-color:var(--color-disabled);color:#727272;pointer-events:none;border-color:transparent}.component__button-secundary[disabled] svg path,.component__button-secundary[disabled] svg rect{fill:#727272}.component__button-white{background-color:var(--Primary-Color-White);color:var(--Primary-Color-Black);border:1px solid transparent}.component__button-white svg{margin:1px 0 -1px}.component__button-white svg path,.component__button-white svg rect{fill:var(--Primary-Color-Black)}.component__button-white svg:first-child{margin-right:10px}.component__button-white svg:last-child{margin-left:10px}.component__button-white:hover{background-color:var(--Primary-Color-White) FFF;color:var(--primary-red)}.component__button-white:hover svg path,.component__button-white:hover svg rect{fill:var(--primary-red)}.component__button-white[disabled]{background-color:var(--Primary-Color-White) FFF;color:#B2B2B2;pointer-events:none;border-color:transparent}.component__button-white[disabled] svg path,.component__button-white[disabled] svg rect{fill:#B2B2B2}.component__button-black-border{background-color:var(--Primary-Color-White);color:var(--Primary-Color-Black);border:1px solid var(--Primary-Color-Black)}.component__button-black-border:hover,.component__icobt:hover{background-color:var(--gray-hover)}.component__button-black-border svg{margin:1px 0 -1px}.component__button-black-border svg path,.component__button-black-border svg rect{fill:var(--Primary-Color-Black)}.component__button-black-border svg:first-child{margin-right:10px}.component__button-black-border svg:last-child{margin-left:10px}.component__button-black svg,.component__single-tab svg{margin:1px 0 -1px}.component__button-black-border[disabled]{background-color:var(--color-disabled);color:#727272;pointer-events:none;border-color:transparent}.component__button-black-border[disabled] svg path,.component__button-black-border[disabled] svg rect{fill:#727272}.component__button-black{background-color:var(--Primary-Color-Black);color:var(--Primary-Color-White);border:1px solid transparent}.component__button-black svg path,.component__button-black svg rect{fill:var(--Primary-Color-White)}.component__button-black:hover{background-color:var(--Secondary-Black-Black-80)}.component__button-black[disabled]{background-color:var(--color-disabled);color:#727272;pointer-events:none;border-color:transparent}.component__button-black[disabled] svg path,.component__button-black[disabled] svg rect{fill:#727272}.component__single-tab{cursor:pointer;height:40px;padding:10px 20px 12px;font-size:15px;line-height:18px;font-weight:500;background-color:var(--gray-light);color:var(--text-primary);display:inline-flex;width:auto;align-items:center;justify-content:center;border-radius:5px;transition:all 150ms linear;border:1px solid transparent}.component__single-tab svg:first-child{margin-right:10px}.component__single-tab svg:last-child{margin-left:10px}.component__single-tab.active{box-shadow:20px 20px 50px 0 rgba(51,57,75,.04);background-color:var(--text-white);border:1px solid var(--gray-hover)}.component__single-tab.active svg path,.component__single-tab.active svg rect{fill:var(--primary-red)}.component__single-tab:not(.active):hover{background-color:var(--text-white);color:var(--primary-red)}.component__single-tab--secundary{border:1px solid transparent;background-color:var(--Primary-Color-White)}.component__single-tab--secundary.active{box-shadow:20px 20px 50px 0 rgba(51,57,75,.04);background-color:#FAE6E7;border:1px solid var(--primary-red);color:var(--primary-red)}.component__single-tab--secundary.active svg path,.component__single-tab--secundary.active svg rect{fill:var(--primary-red)}.component__tabs{display:inline-flex;width:auto;flex-wrap:wrap;background-color:#F1F1F1;padding:2px;border-radius:7px}.component__tabs--dark{background-color:#D6D6D6}.component__multi-tab{margin:2px;cursor:pointer;height:40px;padding:10px 20px 12px;font-size:15px;line-height:18px;font-weight:500;background-color:transparent;color:var(--text-primary);display:inline-flex;width:auto;align-items:center;justify-content:center;border-radius:5px;transition:background-color 150ms linear,color 150ms linear,box-shadow 150ms linear;border:1px solid transparent}.component__multi-tab svg{margin:1px 0 -1px}.component__multi-tab svg:first-child{margin-right:10px}.component__multi-tab svg:last-child{margin-left:10px}.component__multi-tab.active{box-shadow:20px 20px 50px 0 rgba(51,57,75,.04);background-color:var(--text-white);color:var(--text-primary);border:1px solid var(--gray-hover)}.component__multi-tab.active svg path,.component__multi-tab.active svg rect{fill:var(--primary-red)}.component__multi-tab:not(.active):hover{color:var(--primary-red);background-color:var(--text-white)}.component__multi-tab:focus:not(.active):not(:active){outline:var(--Primary-Color-Black) solid 1px!important}.component__tooltip{position:relative;text-decoration:underline;width:auto;max-width:150px}.component__tooltip svg{position:relative;top:2px}.component__tooltip:hover .component__tooltip_cd{opacity:1;transform:translateX(-50%) translateY(0)}.component__tooltip:hover .component__tooltip_arrow:after{opacity:1;transform:translateX(0)}.component__tooltip_cd{opacity:0;padding:16px 12px;border-radius:5px;background-color:rgba(0,0,0,.8);font-size:13px;line-height:1.3em;position:absolute;left:50%;bottom:25px;font-weight:400;color:var(--Primary-Color-White);letter-spacing:initial;width:100px;pointer-events:none;transition:all 250ms ease-out;transform:translateX(-50%) translateY(10px)}.component__article-box .in .bt,.component__avatar,.form-group .errmsg,ul.component_pagination li button:hover{color:var(--primary-red)}.component__tooltip_cd .component__tooltip_arrow{width:16px;height:10px;overflow:hidden;position:absolute;top:100%;left:calc(50% - 5px)}.component__tooltip_cd .component__tooltip_arrow:after{transition:all 250ms ease-out;opacity:0;content:' ';position:absolute;left:3px;bottom:5px;width:10px;height:10px;background-color:rgba(0,0,0,.8);rotate:45deg;transform:translateY(-5px) translateX(-2.5px);transform-origin:center center}.form-group{margin:20px 10px;max-width:320px;position:relative}.form-group.form-group--lg{max-width:504px}.form-group .component__button-main{margin:0}.form-group .errmsg{height:0;opacity:0;transition:all .2s ease-out;font-size:13px;font-weight:400;line-height:18px;position:absolute;top:100%;left:0;z-index:5}.component__input{position:relative}.component__input input{width:100%;border-radius:7px;border:1px solid var(--border-color-input);background:var(--gray-light);transition:all 150ms linear;font-size:16px;font-weight:500;line-height:22px;padding:24px 16px 12px;outline:0!important}.component__input label,.component__select label{left:16px;font-weight:400;line-height:18px;margin-top:-9px;font-style:normal}.component__input input:hover{border:1px solid var(--text-primary)}.component__input label{position:absolute;top:50%;transform-origin:left top;color:var(--Primary-Color-Black);font-size:15px;transition:all .2s ease-out}.component__input input:focus{border:1px solid var(--text-primary)!important;outline:0;background-color:var(--Primary-Color-White)}.component__input input:not(:placeholder-shown){background-color:var(--Primary-Color-White)}.component__input input:focus+label,.component__input input:not(:placeholder-shown)+label{transform:scale(.86) translateY(-10px);color:var(--text-secondary)}.component__input input:disabled{border-color:transparent;background-color:var(--color-disabled)}.component__input input:disabled+label{color:var(--text-secondary)}.form-group.has-error .component__input input{border:1px solid var(--primary-red)}.form-group.has-error .errmsg{height:18px;opacity:1}.form-group.has-error .component__select button.dropdown-toggle:focus,.form-group.has-error .dropdown-toggle{border:1px solid var(--primary-red)!important}.component__input--password{position:relative}.component__input--password input{padding-right:48px!important}.component__input--password button{z-index:3;padding:0;height:60px;width:48px;position:absolute;right:0;top:0;cursor:pointer;transition:opacity 150ms linear}.component__input--password button:after,.component__input--password button:before{content:' ';background-repeat:no-repeat;background-position:center center;width:100%;height:100%;display:block;position:absolute;right:0;top:0}.component__input--password button:before{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.8806 7.454C15.2952 6.174 12.9999 2 7.99992 2C2.99991 2 0.704581 6.174 0.119248 7.454C0.040673 7.62553 0 7.81199 0 8.00067C0 8.18934 0.040673 8.3758 0.119248 8.54733C0.704581 9.826 2.99991 14 7.99992 14C12.9999 14 15.2952 9.826 15.8806 8.546C15.959 8.37466 15.9996 8.18843 15.9996 8C15.9996 7.81157 15.959 7.62534 15.8806 7.454ZM7.99992 12.6667C3.79525 12.6667 1.83325 9.08933 1.33325 8.00733C1.83325 6.91067 3.79525 3.33333 7.99992 3.33333C12.1946 3.33333 14.1572 6.89533 14.6666 8C14.1572 9.10467 12.1946 12.6667 7.99992 12.6667Z" fill="black"/><path d="M7.99984 4.66666C7.34057 4.66666 6.6961 4.86215 6.14794 5.22842C5.59977 5.5947 5.17253 6.11529 4.92024 6.72438C4.66795 7.33347 4.60194 8.00369 4.73055 8.65029C4.85917 9.29689 5.17664 9.89084 5.64282 10.357C6.10899 10.8232 6.70293 11.1407 7.34954 11.2693C7.99614 11.3979 8.66636 11.3319 9.27545 11.0796C9.88454 10.8273 10.4051 10.4001 10.7714 9.85189C11.1377 9.30373 11.3332 8.65926 11.3332 7.99999C11.3321 7.11626 10.9806 6.26903 10.3557 5.64414C9.7308 5.01924 8.88357 4.66772 7.99984 4.66666ZM7.99984 9.99999C7.60428 9.99999 7.2176 9.88269 6.8887 9.66293C6.5598 9.44317 6.30345 9.13081 6.15208 8.76536C6.0007 8.3999 5.9611 7.99777 6.03827 7.60981C6.11544 7.22185 6.30592 6.86548 6.58562 6.58578C6.86533 6.30607 7.2217 6.11559 7.60966 6.03842C7.99762 5.96125 8.39975 6.00086 8.76521 6.15223C9.13066 6.30361 9.44301 6.55995 9.66278 6.88885C9.88254 7.21775 9.99984 7.60443 9.99984 7.99999C9.99984 8.53042 9.78912 9.03913 9.41405 9.4142C9.03898 9.78928 8.53027 9.99999 7.99984 9.99999Z" fill="black"/></svg>')}.component__input--password button:after{opacity:0;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><g clip-path="url(%23clip0_848_2118)"><path d="M15.8806 7.454C15.2365 6.05714 14.2931 4.81901 13.1172 3.82733L15.1386 1.806L14.1952 0.862L11.9999 3.05533C10.7848 2.35248 9.40359 1.98806 7.99992 2C2.99991 2 0.704581 6.174 0.119248 7.454C0.040673 7.62553 0 7.81199 0 8.00067C0 8.18934 0.040673 8.3758 0.119248 8.54733C0.763338 9.94419 1.70673 11.1823 2.88258 12.174L0.861914 14.1953L1.80458 15.138L3.99991 12.9447C5.21501 13.6475 6.59624 14.0119 7.99992 14C12.9999 14 15.2952 9.826 15.8806 8.546C15.959 8.37466 15.9996 8.18843 15.9996 8C15.9996 7.81156 15.959 7.62534 15.8806 7.454ZM1.33325 8.00733C1.83325 6.91067 3.79525 3.33333 7.99992 3.33333C9.04631 3.32722 10.079 3.57133 11.0119 4.04533L9.83525 5.222C9.1952 4.79707 8.42785 4.60666 7.6634 4.6831C6.89895 4.75953 6.18449 5.09809 5.64125 5.64133C5.09801 6.18458 4.75945 6.89904 4.68301 7.66349C4.60658 8.42794 4.79698 9.19529 5.22191 9.83533L3.83591 11.2213C2.7695 10.3529 1.91383 9.25405 1.33325 8.00733ZM9.99992 8C9.99992 8.53043 9.7892 9.03914 9.41413 9.41421C9.03906 9.78929 8.53035 10 7.99992 10C7.70292 9.99885 7.41005 9.93047 7.14325 9.8L9.79992 7.14333C9.93039 7.41013 9.99877 7.70301 9.99992 8ZM5.99991 8C5.99991 7.46957 6.21063 6.96086 6.5857 6.58579C6.96077 6.21071 7.46948 6 7.99992 6C8.29691 6.00115 8.58978 6.06953 8.85658 6.2L6.19991 8.85667C6.06944 8.58987 6.00106 8.29699 5.99991 8ZM7.99992 12.6667C6.95352 12.6728 5.92082 12.4287 4.98791 11.9547L6.16458 10.778C6.80463 11.2029 7.57198 11.3933 8.33643 11.3169C9.10088 11.2405 9.81534 10.9019 10.3586 10.3587C10.9018 9.81542 11.2404 9.10096 11.3168 8.33651C11.3933 7.57206 11.2028 6.80471 10.7779 6.16467L12.1632 4.77933C13.2318 5.64854 14.0879 6.75004 14.6666 8C14.1572 9.10467 12.1946 12.6667 7.99992 12.6667Z" fill="black"/></g><defs><clipPath id="clip0_848_2118"><rect width="16" height="16" fill="white"/></clipPath></defs></svg>')}.component__input--password button:hover{opacity:.6}.component__input--password button:active+input+label,.component__input--password input:not(:placeholder-shown)+label{transform:scale(.86) translateY(-10px);color:var(--text-secondary)}.component__input--password.showpass button:before{opacity:0}.component__input--password.showpass button:after{opacity:1}.component__select{position:relative}.component__select label{position:absolute;top:50%;transform-origin:left top;color:var(--Primary-Color-Black);font-size:15px;transition:all .2s ease-out;pointer-events:none}.component__select select{width:1px;left:100%}.component__select .dropdown{height:60px;width:100%!important}.component__select button.dropdown-toggle{height:60px;width:100%;border-radius:7px;border:1px solid var(--border-color-input);background:var(--gray-light);transition:all 150ms linear;outline:0!important;outline-offset:0;padding:0}.component__select .selected button.dropdown-toggle,.component__select .show button.dropdown-toggle{background-color:var(--Primary-Color-White)}.component__select button.dropdown-toggle:before,.component__select-item-multi li.selected a:before{background-repeat:no-repeat;background-position:center center;content:' '}.component__select button.dropdown-toggle:focus,.component__select button.dropdown-toggle:hover{border:1px solid var(--text-primary)!important;outline:0!important}.component__select button.dropdown-toggle:after{display:none}.component__select button.dropdown-toggle:before{transition:all 150ms ease-in-out;transform:rotate(-180deg);position:absolute;z-index:3;padding:0;height:60px;width:48px;right:0;top:0;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.23799 10.7414C2.31767 10.8198 2.41246 10.882 2.51689 10.9245C2.62133 10.967 2.73335 10.9888 2.84649 10.9888C2.95963 10.9888 3.07166 10.967 3.17609 10.9245C3.28053 10.882 3.37532 10.8198 3.455 10.7414L7.38027 6.91046C7.45994 6.83206 7.55473 6.76983 7.65917 6.72737C7.76361 6.6849 7.87563 6.66304 7.98877 6.66304C8.10191 6.66304 8.21393 6.6849 8.31837 6.72737C8.42281 6.76983 8.5176 6.83206 8.59727 6.91046L12.5225 10.7414C12.6022 10.8198 12.697 10.882 12.8014 10.9245C12.9059 10.967 13.0179 10.9888 13.131 10.9888C13.2442 10.9888 13.3562 10.967 13.4606 10.9245C13.5651 10.882 13.6599 10.8198 13.7395 10.7414C13.8992 10.5847 13.9888 10.3727 13.9888 10.1517C13.9888 9.93073 13.8992 9.71873 13.7395 9.56201L9.80571 5.7227C9.32362 5.25278 8.67012 4.98883 7.98877 4.98883C7.30742 4.98883 6.65392 5.25278 6.17183 5.7227L2.23799 9.56201C2.07837 9.71873 1.98877 9.93073 1.98877 10.1517C1.98877 10.3727 2.07837 10.5847 2.23799 10.7414Z' fill='%23C40109'/%3E%3C/svg%3E")}.component__select .bootstrap-select .dropdown-toggle .filter-option-inner-inner{height:58px;transition:all 150ms linear;font-size:16px;font-weight:500;line-height:19px;padding:27px 48px 12px 16px;text-overflow:ellipsis}.component__select .selected+label{transform:scale(.86) translateY(-10px);color:var(--text-secondary)}.component__select .show button.dropdown-toggle:before{filter:grayscale(1) brightness(0);transform:rotate(0)}.component__select .dropdown-menu{margin:5px 0 0;border:1px solid var(--border-color-input);border-radius:7px;box-shadow:0 20px 30px 0 rgba(51,57,75,.11);padding:8px 0}.component__select .dropdown-menu a{border:1px solid transparent}.component__select .dropdown-menu a:focus-visible{border:1px solid var(--Primary-Color-Black);border-radius:5px;z-index:5;outline:0!important}.component__select .dropdown-item{padding:8px 16px;font-size:15px;background-color:var(--Primary-Color-White)!important;color:var(--text-primary)!important}.component__select .dropdown-item:hover{background-color:var(--gray-light)!important}.component__select li.selected a{background-color:var(--color-disabled)!important}.component__select li.selected span.check-mark{display:none!important}.component__select-item-multi .dropdown-menu li a{padding-left:30px;position:relative}.component__select-item-multi li.selected a:before{width:20px;height:20px;display:block;position:absolute;left:5px;top:8px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="none" x="0px" y="0px" width="13px" height="10px" viewBox="0 0 13 10"><defs/><g id="Layer_1"><g transform="matrix( 1, 0, 0, 1, 0,0) "><g><g><path fill="%23000000" stroke="none" d="M 5.5 9.2L 12.95 1.85 11.5 0.45 4.8 7.1 1.5 3.75 0.1 5.15 4.1 9.2Q 4.4 9.5 4.8 9.5 5.2 9.5 5.5 9.2 Z"/></g></g></g></g></svg>')}.component__select--short .dropdown,.component__select--short button.dropdown-toggle{height:48px}.component__select--short .dropdown-toggle.bs-placeholder .filter-option-inner-inner{font-weight:400!important;color:var(--text-primary)!important}.component__select--short .bootstrap-select .dropdown-toggle .filter-option-inner-inner{height:46px;transition:all 150ms linear;font-size:16px;font-weight:500;line-height:19px;padding:12px 48px 12px 16px;text-overflow:ellipsis}.component__select--short button.dropdown-toggle:before{height:48px}.component__select--sm.component__select .dropdown,.component__select--sm.component__select button.dropdown-toggle{height:40px}.component__select--sm.component__select .dropdown-toggle.bs-placeholder .filter-option-inner-inner{font-weight:400!important;color:var(--text-primary)!important}.component__checkbox input:disabled+span.component__checkbox_icon+label,.component__radio input:disabled+span.component__radio_icon+label{color:var(--text-secondary)}.component__select--sm.component__select .bootstrap-select .dropdown-toggle .filter-option-inner-inner{height:38px;transition:all 150ms linear;font-size:15px;font-weight:500;line-height:19px;padding:9px 12px;text-overflow:ellipsis}.component__select--sm.component__select button.dropdown-toggle:before{width:32px;height:42px}.component__select--single .dropdown{height:48px}.component__select--single button.dropdown-toggle{background-color:var(--Primary-Color-White);height:48px}.component__select--single .bootstrap-select .dropdown-toggle .filter-option-inner-inner{height:46px;transition:all 150ms linear;font-size:16px;font-weight:500;line-height:19px;padding:12px 48px 12px 16px;text-overflow:ellipsis}.component__select--single button.dropdown-toggle:before{height:48px}.component__checkbox{position:relative;display:flex}.component__checkbox label{margin:2px 0 0;font-size:15px;font-weight:400;line-height:18px}.component__checkbox input{position:absolute;left:0;top:0;opacity:0;width:20px;height:20px;display:block;z-index:3;cursor:pointer}.component__checkbox span.component__checkbox_icon{width:20px;height:20px;display:block;border-radius:2px;border:1px solid var(--border-color-input);background:var(--Primary-Color-White);margin:0 10px 0 0;overflow:hidden;position:relative;transition:all 150ms linear}.component__checkbox span.component__checkbox_icon:before{transition:all 150ms linear;border-radius:2px;content:' ';position:absolute;opacity:0;width:100%;height:100%;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect width="20" height="20" rx="2" fill="%23C40109"/><path d="M5 10L8.32941 13.3334L15 6.66669" stroke="white" stroke-width="2" stroke-linecap="square"/></svg>');background-position:center center;background-size:cover}.component__checkbox input:checked+.component__checkbox_icon{border-color:var(--primary-red);background-color:var(--primary-red)}.component__checkbox input:checked+.component__checkbox_icon:before{opacity:1}.component__checkbox input:disabled+span.component__checkbox_icon{border-color:var(--color-disabled)!important;background-color:var(--color-disabled)!important}.component__checkbox input:disabled+span.component__checkbox_icon:before{opacity:0!important}.component__checkbox input:focus-visible+span.component__checkbox_icon{border-color:var(--Primary-Color-Black)}.has-error .component__checkbox span.component__checkbox_icon{border-color:var(--primary-red)}.component__radio{position:relative;display:flex}.component__radio label{margin:2px 0 0;font-size:15px;font-weight:400;line-height:18px}.component__radio input{position:absolute;left:0;top:0;opacity:0;width:20px;height:20px;display:block;z-index:3;cursor:pointer}.component__radio span.component__radio_icon{width:20px;height:20px;display:block;border:1px solid var(--border-color-input);background:var(--Primary-Color-White);margin:0 10px 0 0;overflow:hidden;position:relative;transition:all 150ms linear;border-radius:50%}.component__radio span.component__radio_icon:before{background-color:var(--Primary-Color-White);width:8px;height:8px;display:block;border-radius:50%;content:' ';position:absolute;left:5px;top:5px}.component__radio input:checked+.component__radio_icon{border-color:var(--primary-red);background-color:var(--primary-red)}.component__radio input:checked+.component__radio_icon:before{opacity:1}.component__radio input:disabled+span.component__radio_icon{border-color:var(--color-disabled)!important;background-color:var(--color-disabled)!important}.component__radio input:disabled+span.component__radio_icon:before{opacity:0!important}.component__radio input:focus-visible+span.component__radio_icon{border-color:var(--Primary-Color-Black)}.has-error .component__radio span.component__radio_icon{border-color:var(--primary-red)}.component__switch{position:relative;display:inline-flex}.component__switch input{position:absolute;left:0;top:0;opacity:0;width:100%;height:100%;display:block;z-index:3;cursor:pointer}.component__switch span{display:inline-flex;width:52px;height:28px;background-color:var(--color-disabled);position:relative;border-radius:14px;transition:all 150ms linear;border:1px solid transparent}.component__switch span:before{transition:transform .2s ease-in-out;content:' ';position:absolute;width:20px;height:20px;top:3px;left:3px;background-color:var(--Primary-Color-White);border-radius:50%}.component__switch input:checked+span{background-color:var(--primary-red)}.component__switch input:checked+span:before{transform:translateX(24px)}.component__switch input:focus-visible+span{border-color:var(--text-primary)}.component__product-icon{width:50px;height:50px;border-radius:5px;display:inline-flex;padding:0 13px;align-items:center;justify-content:center;margin:5px}.component__product-icon svg{width:100%}.component__product-icon--sm{width:40px;height:40px;padding:0 10px}.component__article-boxcd{display:flex;flex-wrap:wrap;margin:-10px;width:calc(100% + 20px)}.component__article-box{display:flex;max-width:295px;margin:10px;position:relative}.component__article-box .in{display:flex;flex-direction:column;height:auto;border-radius:7px;overflow:hidden;background-color:var(--Primary-Color-White);box-shadow:20px 20px 50px 0 rgba(51,57,75,.04);transition:transform 220ms ease-out}.component__article-box .in img{object-fit:cover;object-position:center center;aspect-ratio:315/207;width:100%}.component__article-box .in a{margin:20px 0 16px;padding:0 20px;color:var(--Primary-Color-Black);font-size:18px;font-weight:500;line-height:23px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:69px}.component__article-box .in a:before{content:' ';width:100%;height:100%;z-index:5;left:0;top:0;position:absolute;transition:transform 220ms ease-out}.component__article-box .in .bt{padding:0 20px 20px;font-size:16px;font-weight:400;line-height:24px}.component__article-box:hover .in .bt{text-decoration:underline}.component__article-box--sm{max-width:250px}.component__article-box--sm .in a{font-size:16px;line-height:20px;max-height:60px;overflow:hidden}.component_sms{display:flex;margin:0 -4px;width:calc(100% + 4px)}.component_sms input{text-align:center;font-size:36px;line-height:36px;padding:16px 16px 20px;width:56px;height:72px;border-radius:5px;margin:0 4px;border:1px solid var(--border-color-input);font-weight:500;background-color:#F1F1F1;transition:all 150ms linear}.component_sms input:focus,.component_sms:not(.focus) input:hover{border-color:var(--text-primary)}.component_sms input:focus,.component_sms.active input,.component_sms.focus input{background-color:var(--Primary-Color-White)}.has-error .component_sms input{border-color:var(--primary-red)}.component__avatar{width:104px;height:104px;position:relative;display:flex;margin:20px 20px 0 0;border-radius:50%;overflow:hidden;background-color:#FAE6E7;align-items:center;justify-content:center;text-align:center;font-size:36px;font-weight:500}.component__avatar img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:cover;background-position:center center}.component__avatar--sm{width:40px;height:40px;font-size:14px}ul.component_pagination li,ul.component_pagination li button,ul.component_pagination li span{min-width:40px;height:40px;font-size:13px;line-height:1.24em;font-weight:500}ul.component_pagination{display:flex;margin:20px;width:auto;flex-wrap:wrap;justify-content:center}ul.component_pagination li{padding:0 2px}ul.component_pagination li.disabled button{opacity:.2;pointer-events:none}ul.component_pagination li button{padding:0;user-select:none;cursor:pointer;border-radius:5px;background-color:transparent;transition:150ms linear;display:flex;align-items:center;justify-content:center}ul.component_pagination li button:hover svg path{fill:var(--primary-red)}ul.component_pagination li button.active{box-sizing:border-box;background-color:var(--Primary-Color-White);color:var(--text-primary)!important;border:1px solid #ccc}ul.component_pagination li span{user-select:none;border-radius:5px;background-color:transparent;transition:150ms linear;display:flex;align-items:center;justify-content:center;padding:14px}.component_pagintaion_ppp{display:inline-flex;align-items:center;justify-content:flex-start;padding-right:30px;font-size:15px;width:auto;flex-wrap:wrap}.component_pagintaion_ppp>span{display:inline-flex;min-height:40px;align-items:center}.component_pagintaion_ppp .component__select{width:64px;margin:0 20px;height:40px!important}.component_pagintaion_ppp .component__select button{height:40px!important}.component_pagination_cd{display:flex;flex-wrap:wrap;justify-content:space-between}.component_pagination_cd ul.component_pagination{display:flex;margin:20px 0}.component_pagination_cd--mt{align-items:center;justify-content:center;flex-direction:column;margin:0 -6px;width:calc(100% + 12px)}.component_pagination_cd--mt .component_pagintaion_ppp{padding-right:0;justify-content:center}.component_pagination_cd--mt .component_pagintaion_ppp .component__select,.component_pagination_cd--mt .component_pagintaion_ppp>span{margin:0 6px}.component_pagination_cd--mt ul.component_pagination li{padding:0}@media (max-width:768px){.component_pagination_cd{align-items:center;justify-content:center;flex-direction:column;margin:0 -6px;width:calc(100% + 12px)}.component_pagination_cd .component_pagintaion_ppp{padding-right:0;justify-content:center}.component_pagination_cd .component_pagintaion_ppp .component__select,.component_pagination_cd .component_pagintaion_ppp>span{margin:0 6px}.component_pagination_cd ul.component_pagination li{padding:0}}.component__search input[type=text],.component__search-field input[type=text]{background-color:var(--gray-light);padding:11px 42px 11px 16px;height:40px;font-size:15px}.component__search{position:relative;height:40px}.component__search input[type=text]{position:absolute;right:0;top:0;width:540px;max-width:100%;border:1px solid var(--border-color-input);transition:all .5s cubic-bezier(.905,.01,.1,.995);border-radius:7px;font-weight:500}.component__search input[type=text]::placeholder{color:var(--text-primary);font-weight:400;opacity:1;transition:opacity .5s linear}.component__search input[type=text]:-ms-input-placeholder{color:var(--text-primary);font-weight:400;opacity:1;transition:opacity .5s linear}.component__search input[type=text]::-ms-input-placeholder{color:var(--text-primary);font-weight:400;opacity:1;transition:opacity .5s linear}.component__search input[type=text]:focus{border:1px solid var(--border-color-input);width:100%}.component__search input[type=text]:focus::placeholder{opacity:0}.component__search input[type=text]:focus:-ms-input-placeholder{opacity:0}.component__search input[type=text]:focus::-ms-input-placeholder{opacity:0}.component__search input[type=text]:focus-visible,.component__search:hover input[type=text]{border:1px solid var(--text-primary)}.component__search .component__search-bt{position:absolute;width:40px;height:40px;right:0;top:0;z-index:5}.component__search input[type=submit]{display:none}.component__search .component__search-focus,.component__search .component__search-focus-out{cursor:pointer;opacity:0;pointer-events:none;position:absolute;width:40px;height:40px;right:0;top:0;display:flex;align-items:center;justify-content:center;text-align:center;transition:opacity 150ms linear;border-radius:7px}.component__search .component__search-focus svg path,.component__search .component__search-focus-out svg path{transition:all 150ms linear}.component__search .component__search-focus-out:hover svg path,.component__search .component__search-focus:hover svg path{fill:var(--primary-red)}.component__search .component__search-focus{opacity:1;pointer-events:all}.component__search input[type=text]:focus+.component__search-bt .component__search-focus{opacity:0}.component__search input[type=text]:focus+.component__search-bt .component__search-focus-out{pointer-events:all;opacity:1}.component__search-field{position:relative;height:40px}.component__search-field input[type=text]{width:100%;border:1px solid var(--border-color-input);transition:all .5s cubic-bezier(.905,.01,.1,.995);border-radius:7px;font-weight:500}.component__search-field input[type=text]::placeholder{color:var(--text-primary);font-weight:400;opacity:1;transition:opacity 150ms linear}.component__search-field input[type=text]:-ms-input-placeholder{color:var(--text-primary);font-weight:400;opacity:1;transition:opacity 150ms linear}.component__search-field input[type=text]::-ms-input-placeholder{color:var(--text-primary);font-weight:400;opacity:1;transition:opacity 150ms linear}.component__search-field input[type=text]:focus{border:1px solid var(--border-color-input);width:100%;background-color:var(--Primary-Color-White)}.component__search-field input[type=text]:focus::placeholder{opacity:0}.component__search-field input[type=text]:focus:-ms-input-placeholder{opacity:0}.component__search-field input[type=text]:focus::-ms-input-placeholder{opacity:0}.component__search-field input[type=text]:focus-visible,.component__search-field:hover input[type=text]{border:1px solid var(--text-primary)}.component__search-field .component__search-bt{position:absolute;width:40px;height:40px;right:0;top:0;z-index:5}.component__search-field input[type=submit]{display:none}.component__search-field .component__search-focus,.component__search-field .component__search-focus-out{cursor:pointer;opacity:0;pointer-events:none;position:absolute;width:40px;height:40px;right:0;top:0;display:flex;align-items:center;justify-content:center;text-align:center;transition:opacity 150ms linear;border-radius:7px}.component__search-field .component__search-focus-out.component__search-focus svg path,.component__search-field .component__search-focus.component__search-focus svg path{transition:all 150ms linear;fill:var(--primary-red)}.component__search-field .component__search-focus-out:hover svg path,.component__search-field .component__search-focus:hover svg path{fill:var(--primary-red)}.component__search-field .component__search-focus{opacity:1;pointer-events:all}.component__search-field input[type=text]:focus+.component__search-bt .component__search-focus{opacity:0}.component__search-field input[type=text]:focus+.component__search-bt .component__search-focus-out{pointer-events:all;opacity:1}.component__search-field input[type=text]:not(:placeholder-shown){background-color:var(--Primary-Color-White)}.component__stepper-label{margin:0 10px;color:var(--text-primary);font-size:18px;line-height:1.28em;font-weight:500}.component__stepper{display:flex;margin:-4px -2px 0;width:calc(100% + 4px)}.component__stepper ul{display:flex;width:100%}.component__stepper li{width:calc(25% - 4px);margin:0 2px;flex:1;border-radius:999px;background:var(--gray-hover);display:block;height:8px;position:relative;overflow:hidden}.component__stepper li:before,.component__stepper[data-type="1"] li:before,.component__stepper[data-type="2"] li:before{background-color:var(--hover-red)}.component__cat-tab:before,.component__stepper li:before{position:absolute;content:' '}.component__stepper li:first-child{display:none!important}.component__stepper li:before{border-radius:999px;right:0;top:0;width:400%;height:100%;transition:all .6s ease-out;transform:translateX(-75%)}.component__stepper li:nth-child(2):before{transform:translateX(-25%)}.component__stepper li:nth-child(3):before{transform:translateX(-50%)}.component__stepper li:nth-child(4):before{transform:translateX(-75%)}.component__stepper li:nth-child(5):before{transform:translateX(-100%)}.component__stepper-txt{font-size:15px;font-weight:500;line-height:1.2em;margin:8px 0 0}.component__stepper-txt[data-type="1"],.component__stepper-txt[data-type="2"]{color:var(--hover-red)}.component__stepper-txt[data-type="3"]{color:var(--primary-red)}.component__stepper-txt[data-type="4"],.component__stepper-txt[data-type="5"]{color:#457907}.component__stepper[data-type="1"] li:nth-child(2):before{transform:translateX(-25%)}.component__stepper[data-type="1"] li:nth-child(3):before{transform:translateX(-50%)}.component__stepper[data-type="1"] li:nth-child(4):before{transform:translateX(-75%)}.component__stepper[data-type="1"] li:nth-child(5):before{transform:translateX(-100%)}.component__stepper[data-type="2"] li:nth-child(2):before{transform:translateX(0)}.component__stepper[data-type="2"] li:nth-child(3):before{transform:translateX(-25%)}.component__stepper[data-type="2"] li:nth-child(4):before{transform:translateX(-50%)}.component__stepper[data-type="2"] li:nth-child(5):before{transform:translateX(-75%)}.component__stepper[data-type="3"] li:before{background-color:var(--primary-red)}.component__stepper[data-type="4"] li:before,.component__stepper[data-type="5"] li:before{background-color:#457907}.component__stepper[data-type="3"] li:nth-child(2):before{transform:translateX(25%)}.component__stepper[data-type="3"] li:nth-child(3):before{transform:translateX(0)}.component__stepper[data-type="3"] li:nth-child(4):before{transform:translateX(-25%)}.component__stepper[data-type="3"] li:nth-child(5):before{transform:translateX(-50%)}.component__stepper[data-type="4"] li:nth-child(2):before{transform:translateX(50%)}.component__stepper[data-type="4"] li:nth-child(3):before{transform:translateX(25%)}.component__stepper[data-type="4"] li:nth-child(4):before{transform:translateX(0)}.component__stepper[data-type="4"] li:nth-child(5):before{transform:translateX(-25%)}.component__stepper[data-type="5"] li:nth-child(2):before{transform:translateX(75%)}.component__stepper[data-type="5"] li:nth-child(3):before{transform:translateX(50%)}.component__stepper[data-type="5"] li:nth-child(4):before{transform:translateX(25%)}.component__stepper[data-type="5"] li:nth-child(5):before{transform:translateX(0)}.component__cat-tabs{display:inline-flex;flex-wrap:wrap;width:100%}.component__cat-tab{cursor:pointer;padding:20px 0 24px;margin:0 32px 0 0;position:relative;font-size:16px;line-height:1.4em;font-weight:400;background-color:transparent;color:var(--text-primary);display:inline-flex;flex-wrap:nowrap;white-space:nowrap;width:auto;align-items:center;justify-content:center;border-radius:5px;transition:background-color 150ms linear,color 150ms linear,box-shadow 150ms linear;border:1px solid transparent;overflow:visible}.component__cat-tab:before{left:0;bottom:0;width:100%;height:4px;background-color:var(--primary-red);transition:opacity 150ms linear;opacity:0}.component__cat-tab.active{font-weight:500;color:var(--primary-red)}.component__msg,.component__msg .msg__title a,.component__tag{color:var(--Primary-Color-White)}.component__cat-tab.active:before{opacity:1}.component__cat-tab:focus-visible:not(.active):not(:active){outline:var(--Primary-Color-Black) solid 1px!important}.component__icobt{display:flex;width:40px;height:40px;padding:16px 12px;border:1px solid transparent;cursor:pointer;transition:background-color 150ms linear;border-radius:7px;position:relative;background-color:var(--Primary-Color-White)}.component__icobt .inactive,.component__icobt .isactive{opacity:1;position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.component__icobt .inactive svg path,.component__icobt .isactive svg path{fill:var(--Primary-Color-Black);transition:all 150ms linear}.component__icobt .isactive,.component__icobt.active .inactive{opacity:0}.component__icobt.active .isactive{opacity:1}.component__msg .msg__title a:hover,.component__msg .msg__title button:hover{opacity:.8}.component__icobt--lg{width:48px;height:48px}.component__icobt--red{background-color:var(--primary-red)}.component__icobt--red .inactive svg path,.component__icobt--red .isactive svg path{fill:var(--Primary-Color-White) fff}.component__icobt--red:hover{background-color:var(--hover-red)}.component__icobt--gray{background-color:#F2F2F2}.component__icobt--gray:hover{background-color:var(--gray-hover)}.component__icobt--transparent{background-color:transparent}.component__icobt--transparent.active,.component__icobt--transparent:hover{background-color:var(--Primary-Color-White) fff}.component__msg{background-color:var(--primary-red);padding:17px 16px;border-radius:7px}.component__msg .msg__title{display:inline-block;font-size:15px;font-weight:500;line-height:1.48em;position:relative}.component__msg .msg__title p,.component__msg p{font-size:16px;font-weight:400;line-height:1.48em}.component__msg .msg__title svg{margin:0 8px 0 0;position:relative;top:2px}.component__msg .msg__title p{display:inline;margin:0}.component__msg .msg__title a{text-decoration:underline;margin:0 0 0 5px;transition:all 150ms linear}.component__msg--blue-stroke,.component__msg--blue-stroke .msg__title a,.component__msg--green-stroke,.component__msg--green-stroke .msg__title a,.component__msg--red-stroke,.component__msg--red-stroke .msg__title a,.component__msg--yellow-solid,.component__msg--yellow-solid .msg__title a,.component__msg--yellow-stroke,.component__msg--yellow-stroke .msg__title a{color:var(--Primary-Color-Black)}.component__msg .msg__title button{position:absolute;right:-10px;top:-10px;padding:0;width:40px;height:40px;cursor:pointer;transition:all 150ms linear}.component__msg--blue-solid .msg__title,.component__msg--green-solid .msg__title,.component__msg--red-solid .msg__title,.component__msg--yellow-solid .msg__title{padding-right:45px}.component__msg .msg__title button svg{margin:0}.component__msg p{margin:4px 0 0}.component__msg--green-solid{background-color:#457907}.component__msg--yellow-solid{background-color:#F7A800}.component__msg--blue-solid{background-color:#006568}.component__msg--red-stroke{border:1px solid var(--hover-red);background-color:#FAE6E7}.component__msg--green-stroke{border:1px solid #457907;background-color:#F4F7EA}.component__msg--blue-stroke{border:1px solid #006568;background-color:#E8F0F5}.component__msg--yellow-stroke{border:1px solid var(--hover-red);background-color:var(--Primary-Color-White) 7E6}.component__tag{border-radius:16px;background:var(--Green-Alert,#457907);font-size:13px;font-weight:500;line-height:1.24em;padding:6px 9px 10px;margin:0 5px 15px 0;display:inline-flex;width:auto;align-items:center;justify-content:center}.component__tag svg{position:relative;top:1px;margin:0 6px 0 0}.component__tag--green-light{background-color:#F4F7EA;color:#457907}.component__tag--red-light{background-color:#FDECE7;color:#A20007}.component__tag--gray-light{background-color:#F2F2F2;color:var(--Primary-Color-Black)}.component__tag--blue-light{background-color:#E8F0F5;color:#196E9B}.component__tag--blue,.component__tag--gray,.component__tag--red{color:var(--Primary-Color-White) fff}.component__tag--red{background-color:#A20007}.component__tag--gray{background-color:#666}.component__tag--blue{background-color:#196E9B}.component__feedback__item{padding:24px 0;border-bottom:1px solid #E5E5E5;max-width:608px}.component__feedback__item:last-child{border:0}.component__feedback__item .tag{margin:0 0 12px;display:flex;width:32px;height:32px;padding:2px;justify-content:center;align-items:center;color:#6F56A0;font-feature-settings:'liga' off,'clig' off;border-radius:5px;background:#F1EFF6;font-size:15px;font-weight:500;line-height:148%}.component__feedback__head{display:flex;align-items:flex-end;justify-content:space-between}.component__feedback__head.component__feedback__head--top{align-items:flex-start;margin-top:24px}.component__feedback__head .title{margin:0 24px 0 0;width:auto}.component__feedback__head .title h3,.component__feedback__head .title h4{color:var(--Primary-Color-Black);margin:0;font-feature-settings:'liga' off,'clig' off}.component__feedback__head .title h3{font-size:18px;line-height:128%;font-weight:700}.component__feedback__head .title h4{font-size:15px;font-style:normal;font-weight:500;line-height:148%;flex:1;height:auto}.component__feedback__head .title p{color:var(--Secondary-Black-Black-80);font-size:13px;font-weight:400;line-height:132%;margin:6px 0 0}.component__feedback__radios{width:auto;display:flex;margin:-4px}.component__feedback__radio{position:relative;display:flex;width:40px;height:40px;padding:0;justify-content:center;align-items:center;margin:4px;border-radius:7px}.component__feedback__radio input{color:transparent;opacity:0;cursor:pointer;z-index:2;position:absolute;left:0;top:0;width:100%;height:100%}.component__feedback__radio span{position:absolute;left:0;top:0;width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center;text-align:center;color:var(--Secondary-Black-Black-80);font-size:15px;font-weight:400;line-height:24px;transition:all 150ms linear;border:1px solid #CCC;background-color:var(--Primary-Color-White);border-radius:7px}.component__feedback__radio input:checked+span{border:1px solid var(--primary-red);background:#FAE6E7;color:var(--primary-red);font-weight:500}.component__feedback__radio input:focus-visible+span{border-color:var(--text-primary)!important}.component__feedback__multi_textfield textarea{margin-top:16px;border-radius:7px;border:1px solid #CCC;background-color:#F2F2F2;color:var(--Secondary-Black-Black-80);font-feature-settings:'liga' off,'clig' off;font-size:15px;font-weight:400;line-height:148%;padding:16px;width:100%;transition:all 150ms linear;height:80px;resize:none}.component__feedback__multi_textfield textarea:active,.component__feedback__multi_textfield textarea:focus,.component__feedback__multi_textfield textarea:focus-visible{border-color:var(--Primary-Color-Black)}.component__feedback__multi_b{display:flex;justify-content:flex-end;width:calc(100% + 8px);margin:8px -8px -8px;flex-wrap:wrap}.component__feedback__multi_chk{margin:8px;display:inline-flex;position:relative;padding:0 0 0 30px;width:auto}.component__feedback__multi_chk input{position:absolute;left:0;top:0;width:100%;height:100%;cursor:pointer;opacity:0;z-index:2}.component__feedback__multi_chk label{color:var(--Secondary-Black-Black-80);font-size:13px;font-style:normal;font-weight:400;line-height:20px}.component__feedback__multi_chk span{left:0;top:0;position:absolute;width:20px;height:20px;display:block;border:1px solid var(--border-color-input);background:var(--Primary-Color-White);margin:0 10px 0 0;overflow:hidden;transition:all 150ms linear;border-radius:50%}.component__feedback__multi_chk span:before{background-color:var(--Primary-Color-White);width:8px;height:8px;display:block;border-radius:50%;content:' ';position:absolute;left:5px;top:5px}.component__feedback__multi_chk input:focus+label+span,.component__feedback__multi_chk input:focus-visible+label+span{border-color:var(--Primary-Color-Black)}.component__feedback__multi_chk input:checked+label+span{border-color:var(--primary-red);background-color:var(--primary-red)}.component__feedback__multi_chk input:checked+label+span:before{opacity:1}.component__feedback__item--lg .component__feedback__radios{margin:12px -4px 0;width:calc(100% + 4px)}.component__feedback__item--lg .component__feedback__radio{flex:1;margin:4px}@container content (min-width:768px){.component__feedback__item--lg .component__feedback__radios{margin:12px -4px 0;width:calc(100% + 8px)}.component__feedback__item--lg .component__feedback__radio{height:48px;margin:4px}.component__feedback__item--lg .component__feedback__radio input:checked+span{border:1.5px solid var(--primary-red)}}@container content (max-width:767px){.component__feedback__item--lg .component__feedback__radios{flex-wrap:wrap}.component__feedback__item--lg .component__feedback__radio{flex:initial;width:40px}.component__feedback__head{flex-direction:column;align-items:flex-start;justify-content:flex-start}.component__feedback__radios{margin:20px -4px 0;width:100%}.component__feedback__multi_b{justify-content:flex-start}}.component__stepper-circle .circleline{width:calc(100% - 36px + 4px);z-index:5;height:4px;background-color:#ccc;position:absolute;left:calc(50% + 18px);top:18px;margin-top:-2px}.component__stepper-circle .circleline:before{content:' ';position:absolute;left:0;top:0;height:100%;background-color:var(--primary-red);width:0;transition:all 450ms ease-in-out}.component__stepper-circle .circleline.active:before{width:100%}.component__stepper-circle .circle{position:absolute;left:calc(50% - 18px);top:0;width:36px;height:36px}.component__stepper-circle .circle:before{content:' ';position:absolute;top:0;width:100%;height:100%;left:0;border-radius:100%;border:4px solid #CCC;box-sizing:border-box;background-color:#fff}.component__stepper-circle .circle .circlesvg{transform:rotate(-180deg);position:relative;z-index:2}.component__stepper-circle .circle .circlesvg path{stroke-dasharray:100;stroke-dashoffset:100;transition:all 450ms ease-out}.component__stepper-circle .circle span{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--Primary-Color-Black);text-align:center;font-size:14px;font-weight:500;transition:all 150ms linear}.component__stepper-circle ul{display:flex;width:100%}.component__stepper-circle ul li{position:relative;flex:1;padding-top:40px}.component__stepper-circle ul li:last-child .circleline{display:none}.component__stepper-circle ul li .txt{display:flex;align-items:center;justify-content:center;text-align:center;color:var(--Secondary-Black-Black-60);font-size:14px;font-weight:500}.component__stepper-circle ul li .txt .disabled,.component__stepper-circle--mt.component__stepper-circle ul li .txt{display:none}.component__stepper-circle ul li .txt .txt-act{color:var(--Primary-Color-Black)}.component__stepper-circle ul li .txt .txt-done{color:var(--primary-red)}.component__stepper-circle ul li.progress .circle span{color:var(--Secondary-Black-Black-60)!important}.grid-block{margin:48px 0}.grid-block__container{position:relative;z-index:4}@media (min-width:768px){.grid-block{margin:60px 0}.grid-block__container{margin:0 auto}}.button__menu{pointer-events:all;width:48px;flex:0 0 48px;height:48px;display:flex;position:relative;background-color:#fff;border-radius:50%;margin:0 0 0 10px;align-items:center;justify-content:center;transition:background-color 150ms linear}.button__menu span{display:none}.button__menu .sp{position:relative;width:24px;height:14px}.button__menu .sp1,.button__menu .sp1:before,.button__menu .sp2,.button__menu .sp2:before,.button__menu .sp3,.button__menu .sp3:before{position:absolute;height:2px;transition:all .3s ease-in-out;left:0;width:100%}.button__menu .sp1:before,.button__menu .sp2:before,.button__menu .sp3:before{top:0;transform-origin:center center;content:' ';background-color:var(--text-primary);display:block}.button__menu .sp1{top:0}.button__menu .sp2{top:calc(50% - 1px)}.button__menu .sp3{bottom:0}.button__menu.opened .sp1{transform:translateY(6px)}.button__menu.opened .sp1:before{transform:rotate(45deg)}.button__menu.opened .sp2:before{transform:scaleX(0);opacity:0}.button__menu.opened .sp3{transform:translateY(-5.56px)}.button__menu.opened .sp3:before{transform:rotate(-45deg)}.header{position:fixed;left:0;top:0;height:48px;background-color:#fff;background:var(--bg-primary);box-shadow:20px 20px 50px 0 rgba(51,57,75,.04);z-index:20;width:100%;border-bottom:1px solid var(--border-color)}.header__logo svg{height:30px}.header__logo span{display:none}@keyframes close_mod{0%,100%{left:0;opacity:1}}@media (max-width:767px){.header__container{padding:0 var(--padding-mt2);display:flex;justify-content:space-between;align-items:center}.header__line{box-shadow:20px 20px 50px 0 rgba(51,57,75,.04);position:fixed;left:-100px;opacity:0;pointer-events:none;top:48px;height:calc(100% - 48px);background-color:#fff;transform:translateX(-100%);transition:transform .5s cubic-bezier(.925,.02,.18,1.01)}.mt-menu-opened .header__line{left:0;opacity:1;pointer-events:all;transform:translateX(0)}.mt-menu-closed .header__line{animation:close_mod .5s 1}.header__menu{display:flex;flex-direction:column;max-height:calc(100svh - 48px)}.header__menu ul.m_main{padding:var(--padding-mt2) var(--padding-mt)}.header__menu li.m_main_li{border-radius:var(--border-radius);transition:background-color .3s linear;margin-bottom:10px}.header__menu li.m_main_li a{display:flex;padding:10px var(--padding-mt);font-size:14px;font-weight:700;color:var(--text-primary);width:100%}.header__menu li.m_main_li a.active{color:var(--hover-red)}.header__menu .m_sub_d{height:0;overflow:hidden}.header__menu ul.m_sub{padding:0 0 var(--padding-mt)}.header__menu li.m_sub_li a{display:flex;padding:10px var(--padding-mt2);font-size:14px;font-weight:400;color:var(--text-primary);width:100%}.m_main_li_t{display:flex;align-items:center;justify-content:space-between}.m_main_li_t button{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.m_main_li_t button svg{transition:transform .3s ease-in-out}.m_main_li.active{background-color:var(--gray-light)}.m_main_li.active button svg{transform:rotate(-180deg)}.m_main_li.active .m_sub_d{height:auto}}@media (min-width:768px){.header{height:60px}.header .button__menu{display:none}.header__container{height:60px;padding:0 var(--padding-pc2);display:flex;justify-content:space-between;align-items:center}.header__line{position:absolute;left:100px;top:0;width:auto}.m_main_li_t button,.m_sub{display:none}.m_main{display:flex;align-items:center;height:60px}.m_main_li_t a{border-radius:var(--border-radius);color:var(--text-primary);font-size:16px;font-style:normal;font-weight:500;line-height:24px;transition:all 150ms linear;padding:10px 12px 11px;height:40px;display:flex;align-items:center;justify-content:center;margin:0 0 0 10px}.m_main_li_t a:hover{background-color:var(--secondary-red);color:var(--primary-red)}}a,button{background-color:transparent}body,button,h1,h2,h3,h4,h5,h6{color:var(--text-primary)}.layout{width:100%;padding-top:48px}@media (min-width:768px){.layout{width:100%;padding-top:60px}}[type=checkbox],[type=radio],legend{padding:0;box-sizing:border-box}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;margin:0!important}details,main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],[type=button],button{-webkit-appearance:button}[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,[type=button]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,[type=button]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}h4,h5{line-height:28px}h6,p{line-height:24px}summary{display:list-item}[hidden],template{display:none}.scr-grid-a,.scr-grid-b,.scr-grid-c{display:block;position:fixed;border-left:1px dashed rgba(255,0,0,.3);border-right:1px dashed rgba(255,0,0,.3);left:50%;top:0;width:calc(100% - 48px);height:100%;z-index:9999;pointer-events:none;transform:translateX(-50%)}h1,h2,h3,h4,h5,h6{font-weight:500;margin:20px 0}h1{font-size:32px;line-height:38px}@media (min-width:768px){h1{font-size:60px;line-height:70px}}h2{font-size:28px;line-height:36px}@media (min-width:768px){h2{font-size:36px;line-height:48px}}h3{font-size:25px;line-height:32px}@media (min-width:768px){h3{font-size:30px;line-height:40px}}h4{font-size:22px}@media (min-width:768px){h4{font-size:26px;line-height:34px}}h5{font-size:20px}@media (min-width:768px){h5{font-size:22px;line-height:32px}h6{font-size:18px;line-height:24px}}h6{font-size:18px}p{margin:20px 0;font-size:16px}blockquote{padding:30px;background-color:rgba(0,0,0,.02);width:auto;border:1px dashed var(--text-secondary);margin:20px 0;font-family:'Courier New',Courier,monospace}blockquote p{margin:0}body{font-family:Juli,sans-serif;margin:0;font-size:18px;background-color:var(--bg-primary);font-weight:400}#wpadminbar{position:fixed;top:initial!important;left:0;bottom:0!important}.text-center{text-align:center}.add_after:after,.add_before:before{content:' ';position:absolute;left:0;top:0;width:100%;height:100%;background-repeat:no-repeat;background-size:contain;background-position:center}img.cover{object-fit:cover}img.contain{object-fit:contain}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;outline-style:none}.lazy{opacity:0}button:active,input:active,input:focus,select:active,textarea:active,textarea:focus{outline:0}a,a:hover,a:link,a:visited{outline:0;text-decoration:none;box-shadow:none}button{outline:transparent solid 2px;box-shadow:none;border-radius:0;border:0}a:focus-visible,a:hover:focus-visible,a:link:focus-visible,a:visited:focus-visible,button:active:focus-visible,button:focus-visible,select:active:focus-visible{outline:var(--Primary-Color-Black) solid 1px!important}.bootstrap-select .dropdown-toggle:focus,:focus{outline:0!important}.overflow_hidden{overflow:hidden}body.stopScroll,html.stopScroll{overflow:hidden!important}body.stopScroll.stopScroll-form,html.stopScroll.stopScroll-form{height:100%}.hidden{display:none!important}.df,.row{display:flex}@media (max-width:1100px){body.mt{cursor:pointer}}.w100{width:100%}.container{width:100%;max-width:var(--container-width);padding:0 calc(var(--padding-mt) * 2);margin:0 auto}.row{flex-wrap:wrap;width:calc(100% + var(--padding-mt) * 2);margin:0 calc(var(--padding-mt) * -1)}@media (min-width:768px){.container{padding:0 calc(var(--padding-pc) * 2)}.row{margin:0 calc(var(--padding-pc) * -1);width:calc(100% + var(--padding-pc) * 2)}}.df-xc{justify-content:center}.df-xs{justify-content:flex-start}.df-xe{justify-content:flex-end}.df-yc{align-items:center}.df-ys{align-items:flex-start}.df-ye{align-items:flex-end}.df-wrap{flex-wrap:wrap}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{width:var(--col-width);padding:var(--padding-mt)}.slick-list,ul,ul li{margin:0;padding:0}.col-1{width:calc(var(--col-width) * 1)}.col-2{width:calc(var(--col-width) * 2)}.col-3{width:calc(var(--col-width) * 3)}.col-4{width:calc(var(--col-width) * 4)}.col-5{width:calc(var(--col-width) * 5)}.col-6{width:calc(var(--col-width) * 6)}.col-7{width:calc(var(--col-width) * 7)}.col-8{width:calc(var(--col-width) * 8)}.col-9{width:calc(var(--col-width) * 9)}.col-10{width:calc(var(--col-width) * 10)}.col-11{width:calc(var(--col-width) * 11)}.col-12{width:calc(var(--col-width) * 12)}@media (min-width:768px){.col-md-1{width:calc(var(--col-width) * 1)}.col-md-2{width:calc(var(--col-width) * 2)}.col-md-3{width:calc(var(--col-width) * 3)}.col-md-4{width:calc(var(--col-width) * 4)}.col-md-5{width:calc(var(--col-width) * 5)}.col-md-6{width:calc(var(--col-width) * 6)}.col-md-7{width:calc(var(--col-width) * 7)}.col-md-8{width:calc(var(--col-width) * 8)}.col-md-9{width:calc(var(--col-width) * 9)}.col-md-10{width:calc(var(--col-width) * 10)}.col-md-11{width:calc(var(--col-width) * 11)}.col-md-12{width:calc(var(--col-width) * 12)}}.abs,div{width:100%}.js__anim__item{opacity:0}ul{list-style:none}.relative{position:relative}.abs{position:absolute!important;left:0;top:0;height:100%}.slick-list,.slick-slider,.slick-track{position:relative;display:block}@font-face{font-display:swap;font-family:Juli;font-style:normal;font-weight:400;src:url(../fonts/julisans-regular-webfont.woff2) format("woff2")}@font-face{font-display:swap;font-family:Juli;font-style:normal;font-weight:500;src:url(../fonts/julisans-medium-webfont.woff2) format("woff2")}@font-face{font-display:swap;font-family:Juli;font-style:normal;font-weight:700;src:url(../fonts/julisans-bold-webfont.woff2) format("woff2")}@font-face{font-family:icomoon;src:url(../fonts/icons/icomoon.eot?gvqq4);src:url(../fonts/icons/icomoon.eot?gvqq4#iefix) format("embedded-opentype"),url(../fonts/icons/icomoon.ttf?gvqq4) format("truetype"),url(../fonts/icons/icomoon.woff?gvqq4) format("woff"),url(../fonts/icons/icomoon.svg?gvqq4#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-check1:before{content:"\e909"}.icon-access_time:before{content:"\e906"}.icon-close:before{content:"\e908"}.icon-time:before{content:"\e905"}.icon-wallet1:before{content:"\e904"}.icon-search:before{content:"\e90b"}.icon-arrow-kpcs:before{content:"\e90a"}.icon-process-arrow:before{content:"\e907"}.icon-link1:before{content:"\e902"}.icon-cash:before,.icon-money:before,.icon-wallet:before{content:"\e903"}.icon-share:before{content:"\e901"}.icon-arrow:before{content:"\e900"}.icon-envelope-o:before{content:"\f003"}.icon-star:before{content:"\f005"}.icon-check:before{content:"\f00c"}.icon-map-marker:before{content:"\f041"}.icon-play:before{content:"\f04b"}.icon-calendar:before{content:"\f073"}.icon-facebook-square:before{content:"\f082"}.icon-linkedin-square:before{content:"\f08c"}.icon-twitter:before{content:"\f099"}.icon-facebook-f:before,.icon-facebook:before{content:"\f09a"}.icon-chain:before,.icon-link:before{content:"\f0c1"}.icon-envelope:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-play-circle:before{content:"\f144"}.icon-youtube-play:before{content:"\f16a"}.icon-instagram:before{content:"\f16d"}.icon-long-arrow-down:before{content:"\f175"}.icon-long-arrow-up:before{content:"\f176"}.icon-long-arrow-left:before{content:"\f177"}.icon-long-arrow-right:before{content:"\f178"}.icon-dribbble:before{content:"\f17d"}.icon-free-code-camp:before{content:"\f2c5"}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{left:0;top:0;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}