.lesson_control_container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px}.mobile{margin-top:0}.lesson_control_mobile{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.btn-player-mobile,.lesson_control_mobile{display:-webkit-box;display:-ms-flexbox;display:flex}.btn-player-mobile{-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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-player-mobile svg{stroke:var(--fontcolor-v2)}.font-btn-player-mobile{font-family:Montserrat;font-size:12px;font-weight:400;text-align:center;margin-top:8px;margin-bottom:6px;color:var(--fontcolor-v2)}.lesson_control_buttons_layout{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.left_buttons,.lesson_control_buttons_layout,.right_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.right_buttons{-ms-flex-wrap:wrap;flex-wrap:wrap}.lesson_control_btn_wrap{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;height:50px;min-width:248px;padding:0 16px;background:var(--background2-v2);border-radius:999px;font-family:Montserrat;font-size:14px;line-height:18px;color:var(--fontcolor-v2);cursor:pointer;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out;border:none;white-space:nowrap}.lesson_control_btn_wrap:hover{background:var(--fundodowload)}.lesson_control_btn_wrap svg{margin-left:8px;width:16px;height:16px}.circle_button{width:50px;height:50px;border-radius:999px;background:var(--background2-v2);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;border:none;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.circle_button:hover{background:var(--fundodowload)}.circle_button svg{stroke:var(--fontcolor-v2);width:18px;height:18px}.svg_icon_color{stroke:var(--fontcolor-v2)!important}.svg_icon_color_fill{stroke:var(--fontcolor-v2);fill:var(--fontcolor-v2)}.svg_icon_color_concluded{stroke:var(--maincolor)}.concluded_lesson{stroke:var(--maincolor)!important}.fontColorPercentage{color:var(--maincolor);opacity:.6}.next_in{background:var(--background-v2)!important;color:var(--bordercolor-v2)!important;border:1px solid var(--bordercolor-v2)!important;cursor:not-allowed!important}.tooltip-container{position:relative;display:inline-block}.tooltip-text{visibility:hidden;opacity:0;background-color:var(--background2-v2);color:var(--fontcolor-v2);text-align:center;padding:6px 12px;border-radius:8px;font-size:13px;bottom:130%;white-space:nowrap;z-index:10;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;border:1px solid var(--bordercolor-v2)}.tooltip-text,.tooltip-text:after{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltip-text:after{content:"";top:100%;border-width:5px;border-style:solid;border-color:var(--bordercolor-v2) transparent transparent transparent}.tooltip-container:hover .tooltip-text{visibility:visible;opacity:1}