/*@font-face {
  font-family: 'Shototam';
  src: url(../fonts/st-Regular.ttf) format('ttf'), url(/yoursite/fonts/st-Regular.woff) format('woff');
  font-weight: 400;
}*/

@font-face {
  font-family: 'OpenSans';
  src: url(../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.ttf) format('ttf'), url(../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-regular.woff) format('woff');
  font-style: italic;
  font-weight: 400;
}


::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #585858;
    border-radius: 5px;
}
::-webkit-scrollbar-track {
    background: #ededed;
    border-radius: 5px;
}


body {
    font-family: OpenSans,Sans-serif,Arial;
    padding: 0;
    margin: 0;
    font-size: 1em;
    word-wrap: break-word;
}
a {
    font-family: OpenSans,Sans-serif,Arial;
    text-decoration: none;
    color: #5c5c5c;
    transition: .15s linear;
}
a:hover {
    color: #898989;
    transition: .15s linear;
}
span {
    font-family: OpenSans,Sans-serif,Arial;
    text-decoration: none;
}
input {
    font-family: OpenSans,Sans-serif,Arial;
}
textarea {
    font-family: OpenSans,Sans-serif,Arial;
}
h1 {
    display: block;
    font-size: 20px;
    padding: 20px 0 0 0;
    margin: 0;
}
h2 {
    display: block;
    font-size: 16px;
    padding: 20px 0 0 0;
    margin: 0;
}
h1 a:hover {
    color: #898989 !important;
}
h2 a:hover {
    color: #898989 !important;
}
@media (max-width: 450px) {
    h1 {
        display: block;
        font-size: 18px;
        padding: 15px 0 0 0;
        margin: 0;
    }
    h2 {
        display: block;
        font-size: 16px;
        padding: 15px 0 0 0;
        margin: 0;
    }
}

.wrapper {
    position: relative;
    min-height: 100vh;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.content{
    margin: 0 0 auto;
    min-width: 300px;
}
.dark {
    transition: 0.2s;
}
.dark_active {
/*    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 10;
    transition: 0.2s;*/
    
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 11;
}
.max_width {
    width: 946px;
    max-width: 100%;
    min-width: 260px;
    margin: 0 auto;
}
/*
Header style
*/
.header {
    padding: 0 0 0 0;
    min-width: 300px;
}

.newheader {
    
}

/*Line*/

.newheader_button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
/*    border-bottom: 1px solid rgba(255,255,255,0.2);*/
}

.newheader_menu {
    margin: 0 0 0 3px;
}

.newheader_add {
    margin: 0 0 0 3px;
}

.newheader_add_cross {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    cursor:pointer;
    height:56px;
    width:56px;
    border-radius:5px 5px 5px 5px;
    transition:.15s linear;
    border: 1px solid rgba(255,255,255,0.2);
}
.newheader_add_cross:hover{
    transition:.15s linear;
    border: 1px solid rgba(255,255,255,0.5);
}
.newheader_add_cross a {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    cursor:pointer;
    height:56px;
    width:56px;
}
.newheader_add_cross i {
    top:8px;
    background:#fff;
    width:32px;
    display:block;
    margin:0px 0;
    height:3px;
    transform:rotate(90deg);
}
.newheader_add_cross i:first-child {
    top:2px;
    transform:rotate(0deg);
    position:relative;
}
@media (max-width: 450px) {
    .newheader_add_cross {
        width:40px;
        min-width:40px;
        height:40px;
    }
}
@media (max-width: 450px) {
    .newheader_add_cross i {
        width:24px;
        height:3px;
    }
}










/*Line1*/
.newheader_line1 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.9)), url("../img/header.jpg");
    padding: 140px 50px;
    background-color: #3F51B5;
    background-size: cover;
}
@media (max-width: 450px) {
    .newheader_line1 {
        padding: 50px 50px;
    }
}
.newheader_auth_lng {
    position: relative;
}
.newheader_auth {
    font-size: 12px;
    position:absolute;
    right: 60px;
    color: #dadada;
}
.newheader_auth a {
    font-size: 12px;
    font-weight: bold;
    color: #dadada;
    transition: 0.2s;
}
.newheader_auth a:hover {
    color: #fff;
    transition: 0.2s;
}
.newheader_lng {
    font-size: 12px;
    position:relative;
    width: 130px;
    left: 60px;
    color: #dadada;
    cursor: pointer;
    transition: 0.2s;
}
.newheader_lng:hover {
    color: #fff;
    transition: 0.2s;
}
.newheader_lng_btn {
    position: absolute;
    margin: 0 0 0 25px;
}
.newheader_lng_toggle {
    position:absolute;
}
.newheader_lng_toggle img {
    width:15px;
    height:10px;
    transition:0.15s linear;
}
.newheader_lng_toggle_active img {
    transform:rotate(180deg);
    transition:0.15s linear;
}
.newheader_lng_drop {
    background: #07459b;
    border-radius:0 0 5px 5px;
    width:130px;
    position:absolute;
    left: 40px;
    z-index:10;
    padding:8px 0;
/*    display:none;*/
    top: 23px;
}
.newheader_lng_drop_active {
    display: block;
}
.newheader_lng_drop_item {
    display:block;
    padding:8px 16px;
    color:#fff;
    font-size:12px;
}
.newheader_lng_drop_item:hover {
    background:rgba(255,255,255,.1);
}
.newheader_lng_drop_item a {
    display: block;
    color:#fff;
}
@media (max-width: 450px) {
    .newheader_lng_media {
        border-radius: 5px 5px 5px 5px;
        border: 1px solid rgba(255,255,255,0.2);
        width: 120px;
        height:18px;
        left:40px;
        padding: 5px;
    }
}
@media (max-width: 450px) {
    .newheader_lng_media_active {
        background: #1550a2;
        border-radius: 5px 5px 0 0;
/*        border: 1px solid rgba(255,255,255,0.2);*/
/*        border: 0;*/
    }
}
@media (max-width: 450px) {
    .newheader_lng_drop_media {
        border: 1px solid rgba(255,255,255,0.2);
        top:36px;
        background: #1550a2;
    }
}








/*Line2*/
.newheader_line2 {
    background: #282828;
}
@media (max-width: 450px) {
    .newheader_line2 {
        background-position: 65% 55%;
    }
}
.newheader_logo_menu {
    display: flex;
/*    align-items: center;*/
    justify-content: space-between;
    position: relative;
/*    border-bottom: 1px solid rgba(255,255,255,0.2);*/
/*    padding: 0 0 20px;*/
    height: 80px;
}
@media (max-width: 450px) {
    .newheader_logo_menu {
/*        padding: 0 0 10px;*/
    height: 50px;
    }
}

.newheader_logo {
    display: block;
    color: #fff;
    min-width: 160px;
    min-height: 75px;
    align-items: center;
    font-size: 14px;
    text-shadow: #000 1px 0 10px;
}
.newheader_logo a {
    color: #fff;
}
.newheader_logo span {
    font-size: 65px;
    line-height: 1em;
    font-weight: 300;
    display: block;
}
@media (max-width: 450px) {
    .newheader_logo {
        min-width: 50px;
        font-size: 14px;
        text-shadow: #000 1px 0 10px;
    }
    .newheader_logo a {
        color: #fff;
    }
    .newheader_logo span {
        font-size: 35px;
        line-height: 1em;
        font-weight: 200;
        display: block;
    }
}
/*
menu
*/
.new_menu_ul {
    list-style: none; /*убираем маркеры списка*/
    margin: 0; /*убираем отступы*/
    padding-left: 0; /*убираем отступы*/
    margin-top:0px; /*делаем отступ сверху*/
    background: #282828; /*добавляем фон всему меню*/
    height: 50px; /*задаем высоту*/
}
.new_menu_a {
    text-decoration: none; /*убираем подчеркивание текста ссылок*/
    background: #282828; /*добавляем фон к пункту меню*/
    color:#c5c5c5; /*меняем цвет ссылок*/
    padding:0px 15px; /*добавляем отступ*/
    font-family: arial; /*меняем шрифт*/
    line-height:50px; /*ровняем меню по вертикали*/
    display: block; 
    border-right: 1px solid #767676; /*добавляем бордюр справа*/
    -moz-transition: all 0.3s 0.01s ease; /*делаем плавный переход*/
    -o-transition: all 0.3s 0.01s ease;
    -webkit-transition: all 0.3s 0.01s ease;
}
.new_menu_a:hover {
    background: #959595;/*добавляем эффект при наведении*/
    color:#c5c5c5; /*меняем цвет ссылок*/
}
.new_menu_a_active {
    background: #959595;/*добавляем эффект при наведении*/
    color:#c5c5c5; /*меняем цвет ссылок*/
}
.new_menu_li {
    float:left; /*Размещаем список горизонтально для реализации меню*/
    position:relative; /*задаем позицию для позиционирования*/
}
     
/*Стили для скрытого выпадающего меню*/
.new_menu_li > .new_menu_ul {
    position:absolute;
    top:0x;/*добавляем отступ сверху*/
    display:none;   
}

/*Делаем скрытую часть видимой*/
.new_menu_li:hover > .new_menu_ul {
    display:block; 
    width:250px;  /*Задаем ширину выпадающего меню*/      
}
.new_menu_li:hover > .new_menu_ul > .new_menu_li {
    float:none; /*Убираем горизонтальное позиционирование*/
}
/*
Content style
*/

.content_body {
/*    padding: 25px 20px;*/
    font-size: 16px;
    color: #2e2e2e;
    padding: 0 20px;
}
.content_body a {
    color: #585858;
}
.content_field {
/*    background: #ededed;*/
    padding: 20px 0;
}
.content_field hr {
    height: 1px;
    margin: 10px 0;
    background: #585858;
    border: 0;
}
.content_field h1 a {
    color: #5c5c5c;
}
.content_field h1 a:hover {
    color: #898989 !important;
}
.content_text {
    padding: 15px 0 0 0;
    text-align: justify;
}
.content_text a {
    text-decoration: underline;
}
.content_text_next {
    display: inline-block;
    padding: 7px 12px;
    margin-top: 10px;
    border: 1px solid transparent;
    border-color: #ccc;
    border-radius: 3px;
    font-size: 12px;
    transition: background .1s, color .1s;
    text-decoration: none;
}
.content_text_next:hover{
    background-color: #efefef;
    transition: background .15s, color .15s;
}
.content_topic_footer {
    margin: 10px 0;
    display: flex;
}
.content_topic_img {
    padding-top: 5px;
    text-align: center;
}
.content_topic_img img {
/*    width: 100%;*/
}
.content_topic_img_delete {
    text-align: center;
}
.content_topic_img_delete span {
    color: #fb0000;
    cursor: pointer;
    font-size: 11px;
    transition: 0.2s;
}
.content_topic_img_delete span:hover {
    color: #ff5555;
    transition: 0.2s;
}
.content_comments {
    font-size: 12px;
    text-align: left;
    width: 50%;
}
.content_date {
    font-size: 12px;
    text-align: right;
    width: 50%;
}
.content_comments_list {
/*    width: 70%;*/
    min-width: 260px;
    padding-top: 20px;
}
@media (max-width: 450px) {
    .content_comments_list {
        width: 100%;
    }
}
.content_comment_body {
    margin-bottom: 10px;
    border: 1px solid #cfcfcf;
    padding: 10px;
    border-radius: 3px;
    position: relative;
}
.content_comment_body:before {
    display: block;
    content: "";
    position: absolute;
    bottom: -11px;
    left: 10px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-color: #fff transparent transparent;
    border-style: solid;
    z-index: 10;
}
.content_comment_body:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -12px;
    left: 10px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-color: #cfcfcf transparent transparent;
    border-style: solid;
}
.content_comment_text {
    
}
.content_comment_img {
    padding-top: 5px;
    text-align: center;
}
.content_comment_img img {
/*    width: 100%;*/
}
.content_comment_img_delete {
    text-align: center;
}
.content_comment_img_delete span {
    color: #fb0000;
    cursor: pointer;
    font-size: 11px;
    transition: 0.2s;
}
.content_comment_img_delete span:hover {
    color: #ff5555;
    transition: 0.2s;
}
.content_comment_info {
/*    padding: 0 70px 7px 0;*/
    line-height: 12px;
    overflow: hidden;
    font-size: 11px;
    padding-inline-start: 10px;
}
.content_comment_info li {
    float: left;
    height: 18px;
    padding-top: 3px;
    margin-right: 13px;
    overflow: hidden;
}
.content_comment_author {
    font-weight: bold;
}
.content_comment_delete_click {
    color: #fb0000;
    cursor: pointer;
}
.content_comment_delete_click:hover {
    color: #ff5555;
    transition: 0.2s;
}
.content_comment_restore_click {
    color: #fb0000;
    cursor: pointer;
}
.content_comment_restore_click:hover {
    color: #ff5555;
    transition: 0.2s;
}
.content_comment_error_click {
    color: #fb0000;
}
.content_comment_edit_click {
    color: #8f8f8f;
    cursor: pointer;
    transition: 0.2s;
}
.content_comment_edit_click:hover {
    color: #72c2f7;
    transition: 0.2s;
}
.content_video {
    padding: 15px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.content_video iframe {
/*    position:absolute;*/
    top:0;
    left:0;
    width:100%;
}
.content_img {
    margin: 10px 0;
}
.content_img img {
    width: 100%;
}
.content_file {
    width: 230px;
}
.content_file img {
/*    width: 100%;*/
}
.content_file_remove {
    text-align: center;
}
.content_file_new label {
    font-size: 12px;
    color: #fff;
    outline: none;
    transition: .15s linear;
    border: 0px;
    border-radius: 5px;
    margin: 15px 0 0 10px;
    padding: 10px;
    background: #8f8f8f;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.content_file_new label:hover {
    background: #8fb98d;
    color:#fff;
    text-decoration: none;
}
.content_file_new input {
    display: none;
}
.content_file_name {
    padding: 10px;
    font-size: 12px;
}
.content_alert {
    padding: 15px;
    text-align: justify;
    background: #a55f5f;
    color: #fff;
    border-radius: 5px;
}
.content_grid {
/*    padding: 15px 0 0 0;*/
    padding: 15px;
    margin-top: 10px;
    background: #e2e7eb;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 450px) {
    .content_grid {
        font-size:12px;
    }
}
.content_grid a {
    color: #8f8f8f;
    transition: .15s linear;
}
.content_grid a:hover {
    color: #046000;
    transition: .15s linear;
}
.content_green {
    padding: 15px;
    margin-top: 10px;
    background: #8f8f8f;
    border-radius: 5px;
}
.content_grid_field {
    width: 100%;
    margin: 0 0 20px 0;
}
.content_grid_field_half {
    margin: 0 0 20px 0;
    width:calc(50% - 10px);
}
@media (max-width: 580px) {
    .content_grid_field_half {
        width:100%;
    }
}
.content_info {
    text-align: justify;
}
.content_label{
    width:100%;
    font-size:16px;
    font-weight: bold;
    padding: 10px 0 0 0;
}
@media (max-width: 450px) {
    .content_label {
        font-size:12px;
    }
}


.content_checkbox {
    position: relative;
    width:100%;
    margin: 5px 0 0 0;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    height: 42px;
    
    font-size:16px;
/*    font-weight: bold;*/
    padding: 0 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
}
.content_checkbox:hover {
    border: 1px solid #8f8f8f;
    transition: .15s linear;
}
@media (max-width: 450px) {
    .content_checkbox {
        font-size:12px;
    }
}
.content_checkbox input {
    display: none;
}
.content_checkbox label{
    padding-left: 26px;
    cursor: pointer;
}


.content_checkbox label:before {
    position: absolute;
    left: 10px;
    top: 12px;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1px solid #363636;
    transition: 0.15s linear;
    content: '';
}
.content_checkbox label:after {
    opacity: 0;
    transition: 0.15s linear;
    content: '';
    background: url(../img/checked.svg) no-repeat;
    background-size: contain;
    width: 18px;
    height: 10px;
    position: absolute;
    left: 13px;
    top: 15px;
}
.content_checkbox input:disabled + label {
    color: #878787;
}
.content_checkbox input:disabled + label:before {
    border: 1px solid #878787;
}
.content_checkbox input:disabled + label:after {
    opacity: 0;
    transition: 0.15s linear;
    content: '';
    background: url(../img/checked_gr.svg) no-repeat;
    background-size: contain;
    width: 18px;
    height: 10px;
    position: absolute;
    left: 13px;
    top: 15px;
}
.content_checkbox input:checked + label:after{
    opacity: 1;
}




.content_prompt {
    padding: 10px 0 10px 0;
    width: 100%;
/*    text-align: right;*/
}
.content_prompt span {
    border-bottom: 1px dashed #8f8f8f;
    color: #8f8f8f;
    cursor: pointer;
    transition: .15s linear;
}
.content_prompt span:hover {
    border-bottom: 1px dashed #046000;
    color: #046000;
    transition: .15s linear;
}
.content_prompt_text {
    
}
.content_prompt_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 450px) {
    .content_prompt {
        font-size:12px;
    }
}

.content_captcha {
    
}
.content_captcha_array {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content_captcha_img {
    margin: 5px 0 0 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.content_captcha_img img {
    border:1px solid #cfcfcf;
    transition: .15s linear;
}
.content_captcha_img img:hover {
    border:1px solid #8f8f8f;
    transition: .15s linear;
}
.content_captcha_arrow {
    margin: 5px 0 0 0;
    display: flex;
    align-items: center;
    min-width: 50px;
}
.content_captcha_arrow span {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/arrow.svg) no-repeat;
    background-size: contain;
    content: '';
    transition: .15s linear;
    cursor: pointer;
}
.content_captcha_input {
    width: 80px;
}

.content_qrcode img {
    max-width: 100%;
    width: 200px;
    height: auto;
}
.content_line hr {
    height: 1px;
    margin: 10px 0;
    background: #cfcfcf;
    border: 0;
}
.content_infolist {
    overflow-y: auto;
    max-height: 200px;
    text-align: justify;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    margin: 5px 0 0 0;
    transition: .15s linear;
}
.content_infolist:hover {
    border:1px solid #8f8f8f;
    transition: .15s linear;
}
.content_error span {
    color: #ff0000;
    cursor: pointer;
    font-size:12px;
}
.content_copy span {
    border-bottom: 1px dashed #8f8f8f;
    color: #8f8f8f;
    cursor: pointer;
    font-size:12px;
    transition: .15s linear;
}
.content_copy span:hover {
    border-bottom: 1px dashed #046000;
    color: #046000;
    transition: .15s linear;
}
/*input*/
.content_input {
    padding: 0 0 0 0;
}
.content_input input {
    width:100%;
    height:42px;
    box-sizing:border-box;
    font-size:16px;
    color:#2e2e2e;
    outline:none;
    transition:.15s linear;
    padding: 0 10px;
    border:0;
    margin: 5px 0 0 0;
    border:1px solid #cfcfcf;
    border-radius: 5px 5px 5px 5px;
}
.content_input input:focus {
    border:1px solid #8f8f8f;
}
.content_input input:hover {
    border:1px solid #8f8f8f;
}
.content_input input:read-only {
    background-color: #ebebeb;
}

/*textarea*/
.content_textarea {
    padding: 0 0 0 0;
}
.content_textarea textarea {
    width:100%;
    box-sizing:border-box;
    font-size:16px;
    color:#2e2e2e;
    outline:none;
    transition:.15s linear;
    padding: 5px;
    border:1px solid #cfcfcf;
    border-radius: 5px;
    resize: none;
    margin: 5px 0 0 0;
}
.content_textarea textarea:focus {
    border:1px solid #8f8f8f;
}
.content_textarea textarea:hover {
    border:1px solid #8f8f8f;
}
.content_textarea textarea:read-only {
    background-color: #ebebeb;
}
/*selector*/
.content_selector {
    margin: 5px 0 0 0;
    outline:none;
    cursor:pointer;
    position:relative;
}
.content_selector_block {
    padding: 0;
    position:relative;
}
.content_selector_current {
    font-size:16px;
    color:#2e2e2e;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    display: flex;
    height: 42px;
    box-sizing:border-box;
    padding: 0 10px;
    align-items:center;
    transition:.15s linear;
    border:1px solid #cfcfcf;
    position: relative;
}
.content_selector_current:hover {
    border:1px solid #8f8f8f;
}
.content_selector_current :after{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    width:12px;
    height:12px;
    background:url(../img/drop-green.svg) no-repeat;
    background-size:contain;
    content:'';
    transition:.15s linear;
}
.content_selector_current_active {
    border-radius: 5px 5px 0 0;
    z-index: 60;
    position: relative;
}
.content_selector_current_active :after {
    transform:translateY(-60%) rotate(180deg);
    right:12px;
}
.content_selector_current img {
    display:block;
    margin:0 10px 0 0;
    height:34px;
    width:auto;
    border:unset;
}
.content_selector_current span {
    width: calc(100% - 25px);
    white-space: nowrap;
    overflow: hidden;
    border:unset;
}
.content_selector_drop {
    color:#2e2e2e;
    position:absolute;
    top:100%;
    border:1px solid #cfcfcf;
    width:100%;
    background:#fff;
    border-radius:0 0 5px 5px;
    border-top:0;
    box-sizing:border-box;
    display:none;
    z-index: 60;
}
.content_selector_search {
    margin: 5px;
    border:1px solid #cfcfcf;
}
.content_selector_search input {
    border:0;
    font:18px/1.3 'Open Sans', Arial, sans-serif;
    color:#414141;
    height:32px;
    display:flex;
    align-items:center;
    font-size:16px;
    transition:.15s linear;
    position:relative;
    outline:none;
    left:5px;
    padding: 0 0 0 22px;
    box-sizing:border-box;
    background: url(../img/search.svg) no-repeat;
    background-size: 16px 16px;
    background-position: 0px;
    width:calc(100% - 5px);
}
.content_selector_items {
    overflow-y: auto;
    max-height: 200px;
}
.content_selector_item_link {
    display: flex;
    padding: 0 12px;
    height: 42px;
    color: #2e2e2e;
}
.content_selector_item_link:hover {
    background:#cfcfcf;
}
.content_selector_item_link img {
    display:block;
    margin: auto 0px;
    height:34px;
    width:auto;
}
.content_selector_item_link span {
    font-size: 16px;
    margin: auto 0px;
    padding: 0 0 0 5px;
}
.content_selector_item {
    position:relative;
}
.content_selector_item img {
    display:block;
    margin:0 10px 0 0;
    height:34px;
    width:auto;
}
.content_selector_item span {
    font-size: 16px;
}
.content_selector_item input {
    display: none;
}
.content_selector_item label {
    height:42px;
    display:flex;
    align-items:center;
    padding: 0 12px;
    cursor:pointer;
    transition:.15s linear;
}
.content_selector_item label:hover {
    background:#cfcfcf;
}
.content_selector_item input:checked + label {
    background:#cfcfcf;
}
/*ajax selector*/
.content_ajaxselector {
    margin: 5px 0 0 0;
    outline:none;
    cursor:pointer;
    position:relative;
}
.content_ajaxselector_block {
    padding: 0;
    position:relative;
}
.content_ajaxselector_current {
    font-size:16px;
    color:#2e2e2e;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    display: flex;
    height: 42px;
    box-sizing:border-box;
    padding: 0 10px;
    align-items:center;
    transition:.15s linear;
    border:1px solid #cfcfcf;
    position: relative;
}
.content_ajaxselector_current:hover {
    border:1px solid #8f8f8f;
}
.content_ajaxselector_current :after{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    width:12px;
    height:12px;
    background:url(../img/drop-green.svg) no-repeat;
    background-size:contain;
    content:'';
    transition:.15s linear;
}
.content_ajaxselector_current_active {
    border-radius: 5px 5px 0 0;
    z-index: 60;
    position: relative;
}
.content_ajaxselector_current_active :after {
    transform:translateY(-60%) rotate(180deg);
    right:12px;
}
.content_ajaxselector_current img {
    display:block;
    margin:0 10px 0 0;
    height:34px;
    width:auto;
    border:unset;
}
.content_ajaxselector_current span {
    width: calc(100% - 25px);
    white-space: nowrap;
    overflow: hidden;
    border:unset;
}
.content_ajaxselector_drop {
    color:#2e2e2e;
    position:absolute;
    top:100%;
    border:1px solid #cfcfcf;
    width:100%;
    background:#fff;
    border-radius:0 0 5px 5px;
    border-top:0;
    box-sizing:border-box;
    display:none;
    z-index: 60;
}
.content_ajaxselector_search {
    margin: 5px;
    border:1px solid #cfcfcf;
}
.content_ajaxselector_search input {
    border:0;
    font:18px/1.3 'Open Sans', Arial, sans-serif;
    color:#414141;
    height:32px;
    display:flex;
    align-items:center;
    font-size:16px;
    transition:.15s linear;
    position:relative;
    outline:none;
    left:5px;
    padding: 0 0 0 22px;
    box-sizing:border-box;
    background: url(../img/search.svg) no-repeat;
    background-size: 16px 16px;
    background-position: 0px;
    width:calc(100% - 5px);
}
.content_ajaxselector_items {
    overflow-y: auto;
    max-height: 200px;
}
.content_ajaxselector_item_link {
    display: flex;
    padding: 0 12px;
    height: 42px;
    color: #2e2e2e;
}
.content_ajaxselector_item_link:hover {
    background:#cfcfcf;
}
.content_ajaxselector_item_link img {
    display:block;
    margin: auto 0px;
    height:34px;
    width:auto;
}
.content_ajaxselector_item_link span {
    font-size: 16px;
    margin: auto 0px;
    padding: 0 0 0 5px;
}
.content_ajaxselector_item {
    position:relative;
}
.content_ajaxselector_item img {
    display:block;
    margin:0 10px 0 0;
    height:34px;
    width:auto;
}
.content_ajaxselector_item span {
    font-size: 16px;
}
.content_ajaxselector_item label {
    height:42px;
    display:flex;
    align-items:center;
    padding: 0 12px;
    cursor:pointer;
    transition:.15s linear;
}
.content_ajaxselector_item label:hover {
    background:#cfcfcf;
}
/*content_list*/
.content_list {
    padding: 15px 0 0 0;
    font-size: 14px;
}
@media (max-width: 450px) {
    .content_list {
        font-size: 12px;
    }
}
.content_list_expandall {
    margin-bottom: 10px;
    text-align: right;
}
.content_list_expandall span {
    border-bottom: 1px dashed #046000;
    color: #046000;
    cursor: pointer;
}
.content_list_expandall span:hover {
    border-bottom: 1px dashed #8f8f8f;
    color: #8f8f8f;
    cursor: pointer;
}
.content_list_item {
    margin: 0 0 10px;
/*    background: #8f8f8f;*/
    border-radius: 5px;
/*    padding: 10px 10px 0 10px;*/
    position: relative;
/*    min-width: 280px;*/
}
.content_list_item_title {
    
}
.content_list_item_body {
    padding-bottom: 10px;
    display: flex;
}
.content_list_item_img {
}
.content_list_item_img img {
/*    padding-right: 20px;*/
    width: 100px;
    
/*    width: calc(100% - 20px);*/
    height: auto;
    padding-right: 10px;
    padding-top: 5px;
}
.content_list_item_text {
    text-align: justify;
    word-break: break-all;
}
.content_list_item_status {
    background: #8f8f8f;
    padding: 5px;
    color: #FFF;
    border-radius: 5px 5px 5px 5px;
}

.content_list_item_buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}



.content_list_item_line1 {
    position: relative;
    margin: 10px 10px 10px 10px;
}
.content_list_item_field {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}





.content_list_item_button {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    height:16px;
}
.content_list_item_button span {
    bottom: 0px;
    position:absolute;
    width:16px;
    height:16px;
    background:url(../img/drop-green.svg) no-repeat;
    background-size:contain;
    content:'';
    transition:.15s linear;
    cursor: pointer;
}
.content_list_item_button span:hover{
    opacity: 0.5;
    transition:.15s linear;
}
.content_list_item_button_active span {
    transform: rotate(180deg);
    transition:.15s linear;
}
.content_list_item_info {
    width: 50%;
    display: block;
}
@media (max-width: 645px) {
    .content_list_item_info {
        width: 100%;
    }
}



.content_list_item_line1_logo {
    display: inline-block;
}

.content_list_item_line1_logo_img {
    display: flex;
    justify-content: center;
}

.content_list_item_line1_logo img {
    width: 42px;
    height: 42px;
}
.content_list_item_line1_logo span {
    display: flex;
    justify-content: center;
}
.content_list_item_line1_logo_condition {
    margin-top: 5px;
    padding: 5px;
    justify-content: center;
    font-size: 10px;
    border-radius: 5px;
    color: #fff;
}
.content_list_item_line1_logo_condition_green {
    background: #8f8f8f;
}
.content_list_item_line1_logo_condition_red {
    background: #c15050;
}
.content_list_item_line1_info {
    padding-left: 10px;
}
.content_list_item_line2 {
    border-top: 1px dashed #cce9cb;
    padding: 10px;
    display: none;
}
.content_list_item_line3 {
    display: flex;
    justify-content: center;
    padding: 0 0 20px 0;
}
.content_list_item_line3 input {
    box-sizing:border-box;
    font-size:12px;
    color:#fff;
    outline:none;
    transition:.15s linear;
    padding: 5px;
    border:0px;
    border-radius: 5px;
    margin: 5px 5px 0 5px;
    background: #8f8f8f;
    cursor:pointer;
}
.content_list_item_line3 input:hover {
    background: #8fb98d;
}
.content_list_item_description {
    display: block;
}
.content_list_item_description2 {
    display: block;
    display: flex;
}
.content_list_item_description_text {
    word-wrap: break-word;
}
.content_list_item_description_text span {
    font-weight: bold;
}
.content_list_item_description_nowrap {
    display: flex;
    flex-wrap: nowrap;
}
.content_list_item_slide :after{
    position:absolute;
    right:0px;
    top:65%;
    transform:translateY(-50%);
    width:16px;
    height:16px;
    background:url(../img/drop-green.svg) no-repeat;
    background-size:contain;
    content:'';
    transition:.15s linear;
    cursor: pointer;
}
.content_list_item_slide :hover{
    opacity: 0.5;
    transition:.15s linear;
}
.content_list_item_slide_active :after {
    transform:translateY(-60%) rotate(180deg);
    right:0px;
}
/*content_buttons*/
.content_buttons {
/*    padding: 15px 0 0 0;*/
    text-align: right;
}
.content_buttons a {
    font-size:18px;
    color:#fff;
    outline:none;
    transition:.15s linear;
    border:0px;
    border-radius: 5px;
    margin: 15px 0 0 10px;
    padding: 15px;
    background: #8f8f8f;
    cursor:pointer;
    text-decoration: none;
    display: inline-block;
}
.content_buttons a:hover {
    background: #8fb98d;
    color:#fff;
    text-decoration: none;
}
.content_buttons_disable {
    background: #afafaf !important;
    pointer-events: none;
}
.content_buttons input {
    font-size:18px;
    color:#fff;
    outline:none;
    transition:.15s linear;
    border:0px;
    border-radius: 5px;
    margin: 15px 0 0 10px;
    padding: 15px;
    background: #8f8f8f;
    cursor:pointer;
    text-decoration: none;
    display: inline-block;
}
.content_buttons input:hover {
    background: #8fb98d;
}
.content_buttons input:disabled {
    background: #afafaf;
    cursor: default;
}
.content_buttons_center {
    text-align: center;
}
.content_buttons_small input {
    font-size:12px;
    padding: 10px;
}
.content_buttons_small a {
    font-size:12px;
    padding: 10px;
}
@media (max-width: 450px) {
    .content_buttons input {
        font-size:12px;
        padding: 10px;
    }
    .content_buttons a {
        font-size:12px;
        padding: 10px;
    }
}
/*paginator*/
.paginator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 30px;
}
@media (max-width: 450px) {
    .paginator {
        font-size: 12px;
    }
}
.paginator_arrow {
    
}
.paginator_arrow a {
    color: #585858;
    text-decoration: none;
    transition: .15s linear;
}
.paginator_arrow a:hover {
    color: #898989;
    transition: .15s linear;
}
.paginator_list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.paginator_list a {
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #585858;
    color: #fff;
    height: 22px;
    padding: 0 7px;
    margin: 0 4px;
    transition: .15s linear;
}
.paginator_list a:hover {
    background: #898989;
    transition: .15s linear;
}
.paginator_list p {
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #898989;
    color: #fff;
    height: 22px;
    padding: 0 7px;
    margin: 0 4px;
}






.special_field {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    background: #8f8f8f;
    border-radius: 5px;
}

.special_field_form {
    padding-top: 10px;
}

@media (max-width: 400px) {
    .special_field_form {
        font-size: 12px;
    }
}



.content_alllogo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.content_alllogo img {
    height: 42px;
    width: 42px;
    padding: 20px;
}
@media (max-width: 450px) {
    .content_alllogo img {
        height: 32px;
        width: 32px;
        padding: 5px;
    }
}









/*footer*/
.footer {
    padding: 0 0 0 0;
    min-width: 300px;
}
.footer_line1 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.9)), url("../img/header.jpg");
    padding: 5px 20px;
    box-sizing: border-box;
/*    background-position: right 3% bottom 1%;*/
}

.footer_line1_container {
    padding: 20px 0;
    display: grid;
    grid-gap: 10px 50px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
/*    grid-template-rows: repeat(2, 100px);*/
}
.footer_line1_link {
    font-size: 15px;
    width:140px;
}
@media (max-width: 450px) {
    .footer_line1_container {
        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    }
    .footer_line1_link {
        font-size: 12px;
        width:110px;
    }
}
.footer_line1_link a {
    color: #dadada;
}
.footer_line1_link a:hover {
    color: #fff;
}

.footer_copyright {
    color: #c1c1c1;
    text-align: right;
    font-size: 0.7em;
}
.footer_copyright a {
    color: #c1c1c1;
    text-decoration: underline;
}
.footer_copyright a:hover {
    color: #dfdfdf;
}
.footer_timegenpage {
    color: #dadada;
    text-align: right;
    font-size: 0.7em;
}