﻿.app_form_message_action{
    display: flex;
    width: 100%;
    justify-content: space-between;

}
.app_form_message_action .double{
    border: 2px solid #62d4bd;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
}
.app_form_message_action .close_form{
    border: 2px solid tomato;
    border-radius: 5px;
    font-size: 15px;
    font-weight: bold;
}
.subordinate_list i{
    width: 30px;
    height: 30px;
}

.download_zip {
    cursor: pointer;
}

.table_row {
    margin-bottom: 30px;
}

.static_text {
    text-align: left;
    margin-bottom: 30px;
    border-bottom: 1px solid rgb(212, 212, 212);
}

.gos_banner {
    margin: 50px 0;
}
.widget_row{
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
@media only screen and (max-width : 992px){
    .widget_row{
        flex-wrap: wrap;
    }
}
#js-show-iframe-wrapper{
    border: 1px solid #e3e8ee;
    border-radius: 5px
}
.app_form_message {
    /* position: fixed;
    left: 0;
    top: 20%;
    right: 0; */
    width: 100%;
    max-width: 520px;
    height: 100%;
    max-height: 340px;
    background-color: #fff;
    z-index: 20;
    padding: 30px;
    margin: auto;
    border-radius: 5px;
    /* box-shadow: 0 5px 25px #33333352; */
    overflow: hidden;
}

.app_form_message .app_form_message_title {
    margin: 30px 0;
    font-size: 1rem;
}

.app_form_message .app_form_message_desc {}

.app_form_message .app_form_message_close {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 1.5rem;
    cursor: pointer;
}

.worker_detail {
    position: relative;
}

.worker_detail_img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}
.structure-list{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-direction: column;
  
  }
  .structure-item{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
  }
  .structure-media{
    min-width: 220px;
    height: 250px;
    background-position: 50% 20%;
    background-size: cover;
  }
  .structure-content{
    width: 100%;
  }
.search-page-params.active{
   background-color: #6654e2;
   color: #fff;
}
#search_params{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 0;
    overflow: hidden;
}
#search_params.active{
    height: 50px;
}
#search_params input,#search_params select{
    width: 100%;
    max-width: 210px;
    height: 35px;
    border-radius: 5px;
    border: 1px solid #6654e2;
    padding: 0 20px;
}
#search_params input:focus,
#search_params input:active,
#search_params select:focus,
#search_params select:active{
    outline: none;
}
.search_filter_sort{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.search_filter_sort_item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #6654e2;
}
.search_filter_sort_item.active{
    background-color: #6654e2;
    color: #fff;
}
.search_query_item{
    margin-bottom: 20px;
    box-shadow: 0 3px 10px 0 #263b5e1a;
    padding: 15px;
}
.print_btn {
    position: absolute;
    right: 170px;
    bottom: 15px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6654e2;
    border: 1px solid #6654e2;
    border-radius: 100%;
}

input.err,
textarea.err,
span.select2-selection.select2-selection--single.err {
    border-color: #e25460;
}

input.valid,
textarea.valid {
    border-color: #62d4bd;
}

.app_form .btn.btn_submit_disabled,
.app_form .btn.btn_submit_disabled:before {
    border-color: #ccc
}

.form_submit:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 50%;
    border-top: 2px dashed #00c99c;
    border-right: 2px dashed #00c99c;
    border-radius: 0 5px 0 0;
    width: 3px;
    height: 15px
}

#clock {
    display: none;
    position: relative;
    height: 50px;
    width: 50px;
    margin: 20px auto;
    border-radius: 50%;
    border: 2px #00c99c solid;
}

#clock:before {
    content: '';
    border-left: 1px #00c99c solid;
    position: absolute;
    top: 9%;
    left: 50%;
    width: 2px;
    height: -webkit-calc( 50% - 2px);
    height: calc( 50% - 2px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-animation: spClock 1s infinite linear;
    animation: spClock 1s infinite linear;
}

@-webkit-keyframes spClock {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spClock {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.news_title {
    margin-bottom: 20px;
}
.vote_container{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 20px
}
.vote_label{
    cursor: pointer;
}
.vote_button{
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    background-color: rgb(132, 192, 117);
    border-radius: 4px;
    border: none;
    padding: 10px 25px; 
}
.bottom_panel{
    position: fixed;
    transform: translateY(100px);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: all 0.3s ease;
}
.bottom_panel.active{
    transform: translateY(0px);
    transition: all 0.3s ease;
}
.tree_item_head .mid{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.news_img{
    max-width: 220px;
}
.accordion-menu a{
  padding-left: 10px;
}
.zip_loader{
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.zip_loader.active{
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
.maps{
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

.specversion{
    display: flex;
    justify-content: center;
    align-items: center;
}
.accessibility-panel {
/*    position: sticky;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 650px;
    max-height: 750px;
    margin-left: auto;
    margin-right: auto;*/
    width: 100%;
    background: #fff;
    padding: 15px 20px;
    /*box-shadow: 0 2px 10px rgba(0,0,0,0.2);*/
    /*z-index: 99999;*/
}
.panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.panel-header h2 {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.toggle-btn {
    background: #3498db;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.toggle-btn:hover {
    background: #2980b9;
}

.panel-content {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: end;
}
.accessibility-panel-mobile .panel-content{
    flex-direction: column;
    align-items: start;
}
.control-group {
    background: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 8px;
}

.control-group h3 {
    font-size: 16px;
    margin-bottom: 12px;
    color: #000;
}

.control-options {
    display: flex;
    gap: 8px;
}

.control-btn {
    background: #ecf0f1;
    color: #2c3e50;
    border: 2px solid transparent;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    transition: all 0.2s;
}

.control-btn:hover {
    background: #6654e2;
    color: white;
}

.control-btn.active {
    border-color: #6654e2;
    background: #6654e2;
    color: white;
    font-weight: bold;
}

.font-size-controls {
    display: flex;
    gap: 10px;
    align-items: center;
}

.font-btn {
    background: white;
    color: #2c3e50;
    border: 2px solid #6654e2;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    min-width: 45px;
}

.font-btn:hover {
    background: #ecf0f1;
}

.font-display {
    font-size: 16px;
    font-weight: bold;
}

.reset-btn {
    background: #e74c3c;
    color: white;
    border: 2px solid;
    padding: 12px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
}

.reset-btn:hover {
    background: #c0392b;
}

/* Демонстрационный контент */
.demo-content {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.demo-content h1 {
    margin-bottom: 20px;
}

.demo-content p {
    margin-bottom: 15px;
}

/* Стили для цветовых схем */
/*body.theme-standard {
   background: white;
    color: #333;
}

body.theme-invert,
body.theme-invert .wrapper,
body.theme-invert .footer,
body.theme-invert section,
body.theme-invert .doc_item,
body.theme-invert .doc_title {
    background: #000;
    color: #fff;

}
body.theme-invert a,
body.theme-invert .useful_link_list .item{
    color: #fff!important;
    background: #000;
    text-decoration: underline;
}*/
body.theme-invert * {
    color: #fff!important;
    background-color: #000!important;
}

body.theme-invert .control-btn.active,
body.theme-invert .font-btn{
  background: #fff!important;
  color: #000!important;
}
body.theme-invert .section{
    background-image: none!important;
}
body.theme-invert button{
    background: #000!important;
    color: #fff!important;
    border-color: #fff!important;
}
body.theme-invert .actual_title::before,
body.theme-invert .news_item:before,
body.theme-invert .count_info::before{
    display: none;
}

body.theme-blue * {
    background-color: #9dd1ff!important;
    color: #063462!important;
}
body.theme-blue .section{
    background-image: none!important;
}
body.theme-blue .control-btn.active,
body.theme-blue .font-btn{
  background: #9dd1ff!important;
  color: #063462!important;
  border-color: #063462!important;
}
body.theme-blue .actual_title::before,
body.theme-blue .news_item:before,
body.theme-blue .count_info::before{
    display: none;
}

/* Стили для межбуквенного интервала */
body.letter-normal * {
    letter-spacing: normal;
}

body.letter-medium * {
    letter-spacing: 2px;
}

body.letter-large * {
    letter-spacing: 4px;
}
body.letter-medium .folder-summary,
body.letter-medium  .folder-summary__details__name,
body.letter-large .folder-summary,
body.letter-large  .folder-summary__details__name{
  height: auto!important;
  max-height: 100%!important;
}
/* Стили для межстрочного интервала */
/* body.line-normal * {
    line-height: 1.6;
} */

body.line-medium * {
    line-height: 2;
}

body.line-large * {
    line-height: 2.5;
}
body.line-medium .folder-summary,
body.line-medium  .folder-summary__details__name,
body.line-large .folder-summary,
body.line-large  .folder-summary__details__name{
  height: auto!important;
  max-height: 100%!important;
}
.hidden {
    display: none;
}

.eye-icon {
    font-size: 24px;
}