/*Вспомагательные сообщения*/
.instructions_notice {
    padding: 20px 20px 0 30px;
    border-radius: 5px;
    position: relative;
    height: 100%;
    line-height: 1.73;
    font-weight: 400;
    font-size: 15px;
    overflow: hidden;
    color: #4c3f00;
    margin-bottom: 20px;
}
.instructions_notice:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.instructions_notice a {
    text-decoration: underline;
    font-weight: 500;
    font-size: 15px;
}
.instructions_notice.notice_warning {
    background-color: rgba(255, 204, 95, 0.1);
}
.instructions_notice.notice_warning:before {
    background-color: #ffcc5f;
}
.instructions_notice.notice_warning a {
    color: #e09f16;
}
.instructions_notice.notice_correct {
    background-color: rgba(24, 191, 73, 0.1);
}
.instructions_notice.notice_correct:before {
    background-color: #18bf49;
}
.instructions_notice.notice_correct a {
    color: #18bf49;
}
.instructions_notice.notice_danger {
    background-color: rgba(243, 7, 74, 0.1);
}
.instructions_notice.notice_danger:before {
    background-color: #f3074a;
}
.instructions_notice.notice_danger a {
    color: #f3074a;
}
.instructions_notice.notice_recommend {
    background-color: rgba(0, 123, 255, 0.1);
}
.instructions_notice.notice_recommend:before {
    background-color: #007bff;
}
.instructions_notice.notice_recommend a {
    color: #007bff;
}
/*Tree View*/
.instructions_tree_view {
    border-radius: 5px;
    background-color: #111722;
    padding:30px;
}
.instructions_tree_view ul {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
}
.instructions_tree_view li {
    padding: 5px 0 5px 25px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    min-height: 18px;
}
.instructions_tree_view ul li:last-child {
    padding: 5px 0 0 25px;
}
.instructions_tree_view li.par_li:before {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    left: 3px;
}
.instructions_tree_view li.par_li.opened:before {
    transform: rotate(90deg);
    top: 8px;
}
.instructions_tree_view li span {
    margin-left: 10px;
    color: #8c9296;
    font-size: 15px;
    font-weight: 400;
}
/*Dev Links */
.inner_path_grey, .inner_path_red, .inner_path_blue, .inner_path_green {
    border-radius: 5px;
    background-color: #f5f7fa;
    color: #020814;
    display: inline;
    padding: 0 5px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1.4px;
    word-break: break-all;
}
.inner_path_red {
    background-color: rgba(243, 7, 74, 0.1);
}
.inner_path_blue {
    background-color: rgba(0, 123, 255, 0.1);
}
.inner_path_green {
    background-color: rgba(24, 191, 73, 0.1);
}
.art_link {
    font-weight: 500;
    color: #007bff;
}
.art_link:hover,
.art_link:focus,
.art_link:active {
    color: #007bff;
    cursor: pointer;
}
/*ol, ul*/
.new_instr_block.article_field .new_col_right ol , .new_instr_block.article_field .new_col_right ul {
    padding-left: 40px;
    width: 100%;
    margin-bottom: 20px;
}
.new_instr_block.article_field .new_col_right ol > li, .new_instr_block.article_field .new_col_right ul > li {
    color: #4e5b6a;
    font-size: 15px;
    line-height: 1.73;
    font-weight: 400;
}
.new_instr_block.article_field .new_col_right ul > li {
    list-style: disc;
}

/*MAIN STYLES*/
.new_instr_block {
    margin: 40px auto 100px;
}
.new_instr_block:after,
.new_instr_block:before {
    content: '';
    display: block;
    clear: both;
}
.new_instr_block #articles_sections.new_col_left_elem {
    display: none;
}
.new_instr_block.article_field #articles_sections.new_col_left_elem {
    display: block;
    position: absolute;
    left: calc(100% + 26px);
    /*width: 260px;*/
    width: 230px;
    top: 1px;
    z-index: 5;
    box-shadow: none;
    border: 0;
    /* border-right: solid 1px #eee; */
    border-radius: 0;
    margin: 0;
}
#articles_sections.new_col_left_elem > ul > li > a,
#articles_sections.new_col_left_elem > ul > li > span.span_link {
    font-weight: 400;
    color: #42484d;
    line-height: 1.38;
}
#articles_sections.new_col_left_elem > ul > li > span.span_link.link_instr_active,
#articles_sections.new_col_left_elem > ul > li > a.link_instr_active {
    font-weight: 500;
    color: #42484d;
}
.link_instr_active {
    background-color: rgba(255, 212, 0, 0.2);
    padding-left: 20px;
}
.new_col_left_elem > ul > li > span.span_link.link_instr_active::after,
.new_col_left_elem > ul > li > a.link_instr_active::after {
    content: '';
    background: #ffd400;
}
#form_instr_search, #form_instr_search_1 {
    position: relative;
}
.search_module_block {
    margin: 30px auto 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}
#instr_search, #instr_search1_1 {
    width: 100%;
    margin: 0;
    height: 36px;
    border: none;
    color: #313132;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
}
#instr_search1_1 {
    width: 400px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #eee;
    background-color: #f9f9f9;
}
#instr_search::-webkit-input-placeholder {
    color: #999;
}
#instr_search::-moz-placeholder {
    color: #999;
}
#instr_search:-ms-input-placeholder {
    color: #999;
}
#instr_search:-moz-placeholder {
    color: #999;
}
#instr_search1_1::-webkit-input-placeholder {
    color: #84888b;
}
#instr_search1_1::-moz-placeholder {
    color: #84888b;
}
#instr_search1_1:-ms-input-placeholder {
    color: #84888b;
}
#instr_search1_1:-moz-placeholder {
    color: #84888b;
}
#form_instr_search svg,
#form_instr_search_1 svg {
    position: absolute;
    right: 10px;
    top: 10px;
    fill: #999;
    width: 17px;
    height: 17px;
}
.new_instr_block .new_col_right {
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #eee;
    background-color: #fff;
    padding: 50px 45px;
    position: relative;
    overflow-x: hidden;
}
.new_instr_block.article_field .new_col_right {
    padding: 50px 45px 100px 50px;
    display: block;
}

.new_instr_block .new_col_right .title_h1 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #4a4f54;
    margin: 0 auto 20px;
}
.new_instr_block.article_field .new_col_right .title_h1 {
    text-align: left;
}
.new_instr_block.article_field p {
    font-size: 15px;
    line-height: 1.73;
    color: rgba(74, 79, 84, 0.8);
}
.title_description_instr {
    font-size: 18px;
    line-height: 1.78;
    text-align: center;
    color: #84888b;
    margin: 0 auto;
}
.new_instr_block.article_field .title_description_instr {
    text-align: left;
    line-height: 1.44;
    color: rgba(74, 79, 84, 0.8);
    margin-bottom: 50px;
    font-size: 18px;
}
.new_instr_block .welcome_section {
    width: 100%;
}
.new_instr_block .subtitle {
    margin: 20px 0 50px;
    font-size: 28px;
    font-weight: 500;
    color: #4a4f54;
    text-align: center;
}
.new_instr_block.article_field .subtitle {
    text-align: left;
    margin: 50px 0 20px;
}
.new_instr_block.article_field img {
    max-width: 100%;
    margin: 10px auto 20px;
    border-radius: 5px;
    height: 100% !important;
}

.welcome_section .row {
    margin: 0 -10px;
}
.welcome_section .welcome_col {
    padding: 0 10px;
}
.welcome_section .welcome_col > a:hover,
.welcome_section .welcome_col > a:focus {
   text-decoration: none;
}
.welcome_section .welcome_col > a:hover .welcome_elem,
.welcome_section .welcome_col > a:focus .welcome_elem {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.welcome_section .welcome_elem {
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #eee;
    background-color: #fff;
    margin-bottom: 20px;
    transition: all .3s;
}
.welcome_section .welcome_elem .welcome_elem_title {
    font-size: 15px;
    font-weight: 500;
    color: #4a4f54;
}
.welcome_section .welcome_elem .welcome_elem_title + p {
    margin-top: 9px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.38;
    color: #84888b;
    overflow-wrap: anywhere;
}
.welcome_section .welcome_elem.big_elem img {
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.welcome_section .welcome_elem.big_elem > div {
    padding: 20px;
}
.welcome_section .welcome_elem.small_elem {
    display: flex;
    align-items: center;
    padding: 20px;
}
.welcome_section .welcome_elem.small_elem img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 20px;
}
/*!SEARCH BLOCK*/
.new_col_left_elem > ul > li > span.link_instr_inactive {
    opacity: 0.5;
}
.new_col_left_elem > ul > li > span.link_instr_active .search_result_count,
.new_col_left_elem > ul > li > span.link_instr_inactive .search_result_count,
.new_col_left_elem > ul > li > a .search_result_count {
    border-radius: 3px;
    background-color: #eee;
    padding: 3px;
    color: #313132;
    font-weight: 700;
    font-size: 12px;
    min-width: 20px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 18px;
    transition: all .3s;
}

.new_col_left_elem > ul > li > span.link_instr_active .search_result_count,
.new_col_left_elem > ul > li > span.link_instr_inactive:hover .search_result_count,
.new_col_left_elem > ul > li > a .search_result_count:hover,
.new_col_left_elem > ul > li > span.link_instr_inactive:focus .search_result_count,
.new_col_left_elem > ul > li > a .search_result_count:focus {
    background-color: #ffd400;
}
.new_col_left_elem > ul > li > span.link_instr_inactive .search_result_count {
    opacity: 0.5;
}

.new_col_right.wrapper_by_search_results {
    display: block;
}
.wrapper_by_search_results .title_by_search_results {
    font-size: 28px;
    font-weight: 500;
    color: #949494;
    display: block;
    margin-bottom: 30px;
    width: 100%;
}
.wrapper_by_search_results .title_by_search_results span {
    font-style: italic;
    color: #4a4f54;
    margin-bottom: 30px;
}
.list_search_results a {
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
    transition: all .3s;
}
.list_search_results a:hover,
.list_search_results a:focus {
    background: rgba(57, 63, 80, 0.05);
    text-decoration: none;
}
.list_search_results .name_art-search_result {
    font-size: 13px;
    font-weight: 500;
    color: #393f50;
    margin-bottom: 5px;
}
.list_search_results p {
    font-size: 13px;
    font-weight: 400;
    color: #a1a5ad;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list_search_results p mark, .list_search_results div.name_art-search_result mark {
    background: transparent;
    font-weight: 500;
    font-style: italic;
    color: #393f50;
    position: relative;
    z-index: 1;
}
.list_search_results p mark:after, .list_search_results div.name_art-search_result mark:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    background: #ffd400;
}
.search_results-show_more {
    border-radius: 3px;
    background-color: #007bff;
    padding: 7px 10px 6px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    border: none;
}
.search_results-show_more svg {
    fill: #fff;
    margin-left: 10px;
    width: 9px;
}
.new_instr_wrapper {
    margin-top: 42px;
}
/*! END SEARCH BLOCK*/
.new_instr_block .date-updated{
    margin-top: 6px;
    text-align: right;
}
@media (max-width: 1199px) {
    .search_module_block {
        margin: 30px auto;
    }
}
@media (max-width: 991px) {
    .new_instr_block .new_col_right {
        padding: 50px 15px;
    }
    .new_instr_block .new_col_right .title_h1 {
        font-size: 42px;
    }
    .new_instr_block .subtitle {
        margin: 50px 0;
    }
    .welcome_section .welcome_elem.big_elem > div {
        padding: 10px;
    }
    .welcome_section .welcome_elem.big_elem img {
        height: 180px;
    }
    .welcome_section .welcome_elem.small_elem {
        padding: 10px;
    }
    .new_instr_block.article_field #articles_sections.new_col_left_elem {
        position: relative;
        left: 0;
        width: 100%;
        top: 0;
        border-radius: 5px;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
        border: solid 1px #eee;
        margin-bottom: 10px;
    }
    .new_instr_block.article_field .new_col_right {
        padding: 50px 45px;
    }
    .new_instr_block.article_field .new_col_right:before {
        content: unset;
    }
    .youtubevideo {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
     .new_instr_wrapper.container {
         padding-left: 15px;
         padding-right: 15px;
     }
    .new_instr_block .new_col_right .title_h1 {
        font-size: 28px;
    }
    .search_module_block {
        margin: 30px auto 0;
    }
    #form_instr_search_1, #instr_search1_1 {
        width: 100%;
    }
    #instr_search1_1 {
        padding: 10px 30px 10px 10px;
    }
    .new_instr_block .subtitle {
        font-size: 24px;
    }
    .new_instr_block.article_field .new_col_right {
        padding: 25px 15px;
    }
}
@media (max-width: 576px) {
    .new_instr_wrapper.container {
        overflow: hidden;
    }
}
.portfolio_pagination {
    margin: 0 0 50px 0;
}
.portfolio_pagination .pagination>li>a,
.portfolio_pagination .pagination>li>span {
    background-color: transparent;
}
.portfolio_pagination .pagination>li>a:hover,
.portfolio_pagination .pagination>li>a:focus {
    background-color: #eee;
}

#new_col_left_instructions{
    width: 348px;
    margin-right: 10px;
}

.new_col_left_elem #articles_sections li a, 
.new_col_left_elem #articles_sections li span{
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 35px 5px 20px;
    text-decoration: unset;
    color: #313132;
    margin: 0.2rem 1rem;
}


.new_col_left_elem .sub-menu__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_col_left_elem .sub-menu__actions .topic_name {
    width: 100%;
    color: #313132;
    text-decoration: unset;
    font: 500 15px Roboto, sans-serif;
    cursor: pointer;
    padding: 10px 10px 10px 20px;
    cursor: pointer;
}

.sub-menu ul {
    display: none;
}

.sub-menu .sub-menu__actions.active + ul {
    display: block;
}

.new_col_left_elem .sub-menu__actions button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding:10px 8px;
    width: 36px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}
.sub-menu .sub-menu__actions.active button svg {
    transform: rotate(180deg);
}
.new_col_left_elem .sub-menu{
    margin-bottom: 5px;
}

.new_col_left_elem .sub_menu_articles {
    margin: 10px 0;
}

.new_col_left_elem .sub-menu a, .new_col_left_elem .sub-menu span:not(.topic_name) {
    line-height: 1.8rem;
    min-height: 35px;
    text-decoration: unset;
    color: #313132;
    font-size: 13px;
    width: 100%;
    padding: 10px 8px 10px 35px;
    display: inline-block;
}
.new_col_left_elem .sub-menu a
{
    cursor: pointer;
}

.new_col_left_elem .sub-menu a:hover, 
.new_col_left_elem .sub-menu span:hover
 {
    background-color: rgba(255,212,0,.2);
}

.sub-menu__actions:hover span,
.sub-menu__actions:hover button {
    background-color: rgba(255,212,0,.2);
}


