body{
    font-family: "Roboto", 'Times New Roman', Times, serif;
}

a{
    text-decoration: none;
}

p{
    margin: 0;
}

input{
    outline: none;
}

label{
    width: 100%;
    margin: 5px 0;
}

.container{
    max-width: 1140px;
}

/* index */

body::-webkit-scrollbar {
    width: 3px;               /* ширина scrollbar */
  }
  body::-webkit-scrollbar-track {
    background: #ffffff;        /* цвет дорожки */
  }
  body::-webkit-scrollbar-thumb {
    background-color: #37B0F5;    /* цвет плашки */
    border-radius: 20px;       /* закругления плашки */
  }

  .left_col_menu .active {
    background-color: #37B0F5;
    border: none;
  }

.left_col_menu .item_menu {
    cursor: pointer;
}

.left_col_menu {

    height: 100%;
    position: relative;

}

.right_section .card_priemka {

    background-color: #37B0F5;
    padding: 30px 30px;
    border-radius: 20px;

}

.right_section .card_priemka .title {

    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;

}

.right_section .card_priemka .desc {

    margin: 10px 0 0 0;
    color: #ffffff;

}

.right_section .card_priemka .button {
    margin: 15px 0 0 0;
    text-decoration: none;
    color: #37B0F5;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 900;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: .2s ease-in-out;
}

.right_section .card_priemka .button:hover{
    /* background-color: #f3f3f3; */
    transform: scale(1.05);
}

.right_section .card_priemka img {

    height: 160px;

}

.bcg_image_new_prew {

    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0,0,0,0.2);
    background-blend-mode: color;
    transition: 0.3s;
    cursor: pointer;

}

.bcg_image_new_prew:hover {
    box-shadow: 0 0 10px 1px #37B0F5;

}

.bcg_image_new_prew .title {

    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;

}

.row_menu {

    margin: 20px 0 0 0;

}

.card_right_section_menu {
    width: 100%;
    padding: 20px 20px;
    border: 2px solid #37B0F5;
    background-color: #ffffff;
    border-radius: 20px;
    color: #37B0F5;
    text-align: center;
    margin: 0 0 20px 0;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;

}

.card_right_section_menu:hover {

    background-color: #37B0F5;
    color: #ffffff;

}

.ocenit_svoyego_deputata_section .title {

    padding: 20px 20px;
    border: 2px solid #37B0F5;
    background-color: #37B0F5;
    border-radius: 20px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 20px 0;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;

    text-align: center;

}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 400px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    border-radius: 20px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .swiper_prew_section .title {

    color: #37B0F5;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 15px 0 10px 0;

  }

  .main_title {

    text-transform: uppercase;
    font-size: 22px;
    font-weight: 900;
    color: #000000;

  }

  .swiper_prew_section pre {

    font-size: 16px;

  }

  .left_col_menu_list {

    position: sticky;
    top: 20px;

  }

  .priemka_perehod_section {

    margin: 10vh 0 0 0;

  }

  .priemka_perehod_section img {

    width: 100%;

  }


  .priemka_perehod_section .text_block{

    padding: 20px 20px;
    font-size: 20px;
    /* font-weight: 900; */
    color: #000000;
    /* text-transform: uppercase; */

  }

  .priemka_perehod_section .text_block .title {

    line-height: 1.4;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;

  }

  .priemka_perehod_section .text_block .button {

    display: inline-block;
    padding: 15px 30px;
    border-radius: 20px;
    color: #ffffff;
    background-color: #37B0F5;
    font-weight: 900;
    transition: 0.3s;
    cursor: pointer;

  }

  .priemka_perehod_section .text_block .button:hover {

    font-size: 24px;

  }

  .list_administracii .title{

    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;

  }

  .list_administracii .image {

    border: 1px solid #000000;
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;

  }

  .list_administracii .card_deputat {

    margin: 0 0 40px 0;

  }

  .list_administracii .card_deputat .text p{

    margin: 0;

  }

  .list_administracii .card_deputat .text .name {

    font-size: 24px;

  }

  .list_administracii .card_deputat .text .button {

    padding: 15px 30px;
    border-radius: 20px;
    background-color: #37B0F5;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;

  }

  .list_administracii .card_deputat .text .button:hover {

    padding: 15px 50px;

  }

  .mestnoe_samoupravlenie .title{

    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;

  }

  .mestnoe_samoupravlenie .card_mestnoe_corrector {

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 0 0 20px 0;

  }

  .mestnoe_samoupravlenie a {

    font-size: 16px;
    /* font-weight: 900; */
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #37B0F5;
    border: 2px solid #37B0F5;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    transition: 0.3s;
    cursor: pointer;

  }

  .mestnoe_samoupravlenie a:hover {

    background-color: #37B0F5;
    color: #ffffff;

  }

















/* authorization & registration */


.section_auth_reg{
    height: 100vh;
    display: flex;
    align-items: center;
    background-color: #eeeeee;
    overflow: hidden;
    transition: .2s ease-in-out;
}

.section_auth_reg .auth_reg_block{
    box-shadow: 0 0 10px #a0a0a0;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    border: 2px solid #37B0F5;
    user-select: none;
}

.section_auth_reg .auth_reg_title{
    font-size: 30px;
    font-weight: 700;
    padding: 3% 0 10px 0;
}

.section_auth_reg .auth_input{
    width: 100%;
    margin: 10px 0px;
    padding: 10px 15px;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3), 0 1px 2px 0 rgba(0, 0, 0, .06);
    border-radius: 10px;
    font-weight: 500;
    color: #2e2e2e;
    transition: .2s ease-in-out;
}

.section_auth_reg .auth_input:focus{
    transform: scale(1.05);
    box-shadow: 0 0 10px #a0a0a0;
}

.section_auth_reg .auth_button{
    width: 100%;
    border: none;
    background-color: #37B0F5;
    padding: 10px 20px;
    color: #f3f3f3;
    border-radius: 25px;
    transition: .2s ease-in-out;
    margin: 15px 0;
}

.section_auth_reg .auth_button:hover{
    background-color: #2b90ca;
    cursor: pointer;
}

.section_auth_reg .auth_button:active{
    transform: scale(0.95);
}

.section_auth_reg .label_input{
    padding: 15px 0px 0 0px;
    font-weight: 500;
}

.section_auth_reg .label_input_password{
    padding: 15px 0px 0 15px;
    font-weight: 500;
}

.section_auth_reg .button_registration{
    color: #37B0F5;
    padding: 0 0 0px 3px;
}

.section_auth_reg .button_registration:hover{
    color: #000;
    transition: .2s ease-in-out;
    cursor: pointer;
}

.decoration_line{
    border-bottom: 1px solid #bbbbbb;
}

.registration_link{
    padding: 15px 0;
}

.section_auth_reg .reg_input{
    width: 100%;
    margin: 10px 0px;
    padding: 10px 10px;
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3), 0 1px 2px 0 rgba(0, 0, 0, .06);
    border-radius: 10px;
    font-weight: 500;
    color: #2e2e2e;
    transition: .2s ease-in-out;
}

.section_auth_reg .reg_input_error{
    box-shadow: 0 1px 15px 0 rgba(255, 0, 0, 0.3), 0 1px 2px 0 rgba(255, 0, 0, 0.06);

}

.section_auth_reg .reg_button{
    border: none;
    background-color: #37B0F5;
    padding: 10px 20px;
    color: #f3f3f3;
    border-radius: 25px;
    transition: .2s ease-in-out;
    margin: 15px 0;
    width: 100%;
}

.section_auth_reg .reg_button:hover{
    background-color: #2b90ca;
    cursor: pointer;
}

.section_auth_reg .reg_button:active{
    transform: scale(0.95);
}

.section_auth_reg .button_authorization{
    color: #37B0F5;
    padding: 0 0px 0px 5px;
}

.section_auth_reg .button_authorization:hover{
    color: #000;
    transition: .2s ease-in-out;
    cursor: pointer;
}










/* edit_profile */

.col_corrector{
    padding: 0;
}

.section_account_info{
    display: flex;
    align-items: center;
    transition: .2s ease-in-out;
    margin: 50px 0;
    user-select: none;
}

.section_account_info .account_info_block{
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3), 0 1px 2px 0 rgba(0, 0, 0, .06);
    border-radius: 10px;   
    padding: 20px;
}

.section_account_info .account_info_block_navigation{
    border-bottom: 1px solid #7e7e7e;
    padding-bottom: 15px;
    transition: .2s ease-in-out;
    font-weight: 500;
}

.section_account_info .account_info_block_navigation:hover{
    cursor: pointer;
    color: #37B0F5;
}

.section_account_info .account_info_block_navigation_active{
    color: #37B0F5;
    border-bottom: 3px solid #37B0F5    ;
    pointer-events: none;   
}

.section_account_info .input_file{
    display: none;
}

.button_upload_image{
    background-color: #37B0F5;
    color: #fff;
    padding: 10px 15px;
    border-radius: 25px;
    transition: .2s ease-in-out;
}

.button_upload_image:hover{
    background-color: #2b90ca   ;
    cursor: pointer;
}

.section_account_info .img_account{
    width: 250px;
    height: 250px;
    background-size: cover;
    border-radius: 10px;
    border: 2px solid #646464;
    margin-bottom: 10px;
}

.section_account_info .upload{
    margin: 10px 0;
}

.navigation{
    margin: 0px 0px 20px 0;
}

.display_none{
    display: none;
}

.section_account_info .input_account{
    width: 100%;
    border: none;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    padding: 5px 10px 5px 10px;
    transition: .2s ease-in-out;
    border-radius: 10px;
}

.section_account_info .input_account:focus{
    transform: scale(1.02);
    box-shadow: 0 0 10px #838383;
}

.section_account_info .text_account{
    font-size: 20px;
    font-weight: 500;
}

.section_account_info .decoration_line{
    margin: 15px 0;
}

.section_account_info .textarea_account{
    width: 100%;
    padding: 5px 10px 5px 10px;
    border: none;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    margin: 10px 0;
    transition: .2s ease-in-out;
    border-radius: 10px;
}

.section_account_info .textarea_account:focus{
    transform: scale(1.02);
    outline: none;
}

.section_account_info .save_account_button{
    padding: 10px 15px;
    background-color: #37B0F5;
    color: #fff;
    border-radius: 20px;
    margin: 10px 0;
    transition: .2s ease-in-out;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.section_account_info .save_account_button:hover{
    background-color: #2b90ca;
    cursor: pointer;
}

.section_account_info .save_account_button:active{
    transform: scale(0.95);
}

.section_account_info .cancel_account_button{
    padding: 10px 15px;
    background-color: #dddddd;
    border-radius: 20px;
    color: #000;
    margin: 10px 0;
    transition: .2s ease-in-out;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.section_account_info .cancel_account_button:hover{
    background-color: #c4c4c4;
    cursor: pointer;
}

.section_account_info .cancel_account_button:active{
    transform: scale(0.95);
}

.create_message{
    color: #37B0F5;
}

.create_message:hover{
    color: #2b90ca;
    cursor: pointer;
}

.modal_button_send{
    padding: 10px 15px;
    background-color: #37B0F5;
    color: #fff;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    transition: .2s ease-in-out;
}

.modal_button_send:hover{
    
    background-color: #2b90ca;
}

.modal_button_send:active{
    transform: scale(0.95);
}

.modal_button_close{
    padding: 10px 15px;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    transition: .2s ease-in-out;
}

.modal_button_close:hover{
    background-color: #bbbbbb;
}

.modal_button_close:active{
    transform: scale(0.95);
}

.modal_input{
    margin-top: 5px;
    padding: 5px 10px 5px 10px;
    width: 100%;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.modal_textarea{
    margin-top: 5px;
    padding: 5px 10px 5px 10px;
    width: 100%;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.modal .decoration_line{
    margin: 25px 0;
    border-bottom: 1px solid #d4d4d4;
}

.modal_body_padding{
    padding: 20px 15px 30px 15px;
}

.search_button{
    background-color: #37B0F5;
    border: none;
    padding: 10px 20px;
    color: #fff;
    transition: .2s ease-in-out;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.search_button:hover{
    background-color: #2b90ca;
}

.search_button:active{
    transform: scale(0.95);
}

.search_input{
    margin-right: 10px;
    padding: 0px 10px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);

}

.navbar_title{
    font-size: 30px;
    font-weight: 900;
}





/* adminka */

.management_panel{
    padding-top: 40px;
    user-select: none;
}

.management_panel .decoration_line{
    margin: 10px 0;
}

.all_message{
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: 30px;
    border-radius: 5px;
}

.input_management{
    margin: 0 10px 0 0px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    transition: .2s ease-in-out;
    width: 100%;
}

.search_button_management{
    background-color: #37B0F5;
    color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    padding: 10px 25px;
    margin-left: 10px;
    transition: .2s ease-in-out;
}

.search_button_management:hover{
    cursor: pointer;
    background-color: #2b90ca;
}

.search_button_management:active{
    transform: scale(0.95);
}

.management_message{
    width: 100%;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 0px;
    margin-bottom: 15px;
}

.management_message .search_button_management{
    padding: 5px;
}

.management_message .check_button_management{
    background-color: #37B0F5;
    color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    transition: .2s ease-in-out;
}

.management_message .check_button_management:hover{
    cursor: pointer;
    background-color: #2b90ca;
}

.management_message .check_button_management:active{
    transform: scale(0.95);
}

.management_date{
    border: none;
    color: #000;
}

.select_modal{
    margin: 10px 0 20px 0;
    width: 100%;
    padding: 5px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.select_modal:hover{
    cursor: pointer;
}

.input_modal{
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    transition: .2s ease-in-out;
    width: 100%;
    margin-bottom: 20px;
}

.input_modal:hover{
    cursor: pointer;
}

.modal_button_dismiss{
    padding: 10px 15px;
    background-color: #eb0000;
    color: #fff;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    transition: .2s ease-in-out;
}

.modal_button_dismiss:hover{
    cursor: pointer;
    background-color: #d30000;
}

.modal_button_dismiss:active{
    transform: scale(0.95);
}

.row_corrector{
    padding: 0px 15px;
}

.oaoa{
    display: flex;
}

.auth_reg_padding{
    padding: 15px 0;
}

.post_block{
    width: 100%;
    padding: 5px;
    border: 1px solid #37B0F5;
    border-radius: 10px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    margin: 20px 0 0 0;
}
.description_post_scroll{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .2s ease-in-out;
}
.description_post_scroll:hover{
    color: #37B0F5;
    cursor: pointer;
}

.user_edit_profile{
    padding: 10px 15px;
    background-color: #37B0F5;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    transition: .2s ease-in-out;
}
.user_edit_profile:hover{
    background-color: #2b90ca;
    cursor: pointer;
}
.user_edit_profile:active{
    transform: scale(0.95);
}

.logout_button{
    color: red;
    cursor: pointer;
    border: none;
}

.row_corrector_edit_menu{
    height: 100%;
}

.exit_from_admin_button{
    border-radius: 10px;
    padding: 10px 15px;
    margin-top: 10px;
    color: #fff;
    background-color: #37B0F5;
    transition: .2s ease-in-out;
}

.exit_from_admin_button:hover{
    background-color: #2b90ca;
    cursor: pointer;
}

.errors_line{
    color: red;
    margin: 10px 0;
}

.save_password_button{
    background-color: #37B0F5;
    border-radius: 10px;
    padding: 10px 15px;
    color: #fff;
    transition: .2s ease-in-out;
}
.save_password_button:hover{
    background-color: #2b90ca;
    cursor: pointer;
}
.save_password_button:active{
    transform: scale(0.95);
}

.errors_edit_profile{
    color: red;
    border-radius: 10px;
    padding: 10px 15px;
}

.modal_button_add_office{
    background-color: #37B0F5;
    color: #fff;
    border-radius: 10px;
    border: none;
    padding: 10px 15px;
    transition: .2s ease-in-out;
}

.modal_button_add_office:hover{
    background-color: #2b90ca;
    cursor: pointer;
}

.modal_button_add_office:active{
    transform: scale(0.95);
}

.all_cabinets{
    height: 30vh;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
}

.all_cabinets_info{
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.delete_office{
    width: 100%;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.delete_office:hover{
    color: #d30000;
}

.text_scroll{
    overflow: hidden;
  text-overflow: ellipsis;
}

.news .title{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.news_title{
    font-size: 25px;
    font-weight: 700;
}

.news_container{
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
    margin: 0 0 30px 0;
}

.left_col_menu .user_edit_profile{
    margin: 20px 0;
}