.rcu-course-lesson-screen__main{width:100%}
.rcu-course-lesson-screen__wrapper{display:flex;padding:40px 0 48px}
.rcu-course-lesson-screen__title{font-weight:600;font-size:20px;line-height:1.5;color:#000;margin-bottom:20px}
.rcu-course-lesson-screen__footer{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:40px;flex-wrap:wrap}
.rcu-course-lesson-screen__video-card{position:relative;width:100%;padding-top:56%;overflow:hidden;border-radius:10px;border:1px solid rgba(0,0,0,0.1)}
.rcu-course-lesson-screen__video-card iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.rcu-course-lesson-screen__html-content.rcu-rich-text{font-size:16px;line-height:1.5;color:#000}
.rcu-course-lesson-screen__html-content.rcu-rich-text p{margin:0 0 16px}
.rcu-course-lesson-screen__html-content.rcu-rich-text ol,.rcu-course-lesson-screen__html-content.rcu-rich-text ul{margin:0 0 16px;padding-left:24px}
.rcu-course-lesson-screen__html-content.rcu-rich-text li{margin-bottom:6px}
.rcu-course-lesson-screen__html-content.rcu-rich-text a{color:#066fac;background-color:transparent}
.rcu-course-lesson-screen__html-content.rcu-rich-text a:hover{color:#184d74}
.rcu-course-lesson-screen__html-content.rcu-rich-text a:active{color:#000}
.rcu-course-lesson-screen__html-content.rcu-rich-text strong,.rcu-course-lesson-screen__html-content.rcu-rich-text b{font-weight:600}
.rcu-course-lesson-screen__html-content.rcu-rich-text em,.rcu-course-lesson-screen__html-content.rcu-rich-text i{font-style:italic}
.rcu-course-lesson-screen__html-content.rcu-rich-text span{color:inherit}
.rcu-course-lesson-screen__html-content embed{width:100%;height:100%}
.rcu-course-lesson-screen__lesson-btn{min-height:48px;font-weight:500;font-size:17px;line-height:25px;display:flex;align-items:center;background:#fff;gap:8px;border:1px solid #066fac;border-radius:10px;padding:4px 18px;color:#066fac;letter-spacing:-0.2px}
.rcu-course-lesson-screen__lesson-btn svg{width:21px;height:15px}
.rcu-course-lesson-screen__lesson-btn:hover{background:#f5f6f9;color:#184d74;border:1px solid #184d74}
.rcu-course-lesson-screen__lesson-btn:active{background:#9e9fa4;color:#000;border:1px solid #000}
.rcu-course-lesson-screen__next-lesson{background:#066fac;color:#fff;margin-left:auto}
.rcu-course-lesson-screen__next-lesson svg{transform:rotate(180deg)}
.rcu-course-lesson-screen__next-lesson:hover{background:#184d74;color:#fff;border:1px solid #184d74}
.rcu-course-lesson-screen__next-lesson:active{background:#000;color:#fff;border:1px solid #000}
.rcu-course-lesson-screen--hide{visibility:hidden}
@media only screen and (max-width:1099px){.rcu-course-lesson-screen__wrapper{position:relative;display:block}
.rcu-course-lesson-screen__main{width:100%;padding-left:84px}
.rcu-course-lesson-screen__lesson-btn{min-height:36px;font-size:14px;padding:0 18px 0 10px}
.rcu-course-lesson-screen__lesson-btn svg{width:18px;height:13px}
.rcu-course-lesson-screen__next-lesson{padding:0 10px 0 18px}
}
@media only screen and (max-width:619px){.rcu-course-lesson-screen__wrapper{display:flex;flex-direction:column}
.rcu-course-lesson-screen__main{width:100%;padding-left:0;order:1}
.rcu-course-lesson-screen__sidebar{order:2;display:flex;justify-content:center}
.rcu-course-lesson-screen__next-lesson{margin-left:0}
}