@media screen and (min-width: 1024px){
.content {
    width: 100%!important;
}}
@media screen and (min-width: 1024px){
.container {
    width: 100%!important;
}}
@media screen and (min-width: 1920px){
.main-wrapper {
    width: 80.2%!important;
}}
@media screen and (min-width: 1100px){
.main-wrapper {
    width: 67.5%;
}}
@media screen and (min-width: 1366px){
.taskbar {
    width: 93%;
}}

@media screen and (min-width: 1920px){
.taskbar .taskbar-peripheral .concrete-tasks {
    margin-right: 6.7%;
}}
@media screen and (min-width: 1366px){
.currency .col-block {
    width: 45.5%;
}}
@media screen and (min-width: 1400px){
.content .rgt {
    width: 74%!important;
}}
@media screen and (min-width: 1024px){
.content .rgt {
    width: 65%!important;
}
}
@media screen and (min-width: 1400px){
.content .rgt .unit_content .unit_list .lesson-list-wrapper .lesson-info-wrapper {
    width: 96%!important;
}}



.taskbar {
    height: auto;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    width: 98%;
    margin-bottom: 60px;
}