.access_denied_l2_row{
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 22px;
}
.access_denied_main_row{
    margin: 0 0 0 40px;
    align-items: stretch !important;
}
.access_denied_l2_descr_row{
    margin: 5px 0 8px 40px;
}
.access_denied_l2_descr_row li{
    list-style-position: inside;
    margin-left: 33px;
    text-indent: -23px;
}
li.access_denied_l2_descr_note{
    font-style: italic;
    list-style: none;
    margin-left: 42px;
}
li.access_denied_l2_descr_note_1 {
    text-indent: -13px;
}
li.access_denied_l2_descr_note_3 {
    text-indent: -33px;
}
.access_denied_l2_descr_note_1:before{
    content: '\002A';
}
.access_denied_l2_descr_note_2:before{
    content: '\002A\002A';
}
.access_denied_l2_descr_note_3:before{
    content: '\002A\002A\002A';
}
.access_granted_l2_descr_row{
    margin: 5px 0 8px;
}
.access_denied_title{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 15px 7px;
    padding: 0 0 10px;
    border-bottom: 1px solid #C4C4C4;
    width: 100%;
    text-align: left;
}
.access_denied_l2_row .access_denied_title{
    font-size: 16px;
    line-height: 24px;
}
.spoiler_block_closed_content .access_denied_col{
    width: auto;
}
.spoiler_block_closed_content .access_denied_left_col{
    margin-right: 10px;
}
.access_denied_col{
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.access_denied_left_col{
    margin-right: 50px;
}
.access_denied_single_col{
    display: flex;
    align-items: flex-start;
    width: auto;
    flex-wrap: wrap;
    flex-direction: row;
}
.access_denied_single_col .access_denied_text{
    margin-right: 40px;
}
.access_denied_text{
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}
.access_denied_button{
    color: white;
    background-color: rgb(109, 78, 152);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    padding: 6px 12px;
    font-size: 14px;
    margin: 8px 0;
    border-radius: 6px;
}
.access_denied_button:hover{
    background-color:rgb(107 33 168);
    color: white;
}
.access_denied_green_button,
.access_denied_green_button:visited {
    background: #0FB600;
    color: white !important;
}
.access_denied_green_button:hover,
.access_denied_green_button:hover:visited {
    background: #0D9901;
    color: white !important;
}

.article_introductory_end{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0; padding: 10% 0;
    background-image: linear-gradient(to bottom, transparent, white);
}
.article_introductory_end_text{
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #B8161D;
    margin: 0 0 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}
.access_denied_popup_window{
    padding: 0 !important;
    width: 100%;
    max-width: 810px;
}
.access_denied_l3{
    background: #F6F5F4;
    padding: 30px 40px 15px;
    font-family: Open Sans, Arial, sans-serif;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.access_denied_l3.bg_white{
    background-color: white;
}
.access_denied_l3_row{
    display: flex;
    align-items: flex-start;
}
.same_articles_line_sep{
    background: #E2DDD8;
    height: 1px;
    margin: 40px 0;
    width: 100%;
    float: left;
}
.open_comments{
    background: linear-gradient(180deg, #EDEBE9 0%, #F6F5F4 14.36%, #D4D4D5 100%);
    border: 1px solid #939598 !important;
    border-radius: 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 19px;
    color: black !important;
    cursor: pointer;
    text-decoration: none;
    font-family: Open Sans, Arial, sans-serif;
    font-style: normal;
}
.open_comments:hover, .open_comments:visited:hover{
    border: 1px solid #939598 !important;
    background: #F6F5F4;
    color: black !important;
}

@media screen and (max-width: 1156px) {
    .access_denied_main_row {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1024px) {
    .access_denied_main_row{
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 866px) {
    .access_denied_main_row{
        flex-wrap: wrap;
    }
}