html {

}
body {
    font-family: Open Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
    font-size: 16px;
    line-height: 1.5;
    background: white;
}
section,
article {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}
article.print {
    max-width: 1280px;
    margin: 0 auto;
    float: none;
}
article.print nobr {
    white-space: wrap;
}
a {
    text-decoration: none;
    color: rgb(2, 132, 199);
}
a:hover {
    color: rgb(220, 38, 38);
}
table {
    border-collapse: collapse;
}
table td,
table th {
    vertical-align: top;
}
h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 12px;
}
h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 12px;
}
h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 12px;
}
ul {
    padding: 0 0 0 12px;
}
li {
    margin: 0 0 9px;
}

/* slide_top */
#slide_top {
    width: 100%;
    float: left;
    max-height: 140px;
    background-color: rgb(168, 162, 158);
    text-align: center;
}
#slide_top a {
    display: inline-block;
    width: 100%;
    max-width: 1000px;
}
#slide_top a img {
    pointer-events: none;
    width: 100%;
    height: inherit;
    display: inline-block;
}
/* slide_center */
#slide_center {
    width: 100%;
    margin: 0 0 24px;
}
#slide_center a {
    display: inline-block;
    width: 100%;
}
#slide_center a img {
    pointer-events: none;
    width: 100%;
    height: inherit;
}
/* v4_menu_1 */
.v4_menu_1 {
    background-color: rgb(89 58 132);
    width: 100%;
    float: left;
    font-size: 12px;
    line-height: 16px;
    height: 60px;
}
.v4_menu_1 .promo{
    display: none;
    color: #FCD34D;
}
.v4_menu_1.l1280 .promo,
.v4_menu_1.scrolled .promo{
    display: inline;
}
.v4_menu_1_inner {
    margin: 0 auto;
    max-width: 1340px;
    min-width: 360px;
    padding: 10px 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    position: relative;
    background-color: rgb(89 58 132);
}
.v4_menu_1_item .l1280 {
    display: none;
    margin: 0 1rem 0 0;
}
.v4_menu_1_inner img {
    margin: 0 8px 0 0;
}
.v4_menu_1_inner .mainlogo {
    background: url('/template/v4/images/01_romb.png') left top no-repeat;
    padding: 0 0 0 40px;
    display: inline-block;
    height: 30px;
}
.v4_menu_1_inner .mainlogo:hover {
    background-position: left bottom;
}
.v4_menu_1_inner .fs16 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.v4_menu_1_inner .mr05 {
    margin-left: .5rem;
}
.v4_menu_1_inner .dnof div {
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
}
.v4_menu_1_inner .user_info {
    padding: 0 0 0 34px;
}
.v4_menu_1_inner .user_no_icon {
    width: 28px;
    height: 18px;
    border-radius: 30px;
    background-color: #A855F7;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
}
.v4_menu_1_inner .user_icon {
    width: 28px;
    height: 28px;
    border-radius: 30px;
    display: inline-block;
    overflow: hidden;
}
.v4_menu_1_inner .user_nick {
    padding: 0 10px 0 0;
}
.v4_menu_1_item a,
.v4_menu_1_item span {
    color: white;
}
.v4_menu_1_item .kp a {
    color: #FDBA74;
}
.v4_menu_1_item.att a {
    color: #FCD34D;
}
.v4_menu_1_item a:hover {
    color: rgb(233 213 255);
}

.v4_menu_1_item .go_to_favorites_folder_js {
    cursor: pointer;
}
.v4_menu_2_1 .t_ico .go_to_favorites_folder_js:hover {
    color: rgb(233 213 255);
}
.v4_menu_1_item .login {
    padding: .25rem 1rem;
    color: rgb(89 58 132);
    background-color: white;
    border-radius: .375rem;
    font-weight: bold;
}
.v4_menu_1_item .login:hover {
    background-color: rgb(233 213 255);
    color: rgb(89 58 132);
}
.v4_menu_1_item:has(.login) > div:first-child {
    margin: 0.2rem 0;
}
.v4_menu_1_inner .submenu img {
    cursor: pointer;
}
.v4_menu_1_inner .submenu img:first-child {
    display: inline-block;
}
.v4_menu_1_inner .submenu_toggled .submenu img:first-child {
    display: none;
}
.v4_menu_1_inner .submenu img:last-child {
    display: none;
}
.v4_menu_1_inner .submenu_toggled .submenu img:last-child {
    display: inline-block;
}
.v4_menu_1_inner .submenu_content {
    position: absolute;
    background-color: rgb(89 58 132);
    width: 360px;
    left: 0;
    top: 60px;
    padding: 0 2rem 1rem;
    box-sizing: border-box;
    height: calc(100vh - 60px);
    overflow-y: scroll;
    font-size: 16px;
    line-height: 24px;
    display: none;
}
.v4_menu_1_inner .submenu_toggled .submenu_content {
    display: block;
}
.v4_menu_1_inner .submenu_content_el {
    float: left;
    width: 100%;
    margin: 0 0 1.25rem;
    box-sizing: border-box;
}
.v4_menu_1_inner .submenu_content_el.mh {
    min-height: 40px;
}
.v4_menu_1_inner .submenu_content_el.img {
    padding: 0 0 0 50px;
}
.v4_menu_1_inner .submenu_content_el.img img {
    position: absolute;
    left: 2rem;
}
.v4_menu_1_inner .submenu_content_el.bold a {
    font-weight: bold;
    color:rgb(186, 230, 253);
}
.v4_menu_1_inner .submenu_content_el.bold a:hover {
    color:rgb(125, 211, 252);
}
.v4_menu_1_inner .submenu_content_el.c a {
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness:4px;
}
/* v4_menu_1 mobile */
.l1280 .v4_menu_1_inner {
    justify-content: left;
    position: fixed;
    width: 100%;
    z-index: 5;
    top: 0;
}
.l1280 .v4_menu_1_item .m1280 {
    display: none;
}
.l1280 .v4_menu_1_item .l1280 {
    display: block;
}
/* v4_menu_1 scroll */
.scrolled .v4_menu_1_inner {
    justify-content: left;
    position: fixed;
    z-index: 2;
    right: 0;
    top: 0;
}
.scrolled .v4_menu_1_item .m1280 {
    display: none;
}
.scrolled .v4_menu_1_item .l1280 {
    display: block;
}


/* v4_menu_2 */
.v4_menu_2 {
    background-color: rgb(245, 245, 244);
    float: left;
    width: 100%;
}
.v4_menu_2_1,
.v4_menu_2_2 {
    width: 100%;
    margin: 0 auto;
    max-width: 1340px;
    box-sizing: border-box;
}
.v4_menu_2_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 2rem 12px;
    line-height: 20px;
}
.v4_menu_2_1 form[name=search] {
    position: relative;
}
.v4_menu_2_1 input[name=q] {
    color: black;
    border-radius: .5rem;
    width: 400px;
    padding: .5rem .75rem;
    outline: none;
    font-size: 16px;
    border: 1px solid rgb(214, 211, 209);
    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 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px
}
.v4_menu_2_1 input[name=q]:hover {
    border: 1px solid black;
}
.v4_menu_2_1 input[name=q]:focus {
    border: 1px solid #0284C7;
}
.v4_menu_2_1 .search_icon {
    position: absolute;
    right: 0;
    top: 8px;
    background: none;
    border: 0;
    cursor: pointer;
}
.v4_menu_2_1 .t_ico {
    display: table;
}
.v4_menu_2_1 .t_ico img,
.v4_menu_2_1 .t_ico span,
.v4_menu_2_1 .t_ico a {
    display: table-cell;
    vertical-align: middle;
}
.v4_menu_2_1 .t_ico a,
.v4_menu_2_1 .t_ico > span {
    padding: 0 0 0 10px;
}
.v4_menu_2_1 .t_ico.kp a {
    color: #EA580C;
}
.kp_wrapper .kp_wrapper_popup {
    display: none;
}
.kp_wrapper .info_icon {

}
.kp_wrapper.active .kp_wrapper_popup {
    display: block;
}
.v4_menu_2_1 .t_ico .go_to_favorites_folder_js {
    color: rgb(2, 132, 199);
    cursor: pointer;
}
.v4_menu_2_1 .t_ico .go_to_favorites_folder_js:hover {
    color: rgb(220, 38, 38);
}
.v4_menu_2_2 {
    padding: 14px 32px 4px;
    background-color: white;
    line-height: 40px;
}
.v4_menu_2_2 a {
    color:black;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 4px solid rgb(229, 231, 235);
    margin: 0 14px 0 0;
}
.v4_menu_2_2 a.c {
    border-color: black;
}
.v4_menu_2_2 a:last-child {
    margin: 0;
}
.v4_menu_2_2 a:hover {
    color: #b91c1c;
    border-bottom-color: #b91c1c;
}

/* content */
#content {
    width: 100%;
    float: left;
}
#content_inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1340px;
    display: table;
    padding: 27px 30px 30px;
    box-sizing: border-box;
}
#content_left {
    vertical-align: top;
    width: 100%;
}
#content_right {
    display: table-cell;
    width: 384px;
    padding: 0 0 0 40px;
    vertical-align: top;
}

#content_right .content_right{
    float: none;
}

#content_inner2 {
    margin: 0 auto;
    width: 100%;
    max-width: 1340px;
    padding: 27px 30px 30px;
    box-sizing: border-box;
}
/* content_right */
.content_right {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgb(214, 211, 209);
    margin: 0 0 28px;
    padding: 0 0 8px;
}
.content_right_b {
    width: 100%;
    float: left;
    margin: 0 0 28px;
}
.content_right_b img {
    width: 100%;
    height: auto;
    max-width: 384px;
}
.content_right .title {
    font-size: 18px;
    font-weight: 900;
    border-bottom: 1px solid black;
    display: inline-block;
    margin: 0 0 12px;
    padding: 0 0 4px;
}
.content_right .link {
    display: block;
    padding: 0 0 8px;
}

/* content_right - custom */
.content_right .clear {
     clear: both;
 }
.content_right .remain {
    background-color: rgb(255, 237, 213);
    font-size: 12px;
    padding: 2px 8px;
    margin: 0 0 8px;
    display: inline-block;
}
.content_right .header {
    width: 100%;
    display: flex;
    gap: 10px;
    margin: 0 0 12px;
}
.content_right .header a {
    font-size: 18px;
    font-weight: 900;
    color: black;
    border-bottom: 1px solid black;
    padding-bottom: 3px;
}

/* content_right - poll */
.content_right#opros .r_b_5 {
    font-weight:		bold;
    padding: 			0 0 10px;
    display:			block;
}
.content_right#opros input[type="button"] {
    margin: 10px auto;
    padding: 6px 10px;
    display: block;
    cursor: pointer;
    font-weight: bold;
    background: rgb(89 58 132);
    border: 0;
    box-sizing: border-box;
    border-radius: .375rem;
    color: white;
}
.content_right#opros .answer {
    margin: 0 0 10px;
}
.content_right#opros .answer_line {
    position: relative;
}
.content_right#opros .answer_line .persent {
    position: relative;
    z-index: 2;
    font-weight: bold;
    left: 3px;
}
.content_right#opros .answer_line .line {
    background: rgb(2, 132, 199, 0.5);
    height: 18px;
    margin: 4px 0 0 0;
    position: absolute;
    left: 0;
}

/* content_right - elver */
.content_right#elver {
    border: 1px solid rgb(214, 211, 209);
    padding: 28px 28px 18px;
    box-sizing: border-box;
    position: relative;
}
.content_right#elver .mag_cover_c {
    position: absolute;
    top: 78px;
    right: 28px;
}
.content_right#elver .mag_cover {
    border: 1px solid rgb(214, 211, 209);
    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 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    margin: 0 0 10px;
}
.content_right#elver .mag_link {
    background: #f59e0b;
    font-weight: 400;
    color: black;
    padding: 3px 11px;
    border-radius: 3px;
}
.content_right#elver .article {
    margin: 15px 0;
}
.content_right#elver .article_f {
    width: calc(100% - 136px);
}
.content_right#elver .article_hr {
    max-width: 192px;
    width: calc(100% - 136px);
    height: 1px;
    background-color: rgb(214, 211, 209);
    margin: 0 0 10px;
}
.content_right#elver .article:last-child {
    border: 0;
    padding: 0;
}
.content_right#elver a {
    font-weight: 900;
    display: block;
}
#content_left .content_right#elver .mag_cover_c {
    top:28px;
}
#content_left .content_right#elver .article {
    width: calc(100% - 140px) !important;
}
#content_left .content_right#elver .article a {
    display: inline;
}

/* content_right - webinar */
.content_right#webinar .w_title a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
}
.content_right#webinar .w_date {
    font-size: 12px;
    margin: 0 0 10px;
}
.content_right#webinar .w_date span {
    font-size: 20px;
    font-weight: 900;
}
.content_right#webinar .w_type_h {
    font-weight: 900;
    margin: 0 0 8px;
}
.content_right#webinar .w_type_c {
    display: flex;
    gap: 6px;
    margin: 0 0 8px;
    align-items: center;
}
.content_right#webinar .w_lector {
    display: flex;
    padding: 8px 0;
}
.content_right#webinar .w_lector img {
    border-radius: 100px;
    margin: 0 10px 0 0;
}
.content_right#webinar .w_lector_info {
    font-size: 14px;
    color:rgb(120, 113, 108);
}
.content_right#webinar .w_lector_info .b,
.content_right#webinar .w_lector_info a {
    font-weight: 700;
}
/* 560 */
@media screen and (max-width: 560px) {
    #content_left .content_right#elver .mag_cover_c {
        position: static;
        margin: 15px 0 0;
        width: 122px;
    }
    #content_left .content_right#elver .article {
        width: 100% !important;
    }
}

/* footer */
#wrapper_bottom {
    font-family: Open Sans, Arial, sans-serif;
    background:	rgb(89, 58, 132);
    float:		left;
    width:		100%;
    color:		#FFF;
    position: relative;
}
#wrapper_bottom_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width:	1340px;
    margin:		40px auto 20px;
    overflow: 	hidden;
    padding:	0 20px;
}
#wrapper_bottom .menu_lvl3block {
    width: 25%;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}
#wrapper_bottom .menu_lvl3block span {
    display:		block;
    color:			rgb(169, 144, 212);
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 20px;
}
#wrapper_bottom .menu_lvl3block a {
    display:		block;
    margin:			0 0 8px;
    color: rgb(169, 144, 212);
}
#wrapper_bottom .menu_lvl3block_opened a {
    display:	block;
}
#wrapper_bottom .menu_lvl3block a:hover{
    color: white;
}
#wrapper_bottom #social_footer{
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}
#wrapper_bottom #social_footer a{
    text-decoration: none;
    margin: 0 10px;
}
#footer_info {
    padding:	10px 20px 14px;
    text-align:	center;
    width:		100%;
    font-size: 12px;
    line-height: 16px;
    box-sizing: border-box;
    background: rgb(69, 38, 112);
    color: rgb(199, 174, 242);
}
#footer_info a {
    color:		#ffffff;
    text-decoration: none;
}
#footer_info a:hover {
    text-decoration: underline;
}

/* other */
.blink {
    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;
    display: inline-block;
}
.blink:hover {
    background-color:rgb(107 33 168);
    color: white;
}
#pagination {
    box-sizing: 	border-box;
    width: 		100%;
    margin: 		20px 0 15px;
    float: 			left;
    text-align: 	center;
    font-size: 13px;
}
#pagination a,
#pagination span {
    color: 			#000;
    background: #F5F5F4;
    display: 		inline-block;
    font-weight: 	normal;
    margin: 		0;
    padding: 		4px 0;
    width: 			30px;
    text-decoration: none;
}
#pagination a:hover {

}
#pagination .current_page {
    background: #6D4E98;
    color: white;
}
.content_left {
    text-align: center;
    width: 100%;
    float: left;
    margin: 20px 0 0;
}
.site_button{
    margin:0px auto;
    border:1px solid #d6d6d6;
    color:#8972aa;
    padding: 1px 10px;
    border-radius:3px;
    display:block;
    cursor:pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#f7f7f7'); /* Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦ IE6-9 */
    background: -webkit-linear-gradient(top, bottom, #dedede, #f7f7f7); /* Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦ webkit-Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦ */
    background: -moz-linear-gradient(top,  #dedede,  #f7f7f7); /* Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦ firefox 3.6+ */
    background: -o-linear-gradient(top,  #dedede,  #f7f7f7); /* Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦ Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dedede,  #f7f7f7); /* Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦Р В РЎвЂ”Р РЋРІР‚вЂќР В РІР‚В¦ IE10+ */
}
.site_button a{
    text-decoration:none;
}
a.site_button{
    float:left;
    text-decoration:none;
}
.site_button:hover{
    color:#7B4D98;
}
#preloader {
    display: none;
}
#site_message {
    position:	fixed;
    width:		600px;
    background:	#fff;
    left:		50%;
    margin-left:-300px;
    top:		50px;
    box-shadow: black 2px 2px 2px;
    border:		1px solid #6D6E70;
    overflow:	hidden;
    display:	none;
    padding:	24px;
    z-index:	999999;
    box-sizing:	border-box;
}
#site_message #site_message_exit{
    position:	absolute;
    right: 		18px;
    top: 		9px;
    font-weight:bold;
    color:		#F7931E;
    font-size:	24px;
    cursor:		pointer;
}
#site_message #site_message_exit:hover{
    color:		#F15A24;
}
#site_message #elver_disabled_head {
    border-bottom: 	2px dotted;
    padding-bottom: 20px;
    float:			left;
}
#site_message #elver_disabled_head img {
    border: 		1px solid lightgrey;
    box-shadow: 	3px 3px 3px 0 rgba(184, 184, 184, 0.7);
    float: 			left;
    width:			130px;
}
#site_message #elver_disabled_head_content {
    float: 			left;
}
#site_message #elver_disabled_head_content_img {
    float: 			left;
    margin: 		0 0 0 20px;
    width: 			425px;
}
#site_message #elver_disabled_head_info_1 {
    color: #f7941e;
    font-size: 16px;
    font-weight: bold;
}
#site_message #elver_disabled_head_info_2 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 0;
}
#site_message #elver_disabled_head_info_3 {
    font-size: 14px;
    margin: 10px 0 0;
}
#site_message #elver_disabled_body {
    margin: 15px 0 0;
    text-align: center;
    float:left;
}
#site_message #elver_disabled_body_info_1 {
    background-color: #8874ab;
    color: white;
    font-size: 16px;
    padding: 10px 0;
}
#site_message #elver_disabled_body_info_2 {
    font-size: 15px;
    margin: 10px 0 0;
}
#site_message #elver_disabled_body_info_3 {
    margin: 15px 0 0;
}

/* SHARE BLOCKS */
#forum_block {
    float: left;
    width: 100%;
    border-top: 1px solid #A7A9AC;
    padding: 25px 0 25px 0;
}
#forum_block_h {
    float: left;
    width: 100%;
}
#forum_block_h img {
    margin: 0 10px -14px 0;
}
#forum_block_h span {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
}
#forum_block_c {
    float: left;
    width: 100%;
}
#forum_block_c a {
    font-family: Arial;
    font-size: 16px;
    line-height: 22px;
    color: #7159A6;
    text-decoration: underline;
    margin: 0 0 0 50px;
}
.share_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin: 0 0 20px;
}

#stickyBlock {
    z-index: 40;
    display: flex;
    width: fit-content;
    width: -moz-fit-content;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    background: linear-gradient(90deg, #452670 0%, #8162AC 100%);
    box-shadow: 4px -4px 4px 0px #00000026;
}
.bottom_panel {
    width: fit-content;
    z-index: 2;
    position: fixed;
    height: 0;
    bottom: 50px;
    right: 0;
}
.bottom_panel_c {
    height: 0;
    position: relative;
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.go_to_favorites_folder {
    /*width:          100px;*/
    /*height:         40px;*/
    cursor:	        pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    box-sizing: border-box;
    /*background: linear-gradient(180deg, #764696 0%, #C5A0DE 100%);*/
    /*border: 1px solid #764696;*/
    /*box-sizing: border-box;*/
    /*box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.15);*/
    /*border-radius: 20px;*/
    /*position: absolute;*/
    /*right: 454px;*/
}
.go_to_favorites_folder:hover{
    background: #452670 !important;
}
.go_to_favorites_folder span {
    margin: 0 0 0 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    /*text-decoration: underline;*/
    color: #fff;
}
.go_to_favorites_folder_disabled {
    background: #DDD3CA;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.15);
    /*border-radius: 20px;*/
}
.go_to_favorites_folder_disabled:hover {
    background: #DDD3CA;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.15);
    /*border-radius: 20px;*/
}

.contents_btn {
    width: 100px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    background: linear-gradient(180deg, #764696 0%, #C5A0DE 100%);
    border: 1px solid #764696;
    box-sizing: border-box;
    box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    font-size: 13px;
    line-height: 18px;
    position: absolute;
    right: 560px;
}
.contents_btn:hover {
    background: #764696;
}
.contents_btn.active {
    background: #F7901E;
    border: 1px solid #F7901E;
}
.contents_btn.active:hover {
    background: #FFA600;
    border: 1px solid #F7901E;
}

#button_up {
    visibility:	hidden;
    width:      40px;
    height:     40px;
    cursor:		pointer;
    background-image: url("/template/images/button_up_2021.png");
    right: -20px;
    position: absolute;
}
#button_up:hover {
    background-position: 0 40px;
}

.hyphens {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.hyphens h1,
.hyphens h2,
.hyphens h3,
.hyphens h4,
.hyphens h5,
.hyphens h6,
.hyphens .no-hyphens {
    -ms-hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
}

#captcha-container {
    max-width: 300px;
}

/* bread */
#breadcrumbs {
    width: 100%;
    margin: 0 0 30px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#breadcrumb span {
    display: inline-block;
    padding: 0 6px 0 0;
}
#breadcrumb_info {
    text-align: right;
    flex-grow: 2;
}
#breadcrumb_info span {
    display: inline-block;
}

/* flags */
#flags{
    width:100%;
    font-size:10px;
    clear: both;
    margin: 15px 0 14px 2px;
}
#flags_date{
    padding: 3px 0;
    font-size: 10px;
    color: #949599;
}
#flags_tags{
    color: #8871aa;
    padding: 3px 0 3px 7px;
}
#flags_tags a{
    font-size: 10px;
    text-decoration-line: underline;
    color: #949599;
    font-weight: bold;
    text-transform: uppercase;
}
#flags_tags a:hover{
    color: #8A73B4;
}
#flags_update {
    color:#FDB834;
    margin-left:6px;
    background:url(../images/news_update_ico.jpg);
    background-repeat:no-repeat;
    background-position:0 4px;
    height:10px;
    padding:4px 0 0 14px;
}

#vid_vpaut_div {
    height: 0 !important;
}

/* 1360 */
@media screen and (max-width: 1360px) {
    #button_up {
        right: 5px;
    }
}

/* 1024 */
@media screen and (max-width: 1024px) {
    #slide_top,
    .ya_top,
    .v4_menu_2 {
        display: none;
    }
    #wrapper_bottom_inner {
        margin: 32px auto 20px;
        display: block;
    }
    #wrapper_bottom .menu_lvl3block {
        float: left;
        width: 100%;
    }
    #wrapper_bottom .menu_lvl3block span {
        margin: 8px 0;
    }
    #content_inner {
        display: block;
    }
    #content_left {
        margin: 0 0 40px;
        float: left;
        display: block;
    }
    #content_right {
        padding: 0;
        width: 100%;
        float: left;
        display: block;
    }
    .bottom_panel_content {
        padding: 0 30px;
    }
    .go_to_favorites_folder,
    .contents_btn,
    #button_up {
        position: static;
        float: right;
        margin: 0 0 0 10px;
    }
}

/* 640 */
@media screen and (max-width: 640px) {
    #content_inner {
        padding: 15px;
    }
}

/* 360 */
@media screen and (max-width: 360px) {
    body {
        overflow-x:	scroll;
        width:		360px;
    }
    #slide_center {
        margin: 0 0 10px;
    }
    .bottom_panel_c {
        padding: 0 15px;
        width:		360px;
    }
}