*{
    vertical-align: top;
    transition: all .3s;
    
}

@font-face {
    font-family: 'LobsterRegularU'; 
	src: url(/styles/fonts/Lobster-Regular.ttf); 
	font-display: swap;
    
}

.MAIN_CONTAINER{
    margin: 0px;
}
html{
    width: 100%;
    height: 100%;
    overflow-y: overlay;
  
}

body{
    width: 100%;
    height: 100%; 
    margin: 0px;
    overflow-y: overlay;
    
}

@keyframes word_sparkle {
  from {
    background: #e7f5f7;

  }
  25%{
      background: linear-gradient(90deg, rgba(231,245,247,1) 19%, rgba(244,244,254,1) 31%, rgba(231,245,247,1) 68%, rgba(231,245,247,1) 100%);
  }
  50% {

    background: linear-gradient(90deg, rgba(231,245,247,1) 35%, rgba(255,255,255,1) 48%, rgba(231,245,247,1) 63%, rgba(231,245,247,1) 100%);
  }
  75%{
      background: linear-gradient(90deg, rgba(231,245,247,1) 35%, rgba(244,244,254,1) 56%, rgba(231,245,247,1) 68%, rgba(231,245,247,1) 100%);
  }
  to {
    background: #e7f5f7;
  }
}


.DAY_WORD{
    margin: 10px 2px 10px 2px;
    display: inline-block;
    width: 15%;
    background-color: #deeb62;
    padding: 5px;
}
.WORD{
    font-size: 20px;
}
.WORD_CONTAINER{
    background-color: #f9ffc1;
    padding: 5px;
}
.day_word_hr{
    border: 1px solid #f4a8cd;
    margin: 10px 0px 10px 0px;
}
.day_word_h3{
    margin: 0px;
    padding: 5px;
    display: block;
    background: #ff8c62;
    color: white;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 10px;
    font-size: 18pt;
}
.WORD{
    margin: 0px;
    
}
hr{
    margin: 0px;
}
.social_img{
    border-radius: 6px;
    background-color: transparent;
    filter: drop-shadow(2px 4px #5916629c);
}
.author_img{
    width: 93px;
    height: 93px;
    object-fit: cover;
    margin-top: 20px;
    margin-right: 20px;
}
.HEADER_CONTENT_CONTAINER{
    padding-left: 9%;
    margin: 10px 0px 10px 0px;
}
.social_icons_container{
    z-index: 100;
    position: fixed;
    top: 0px;
    right: 15px;
}
.header_hr_mini{
    border: 0px;
    height: 4px;
    border-bottom: 3px solid #ff80dd;
    
}
.header_hr_big{
    border: 0px;
    height: 4px;
    border-bottom: 6px solid #ff8080;
}
.heder_menu{
    width: 100%;
    text-align: center;
}
.menu_a{
    display: inline-block;
    width: 10.5%;
    height: 30px;
    background-color: #e43292;
    border-radius: 20px;
    box-shadow: 1px 4px #ec82c4;
    cursor: pointer;
    text-decoration: none;
    margin-left: 7px;
    margin-right: 7px;
    
}
.menu_a:hover{
    background-color: #ed45a0;
}
.menu_a_text{
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: Arial,Helvetica,sans-serif;
    font-style: italic;
    color: white;
    
}
.header{
    width: 100%;
    height: auto;
    background-color: #f1d1f6;
    padding: 2px 0px 6px 0px;
}
.header_texts_container{
    display: inline-block;
    width: 20%;
}
.header_text{
    font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    color: #8B0000;
    font-size: 65px;
}
.header_text_second{
    font-family: helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    color: #232426;
    background-color: #BADA55;
    /*font-size: 45px;*/
    font-size: 35px;
    line-height: 1em;
    padding: 5px;
    border-radius: 10px;
}
.header_text_third{
    color: #aa0000;
    font-family: LobsterRegularU;
    font-size: 30px;
    float: right;
    margin: 10px 0px 10px 0px;
}
.logo_img{
    display: inline-block;
    width: 100%;
}
.HEADER_CONTAINER_OBJECTS{
    display: inline-block;
    width: 45%;
}
.header_sticky_panel{
   position: sticky;
   top: 0;
   background-color: #f1d1f6;
   padding: 5px 0px 5px 0px;
   height: auto;
   margin-top: -10px;
   z-index: 20;
}
.CONTAINER{
    min-width: 100%;
    min-height: 100%;
    padding-top: 5px;
    
}
.header_menu{
    height: auto;
}

.MEMBERS_PAGE_CONTAINER{
    /*position: absolute;
    top: 0px;*/
    background-image: url("/img/main/af7a8b002af842f8bab87691c1d8640f.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
    z-index:-99;
    min-height: 2000px;
    /*background-color: #ffdcb4;*/
}

.REG_CONTAINER{
    display: inline-block;

  margin: auto;
    margin-top: 20px;
    width: 80%;
}
.reg_form{
    align-items: center;
     text-align: center;
}
.login_input{
    width: 30%;
    border: 3px solid #2a3017;
    background-color: #fcf4f1;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    display: block;
    box-sizing: content-box;
}
.bt{
    cursor: pointer;
}
.body{
    display: block;
}
.footer{
    text-align: center;
    background-color: black;
    color: white;
    padding: 80px 0px 50px 0px;

}
.body{
    display: inline-block;
    width: 70%;
}
.users_list_block{
    display: inline-block;
    background-color: white;
    width: 100%;
    margin: auto;
    /*margin-top: 10px;*/

    border-radius: 3px;
    padding: 20px;
}
.user_block{
     position: relative;
    display: inline-block;
    border: 1px solid #00000033;
    margin: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 23%;
    padding: 30px;
    height: 330px;
    text-align: center;
}
.user_ava{
    width: 60%;
    margin: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
     border-radius: 50%;
}
.user_name{
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-size: 16px;
}

#users_action{
    cursor: pointer;
    display: block;
    float: right;
    border: 0px;
    background-color: transparent;
    z-index: 8;
    background-image: url('/img/main/svg/points.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    width: 5%;/*17px;*/
    height: 17px;
    text-align: center;

}
.hidden_box_menu{
    display: none;
    width: 80%;
    height: auto;
    background-color: white;
    border: 1px solid #00000033;
    position: absolute;
    top: 60px;
    right: 5%;
    z-index: 10;
}
.hidden_menu_panel{
    display: none;
    width: 15%;
    height: auto;
    background-color: white;
    border: 1px solid #00000033;
    position: absolute;
    top: 30px;
    right: 1%;
    z-index: 101;
}

.user_header_panel{
     /*width: auto;*/
    z-index: 110;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    position: absolute;
    top: -0.8vw;
    right: 10px;
        height: 5vw;
        width: 5vw;
        background-image: url(/img/main/svg/door.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-size: 40%;
        background-position: center;
}
.user_menu_open{
    /*width: 14px;
    height: 14px;*/
        width: 2vw;
    height: 2vw;
    background-color: transparent;
    background-image: url('/img/main/svg/pointer.svg');
    background-repeat: no-repeat;
    background-size: auto;
    border: 0px;
    cursor: pointer;
    
}
.menu_p{
    padding: 10px;
}
.menu_href{
    transition: all .05s;
    text-decoration: none;
    color: black;
    text-align: left;
    padding: 0px;
}
.menu_href:hover{

    color: gray;

}
.user_page_container{
    display: inline-block;
    width: 60%;
    margin: auto;
    
}
.right_panel{
    margin: 10px 2px 10px 2px;
    display: inline-block;
    width: 15%;
    position: sticky;
    top: 53px;
    right: 0px;
    background-color: transparent;
    padding: 5px;

    float: right;
    z-index: 0;
}
.right_panel_a{
    background-color: #FF8C62;
    display: block;
    width: 75%;
    margin: 5px 7px 5px 7px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    color: white;
}

#add_post_form{
    width: 100%;
     margin: auto;
     padding: 10px 0px 20px 0px;
     text-align: center;
}
.add_post_h3{
   display: block;
   width: 80%;
   padding: 0px 10px 0px 10px;
   background-color: white;
   margin: auto;
   margin-top: 20px;
}
.add_post{
    display: block;
    width: 80%;
    min-height: 300px;
    background-color: white;
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    margin: auto;
    padding: 10px;
    text-align: left;
    
}
.add_post:focus{
   outline: 0px solid transparent;
    
}
.add_post_btn{
    box-sizing: content-box;
    background-color: #c1cb5b;/*#fccefe;*/
    border: 0px;
    border-top: 2px solid #767e26;/*#c49bea;*/
    border-bottom: 2px solid #767e26;/*#c49bea;*/
    
    height: auto;
    width: 80%;
    padding: 10px;
    margin: auto;
    outline: 0px solid transparent;
    cursor: pointer;
}
.add_post_btn:focus{
   outline: 0px solid transparent;
    
}

.post_send_img{
    
}
.send_post_input{
    border: 0px;
    border-top: 2px solid gray;
    display: block;
    background-color: white;
    height: auto;
    width: 80%;
    padding: 10px;
    margin: auto;
    outline: 0px solid transparent;
}
#tmp_post_image{
    display: block;
    background-color: #fabdfc;
    width: 100%;
}
.error{
    display: block;
    background-color: #dd676794;
    border: 3px solid #c31313cc;
    width: 50%;
    padding: 20px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    
}
.post_name_h3{
    font-size: 40px;
    text-decoration: none;
    color: #1e1e1e;
    font-weight: 600;
    font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif; 
    margin: 10px;
    word-wrap: break-word;
      overflow-wrap: break-word;
      
}
.post_text_div{
    font-size: 18px;
    margin: 10px;
    word-wrap: break-word;
      overflow-wrap: break-word;
      line-height: 1.7;
    font-family: Book Antiqua,Palatino,Palatino Linotype,Palatino LT STD,Georgia,serif; 
}
.post_text_div div{
      font-size: 18px;
  }
.post_div_container{
    display: block;
    flex-direction: column;
    width: 85%;
    margin: auto;
    padding: 60px;
    border: 0px;
    height: auto;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.post_img{
    display: block;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    /*width: 70%;*/
    /*max-height: 700px;*/
    /*width: auto;*/
    width: 90%;
}
a{
    text-decoration: none;
}
.div_add_post{
    width: 85%;
    margin: auto;
    padding: 60px;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    color: gray;
    cursor: text;
}
.div_add_post:hover{
    background-color: #f2f2f2;
}
.post{
    width: 20%;
    top: 90px;
    right: 7%;
    font-size: 20pt;
    /*padding: 0px 10px 0px 10px;*/
    background-color: white;
}
.post:hover{
    /*background-color: #f2f2f2;*/
}
.post a{
    color: black;
}
#add_comment_form{
    
}

.commentDiv{
    display: inline-block;
    width: 92%;
    background-color: #e1eff1;
    border-radius: 0;
    border: 0px;

    height: auto;
    min-height: 20px;
    padding: 1%;
    margin: auto;
    margin-top: 20px;
}
.commentDiv:focus{
    outline: 0px solid transparent;
    min-height: 60px;
}
.UserComment{
    width: 94%;
    /*padding: 2%;*/
    padding: 3% 2% 3% 2%;
    background-color: #d7ecfa;
    border-radius:20px 20px 20px 1px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.MyComment{
    width: 94%;
    padding: 2%;
    background-color: #ccf3cc;
    border-radius: 20px 20px 1px 20px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}
.ComAva{
    width: 15%;
    display: inline-block;
    text-align: center;
    
}
.ComText{
    width: 75%;
    display: inline-block;
    line-height: 1.3;
}
.ComName{
    word-wrap: break-word;
}

.comHid{

    position: absolute;
    top: 40px;
    right: 4%;
   border-radius: 20px;
   border: 0px;
}
.buttonCom{
    border: 0px;
    background: white;
    width: 100%;
    font-size: 10pt;
    padding: 10px;
    border-radius: 20px;
}
.buttonCom:hover{
    background-color: #f2f2f2;
    cursor: pointer;
}
.SendComBt{
    display: inline-block;
    width: 5%;
    border: 1px solid gray;
    border-radius: 20px;
    background-color: white;
    padding: 10px;
    margin: auto;
    margin-top: 20px;
}
.SendComBt:hover{
    cursor: pointer;
    background-color: #e0e6e8;
}
.hiddenComments{
    height: 0px;
    margin: 0px;
    padding: 0px;
    display: none;
}
.svg{
    /*float: left;*/
}

.hidCom{
    background-color: transparent;
    transition: 0s;
    background-image: url('/img/main/svg/arrow-to-top-right-svgrepo-com.svg');
    background-repeat: no-repeat;
    background-size: auto;
    border: 0px;
    width: 100%;
    height: 25px;
    text-align: right;
    margin-top: 5px;
}
.arrowTop{
    background-image: url('/img/main/svg/arrow-to-down-right-svgrepo-com.svg');
}
.pIcon{
    position: absolute;
    display: inline-block;
    top: 20px;
    left: 20px;
    height: 50px;
    width: 80%;
}
.pIcon .user_ava{
    width: 50px;
    display: inline-block;
}
.MainGallery{
    display: inline-block;
    width: 60%;
    margin: auto;
}
.galBlock{
    display: inline-block;
    width: 30%;
    height: 200px;
    background-color: #e6e6e6;
    border: 3px solid #939393;
    margin: 10px 2px 10px 2px;
    position: relative;
}
.galBlock:hover{
    background-color: #c0c0c0;
    cursor: pointer;
}
.blockName{
    transition: all .5s;
    display: none;
    color: gray;
    position: absolute;
    bottom: 0px;
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 14pt;
    
}
.show{
    display: block;
}
.miniChar{
    
    display: inline-block;
    width: 20%;
    height: auto;
    background-color: #efb526;/*#deeb62;*/
    margin: 10px 15px 10px 15px;
    padding: 5px;
    border: 2px solid #c62f2f;
    box-sizing: border-box;
    border-radius: 10px;
}
.maxi{
    width: 66%;
}
.charName{
    background-color: #fc820c;/*#00000033;*/
    width: 90%;
    margin: auto;
    padding: 5px;
    text-align: center;
    color: #691616;
}
a{
    color: black;
}
a:clicked{
    color: black;
}
.char_img{
    margin: 10px;
    object-position: top;
}
#changeAvaForm{
    margin-top: 10px;
    text-align: center;
    position: relative;
}
.changeAva:hover{
    cursor: pointer;
    filter: blur(3px);
    
}

.dd{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 12pt;
    display: none;
    pointer-events: none;
    color: white; 
    mix-blend-mode: difference;
}

.changeAva:hover + .dd{
    display: block;
    
}
.addCharIn{
    display: block;
    width: 90%;
    box-sizing: content-box;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14pt;
    box-sizing: border-box;
}
.addAl{
    display: block;
    width: 80%;
    background-color: #898989;
    
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
}

.charInfoBox{
    display: inline-block;
    width: 30%;
    min-height: 100px;

    border-radius: 10px;
    box-sizing: border-box;
    float: right;
    margin-left: 10px;


    /*border: 2px solid #152d2d;*/
    
}
.charInfoBox img{
  /* Центрирование SVG по вертикали */
  vertical-align: middle;
}
.CharText{
    display: inline-block;
    width: 100%;
    min-height: 100px;
    background-color: white;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px;
    margin: 10px 2px 10px 2px;
    font-size: 14pt;
    line-height: 1.75;
    
}
.CharText a{
    color: #cd1e3d;
}
.charInfoImg{
    display: block;
    width: 100%;
    margin: auto;
}
.CharImfoH3{
    text-align: center;
    color: white;
    font-size: 18pt;
    text-indent: 0pt;
}
.changeCharImgBtn{
    display: inline-block;
    border: 0px;
    box-sizing: border-box;
    font-size: 14pt;
    color: white;
    cursor: pointer;
    padding: 7px;
    border-radius: 15px;
}
.changeCharImgBtns{
    text-align: center;
    box-sizing: border-box;
    background-color: white;
    width: 100%;
}
.bigIn{
    background-color: white;
    min-height: 200px;
    border: 1px solid black;
    display: table;
    clear: both;
}
.bigIn a{
    color: red;
    
}
.change_page_bt{
    background-color: #ccf3cc;
    border: 2px solid gray;
    color: black;
    font-size: 14pt;
    border-radius: 2px;
    display: inline-block;
    height: 30px;
    width: 70px;
}
.page{
    height: 10px;
    width: 30px;
    vertical-align: center;
    margin-top: 5px;
}
.charInfoDiv{
    width: 100%;
    box-sizing: border-box;
    background-color: white;
}
.charInfoDiv p{
    margin: 7px;
}
.wikiImg{
    width: 100%;/*40%; /*30%;*/
    /*border-radius: 5px;
    margin: 10px 20px 10px 0px;*/
   float: left;
    /*overflow: auto;*/
}

.mainBlockIndex{
    display: inline-block;
    width: 65%;
        margin: 10px 2px 10px 2px;
}
.mainPageBlock{
    width: 100%;
    background-color: #fff6eb;
    border: 2px solid #ffbb6e;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.sortByThemeSel{
    padding: 10px;
    border-radius: 10px;
    border: 0px;
    box-sizing: border-box;
    font-size: 14px;
    margin: 1%;
    width: 80%;
}
.sortByThemeSel:focus{
    outline: none;
}
.sortByThemeSelOp{
    padding: 10px;
    border-radius: 10px;
    border: 0px;
    color: #4d0000;
    font-size: 14px;
    
}
.sortByThemeSelOp:active{
    background-color: #b2bc4e;
}

.SBtn:hover{
    cursor: pointer;
    background-color: #deeb62;
}
.commCount{
    color: green;
    display: inline-block;
}
.disabled{
    pointer-events: none;
    background-color: gray;
}
.pages{
    display: block;
    text-align: center;
    width: 85%;
    background-color: #ccf3cc;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto;
    position: relative;
}
.page{
    display: inline-block;
    font-size: 14pt;
}
.pencil{
    cursor: pointer;
    display: block;
    float: right;
    z-index: 8;
    border: 0px;
    background-color: transparent;
}
.oldAvas{
    text-align: center;
    padding-top: 10px;
    border-top: 3px solid white;
    margin-top: 10px;
    /*display: flex;
    flex-wrap: wrap;*/
}
.oldUserAva{
    width: 45%;
}

#sortByThemeForm{
    text-align: center;
}
.user_header_panel_mobile{
    display: none;
}
  
.MsoNormal, .CharText li, .CharText ul, .CharText ol, .CharText span{
    text-indent: 70pt;
    line-height: 2.2;
    font-family: Calibri;
    hyphens: auto;
    word-break: break-word;
    
}

.ChWikiName{
    font-size: 18pt;
    padding-left: 20px;
    margin: 10px;
    color: #333333;
    font-family: Calibri;
}
.badgeImg{
    margin: 5px;
    
}
.prizes{
    text-align: center;
    background-color: #ffffff85;
    margin-top: 10px;
    margin-bottom: 10px;
}
.post_date{
    font-size: 1.2vw;
        color: gray;
}
.pen2{
    position: absolute;
    top: 10px;
    right: 10px;
}
.SBtn{
    margin-left: 0px;
    width: 15%;
    background-image: url(/img/main/svg/lupa.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 25%;
    background-position: center;
}
.nb{
    background-image: none;
}
.userPostName{
    display: inline-block;
    margin-left: 2%;
    font-size: 1.5vw;
    color: gray;
    height: 50px;
    line-height: 50px;
     
}
.userPostName:hover{
    color: #515151;
}
.topicElement{
    background-color: #deeb62;
    display: block;
    border-radius: 10px;
    padding: 1%;
    width: 90%;
    border: 2px solid #767e26;
    margin: auto;
    margin-bottom: 10px;
}
.downlink{
    color: #052772;
}
.CharText .topicLink{
    color: #23cd1e;;
}
.imgFormAddDecor{
    display: inline-block;
    width: 45%;
    margin: auto;
    padding: 1%;
}
.imgFormAddDecor h5{
    font-size: 1.2vw;
    color: #292929;
}
.addFormElement{
    display: block;
    width: 80%;
    padding: 1%;
    margin: auto;
    margin-bottom: 5px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 0px;
}
.addFormElement:focus{
   outline: none;
}
.img-title{
    width: 40%;
    border-radius: 5px;
    margin: 10px 20px 10px 0px;
    float: left;
    text-indent: 0;
    text-align: center;
    color: #484545;
    font-size: 12pt;
    /*display: inline-block;*/
}
.rightImg{
    float: right;
    margin: 10px 0px 10px 20px;
}
.CharText h2{
    font-size: 16pt;
    text-indent: 70pt;
    font-weight: bold;
}
.CharText h3{
    font-size: 16pt;
    text-indent: 70pt;
    color: #2f2d2d;
    font-weight: bold;
}

.charInfoBox h2{
    text-indent: 0pt;
}