.no_items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;font-size:20px;line-height:140%;text-align:center}.no_items button{font-weight:600;font-size:14px;line-height:120%;white-space:nowrap;width:174px;height:48px;color:#fff;background-color:#4e59fd;margin:16px 0 0 0}@media screen and (max-width:800px){.no_items button{font-size:16px}}.no_items button:hover{background-color:#fff;color:#4e59fd;border:1px solid #4e59fd}.no_items.for_school_find{display:none;width:100%;margin:120px 0 0 0}.no_items.for_school_find.showed{display:-webkit-box;display:-ms-flexbox;display:flex}.pagination{height:35px;padding:0;margin:16px 0 0 0;width:100%}@media screen and (max-width:670px){.pagination{margin:40px 0 0 0}}.pagination .container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination .container .pag_num{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination a:hover{color:#4e59fd}.pagination .page-numbers{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:35px;-webkit-box-flex:0;-ms-flex:0 0 37px;flex:0 0 37px;width:37px;background-color:#fff;font-family:Montserrat,"Montserrat Fallback",sans-serif;line-height:160%;font-weight:500;font-size:12px;text-align:center;text-decoration:none;border:1px solid #e7e7e7;color:#8e8e8e}@media screen and (max-width:800px){.pagination .page-numbers{font-size:14px}}@media screen and (max-width:375px){.pagination .page-numbers{-webkit-box-flex:0;-ms-flex:0 0 31px;flex:0 0 31px;width:31px}}.pagination .page-numbers.current{background-color:#f6f6f6;color:#000}.pagination .page-numbers.prev{margin:0 12px 0 0;font-size:0;border-radius:6px;-webkit-box-flex:0;-ms-flex:0 0 35px;flex:0 0 35px}@media screen and (max-width:375px){.pagination .page-numbers.prev{margin:0 6px 0 0}}.pagination .page-numbers.next{margin:0 0 0 12px;font-size:0;border-radius:6px;-webkit-box-flex:0;-ms-flex:0 0 35px;flex:0 0 35px}@media screen and (max-width:375px){.pagination .page-numbers.next{margin:0 0 0 6px}}.pagination .page-numbers.first{border-radius:6px 0 0 6px}.pagination .page-numbers.last{border-radius:0 6px 6px 0}:root{--primary:#4e59fd;--primary-hover:#3a45e0;--primary-light:#eef0ff;--primary-glow:rgba(78, 89, 253, 0.08);--surface-dark:#1d1d1f;--text-primary:#222;--text-secondary:#535353;--text-tertiary:#86868b;--bg-primary:#FFF;--bg-secondary:#F7F8FB;--bg-card:#fff;--border:#e3e3e3;--border-light:#f0f0f2;--success:#2ea44f;--success-bg:#eafbef;--error:#ef4444;--error-bg:#fef2f2;--shadow-card:0 1px 10px rgba(0, 0, 0, 0.06);--shadow-card-hover:0 5px 18px rgba(0, 0, 0, 0.09);--shadow-dropdown:0 8px 32px rgba(0, 0, 0, 0.12);--shadow-result:0 1px 10px rgba(78, 89, 253, 0.08)}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}body.page-template-payback_calculator{font-family:Montserrat,"Montserrat Fallback",-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased}.breadcrumbs{width:1360px;max-width:1360px;margin:0 auto;padding:16px 0 0;font-size:calc(12px + 1px);color:var(--text-tertiary);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}@media screen and (max-width:1360px){.breadcrumbs{width:100%;padding:16px 15px 0}}.breadcrumbs a{color:var(--text-tertiary);text-decoration:none;-webkit-transition:color .2s;transition:color .2s}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs svg{-ms-flex-negative:0;flex-shrink:0;opacity:.5}.calc-hero{padding:24px 0 calc(32px - 2px)}.calc-hero__title{font-size:36px;font-weight:600;letter-spacing:0;color:var(--text-primary);line-height:1.22;margin-bottom:12px}.calc-hero__sub{font-size:16px;font-weight:500;color:var(--text-secondary);max-width:720px;line-height:1.65}.calc-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,400px);gap:calc(32px - 2px);-webkit-box-align:start;-ms-flex-align:start;align-items:start}.calc-form{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.form-card{width:100%;max-width:100%;background:var(--bg-card);border-radius:12px;-webkit-box-shadow:var(--shadow-card);box-shadow:var(--shadow-card);border:1px solid var(--border);padding:calc(24px - 2px) 24px;-webkit-transition:border-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,-webkit-box-shadow .3s;transition:box-shadow .3s,border-color .3s;transition:box-shadow .3s,border-color .3s,-webkit-box-shadow .3s}.form-card:focus-within{border-color:rgba(78,89,253,.2);-webkit-box-shadow:var(--shadow-card-hover);box-shadow:var(--shadow-card-hover)}.form-card__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-bottom:calc(8px - 2px)}.form-card__icon{width:36px;height:36px;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.form-card__icon--cost{background:linear-gradient(135deg,#eef0ff,#dde1ff)}.form-card__icon--salary{background:linear-gradient(135deg,#eafbef,#d4f5df)}.form-card__icon--time{background:linear-gradient(135deg,#fff4e6,#ffe8cc)}.form-card__icon svg{width:18px;height:18px}.form-card__title{font-size:calc(14px + 1px);font-weight:600;color:var(--text-primary);letter-spacing:0}.form-card__hint{font-size:calc(12px + 1px);color:var(--text-tertiary);line-height:1.45;margin-bottom:12px;padding-left:48px}.form-card__body{padding-left:48px}.input{width:100%;min-height:48px;padding:calc(12px + 1px) 16px;font-size:calc(14px + 1px);font-family:inherit;font-weight:500;color:var(--text-primary);background:var(--bg-primary);border:1px solid var(--border);border-radius:8px;line-height:1.2;outline:0;-webkit-transition:all .2s;transition:all .2s}.input:hover{border-color:#c8c8cc}.input:focus{border-color:var(--primary);background:var(--bg-primary);-webkit-box-shadow:0 0 0 4px rgba(78,89,253,.08);box-shadow:0 0 0 4px rgba(78,89,253,.08)}.input::-webkit-input-placeholder{color:var(--text-tertiary);font-weight:400}.input::-moz-placeholder{color:var(--text-tertiary);font-weight:400}.input:-ms-input-placeholder{color:var(--text-tertiary);font-weight:400}.input::-ms-input-placeholder{color:var(--text-tertiary);font-weight:400}.input::placeholder{color:var(--text-tertiary);font-weight:400}.input--big{font-size:18px;font-weight:600;padding:calc(16px - 2px) 16px;letter-spacing:0}.input-wrap{position:relative}.input-wrap .input{padding-right:44px}.input-wrap__suffix{position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:calc(14px + 1px);font-weight:600;color:var(--text-tertiary);pointer-events:none}select.input{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2386868b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.row-2{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:12px}.slider-group{margin-top:12px}.slider-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.slider-row .input{width:150px;-ms-flex-negative:0;flex-shrink:0}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-flex:1;-ms-flex:1;flex:1;height:6px;border-radius:3px;background:var(--border);outline:0;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:24px;height:24px;border-radius:50%;background:var(--primary);border:3px solid var(--bg-primary);-webkit-box-shadow:0 2px 8px rgba(78,89,253,.3);box-shadow:0 2px 8px rgba(78,89,253,.3);cursor:pointer;-webkit-transition:-webkit-transform .15s,-webkit-box-shadow .15s;transition:-webkit-transform .15s,-webkit-box-shadow .15s;transition:transform .15s,box-shadow .15s;transition:transform .15s,box-shadow .15s,-webkit-transform .15s,-webkit-box-shadow .15s}input[type=range]::-webkit-slider-thumb:hover{-webkit-transform:scale(1.12);transform:scale(1.12);-webkit-box-shadow:0 2px 12px rgba(78,89,253,.4);box-shadow:0 2px 12px rgba(78,89,253,.4)}input[type=range]::-webkit-slider-thumb:active{-webkit-transform:scale(.96);transform:scale(.96)}input[type=range]::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--primary);border:3px solid var(--bg-primary);box-shadow:0 2px 8px rgba(78,89,253,.3);cursor:pointer}.salary-hint{font-size:calc(12px + 1px);color:var(--primary);font-weight:600;margin-top:10px;min-height:20px}.picker{position:relative}.dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;max-height:260px;overflow-y:auto;background:var(--bg-primary);border:1px solid var(--border);border-radius:10px;-webkit-box-shadow:var(--shadow-dropdown);box-shadow:var(--shadow-dropdown);z-index:50}.dropdown[hidden]{display:none}.dropdown-item{padding:10px 14px;font-size:14px;font-weight:500;cursor:pointer;-webkit-transition:background .1s;transition:background .1s;color:var(--text-primary)}.dropdown-item:first-child{border-radius:10px 10px 0 0}.dropdown-item:last-child{border-radius:0 0 10px 10px}.dropdown-item:hover{background:var(--primary-light);color:var(--primary)}.dropdown-empty{padding:16px;font-size:calc(12px + 1px);color:var(--text-tertiary);text-align:center}.calc-result{position:sticky;min-width:0;top:132px}.result-card{width:100%;max-width:100%;background:var(--bg-card);border-radius:12px;-webkit-box-shadow:var(--shadow-result);box-shadow:var(--shadow-result);border:1px solid var(--border);overflow:hidden}.result-label{padding:calc(16px - 1px) calc(24px - 2px);font-size:12px;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid var(--border-light)}.result-body{padding:calc(24px - 2px)}.result-empty{text-align:center;padding:40px 20px}.result-empty__ring{width:72px;height:72px;margin:0 auto 20px;border-radius:50%;border:2px dashed var(--border);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-animation:spin 20s linear infinite;animation:spin 20s linear infinite}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.result-empty__ring svg{opacity:.25;animation:spin 20s linear infinite reverse}.result-empty__text{font-size:14px;color:var(--text-tertiary);line-height:1.5;max-width:200px;margin:0 auto}.result-filled{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.result-hero{padding:24px 20px;border-radius:calc(12px - 2px);background:var(--primary-light);border:1px solid rgba(78,89,253,.12);text-align:center}.result-hero__label{font-size:12px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px}.result-hero__value{font-size:40px;font-weight:700;color:var(--primary);letter-spacing:0;line-height:1}.result-hero__unit,.result-hero__value .unit{font-size:18px;font-weight:600;color:var(--text-tertiary);letter-spacing:0}.result-section__label{font-size:calc(12px + 1px);color:var(--text-tertiary);line-height:1.4;margin-bottom:calc(8px - 2px)}.result-section__label strong{color:var(--text-secondary);font-weight:600}.result-section__value{font-size:24px;font-weight:700;color:var(--text-primary);letter-spacing:0}.result-divider{height:1px;background:var(--border-light)}.market-badge{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:calc(8px - 2px);padding:calc(8px - 1px) calc(16px - 2px);border-radius:8px;font-size:12px;font-weight:600;line-height:1.3}.market-badge--up,.market-badge.up{background:var(--success-bg);color:#1a8f3c}.market-badge--down,.market-badge.down{background:var(--error-bg);color:var(--error)}.market-badge--equal,.market-badge.equal{background:var(--bg-secondary);color:var(--text-secondary)}.hh-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:calc(12px - 2px);padding:calc(16px - 2px) 16px;background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;font-size:calc(12px + 1px);font-weight:600;color:var(--primary);text-decoration:none;-webkit-transition:all .2s;transition:all .2s}.hh-link:hover{background:var(--primary-light);border-color:rgba(78,89,253,.2);-webkit-box-shadow:0 0 0 4px var(--primary-glow);box-shadow:0 0 0 4px var(--primary-glow)}.hh-link:active{-webkit-transform:scale(.98);-ms-transform:scale(.98);transform:scale(.98)}.hh-link svg{-ms-flex-negative:0;flex-shrink:0}.hh-link__body{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.hh-link__title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hh-link__sub{font-size:11px;color:var(--text-tertiary);font-weight:500;display:block;margin-top:calc(4px - 2px)}.data-source{width:100%;max-width:100%;margin-top:12px;padding:calc(16px - 2px) 16px;background:var(--bg-secondary);border-radius:8px;font-size:12px;color:var(--text-tertiary);line-height:1.55}.data-source strong{color:var(--text-secondary);font-weight:600;display:block;margin-bottom:calc(4px - 2px)}.info-section{margin-top:calc(60px - 4px);max-width:820px}.info-section h2{font-size:28px;font-weight:600;margin:0 0 16px;color:var(--text-primary);letter-spacing:0;line-height:1.25}.info-section p{font-size:16px;color:var(--text-secondary);line-height:1.65;margin-bottom:12px}.info-section p:last-child{margin-bottom:0}@media (max-width:860px){.calc-grid{grid-template-columns:1fr}.calc-result{position:static}.calc-hero__title{font-size:calc(28px + 2px)}}@media (max-width:600px){.breadcrumbs{padding:12px 15px 0}.calc-hero{padding:20px 0 24px}.calc-hero__title{font-size:calc(24px + 2px);line-height:1.2}.calc-hero__sub{font-size:calc(14px + 1px);line-height:1.58}.form-card{padding:16px}.form-card__body,.form-card__hint{padding-left:0}.form-card__top{gap:10px}.form-card__icon{width:32px;height:32px;border-radius:8px}.row-2{grid-template-columns:1fr}.slider-row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.slider-row .input{width:100%;font-size:16px}.result-hero{padding:20px 16px}.result-hero__value{font-size:28px}.result-section__value{font-size:18px}.result-body{padding:16px}.info-section{margin-top:40px}.info-section h2{font-size:24px}.info-section p{font-size:calc(14px + 1px);line-height:1.6}}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.fade-up{-webkit-animation:fadeUp .35s cubic-bezier(.16,1,.3,1);animation:fadeUp .35s cubic-bezier(.16,1,.3,1)}@-webkit-keyframes fadeUp{from{opacity:0;-webkit-transform:translateY(12px);transform:translateY(12px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeUp{from{opacity:0;-webkit-transform:translateY(12px);transform:translateY(12px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.flex_center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}footer{position:relative;width:100%}footer>.row:nth-child(1){border-top:1px solid #ebebeb;min-height:365px;height:auto;padding:60px 0}@media screen and (max-width:1360px){footer>.row:nth-child(1){height:auto;padding:60px 0}}@media screen and (max-width:800px){footer>.row:nth-child(1){padding:30px 0}}footer>.row:nth-child(1) .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:800px){footer>.row:nth-child(1) .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}footer>.row:nth-child(1) .container>.column:nth-child(1){-webkit-box-flex:0;-ms-flex:0 0 341px;flex:0 0 341px}@media screen and (max-width:800px){footer>.row:nth-child(1) .container>.column:nth-child(1){-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0 0 30px 0}}footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(1){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px;row-gap:0}@media screen and (max-width:1200px){footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(1){-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}}@media screen and (max-width:800px){footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(1){padding:30px 0 0 0;border-top:1px solid #ebebeb}}footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(1) .column{margin:0;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;min-width:0}@media screen and (max-width:1200px){footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(1) .column{margin:0 0 25px 0;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media screen and (max-width:800px){footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(1) .column:nth-child(1){-webkit-box-flex:0;-ms-flex:0 0 59%;flex:0 0 59%}}@media screen and (max-width:800px){footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(1) .column:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 41%;flex:0 0 41%}}@media screen and (max-width:1200px){footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(1) .column:nth-child(3){margin-bottom:0}}@media screen and (max-width:800px){footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(1) .column:nth-child(3){-webkit-box-flex:0;-ms-flex:0 0 59%;flex:0 0 59%}}@media screen and (max-width:1200px){footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(1) .column:nth-child(4){margin-bottom:0}}@media screen and (max-width:800px){footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(1) .column:nth-child(4){-webkit-box-flex:0;-ms-flex:0 0 41%;flex:0 0 41%}}footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(1) .column:last-child{margin-right:0}footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(2){margin:33px 0 0 0}@media screen and (max-width:800px){footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(2){margin:26px 0 0 0}}@media screen and (max-width:800px){footer>.row:nth-child(1) .container>.column:nth-child(2) .row:nth-child(2) .title{margin:0 0 20px 0}}footer>.row:nth-child(2){height:98px;border-top:1px solid #ebebeb;padding:30px 0 0 0;font-weight:400;font-size:12px;line-height:19.2px;color:#272727}@media screen and (max-width:1050px){footer>.row:nth-child(2){padding:30px 0;height:auto}}@media screen and (max-width:800px){footer>.row:nth-child(2){font-size:14px}}footer>.row:nth-child(2) .container{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:1050px){footer>.row:nth-child(2) .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}footer>.row:nth-child(2) a{font-weight:400;font-size:12px;line-height:19.2px;color:#272727;text-decoration:underline}@media screen and (max-width:800px){footer>.row:nth-child(2) a{font-size:14px}}footer>.row:nth-child(2) a:hover{color:#4e59fd;text-decoration:none}footer .mob_apps{margin:25px 0 0 0}footer .mob_apps .list__apps{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}footer .mob_apps .list__apps a{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 8px 0 0}footer .footer-legal~.mob_apps{margin-top:18px}footer .title{font-weight:700;font-size:16px;line-height:19.2px;margin:0 0 16px 0}@media screen and (max-width:1200px){footer .title{margin:0 0 14px 0}}footer ul{list-style-type:none;margin:0;padding:0}footer ul li{list-style-type:none;margin:0 0 6px 0}@media screen and (max-width:800px){footer ul li{margin:0 0 3px 0}}footer ul li a{font-weight:500;font-size:14px;line-height:16.8px;color:#222}@media screen and (max-width:800px){footer ul li a{font-size:16px}}@media screen and (max-width:365px){footer ul li a{font-size:14px}}footer ul li a:hover{color:#4e59fd}footer .logo{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:600;font-size:20px;line-height:24px;color:#222;margin:0 0 20px 0}@media screen and (max-width:1200px){footer .logo{margin:0 0 15px 0}}@media screen and (max-width:800px){footer .logo{font-size:18px}}footer .descr{font-weight:500;font-size:14px;line-height:21px;margin:0 0 20px 0}@media screen and (max-width:800px){footer .descr{margin:0 0 15px 0}}footer .footer-descr--legal{margin-bottom:0;font-size:14px;line-height:21px}footer .footer-legal{max-width:310px;margin-top:10px;margin-bottom:12px;color:#667085;font-size:12px;line-height:1.45}footer .footer-legal+.socials{margin-top:0}footer .socials{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}footer .agree{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:1050px){footer .agree{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}footer .agree a{color:inherit;margin-left:41px;text-decoration:underline}@media screen and (max-width:1050px){footer .agree a{margin:0 32px 0 0;margin:0 0 10px}footer .agree a:last-child{margin-bottom:0}}footer .agree a:hover{color:#222;text-decoration:none}@media screen and (max-width:1050px){footer .copyright{margin-bottom:20px}}.useful__block{margin:60px 0}@media screen and (max-width:1000px){.useful__block{margin:40px 0;padding:32px}}@media screen and (max-width:800px){.useful__block{padding:20px;margin:60px 0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:600px){.useful__block{padding:20px 15px}}.useful__block .container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#f7f7f7;border-radius:12px;padding:48px}.useful__block .info{max-width:640px}@media screen and (max-width:1000px){.useful__block .info{max-width:475px}}@media screen and (max-width:800px){.useful__block .info{margin-bottom:14px}}.useful__block .info .title{font-weight:600;font-size:28px;line-height:120%;margin-bottom:24px}@media screen and (max-width:1000px){.useful__block .info .title{font-size:calc(20px + 2px)}}@media screen and (max-width:800px){.useful__block .info .title{margin-bottom:20px;font-size:calc(20px + 2px)}}@media screen and (max-width:600px){.useful__block .info .title{font-size:18px;margin-bottom:14px}}.useful__block .info .text{font-weight:400;font-size:16px;line-height:190%;color:#616161}@media screen and (max-width:1000px){.useful__block .info .text{font-size:14px}}@media screen and (max-width:800px){.useful__block .info .text{font-size:16px}}@media screen and (max-width:365px){.useful__block .info .text{font-size:14px}}.useful__block .right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-bottom:9px}@media screen and (max-width:800px){.useful__block .right{display:grid;grid-template-columns:auto auto;grid-template-areas:"stars stars" "average total";-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-column-gap:28px;-moz-column-gap:28px;column-gap:28px;row-gap:6px;padding-bottom:0}}@media screen and (max-width:365px){.useful__block .right{grid-template-columns:1fr;grid-template-areas:"stars" "average" "total"}}.useful__block .right .useful__block__rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media screen and (max-width:800px){.useful__block .right .useful__block__rating{display:contents}}.useful__block .right .useful__block__rating .text{font-weight:400;font-size:14px;line-height:120%;color:#616161}@media screen and (max-width:800px){.useful__block .right .useful__block__rating .text{grid-area:average;font-size:14px;margin-top:0;padding-bottom:0;white-space:nowrap}}.useful__block .right .useful__block__rating .text span{display:inline;margin:0;font-weight:400;font-size:14px;line-height:120%;color:#616161}@media screen and (max-width:800px){.useful__block .right .useful__block__rating .text span{font-size:16px}}.useful__block .right .useful__block__rating .stars_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;height:44px;width:214px;margin:0 0 10px 0}@media screen and (max-width:800px){.useful__block .right .useful__block__rating .stars_wrapper{grid-area:stars;height:30px;width:147px;-webkit-transform:none;-ms-transform:none;transform:none;margin:0}}.useful__block .right .useful__block__rating .stars_wrapper::before{background-size:44px}@media screen and (max-width:800px){.useful__block .right .useful__block__rating .stars_wrapper::before{background-size:30px}}.useful__block .right .useful__block__rating .stars_wrapper .stars{position:absolute;left:0;width:100%;background-size:44px}@media screen and (max-width:800px){.useful__block .right .useful__block__rating .stars_wrapper .stars{background-size:30px}}.useful__block .right .useful__block__rating .stars_wrapper .rating__item{position:relative;z-index:9999999999;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;margin:0 2px}@media screen and (max-width:800px){.useful__block .right .useful__block__rating .stars_wrapper .rating__item{-webkit-box-flex:0;-ms-flex:0 0 26px;flex:0 0 26px}}.useful__block .right .useful__block__rating .stars_wrapper .rating__item.full{background:url(/wp-content/themes/kurshub/img/icons/stars/rating_top_full.svg) center no-repeat;background-size:100%}.useful__block .right .useful__block__rating:not(.ranked):hover .stars_wrapper .stars{background:0 0}.useful__block .right .useful__block__rating.user_click .stars_wrapper .stars{display:none}.useful__block .rating__total{font-weight:400;font-size:14px;line-height:120%;color:#616161}@media screen and (max-width:800px){.useful__block .rating__total{grid-area:total;font-size:14px;white-space:nowrap}}.alert__cookie{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#616161;background:#fff;width:min(416px,100vw - 32px);height:auto;min-height:calc(80px - 8px);right:auto;bottom:calc(16px + env(safe-area-inset-bottom,0));left:24px;gap:16px;z-index:9999;font-weight:400;font-size:12px;line-height:1.45;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding:calc(16px - 2px) 16px;border:1px solid rgba(227,227,227,.8);border-radius:12px;-webkit-box-shadow:0 10px 32px rgba(18,25,38,.12);box-shadow:0 10px 32px rgba(18,25,38,.12);-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:bottom .3s ease;transition:bottom .3s ease}.alert__cookie a{text-decoration:underline;color:#616161}.alert__cookie a:hover{text-decoration:none}.alert__cookie p{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:auto;min-width:0;margin:0}.alert__cookie button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 82px;flex:0 0 82px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;width:82px;height:40px;border:1px solid #222;border-radius:8px;color:#222;font-weight:500;font-size:14px;line-height:20px;padding:13px 24px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:background-color 150ms ease-out;transition:background-color 150ms ease-out}.alert__cookie button:hover{background:#222;color:#fff}.alert__cookie.kh-cookie-hidden{display:none}body.course-filter-open .alert__cookie,body.no_scroll .alert__cookie{display:none!important}@media screen and (max-width:800px){.alert__cookie{right:auto;bottom:env(safe-area-inset-bottom,0);left:auto;right:calc(10px + env(safe-area-inset-right,0));width:min(180px,100vw - 20px - env(safe-area-inset-left,0) - env(safe-area-inset-right,0));min-height:32px;gap:6px;padding:3px 6px;-webkit-transform:none;-ms-transform:none;transform:none;font-size:11px;line-height:1.25}.alert__cookie p{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.alert__cookie button{-ms-flex-preferred-size:48px;flex-basis:48px;width:48px;height:24px;padding:0 6px;font-size:11px}}@media screen and (max-width:360px){.alert__cookie{width:min(180px,100vw - 20px)}}.hint_popup{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:2px;z-index:-1;min-width:20px;min-height:20px;overflow:hidden;-webkit-box-shadow:0 1px 8px rgba(0,0,0,.16);box-shadow:0 1px 8px rgba(0,0,0,.16);background-color:#fff;color:#212121;max-width:270px;padding:10px;font-size:calc(12px + 1px);line-height:20px;text-align:center;opacity:0;visibility:hidden;-webkit-transform:translate3d(0,15px,0);transform:translate3d(0,15px,0)}.hint_popup.active{z-index:999;opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:opacity 250ms,visibility 250ms,-webkit-transform 250ms cubic-bezier(.71,1.7,.77,1.24);transition:opacity 250ms,visibility 250ms,-webkit-transform 250ms cubic-bezier(.71,1.7,.77,1.24);transition:opacity 250ms,visibility 250ms,transform 250ms cubic-bezier(.71,1.7,.77,1.24);transition:opacity 250ms,visibility 250ms,transform 250ms cubic-bezier(.71,1.7,.77,1.24),-webkit-transform 250ms cubic-bezier(.71,1.7,.77,1.24);visibility:visible}.hint_popup.hint_popup.copied{-webkit-transform:translateX(50px);-ms-transform:translateX(50px);transform:translateX(50px)}.single-reviews .hint_popup{-webkit-transform:translate3d(108px,15px,0);transform:translate3d(108px,15px,0)}.single-reviews .hint_popup.active{-webkit-transform:translate3d(108px,0,0);transform:translate3d(108px,0,0)}.single-reviews .hint_popup.hint_popup.copied{-webkit-transform:translateX(140px);-ms-transform:translateX(140px);transform:translateX(140px)}@media screen and (max-width:800px){.single-reviews .hint_popup.hint_popup.copied{-webkit-transform:translateX(128px);-ms-transform:translateX(128px);transform:translateX(128px)}}.search_result{display:none;width:169px;background:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.08);box-shadow:0 5px 15px rgba(0,0,0,.08);border-radius:6px;padding:12px 15px;width:100%;z-index:9999999;position:absolute;overflow-y:auto;max-height:88vh}.search_result.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.search_result .not_found{font-weight:400;font-size:calc(12px + 1px);line-height:120%;color:#8e8e8e}.search_result .title{font-weight:600;font-size:11px;line-height:120%;color:#8e8e8e;letter-spacing:.04em;margin:0 0 8px 0;text-transform:uppercase}.search_result .title:not(:first-child){margin:16px 0 8px 0}.search_result .search_item{display:block;font-weight:400;font-size:calc(12px + 1px);line-height:120%;color:#000;margin:0;padding:8px 24px 8px 0;position:relative;text-decoration:none}.search_result .search_item__label,.search_result .search_item__meta{display:block}.search_result .search_item__meta{margin-top:4px;color:#8e8e8e;font-weight:400;font-size:11px;line-height:130%}.search_result .search_item::after{position:absolute;display:block;right:0;top:3px;width:5px;height:10px;background:url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='%23D9D9D9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center center no-repeat}.search_result .search_all{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:38px;margin-top:8px;padding-top:10px;border-top:1px solid #f0f1f7;color:#4e59fd;font-weight:400;font-size:calc(12px + 1px);line-height:120%;text-decoration:none}.mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{width:4px;border-radius:10px;background-color:#4e59fd}.mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar{width:4px;border-radius:10px;background-color:#4e59fd}.mCSB_scrollTools .mCSB_draggerContainer .mCSB_dragger .mCSB_draggerRail{display:none}