.dpob-card__heading .dpob-card__title-inner{padding-right:0}.dpob-color-blue{--card-color: 107, 133, 202}.dpob-color-orange{--card-color: 240, 149, 43}.dpob-color-green{--card-color: 133, 188, 140}.dpob-color-yellow{--card-color: 252, 155, 44}.dpob-color-purple{--card-color: 156, 0, 184}.dpob-color-violet{--card-color: 101, 61, 202}.dpob-color-red{--card-color: 240, 105, 96}.dpob-color-brightgreen{--card-color: 43, 200, 75}@keyframes mmfadeIn{0%{opacity:0}to{opacity:1}}@keyframes mmfadeOut{0%{opacity:1}to{opacity:0}}@keyframes mmslideIn{0%{transform:translateY(15%)}to{transform:translateY(0)}}@keyframes mmslideOut{0%{transform:translateY(0)}to{transform:translateY(-10%)}}.mdl-button{position:relative;display:inline-flex;overflow:hidden;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;border-radius:8px;font:400 14px/16px HSE Sans,Proxima Nova,Arial,sans-serif;height:48px;padding:10px 25px;color:#fff;background-color:var(--brand-color ,#0050CF);text-decoration:none;transition:background-color .2s ease-out}@media screen and (max-width: 995px){.mdl-button{display:flex;width:100%}}.mdl-button:hover{background-color:var(--brand-color-hover,#0042c4)}.mdl-button_light{background-color:transparent;border:1px solid var(--color_light-gray, rgba(211, 216, 230, 1));color:var(--color_text-gray, #6B7A99)}.mdl-button_light:hover{background-color:transparent}.has-modal{overflow:hidden}.has-modal .mdl-modal__overlay{display:flex;overflow-y:auto;overflow-x:hidden;justify-content:center;align-items:center}.has-modal .mdl-modal__container{overflow-y:visible;max-height:none;min-height:auto}.mdl-modal__overlay{position:fixed;z-index:15;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;will-change:transform}.mdl-modal__container{background-color:#fff;padding:16px 32px 32px;max-width:700px;min-width:30vw;margin:32px auto;max-height:calc(100vh - 64px);border-radius:4px;overflow-y:auto;box-sizing:border-box;will-change:transform}@media screen and (max-width: 995px){.mdl-modal__container{width:100vw;min-width:auto;margin:16px;max-height:calc(100vh - 32px)}}.mdl-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.mdl-modal__close{position:relative;right:-16px;background:transparent;border:0;padding:0;margin-left:auto;cursor:pointer;align-self:baseline}.mdl-modal__header .mdl-modal__close:before{content:"";display:block;width:24px;height:24px;background:no-repeat url("data:image/svg+xml;charset=utf8, 	%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20	height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%0A%3Cpath%20	fill-rule%3D%22evenodd%22%20	clip-rule%3D%22evenodd%22%20d%3D%22M19%206.41L17.59%205L12%2010.59L6.41%205L5%206.41L10.59%20	12L5%2017.59L6.41%2019L12%2013.41L17.59%2019L19%2017.59L13.41%2012L19%206.41Z%22%20	fill%3D%22%23D3D8E6%22%2F%3E%0A%3C%2Fsvg%3E")}.mdl-modal__content{line-height:1.5;color:#000c}.mdl-modal{--color_text-gray: #6B7A99;--color_light-gray: #D3D7E0;--color_brand: #0050CF;--brand-color-hover: #00349b;display:none;font-family:HSE Sans,Arial,sans-serif}.mdl-modal.is-open{display:block}.mdl-modal[aria-hidden=false] .mdl-modal__overlay{animation:mmfadeIn .3s cubic-bezier(0,0,.2,1)}.mdl-modal[aria-hidden=false] .mdl-modal__container{animation:mmslideIn .3s cubic-bezier(0,0,.2,1)}.mdl-modal[aria-hidden=true] .mdl-modal__overlay{animation:mmfadeOut .3s cubic-bezier(0,0,.2,1)}.mdl-modal[aria-hidden=true] .mdl-modal__container{animation:mmslideOut .3s cubic-bezier(0,0,.2,1)}.mdl-modal__caption{font:400 32px/40px HSE Sans,Proxima Nova,Arial,sans-serif;margin:0 0 16px}.mdl-modal__buttons{margin:24px 0 0;display:flex;gap:16px}@media screen and (max-width: 345px){.mdl-modal__buttons{flex-direction:column}}.mdl-modal__text{font:400 18px/24px HSE Sans,Proxima Nova,Arial,sans-serif;margin:0}:root{--light-text-primary-black: #0F0F14;--light-text-tertiary: #A0AABD;--light-on-surface-light-blue: #F0F5FF;--light-on-surface-light-gray: #F7F9FA}.ctlg-burger{cursor:pointer}.ctlg-is-open{overflow:hidden}.ctlg-burger__cross,.ctlg-is-open .ctlg-burger__menu{display:none}.ctlg-is-open .ctlg-burger__cross{display:block}.ctlg-catalog{display:none;position:fixed;min-width:320px;max-width:1600px;top:60px;width:100%;bottom:0;z-index:10;background:#fff;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;padding-top:0;padding-bottom:32px}.ctlg-is-open .ctlg-catalog{display:flex}@media screen and (max-width: 995px){.ctlg-catalog{top:127px}}.ctlg-catalog__side{position:sticky;top:0;width:25%;flex:0 0 auto;border-right:1px solid #EBEDF2;box-sizing:border-box;padding:20px 12px 20px 40px;overflow-y:auto;overflow-x:hidden}@media screen and (max-width: 995px){.ctlg-catalog__side{display:none}}.ctlg-catalog__main{padding:16px 40px 0 24px}@media screen and (max-width: 995px){.ctlg-catalog__main{padding-left:16px;padding-right:16px;flex:1}}.ctlg-menu{margin:0;padding:0;list-style:none}.ctlg-menu__item{display:flex;min-height:44px;border-radius:8px;color:#0f0f14;background:#fff;justify-content:space-between;align-items:center;color:inherit;text-decoration:none;width:100%;padding:12px 16px;box-sizing:border-box;cursor:pointer;margin-bottom:4px}.ctlg-menu__item_selected{border-radius:8px;color:#0050cf;background:#F0F5FF}.ctlg-menu__item svg{flex-shrink:0;margin-left:12px}.ctlg-list-wrap{margin:0;padding:0;list-style:none;height:100%}.ctlg-list{padding:0 0 32px;margin:0;display:none}@media screen and (max-width: 995px){.ctlg-list{display:block;padding:0 0 6px;scroll-margin-top:10px}}.ctlg-list_show{display:block}.ctlg-list__heading{display:flex;align-items:baseline;gap:8px}@media screen and (max-width: 995px){.ctlg-list__heading{flex-direction:column;gap:20px}}.ctlg-list__caption{color:var(--light-text-primary-black, #0F0F14);font-size:24px;font-family:HSE Sans,Arial,sans-serif;font-weight:600;line-height:32px;margin:0}@media screen and (max-width: 995px){.ctlg-list__caption{display:flex;min-height:44px;color:#0f0f14;border-radius:8px;background:var(--light-on-surface-light-gray, #F7F9FA);justify-content:space-between;align-items:center;color:inherit;text-decoration:none;width:100%;padding:12px 16px;box-sizing:border-box;cursor:pointer;gap:12px;font-size:16px;font-weight:600;line-height:20px}.ctlg-list_show_mobile .ctlg-list__caption{color:var(--light-text-brand, #0050CF)}}.ctlg-list__arr{display:none}@media screen and (max-width: 995px){.ctlg-list__arr{display:block}.ctlg-list_show_mobile .ctlg-list__arr{transform:rotate(180deg)}}.ctlg-list__count{font-size:24px;font-family:HSE Sans,Arial,sans-serif;font-weight:600;line-height:32px;color:var(--light-text-tertiary, #A0AABD);margin:0;pointer-events:none}@media screen and (max-width: 995px){.ctlg-list__count{display:none;font-size:16px;line-height:20px;pointer-events:unset}.ctlg-list_show_mobile .ctlg-list__count{display:block}}.ctlg-list__groups{display:none;-moz-columns:3;columns:3;margin:24px 0 0;padding:0}.ctlg-list_show .ctlg-list__groups{display:block}@media screen and (max-width: 1279px){.ctlg-list__groups{-moz-columns:2;columns:2;padding-bottom:32px}}@media screen and (max-width: 995px){.ctlg-list__groups{-moz-columns:1;columns:1}.ctlg-list_show .ctlg-list__groups{display:none}.ctlg-list_show_mobile .ctlg-list__groups{display:block}}.ctlg-list__title{margin:8px 0 0}.ctlg-list__elem{margin:6px 0 0}.ctlg-list__group{margin:40px 0 0;-moz-column-break-inside:avoid;break-inside:avoid}.ctlg-list__group:first-child,.ctlg-list__elem:first-child,.ctlg-list__title:first-child{margin-top:0}.ctlg-title{font-family:HSE Sans,Arial,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:20px;color:#0f0f14}.ctlg-link{color:#6b7a99;text-decoration:none;transition:color .2s ease-out}.ctlg-link_inherit{color:inherit}.ctlg-link:hover{color:#0050cf}.ctlg-list__elem{font-family:HSE Sans,Arial,sans-serif;font-weight:400;font-size:16px;line-height:20px}.ctlg-program-controls,.dpo-program-card__controls{position:relative;align-items:center;align-self:center;justify-content:flex-end;display:flex;gap:16px;margin-left:auto;margin-bottom:16px}@media screen and (max-width: 995px){.ctlg-program-controls,.dpo-program-card__controls{margin-bottom:8px}}.ctlg-program-controls__control,.dpo-program-card__control{display:flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 26px}.ctlg-is-open .cut__nav{display:none}.dpo-page__header{z-index:11}.ctlg-controls__link{color:inherit;text-decoration:none;font-family:HSE Sans,Arial,sans-serif;font-weight:400;font-size:16px;line-height:20px;opacity:1;transition:color .2s ease-out,opacity .2s ease-out}.ctlg-controls__link:hover{color:#0050cf}.has-header-bg .ctlg-controls__link:hover{color:inherit;opacity:.8}.ctlg-lsearch{display:flex;position:relative;height:40px;width:100%}.ctlg-lsearch__form{display:flex;flex-grow:1;width:100%;height:100%}.ctlg-lsearch__input{width:100%;height:100%;border:1px solid #0050CF;border-radius:4px;box-sizing:border-box;padding:0 12px;background:transparent}.ctlg-lsearch__button{position:absolute;right:4px;top:calc(50% - 12px);height:24px;width:24px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent;border:none;outline:none;padding:0;cursor:pointer}.ctlg-controls{display:flex;align-items:center;font:400 16px/20px HSE Sans,Arial,sans-serif;list-style:none;margin:0;padding:0;flex-shrink:0}.ctlg-controls__item{position:relative;display:flex;align-items:center;padding:0 20px;color:inherit;gap:20px;height:40px}@media screen and (max-width: 995px){.ctlg-controls__item{position:relative;display:flex;align-items:center;justify-content:center;padding:0 8px;flex:0 1 64px;min-width:42px;max-width:64px;color:inherit;gap:20px;box-sizing:border-box}}.ctlg-controls__item:last-child{padding-right:0;border-left:0;max-width:none;min-width:auto}.ctlg-control__like{width:25px;height:25px}.ctlg-controls__item:before{content:"";position:absolute;top:50%;left:0;border-left:1px solid rgba(211,215,225,.6);height:13px;margin-top:-6px}.ctlg-controls__item:before{border-color:#d3d8e6;height:32px;margin-top:-16px}.ctlg-controls__item:first-child:before{content:none}.ctlg-controls__href{display:flex;align-items:center;text-decoration:none;color:inherit}.ctlg-controls_wide .ctlg-controls__item:first-child:before,.ctlg-controls_wide .ctlg-controls__item:before{content:"";border-color:#d3d8e6;height:32px;margin-top:-16px}@media screen and (max-width: 767px){.ctlg-controls_wide .ctlg-controls__item:first-child:before,.ctlg-controls_wide .ctlg-controls__item:before{content:none}}.ctlg-controls__inner{position:relative;z-index:15;display:flex;align-items:center;justify-content:center;color:inherit}.ctlg-controls__inner_with-count:before{content:attr(data-count);position:absolute;right:-8px;top:-8px;height:16px;min-width:16px;box-sizing:border-box;padding:0 3px;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:#FF564E;font-size:10px;line-height:9px;border-radius:50%}.ctlg-controls__popup{display:none;position:absolute;top:calc(100% + 3px);right:0;z-index:11;padding:12px;margin:0;flex-direction:column;gap:6px;background:#fff;box-shadow:0 0 10px #0000004d;border-radius:8px;box-sizing:border-box}@media screen and (max-width: 375px){.ctlg-controls__item:first-child .ctlg-controls__popup{right:auto;left:0}}.ctlg-controls__popup:before{content:"";position:absolute;right:0;bottom:100%;height:42px;width:100px}.ctlg-controls__item:hover .ctlg-controls__popup{display:flex}.ctlg-controls__url{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}.ctlg-panel{display:flex;justify-items:center;align-items:center;z-index:10;height:auto;min-height:60px;box-sizing:border-box;color:#6b7a99;background:#fff;border-bottom:1px solid #D3D8E6;border-bottom:1px solid rgba(211,215,225,.6);padding:10px 40px}.has-header-bg .ctlg-panel{color:#fff;background:transparent}@media screen and (max-width: 995px){.ctlg-panel{padding-left:16px;padding-right:16px;flex-wrap:wrap;gap:12px 0;justify-content:flex-start}.ctlg-panel:before{content:"";display:block;border-bottom:1px solid #D3D8E6;flex:2 0 100%}.ctlg-panel__lsearch{order:-1;flex:1}}.ctlg-panel__logo{margin:0 24px 0 0;order:-1;text-decoration:none;width:40px;height:40px}@media screen and (max-width: 995px){.ctlg-panel__logo{margin-right:8px}}.ctlg-panel__side{margin-left:auto;order:10}@media screen and (max-width: 995px){.ctlg-panel__side{flex-grow:1;justify-content:flex-end}}.ctlg-panel__catalog{font-family:HSE Sans,Arial,sans-serif;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;padding:8px 16px;gap:8px;min-width:120px;height:40px;background:#0050CF;border-radius:4px;color:#fff;box-sizing:border-box;transition:background-color .2s ease-out;margin-right:12px;outline:none;border:none}@media screen and (max-width: 995px){.ctlg-panel__catalog{order:2;padding:8px 10px 8px 8px;min-width:auto}}.ctlg-panel__catalog:hover{background:#00349b}@media screen and (max-width: 995px){.ctlg-desktop{display:none!important}}@media screen and (min-width: 996px){.ctlg-mobile{display:none!important}}
