@charset "UTF-8";.pl-checkbox{width:100%;display:inline-flex;align-items:flex-start;margin:0}.pl-checkbox__label{display:flex;align-items:flex-start;cursor:pointer;font-size:11px;line-height:1.2em;color:#fff;position:relative;padding-left:35px}.pl-checkbox__input{position:absolute;left:0;opacity:0}.pl-checkbox__input:checked+.pl-checkbox__custom{background-color:#071743;border-color:#071743}.pl-checkbox__input:checked+.pl-checkbox__custom:after{content:"";display:flex;align-items:center;justify-content:center;position:absolute;left:8px;top:4px;width:6px;height:12px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.pl-checkbox__input.pl-input--error+.pl-checkbox__custom,.pl-checkbox__input.pl-field--error+.pl-checkbox__custom{border:1px solid #FF0000}.pl-checkbox__custom{width:24px;height:24px;background-color:#fff;border-radius:8px;transition:all .3s ease;position:absolute;left:0;top:0;border:1px solid #D6D8D9}.pl-checkbox__custom:hover{background:#d6d8d9}.pl-checkbox__content{display:block;padding-top:4px;max-height:18px;overflow:hidden;transition:.3s all ease-in-out;color:#727272;text-align:left;font-weight:300}.pl-checkbox__content.active{max-height:1000px!important}.pl-checkbox--privacy-policy .pl-checkbox__content{max-height:unset}.pl-checkbox--information .pl-checkbox__content{max-height:30px}.pl-checkbox-container{display:flex;flex-direction:column}.pl-checkbox-container__box{width:100%;min-height:24px}.pl-checkbox-container__expand-button{border:none;background:none;font-size:11px;font-weight:700;color:#727272;align-self:flex-end;cursor:pointer}.pl-checkbox-container .pl-field-box__validation{padding-left:35px}.pl-field-box{display:flex;flex-direction:column;position:relative;width:100%}.pl-field-box__placeholder{display:none}.pl-field-box__validation{color:#000;display:inline-flex;align-items:center;gap:4px;font-size:14px;line-height:1.2em;margin-top:4px}.pl-field-box__validation svg{position:relative;top:-2px;min-width:12px}.pl-field-box__information{color:#000;font-size:14px;line-height:1.2em;margin-bottom:6px}.pl-field-box__required{color:red}.pl-field-box.active .pl-field-box__placeholder{display:inline-block;position:absolute;left:12px;top:7px;font-size:11px;line-height:1;color:gray;z-index:10}@media screen and (min-width: 768px){.pl-field-box.active .pl-field-box__placeholder{left:16px}}.pl-field-box.active .pl-input:not([type=submit]):not([type=checkbox]),.pl-field-box.active .pl-field:not([type=submit]):not([type=checkbox]),.pl-field-box.active select:not([type=submit]):not([type=checkbox]){padding:14px 28px 1px 12px}@media screen and (min-width: 768px){.pl-field-box.active .pl-input:not([type=submit]):not([type=checkbox]),.pl-field-box.active .pl-field:not([type=submit]):not([type=checkbox]),.pl-field-box.active select:not([type=submit]):not([type=checkbox]){padding:14px 28px 1px 16px}}select:not([type=submit]):not([type=checkbox]),input:not([type=submit]):not([type=checkbox]),.pl-input:not([type=submit]):not([type=checkbox]),.pl-field:not([type=submit]):not([type=checkbox]){display:flex;align-items:center;padding:11px 30px 11px 12px;width:100%;min-height:46px;font-size:15px;line-height:1.3em;color:#727272;border:1px solid #D6D8D9;border-radius:5px;font-family:Josefin Sans,sans-serif;transition:padding .15s ease-in-out,border-color .3s ease-in-out;margin:0}@media screen and (min-width: 768px){select:not([type=submit]):not([type=checkbox]),input:not([type=submit]):not([type=checkbox]),.pl-input:not([type=submit]):not([type=checkbox]),.pl-field:not([type=submit]):not([type=checkbox]){padding:11px 30px 11px 16px}}select:not([type=submit]):not([type=checkbox]):hover,input:not([type=submit]):not([type=checkbox]):hover,.pl-input:not([type=submit]):not([type=checkbox]):hover,.pl-field:not([type=submit]):not([type=checkbox]):hover{border-color:#252525}select:not([type=submit]):not([type=checkbox]):focus,input:not([type=submit]):not([type=checkbox]):focus,.pl-input:not([type=submit]):not([type=checkbox]):focus,.pl-field:not([type=submit]):not([type=checkbox]):focus{border-color:#0e73b6}select:not([type=submit]):not([type=checkbox])::placeholder,input:not([type=submit]):not([type=checkbox])::placeholder,.pl-input:not([type=submit]):not([type=checkbox])::placeholder,.pl-field:not([type=submit]):not([type=checkbox])::placeholder{font-size:16px;color:#5e5e5e}select:not([type=submit]):not([type=checkbox]):invalid,select.pl-field:not([type=submit]):not([type=checkbox]):invalid{color:#5e5e5e}select.pl-field:not([type=submit]):not([type=checkbox]):focus{color:#252525}input[type=submit]:disabled,button:disabled,.pl-input:disabled,.pl-field:disabled{background:#adadad;color:gray;border-color:gray;cursor:not-allowed}.pl-input,.pl-field{cursor:text}.pl-input:not([type=submit]):not([type=checkbox]).pl-input--error,.pl-input:not([type=submit]):not([type=checkbox]).pl-field--error,.pl-field:not([type=submit]):not([type=checkbox]).pl-input--error,.pl-field:not([type=submit]):not([type=checkbox]).pl-field--error{border:2px solid #FF0000}.pl-input:not([type=submit]):not([type=checkbox]).pl-input--success,.pl-input:not([type=submit]):not([type=checkbox]).pl-field--success,.pl-field:not([type=submit]):not([type=checkbox]).pl-input--success,.pl-field:not([type=submit]):not([type=checkbox]).pl-field--success{border:2px solid #00CA43}.pl-input:not([type=submit]):not([type=checkbox]).pl-input--area-code,.pl-input:not([type=submit]):not([type=checkbox]).pl-field--area-code,.pl-field:not([type=submit]):not([type=checkbox]).pl-input--area-code,.pl-field:not([type=submit]):not([type=checkbox]).pl-field--area-code{width:82px;padding:20px 10px;color:#d6d8d9}.pl-input__password-box,.pl-field__password-box{position:relative}.pl-input__password-box.active .pl-input__eye,.pl-input__password-box.active .pl-field__eye,.pl-field__password-box.active .pl-input__eye,.pl-field__password-box.active .pl-field__eye{display:none}.pl-input__password-box.active .pl-input__closed-eye,.pl-input__password-box.active .pl-field__closed-eye,.pl-field__password-box.active .pl-input__closed-eye,.pl-field__password-box.active .pl-field__closed-eye{display:block}.pl-input__closed-eye,.pl-field__closed-eye{display:none}.pl-input__toggle-password,.pl-field__toggle-password{position:absolute;right:10px;top:48%;transform:translateY(-50%);background:none;border:none;padding:4px}.pl-field-container{display:grid;gap:0 10px;grid-template-columns:auto 1fr;grid-template-rows:auto auto}.pl-field-container .pl-field-box__validation,.pl-field-container .pl-field-box__information{grid-column:1/-1}.pl-select-box{width:100%;position:relative}.pl-select-box:after{content:"▼";display:flex;align-items:center;justify-content:center;width:26px;height:calc(100% - 20px);border-left:1px solid #D6D8D9;font-size:9px;color:#727272;position:absolute;right:0;top:50%;transform:translateY(-50%);pointer-events:none}.pl-select-box__select{display:flex;align-items:center;width:100%;min-height:50px;padding:0 37px 0 11px;font-size:15px;background:#fafafa;border:1px solid #D6D8D9;border-radius:5px;color:#727272;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.pl-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;justify-content:center;align-items:center;z-index:99999999999;padding:20px}.pl-modal__close-button{display:flex;align-items:center;justify-content:center;font-size:60px;line-height:35px;padding:6px;color:#fff;cursor:pointer;position:absolute;top:20px;right:20px;background:none;border:none;z-index:50}@media screen and (min-width: 768px){.pl-modal__close-button{top:32px;right:32px}}.pl-modal__content{position:relative;color:#fff}.pl-modal__content a{color:#fff;text-decoration:underline}.pl-modal__content a:hover,.pl-modal__content a:focus{text-decoration:none}.pl-message{width:100%;max-width:383px;padding:38px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:linear-gradient(169deg,#f20,#ea6500);border-radius:12px;font-size:16px;text-align:center;border:1px solid #FF0000}.pl-message__label{display:inline-flex;align-items:center;justify-content:center;padding:8px 17px;border:1px solid white;border-radius:6px;font-size:20px;font-weight:700}.pl-message__text{line-height:1.2em}.pl-message--success{background:linear-gradient(169deg,#138c00,#00ca43);border:1px solid #00CA43}.pl-credited-med-course-post button{font-family:Josefin Sans,sans-serif}.pl-credited-med-course-post p{color:inherit}.pl-credited-med-course-post h1,.pl-credited-med-course-post h2,.pl-credited-med-course-post h3,.pl-credited-med-course-post h4,.pl-credited-med-course-post h5,.pl-credited-med-course-post h6{font-weight:700}.pl-credited-med-course-post *{box-sizing:border-box;line-height:1.2em}.mk-header{border-bottom:none;background-color:unset}.mk-header .intro-left{display:none}.mk-header .mk-header-holder .mk-header-inner{border-bottom:none}.mk-header .mk-header-holder .mk-header-toolbar,.mk-post-nav{display:none}.header{position:relative;min-height:472px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;padding:80px 0;background-color:#0e73b6}.header__img-wrap{position:absolute;left:0;top:0;width:100%;height:100%}.header__img-wrap:after{content:"";display:block;width:100%;height:100%;background-color:#0e73b6;opacity:.8;filter:brightness(.8)}.header__img{position:absolute;left:0;top:0;width:100%;height:100%;display:block;object-fit:cover;object-position:center}.header__wrap{position:relative;z-index:50;width:calc(100% - 40px);max-width:1240px;margin:0 auto}.header__back{display:inline-flex;align-items:center;justify-content:center;font-size:11px;border:2px solid white;border-radius:5px;color:#fff;min-height:40px;padding:8px 16px;margin-bottom:35px}.header__back:hover,.header__back:focus{color:#fff}.header__title{font-size:40px;line-height:1;font-weight:700;margin:0 0 60px}.header__buttons{display:flex;flex-wrap:wrap;gap:8px}.header__button{display:inline-flex;align-items:center;justify-content:center;font-size:14px;border:2px solid white;border-radius:10px;background:#fff;color:#0e73b6;min-height:52px;padding:10px;min-width:244px}.header__button:hover,.header__button:focus{color:#0085c2}.header__button--outline{background:transparent;color:#fff;min-width:180px}.header__button--outline:hover,.header__button--outline:focus{color:#fff}.desc-section{padding:25px 20px 50px}@media screen and (min-width: 768px){.desc-section{padding:50px 20px 100px}}.desc-section__container{width:100%;max-width:1240px;margin:0 auto;color:#202244;font-size:16px;line-height:1.66em}.desc-section__container p{font-size:16px;line-height:1.66em;color:#202244}.course-bar-section{position:relative;top:-50px;width:calc(100% - 40px);margin:0 auto;text-align:center}.course-bar-section__items{max-width:1240px;margin:0 auto;display:inline-flex;justify-content:center;flex-wrap:wrap;gap:20px 48px;background:#fff;padding:30px 20px;border-radius:16px;box-shadow:0 4px 4px #00000040}@media screen and (min-width: 768px){.course-bar-section__items{padding:30px}}.course-bar-section__item{display:flex;align-items:center;gap:12px 10px;color:#202244;font-size:16px}@media screen and (min-width: 768px){.course-bar-section__item{gap:12px}}.course-bar-section__svg{display:block;min-width:30px;width:30px}@media screen and (min-width: 768px){.course-bar-section__svg{min-width:40px;width:40px}}.program-section{padding:0 20px}.program-section__container{width:100%;max-width:1240px;margin:0 auto}.program-section__item{display:flex;flex-direction:column-reverse;margin-bottom:66px}.program-section__item:last-child{margin-bottom:107px}@media screen and (min-width: 768px){.program-section__item{flex-direction:row;gap:54px}}.program-section__item--program{justify-content:flex-end;flex-direction:column}@media screen and (min-width: 768px){.program-section__item--program{flex-direction:row;gap:36px}}.program-section__item--program .program-section__heading-item{align-items:center}@media screen and (min-width: 768px){.program-section__item--program .program-section__heading-item{align-items:flex-end}}.program-section__title-item{text-align:center}@media screen and (min-width: 768px){.program-section__title-item{text-align:left}}.program-section__title-item--v2{text-align:right}.program-section__heading-item{display:flex;flex-direction:column}@media screen and (min-width: 768px){.program-section__heading-item--received{position:relative;top:-10px}}.program-section__title-item{font-size:36px;margin:0 0 20px}@media screen and (min-width: 768px){.program-section__title-item{font-size:44px}}.program-section__ul,.program-section__content{width:100%;max-width:685px;border:1px solid black;box-shadow:0 4px 4px #00000040;list-style-type:none;padding:32px 20px;margin:0}@media screen and (min-width: 768px){.program-section__ul,.program-section__content{padding:52px 46px}}.program-section__content p{margin:0 0 4px;color:#202244}.program-section__content p:last-child{margin:0}.program-section__content *{color:#202244}.program-section__li{color:#202244;font-weight:500;font-size:16px;margin:0 0 4px}.program-section__deco{display:none}@media screen and (min-width: 768px){.program-section__deco{display:inline-block}}.plan-section{padding:0 20px 100px}@media screen and (min-width: 768px){.plan-section{padding:0 20px 226px}}.plan-section__container{width:100%;max-width:1240px;margin:0 auto}.plan-section__title{font-size:36px;color:#202244;margin:0 0 40px;text-align:center}@media screen and (min-width: 768px){.plan-section__title{text-align:left;font-size:44px;margin:0 0 69px}}.plan-section__items{display:flex;flex-wrap:wrap;justify-content:center;gap:44px}.plan-section__item{position:relative;z-index:50;width:100%;max-width:300px;background:#fff;box-shadow:0 4px 4px #00000040;border-radius:30px;padding:60px 20px 30px;color:#202244;order:0}@media screen and (min-width: 768px){.plan-section__item{padding:91px 49px 50px}}.plan-section__item--highlighted{padding:0 6px 6px;background:#0085c2;color:#fff;box-shadow:0 0 200px 100px #09f3;z-index:30}.plan-section__option{display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#fff;height:60px;padding-top:4px}.plan-section__wrap{background:#202244;border-radius:40px 40px 30px 30px;height:calc(100% - 60px);padding:30px 20px 50px}@media screen and (min-width: 768px){.plan-section__wrap{padding:30px 43px 50px}}.plan-section__name{font-size:20px;font-weight:700;margin-bottom:36px;text-align:center}@media screen and (min-width: 768px){.plan-section__name{margin-bottom:52px}}.plan-section__price{font-size:60px;line-height:.8em;font-weight:700;text-align:center;margin-bottom:70px}@media screen and (min-width: 768px){.plan-section__price{margin-bottom:100px}}.plan-section__currency{font-size:20px;font-weight:700}@media screen and (min-width: 768px){.plan-section__currency{font-size:32px}}.plan-section__points{margin-bottom:55px;display:flex;flex-direction:column;gap:16px}.plan-section__point{display:flex;gap:18px;font-size:16px;max-width:320px;margin:0 auto}@media screen and (min-width: 768px){.plan-section__point{max-width:unset}}.plan-section__tick{min-width:40px;width:40px;height:40px}.plan-section__button{background:#0e73b6;color:#fff;display:flex;align-items:center;justify-content:center;width:100%;max-width:250px;height:64px;border-radius:10px;font-size:14px;margin:0 auto 39px;cursor:pointer}.plan-section__button:hover,.plan-section__button:focus{color:#fff}.plan-section__info{font-size:12px}@media screen and (min-width: 768px){.plan-section__info{font-size:14px}}.sign-up-section{padding:0 0 20px;margin:0 0 80px}@media screen and (min-width: 768px){.sign-up-section{margin:0 0 117px}}.sign-up-section__container{width:calc(100% - 40px);max-width:1240px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:31px}.sign-up-section__title{font-size:36px;font-weight:700;color:#202244}@media screen and (min-width: 768px){.sign-up-section__title{font-size:44px}}.sign-up-section__button{width:100%;max-width:300px;display:inline-flex;align-items:center;justify-content:center;background:#fbb03b;color:#202244;font-size:14px;font-weight:400;min-height:64px;border-radius:10px;transition:all .3s ease-in-out;box-shadow:#8d8e9ca8 8px 8px 7px -5px}.sign-up-section__button:hover,.sign-up-section__button:focus{transform:scale(.95);color:#202244}.similar-courses-section{padding:0 0 20px}.similar-courses-section__container{width:calc(100% - 40px);max-width:1240px;margin:0 auto}.similar-courses-section .similar-courses-section__title{font-size:36px;font-weight:400;color:#202244;margin:0 0 55px}@media screen and (min-width: 768px){.similar-courses-section .similar-courses-section__title{font-size:44px}}.similar-courses-section__items{display:flex;flex-wrap:nowrap;gap:20px;overflow-x:auto;scroll-behavior:smooth;margin:0 0 71px}@media screen and (min-width: 768px){.similar-courses-section__items{overflow-x:hidden;gap:40px}}.similar-courses-section__items--1~.similar-courses-section__arrows,.similar-courses-section__items--2~.similar-courses-section__arrows{display:none}@media screen and (min-width: 900px){.similar-courses-section__items--3~.similar-courses-section__arrows{display:none}}@media screen and (min-width: 1161px){.similar-courses-section__items--4~.similar-courses-section__arrows{display:none}}.similar-courses-section__arrows{justify-content:flex-end;gap:0 6px;display:none}@media screen and (min-width: 768px){.similar-courses-section__arrows{display:flex}}.similar-courses-section__arrow{cursor:pointer;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #0e73b6;background:transparent}.similar-courses-section__item{padding:18px;border:1px solid #0e73b6;border-radius:10px;width:100%;max-width:260px;flex-shrink:0}.similar-courses-section__category-item{font-size:14px;margin:0 0 10px;color:#0e73b6}.similar-courses-section__category-item--last{margin:0 0 22px}.similar-courses-section__title-item{font-size:20px;font-weight:700;margin:0 0 24px;color:#0e73b6}.similar-courses-section__button-item{width:100%;font-size:14px;min-height:52px;background:#0e73b6;color:#fff;border-radius:5px;display:flex;align-items:center;justify-content:center}.similar-courses-section__button-item:hover,.similar-courses-section__button-item:focus{color:#fff}
