.section-chart_analysis{
    padding-top: 32px;
    padding-bottom: 0;
}

.locked {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    padding: 239px 20px;
    /*background-color: #005ecb1c;*/
    /*background-blend-mode: overlay;*/
    border-radius: 12px;
}
.locked::before {
    background-color: #2585f40f;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    border-radius: 12px;
}

.locked-block{
    display: flex;
    justify-content: space-between;
    background-color: var(--white);
    padding: 32px;
    border-radius: 8px;
    z-index: 1;
}

.locked-block_left{
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.ar .locked-block_left{
    margin-right: 0;
    margin-left: 24px;
}

.locked-block_left .standard_img{
    margin-right: 16px;
}
.ar .locked-block_left .standard_img{
    margin-right: 0;
    margin-left: 16px;
}

.locked_title {
    font-family: 'Manrope', sans-serif;
    color: var(--black);
    text-align: left;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.ar .locked_title{
    text-align: right;
}

.locked_text {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #595959;
}

.ar .locked_text{
    text-align: right;
}

.locked_btn-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px
}

.btn-primary, .btn-transparent{
    font-size: 14px;
    min-height: 44px;
}

.btn-transparent{
    padding: 0 24px;
}

@media (max-width: 1199px) {
    .section-chart_analysis {
        padding-top: 20px;
    }
    .section-chart_analysis .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .locked {
        background-size: cover;
        padding-top: 266px;
        padding-bottom: 266px
    }
}

@media (max-width: 640px) {
    .section-chart_analysis {
        padding-top: 16px;
    }
    .section-chart_analysis .container{
        padding-left: 16px;
        padding-right: 16px;
    }
    .locked {
        padding-top: 240px;
        padding-bottom: 240px
    }
    .locked-block{
        flex-direction: column;
        padding: 24px;
        gap: 24px;
    }
    .locked-block_left{
        flex-direction: column;
        margin-right: 0;
        gap: 16px;
    }
    .locked-block_left .standard_img{
        margin-right: auto;
    }
    .ar .locked-block_left .standard_img {
        margin-left: auto;
        margin-right: 0;
    }
    .locked_btn-wrap{
        justify-content: left;
    }
    .ar .locked_btn-wrap{
        justify-content: right;
    }
}


/*////////////////////*/
.main-block {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.main-block_sidebar {
    width: 30%;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 8px;
    overflow-y: auto;
    min-height: 600px;
    max-height: 1000px;
    scrollbar-width: thin;
    scrollbar-color: #8d8d8d transparent;
}

.main-block_content {
    width: 70%;
    margin-left: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    padding: 20px 8px;
    min-height: 600px;
    max-height: 1000px;
}

.article-item {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #f4f4f4;
    color: #595959;
}

.article-item:hover, .article-item:hover h3, .article-item:hover .title, .article-item:hover .summary {
    background-color: var(--primary);
    color: white;
}

.article-item h3{
    font-family: 'Manrope', sans-serif;
    color: var(--black);
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
}

.title{
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    color: #595959;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 5px;
}

.summary{
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    color: #595959;
    font-size: 12px;
    line-height: 150%;
}

.media img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.supports-resistances {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border-left: 4px solid var(--primary);
}

.chartlevels p, .supports-resistances p {
    font-size: 1.1em;
    color: #555;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table th, table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

table th {
    background-color: #f2f2f2;
}

.tab {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #8d8d8d transparent;
    padding: 8px;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    background: #FFF;
}

.tab button {
    flex-grow: 1;
    padding: 10px;
    color: #595959;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    background: #F5F5F5;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    outline: none;
    min-width: 150px;
}

.tab button:hover, .tab button.active {
    color: var(--white);
    background: var(--primary);
    border: 1.5px solid var(--primary);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

@media (max-width: 640px) {
    .main-block{
        flex-direction: column;
        gap: 30px;
    }
    .main-block_sidebar{
        width: 100%;
        min-height: 130px;
        max-height: 130px;
    }
    .main-block_content{
        margin: 0;
        width: 100%;
    }
}

/* .main-block {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.main-block_sidebar {
    width: 30%;
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow-y: auto;
    min-height: 600px;
    max-height: 1000px;
}

.main-block_content {
    width: 70%;
    margin-left: 20px;
    background-color: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    min-height: 600px;
    max-height: 1000px;
}

.article-item {
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    background-color: #f4f4f4;
}

.article-item:hover {
    background-color: var(--primary);
    color: white;
}

.title, .summary {
    font-size: 0.9em;
    color: #777;
}

.title {
    font-weight: bold;
}

.title:hover, .summary:hover {
    color: white;
}

.media img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.supports-resistances {
    margin-top: 20px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border-left: 4px solid var(--primary);
}

.chartlevels p, .supports-resistances p {
    font-size: 1.1em;
    color: #555;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table th, table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

table th {
    background-color: #f2f2f2;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

@media (max-width: 500px) {
    .main-block_sidebar {
        width: 50%;
    }

    .main-block_content, .main-block_sidebar {
        max-height: 1200px;
    }
}

@media (max-width: 400px) {
    #mte-education-root h3 {
        font-size: 1em;
    }

    .main-block_content, .main-block_sidebar {
        max-height: 1420px;
    }
} */