/* <1460px */
@media (max-width: 1460px) {
    header {
        width: auto;
    }

    .lesson-main {
        margin-left: 150px;
        margin-right: 150px;
    }

}

/* <1360px */
@media (max-width: 1360px) {

    .wrapper {
        margin-left: 80px;
    }

    .lesson-background-image {
        left: calc( (100% - 572px - 520px) / 2);
        pointer-events: none;

    }

}

/* <1270px */
@media (max-width: 1270px){

    .navigation {
        width: 80px;
    }

    .help-button {
        width: 40px;
        height: 40px;
    }

    .logo {
        width: 40px;
        height: 40px;
        margin: 40px 0;
    }

    .wrapper-title {
        font-size: 60px;
    }

    .lesson-background {
        width: 900px;
    }

    .lesson-background-image {
        left: calc( (100% - 527px - 294px) / 2);
    }

    .lesson-content {
        margin-left: 400px;
    }

}

/* <1060px */
@media (max-width: 1060px){

    .navigation {
        width: 60px;
    }

    .help-button {
        width: 40px;
        height: 40px;
    }

    .logo {
        width: 40px;
        height: 40px;
        margin: 40px 0;
    }

    .wrapper {
        margin-left: 60px;
    }

    .wrapper-title {
        font-size: 42px;
    }

    .lesson-background {
        width: 500px;
        height: 236px;
    }

    .lesson-background-image {
        left: calc( (100% - 440px) / 2);
        width: 500px;
        height: 236px;
    }

    .lesson-content {
        margin: auto;
        align-items: flex-end;
    }

    .lesson-title {
        font-size: 20px;
        margin-right: 10px;
    }

    .link-title:hover {
        transform: scale(1.01);
    }

    .lesson-text {
        margin: 0 10px 0 0;
        text-align: right!important;
    }

    .lesson-button {
        margin-right: 10px
    }

    /* EDUCATION PAGE */
    .lesson-main {
        margin-left: 110px;
        margin-right: 50px;
    }

    .block {
        flex-direction: column;
    }

    .title-name {
        font-size: 22px;
        margin-top: 10px;
    }

    .menu {
        width: auto;
        height: auto;
        margin: 20px 0;
    }

    .progress-bar {
        width: 100%;
    }

    .progress-bar-percentage {
        right: 0;
        width: max-content;
    }

    .themes-list {
        margin: 20px 10px;
    }

    .theme-success {
        font-size: 12px;
    }

    .subtitle-title {
        font-size: 14px;
    }

    /* EducationPAGE PAGE */
    .current-lesson {
        width: calc(100% - 20px);
        overflow-x: hidden;
        height: auto;
        overflow-y: hidden;
    }

    .education-show {
        width: 100%;
    }

    .menu-shower {
        display: block;
    }

    .menu {
        max-height: 0px;
        transition: max-height 0.25s ease-in;
        overflow: hidden;
        padding: 0px;
    }

}

/* <590px */
@media (max-width: 590px){

    html::-webkit-scrollbar {
        width: 0px;
    }

    header {
        height: 80px;
    }

    .wrapper {
        margin: auto;
    }

    .wrapper-title {
        font-size: 30px;
    }

    .lesson-background {
        width: auto;/*100%;*//*260px;*/
        height: auto;
        background: linear-gradient(0deg, #E4A80E 0%, rgba(228, 168, 14, 0.99) 80.71%, rgba(228, 168, 14, 0.40) 91.77%, rgba(228, 168, 14, 0.20) 100%);
    }

    .lesson-title {
        text-align: center;
        margin-top: 50px;
    }

    .lesson-background-image {
        left: calc( (100% - 260px) / 2);
        width: 260px;
        height: auto;
        margin-bottom: 264px;
        display: none;
    }

    .navigation {
        height: 80px;
        border-radius: 0;
    }

    .logo {
        margin: 20px 0;
    }

    .help-buttons {
        display: none;
    }

    /* EDUCATION PAGE */
    .lesson-main {
        margin: 0 10px;
    }

    .block {
        flex-direction: column;
    }

    .title-name {
        font-size: 22px;
        margin-top: 10px;
    }

    .menu {
        width: auto;
        /*height: auto;*/
        margin: 20px 0;
    }

    .progress-bar {
        width: 100%;
    }

    .themes-list {
        margin: 20px 10px;
    }

    .theme-success {
        font-size: 12px;
    }

    .subtitle-title {
        font-size: 14px;
    }

    .subtitle {
        padding: 11px 0 5px 20px;
    }

    /* EducationPage PAGE */
    .link-title {
        width: auto;
    }

    .theme {
        padding: 10px 20px;
    }

    .base-lesson-style {
        width: 95%;
    }

    .lesson-content {
        align-items: center;
    }

    .lesson-text {
        text-align: center!important;
    }

    .audio-controls {
        width: 250px;
    }



}

/* <320px */
