/*************************************************************
A - SETUP
****
/* A1 Import the colour scheme
-------------------------------------------------------------*/

/* A1.1 */
@import url(style_cs.1759754701.css);

/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/


@font-face {
	font-family: 'Takashimura'; 
	src: url(https://forumstatic.ru/files/001c/47/84/56686.otf); 
}

/* A2.1 */
html, body {margin: 0; padding: 0; letter-spacing: 0.5px;}

/* Стилизация полосы прокрутки */
::-webkit-scrollbar {
  width: 10px; /* Ширина полосы прокрутки */
  background-color: #090909; /* Цвет фона полосы прокрутки */
}

/* Стилизация ползунка */
::-webkit-scrollbar-thumb {
  border-radius: 2px; /* Закругление углов у ползунка */
  background-color: #d6cda6; /* Цвет ползунка */
}

/* Стилизация области за пределами ползунка */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); /* Тень внутри полосы прокрутки */
  border-radius: 8px; /* Закругление краев области за пределами ползунка */
}

/* A2.2 */
.punbb * {
  margin: 0
  }

/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
  padding: 0;
  list-style: none;
  }

/* A2.4 */
.punbb img {
  border:none
  }

/* A2.5 */
.punbb .main table {
  table-layout: fixed;
  width: 100%;
  }

/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}

/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
  height: 1.8em;
  vertical-align: middle
  }


 /* A3 Text setup
-------------------------------------------------------------*/

/* A3.1 */
body {
  font-size: 100.01%;
  }

/* A3.2 */
.punbb {
  font: normal 85% times new roman, verdana, arial, helvetica, sans-serif;
  }

/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table {
  font-size: 1em;
  font-weight: normal;
  }

/* A3.5 */
.punbb h1 span, .punbb h2 span {
  font-size: 1.1em;
  }

/* A3.6 */
.punbb pre {
  font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* A3.7 */
.punbb address, .punbb em {
  font-style: normal
  }

/* A3.8 */
.punbb .post-content em {
  font-style: italic
  }

/* A3.9 */
.punbb .post-content em.bbuline {
  font-style: normal;
  text-decoration: underline;
  }

/* A3.10 */
.punbb a {
  text-decoration: underline
  }

/* A3.11 */
.punbb optgroup {
  font-weight: bold;
  }


/* A4 Float clearing and hidden items
-------------------------------------------------------------*/

/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  overflow:hidden;
  line-height: 0.0;
  font-size: 0;
  }

/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
  font-size: 0;
  height: 0;
  width: 0;
  line-height: 0.0;
  position:absolute;
  left: -9999px;
  overflow: hidden
  }


/* A5 Basic page layout and borders
-------------------------------------------------------------*/

/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
  margin-top: 0;
  }

/* 5.7 */
#pun-post .topic {
  margin-top: 1em;
  }



/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/

/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/

/* B1.1 */
.punbb .post-content {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
  }

/* B1.3 */
.punbb .post-content p {
  margin: 0;
  padding: 0 0 1em 0;
  line-height: 150%;
  }

/* B1.4 */
.punbb .post-content img {
  vertical-align: text-bottom
  }

/* B1.5 */
.punbb .post-content img.postimg {
  vertical-align: middle;
  }

/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
  width: 100%;
  overflow: hidden;
  }

/* B1.7 */
.punbb .post-content .scrollbox {
  width: 100%;
  overflow: auto;
  }

/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
  margin: 0.4em 1.8em 1.4em 1.8em;
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  }

/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
  display: block;
  padding-bottom: 0.7em;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  margin: 0;
  }

/* B2 Information boxes
-------------------------------------------------------------*/

/* B2.1 */
.punbb .info-box {
  padding: 1.1em 1.7em 1em 1.7em;
  margin: 0 0 1.1em 0;
  }

/* B2.2 */
.punbb .info-box * {
  padding: 0 0 0.7em 0;
  }

/* B2.3 */
.punbb #pun-main .info-box .legend {
  font-size: 1.1em;
  font-weight: bold;
  }


/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/

/* C1 Form layout
-------------------------------------------------------------*/

/* C1.1 */
.punbb .formal .container {
  padding: 1em;
  }

/* C1.2 */
.punbb .formsubmit {
  padding: 0 0 0 1.7em;
  }

/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
  margin: 0 0.6em 0 0
  }

/* C1.4 */
.punbb fieldset {
    border: medium none;
    margin: 0;
  padding: 0;
}

/* C1.5 */
.punbb fieldset legend {
  padding: 0;
  margin: 0 0 0 10px;
  font-size: 1.1em
  }

/* C1.6 */
.punbb fieldset legend span {
  padding: 0 5px;
  margin: 0 0 0 -15px;
  }

/* C1.7 */
.punbb fieldset fieldset {
  border-style: none;
  margin: 0;
  padding: 0 0 8px 0
  }

/* C1.8 */
.punbb .fs-box {
  padding: 1em 0 0 0;
  }

/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
  padding: 0 0 0.8em 0
  }

/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
  float: left;
  margin-right: 1em;
  }

/* C1.11 */
.punbb .inline .infofield {
  clear:both
  }

/* C1.12 */
.punbb .datafield br {
  display: none
  }

/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
  font-weight: bold
  }

/* C1.14 */
.punbb .datafield span.input a {
  font-weight: normal;
  }

/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
  display: block;
  padding: 0 12em 0 0;
  height: 100%; /* For IE */
  }

/* C1.16 */
.punbb textarea, .punbb .longinput input {
  width: 64%;
  margin: 0;
  }

/* C1.17 */
.punbb .hashelp {
  position: relative;
  }

/* C1.18 */
.punbb .helplinks {
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: normal;
  width: 36%;
  }

/* c1.19 */
.punbb #profile .helplinks {
  top: 1.5em;
  }

/* C1.20 */
.punbb .helplinks span {
  display: block;
  padding-bottom: 0.2em;
  }

/* C1.21 */
#pun-post .formal .info-box li {
  padding-left: 4px;
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.5;
  margin: 0;
  }


/* C2 Table layout
-------------------------------------------------------------*/

/* C2.1 */
.punbb .main .tcl {
  overflow: hidden;
  text-align: left;
  width: 50%;
  }

/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
  text-align: center;
  width: 10%;
  }

/* C2.3 */
.punbb .main .tcr {
  overflow: hidden;
  text-align: left;
  width: 30%;
  }

/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
  width: 40%
  }

/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
  text-align: left;
  width: 20%;
  }

/* C2.6 */
#pun-debug table .tcl {
  width: 15%;
  white-space:normal;
  }

/* C2.7 */
#pun-debug .tcr {
  width: 90%;
  white-space: normal;
  }

/* C2.8 */
#pun-index .tcl h3 {
  font-size: 1.2em;
  font-weight: bold;
  }

/* C2.9 */
.punbb td span.youposted {
  font-weight: bold;
  margin-left: -1em;
  position: absolute;
  }

/* C2.10 */
.punbb td .modlist {
  display: block;
  padding-top: 0.3em
  }


/* C2.13 */
.punbb .main .tcl {
  border-left-style: none;
  border-left-width: 0
  }



/* C4 Moderator menu
-------------------------------------------------------------*/

/* C4.1 */
.punbb .modmenu .container {
  padding: 0.5em 1em;
  text-align: right;
  }

/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
  height: 1.8em;
  line-height: 1.8em;
  }

/* C4.3 */
.punbb .modmenu .container strong {
  float: left;
  }

/* C4.4 */
.punbb .modmenu input {
  margin-left: 1em;
  }


/* C5 Message boxes
-------------------------------------------------------------*/

/* C5.1 */
.punbb .info .container {
  padding: 0.8em 1em
  }

/* C5.2 */
.punbb .info .container .backlink {
  padding-top: 0.8em;
  }


/* C6 Profile
-------------------------------------------------------------*/

/* C6.3 */
#profilenav li {
  padding-bottom: 0.8em;
  font-weight: bold;
  }

/* C6.4 */
#viewprofile ul, #profilenav ul {
  padding: 1.5em 18px 0.8em 18px;
  margin: 0 0 1em 0;
  }

/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
  padding: 0 5px;
  position: relative;
  }

/* C6.7 */
#viewprofile li, #setmods dl {
  padding: 0 0 0 16em;
  margin-bottom: 0.2em;
  }

/* C6.8 */
#viewprofile li span {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.5em 1em;
  font-weight: bold;
  }

/*C6.9 */
#setmods dt {
  float: left;
  width: 14em;
  margin-left: -16em;
  padding: 0.8em 1em;
  font-weight: bold;
  display: inline;
  }

/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
  display: block;
  padding: 0.5em 1em;
  font-weight: normal;
  }

/* C6.11 */
.punbb img.avatardemo {
  float: right;
  margin: 0 0 0.8em 1.8em
  }


/* C7 User list
-------------------------------------------------------------*/

/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* C7.2 */
#pun-userlist .usertable .container {border-top: none;}


/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/

/* D2 Page navigation
-------------------------------------------------------------*/

/* D2.1 */
#pun-pagelinks {
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  border: none;
  padding: 0;
  width: 100%;
  }

/* D2.2 */
#pun-pagelinks .container {
  background: transparent;
  border: none;
  padding: 0}

/* D2.3 */
#pun-pagelinks .container li {
  display: inline
  }

/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
  height: 2em;
  line-height: 2em;
  padding: 0;
  font-size: 1.2em;
  margin-left: -9999px;
  display: block;
  float:left;
  width: 100%;
  }

/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
  position:relative;
  margin: 0;
  }

#pun-pagelinks li a span {
  display:block;
  margin: 0 1em
  }

/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/

/* D5.1 */
#pun-status, #pun-status .container {
  border-bottom: none;
  margin-bottom: 0;
  }

/* D5.2 */
#pun-status .container {
  padding: 0.8em 1em 1em 1em;
  }

/* D5.3 */
#pun-status span {
  white-space: nowrap;
  margin-right: 0.5em;
  }

/* D5.4 */
#pun-crumbs1 {
  font-weight: bold;
  overflow: hidden;
  margin-top: 0;
  }

/* D5.5 */
#pun-crumbs1 p.container {
  border-top: none;
  padding: 0.8em;
  }

/* D5.6 */
#pun-break1 {
    display: none;
  margin: 0 1em;
  border-style: solid none;
  border-width: 1px 0;
  height: 0;
  margin: -2px 4em;
  position: relative;
  z-index: 1;
  }

/* D7 Statistics
-------------------------------------------------------------*/

/* D7.1 */
#pun-stats .container {
  padding: 0.8em 1em
  }

/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
  float: left;
  clear: both;
  line-height: 150%;
  }

/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
  text-align: right;
  line-height: 150%;
  }

/* D7.4 */
li#onlinelist {
  margin-top: 1em;
  border-top-style: solid;
  border-top-width: 1px;
  float: left;
  width: 100%;
  line-height: 130%;
  }

/* D7.5 */
li#onlinelist div {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 0.7em 0 0 0;
  }

/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/

/* D8.1 */
#pun-qjump {
  margin: 0;
  border: none;
  width: 50%;
  position: relative;
  float: left;
  }

/* D8.2 */
#pun-qjump .container {
  border: none;
  background: transparent;
  padding: 0.8em 1em;
  }

/* D8.3 */
#pun-about {
  margin-top: 0;
  }

/* D8.4 */
#pun-about .container {
  border-top-style: none;
  text-align: right;
  line-height: 150%;
  padding: 0.8em 1em;
  }

/* D8.5 */
#pun-about p span {
  display:block;
  padding-left: 50%;
  }

/* D8.6 */
#pun-crumbs2 {
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: none;
  }

/* D8.7 */
#pun-crumbs2 .container {
  border-bottom: none;
  padding: 0.8em 1em;
  font-size: 1.1em;
  }

/* D8.8 */
#pun-break4 {
  margin: -2px 4em;
  border-style: solid none;
  border-width: 1px 0;
  position: relative;
  height: 0;
  z-index: 1;
  }

/* D8.9 */
div.punbb-admin #pun-about .container {
  border-top-style: solid;
  border-top-width: 1px;
  }


/* D9 Help file
-------------------------------------------------------------*/

/* D9.1 */
#pun-help .formal .info-box h3.legend {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0;
  margin-bottom: 0.8em;
  }

/* D9.2 */
#pun-help .formal .info-box h3.legend span {
  padding-bottom: 0.6em;
  display: block;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 1.1em;
  }

/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
  margin-bottom: 1em
  }

/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
  padding: 0 0 0 1em
  }

/* D9.5 */
#pun-help .formal li {
  padding: 0;
  line-height: 130%
  }

/* D9.6 */
#pun-help .formal li * {
  vertical-align: text-top
  }

/* D9.7 */
#pun-help .formal dt span {
  font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
  }

/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
  padding-bottom: 0;
  }

/****************************** Мои стили *************************************/

#text-col,
#pic-col1 {
  margin: 0 !important;
}

#menu-col {
  width: auto !important;
  margin-right: 0 !important;
}

#pun-announcement h3, 
#menu-col a,
#pun-announcement a {
  font-family: 'Takashimura';
  font-weight: 900;
  letter-spacing: 2px;
}

#pun-announcement h3 {
  font-size: 20px;
  color: #cfa046;
}

#menu-col a {
  padding: 9px 6px;
  font-size: 15px;
  text-transform: uppercase;
}

#dop-content a {
  font-size: 19px;
}

.anons-block {
  display: grid;
  grid-template-columns: 186px 1fr;
  margin-bottom: 2px;
}

.tabs-items {
  display: flex;
  justify-content: end;
  width: 775px;
}

.tab {
  width: 100%;
  text-align: center;
}

#pun-status .container {
  text-align: center;
}

#pun-status .status-right {
  float: none !important;
}

.about-tab {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 6px;
}

.about-role, .for-the-start {
  height: 254px;
  margin-left: 3px;
  text-align: justify;
  padding: 5px 10px;
}

.for-the-start {
  overflow-y: auto;
}

.a-block {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.about-role-img {
  background-image: url(https://forumstatic.ru/files/001c/47/85/27682.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid #4e3928;
  box-shadow: 0 0 5px #000, 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.admins-list {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.admin-card {
  height: 70px;
    width: 45%;
    border: 2px solid #4e3928;
    background-color: #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5px;
    margin: 5px auto;
}

.admin-info {
  margin: auto;
  text-align: center;
  font-size: 18px;
}

.admin-info a {
  margin-left: 10px;
}

.admin-info a:first-child {
  margin-left: 0;
}

.admin-img {
  height: 60px;
  width: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.link-1 {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 128px;
  font-size: 40px;
  color: #fff !important;
	font-family: 'Takashimura'; 
  background-color: #000000c0;
  opacity: .3;
  transition: .4s;
}

.link-1:hover {
  color: #977f6c !important;
  opacity: 1;
}

.news-list {
  height: 235px;
  overflow-y: scroll;
  padding-right: 10px;
}

.news-item {
  margin-bottom: 5px;
}

.news-item .date {
  color: antiquewhite;
}

#pun-index .tcl h3, 
.punbb h1 span, 
.punbb h2 span {
  text-transform: uppercase;
  font-family: 'Takashimura';
  letter-spacing: 1px;
}

.punbb h1 span, .punbb h2 span {
  font-weight: 900;
}

/********************************/
/**********Аудиоплеер************/
/********************************/
#player {
  position: fixed;
  width: 450px;
  left: 50%;
  margin-left: -225px;
  top: 100px;
  background-color: #111;
  border: 2px solid #4e3928;
  box-shadow: 0 0 5px #000, 
              1px 1px 0 #000, 
              -1px -1px 0 #000, 
              1px -1px 0 #000, 
              -1px 1px 0 #000;
}

#player::backdrop {
  background-color: #1111119d;
}

#myProgress {
  width: 420px;
  background-color: #d9d9f2; 
  cursor: pointer;
  border-radius: 10px;
}

#myBar {
  width: 0%;
  height: 5px;
  background-color: #ffc266;
  border-radius: 10px;
}

.logo {
  fill: red;
}

.btn-action, .btn-play, .btn-mute{
  cursor: pointer;
  padding-top: 10px;
  width: 30px;
}

.btn-ctn, .infos-ctn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.infos-ctn{
padding-top: 20px;
}

.btn-ctn > div {
 padding: 5px;
 margin-top: 18px;
 margin-bottom: 18px;
}

.infos-ctn > div {
 margin-bottom: 8px;
 color: #ffc266;
}

.first-btn{
  margin-left: 3px;
}

.duration{
  margin-left: 10px;
}

.title{
  margin-left: 10px;
  width: 210px;
  text-align: center;
}

.player-ctn{
  width: 420px;
  padding: 10px;
  background-color: #373737;
  margin:auto;
}

.playlist-track-ctn{
  display: flex;
  background-color: #464646;
  margin-top: 3px;
  border-radius: 5px;
  cursor: pointer;
}
.playlist-track-ctn:last-child{
  
}

.playlist-track-ctn > div{
  margin:10px;
}
.playlist-info-track{
  width: 80%;
}
.playlist-info-track,.playlist-duration{
  padding-top: 7px;
  padding-bottom: 7px;
  color: #e9cc95;
  font-size: 14px;
  pointer-events: none;
}
.playlist-ctn{
   padding-bottom: 20px;
}
.active-track{
  background: #4d4d4d;
  color: #ffc266 !important;
  font-weight: bold;
  
}

.active-track > .playlist-info-track,.active-track >.playlist-duration,.active-track > .playlist-btn-play{
  color: #ffc266 !important;
}


.playlist-btn-play{
  pointer-events: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.fas{
  color: #ffc266;
  font-size: 20px;
}

.open-plauer {
  background-color: #28201d;
  border-top: 1px solid #352c25;
  position: fixed;
  left: -15px;
  top: 80px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  z-index: 999;
  border-radius: 0 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .7s;
}

.open-plauer:hover {
  background-color: #221d19;
  left: 0;
}

.open-plauer:hover>svg {
  fill: #cfa046;
}

.close-button {
  position: fixed;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.close-button:hover>svg {
  fill: #cfa046;
}

.pretext {
  border: 2px solid #28201d;
  background: #977f6c;
  padding: 10px;
  width: 58%;
  margin-right: 10px;
  text-align: justify;
}

/***** Страница редактора анкеты персонажа *****/

.page {
    margin: 25px;
}

.page h3 {
    color: #800000;
    font-size: 22px;
    padding: 10px 0 4px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 4px 0;
    text-align: center;
}

.page hr {
    border-color: #977f6c #f5eac9 #f5eac9;
    margin: 0 0 8px;
    opacity: 0.6;
    margin: 0 0 8px 0;
}

.charName {
    text-align: center;
    background: none;
    border: none;   
    font-size: 60px;
    width: 100%;
    color: #042580;
    font-weight: bold;
}

.raceWrap {
    display: flex;
    flex-direction: column;
}

.rase-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.rase-block img {
    cursor: pointer;
    filter: grayscale(.9);
    transition: .4s;
}
.rase-block .race:hover,
.rase-block .race.active {
    filter: grayscale(0);
    box-shadow: 0 0 5px #28211b;
    background-color: #f5eac955;
}

.raceDescription {
    
}

#copyAnket {
    height: 30px;
    width: 130px;
    font-size: 16px;
    border-radius: none;
    background-color: #28211b;
    color: #f5eac9;
    outline: none;
    border: none;
    margin: 5px 0;
}

#anceta {
    width: 100%;
    min-height: 600px;
    background-color: transparent;
    border: 0;
}

.anketTextArea {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;        
    width: 100% !important;
    min-height: 300px;
    padding: 10px;
    resize: vertical;
    overflow-y: auto;
    margin-right: 10px;
    border: none;
    background-color: #e1cbab;
    box-shadow: 0 0 3px black;
}
.anketTextArea:focus{
    box-shadow: 0 0 10px black;
}

.charName:focus, 
#anceta:focus, 
.anketTextArea:focus {
    outline: none;
}





/**********************************************************************************/
/*******************************************/
/**************** Закладки *****************/
/*******************************************/
.post .bookmark
{
    position: absolute;
    z-index: 99999;
    right: -60px;
 
    width: 53px; /*Ширина картинки*/
    height: 21px; /*Высота картинки*/
 
    cursor: pointer;
    transition: all .1s ease 0s;
 
    background: rgba(0, 0, 0, 0) url('https://forumstatic.ru/files/001c/47/84/53123.png') no-repeat scroll 0 0; /*Ленточка закладки на сообщении*/
}
.post .bookmark:hover
{
    opacity: 1;
}
#MyBookmarks span > a
{
    text-shadow: none;
}
#MyBookmarks span.last_click > a
{
    width: 205px;
    margin-left: -17px !important;
 
    background: rgba(54, 37, 65, .23) none repeat scroll 0 0;
    text-shadow: 1px -1px 0 rgba(190, 155, 156, .4);
}
#BookmCntToggle
{
    position: fixed !important;
    z-index: 310 !important;
    top: 150px !important;
    left: 0px !important;
 
    width: 35px !important; /*Ширина картинки*/
    height: 76px !important; /*Высота картинки*/
 
    cursor: pointer !important;
    transition: all .3s ease-out 0s !important;
 
    opacity: 1;
    background: rgba(0, 0, 0, 0) url('https://forumstatic.ru/files/001c/47/84/71733.png') repeat scroll 0 0 !important; /*Ярлык закладки на главной*/
}
#BookmCntToggle:hover
{
    z-index: 310 !important;
 
    opacity: 1;
}
.editBookmark
{
    position: absolute;
    z-index: 999999;
    top: 30px;
    right: -5px;
 
    width: 400px;
 
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}
.editBookmark h1
{
    border-radius: 4px 4px 0 0;
}
.editBookmark .container
{
    padding: .6em !important;
 
    text-align: center;
 
    border-radius: 0 0 4px 4px;
}
span.delBookmark
{
    font-size: 1.5em !important;
 
    float: right;
 
    margin-top: -6px;
    margin-right: -3px;
    padding: 2px;
 
    cursor: pointer;
}
.editBookmark .inputfield
{
    font-weight: 700;
}
.editBookmark .inputfield .button
{
    margin-left: 5px;
}
#MyBookmarks
{
    position: fixed;
    z-index: 300;
    top: 80px;
    right: 0;
    left: 2px;
 
    width: 350px !important; /*Ширина картинки*/
    height: 289px; /*Высота размножающейся картинки*/
    margin-top: 30px;
    padding-top: 35px;
 
    background: rgba(0, 0, 0, 0) url('https://forumstatic.ru/files/001c/47/84/59866.jpg?v=1') repeat-y scroll; /*Средняя часть контейнера, где 24px - отступ вправо*/
    background-position: center !important;
    box-shadow: none !important;
}
#MyBookmarks h2,
.editBookmark h2
{
    position: relative;
    z-index: 9999999;
 
    width: auto;
 
    border: medium none;
    background: transparent none repeat scroll 0 0;
}
#MyBookmarks h2
{
    width: 182px;
    margin-top: -43px;
    margin-left: 70px;
}
#MyBookmarks inner
{
    position: relative;
 
    display: block;
    overflow: hidden;
 
    height: 260px;
    margin-left: 15px;
    padding-top: 156px;
 
    border-color: inherit;
}
#MyBookmarks .container
{
    position: absolute !important;
    top: -45px;
    bottom: 0;
 
    display: block;
 
    width: 352px; /*Ширина картинки*/
    height: 475px !important; /*Высота расположения нижней и верхней картинки относительно размножаемой части*/
    margin-bottom: -5%;
    padding-top: 0;
 
    border: medium none;
    background: url('https://forumstatic.ru/files/001c/47/84/86792.png?v=1') no-repeat scroll 2px 6px, rgba(0, 0, 0, 0) url('https://forumstatic.ru/files/001c/47/84/69565.png?v=1') no-repeat scroll 20px 100%; /*Здесь картинки верхней и нижней части контейнера, цифры после url'ов - сдвиги влево или вправо, а также вверх соответственно*/
}
#MyBookmarks li.BookmarkL
{
    font-size: 11px;
 
    position: relative !important;
 
    width: 198px !important;
    margin-top: 0 !important;
    margin-left: 40px !important;
 
    border: medium none;
}
#MyBookmarks li.BookmarkL > span > a
{
    left: 11px;
 
    padding: .8em 1em;
}
#MyBookmarks li.BookmarkL > span > dd
{
    display: none;
}
#MyBookmarks li.BookmarkL > span:hover > dd
{
    position: relative;
    top: -2px !important;
    left: 33px;
 
    display: block !important;
 
    color: #005682 !important;
}
#MyBookmarks li.BookmarkL > span:hover em
{
    font-size: 8pt;
 
    z-index: 999999;
 
    display: block !important;
    overflow: hidden !important;
 
    width: 218px !important;
    min-width: 218px !important;
    max-width: 218px !important;
    height: 12px !important;
    margin-top: -1px;
    margin-left: -32px;
    padding-top: 2px !important;
 
    text-align: center !important;
    white-space: nowrap;
    text-overflow: ellipsis;
 
    color: #005682 !important;
    /*background: rgba(0, 0, 0, 0) url('Здесь прописываем картинку подложки под описание закладки при наведении') repeat scroll 0 0; /*Подложка под описанием закладки при наведении*/
}
#MyBookmarks li.BookmarkL em.e1::before
{
    top: -33px;
    left: -65px;
 
    display: block !important;
 
    width: 30px; /*Ширина картинки*/
    height: 35px;  /*Высота картинки*/
 
    content: ' ';
    transform: none !important;
 
    border-top-right-radius: 20px;
    background: rgba(0, 0, 0, 0) url('https://forumstatic.ru/files/001c/47/84/74809.png') no-repeat scroll 0 0;  /*Курсор слежения за закладкой по левому краю*/
}
#MyBookmarks em a
{
    color: #005682 !important;
}
#MyBookmarks em a:hover
{
    opacity: .6;
    color: #005682 !important;
}
#MyBookmarks #bm2
{
    font-size: 1em !important;
    font-weight: 400;
 
    position: relative;
    top: 13px !important;
 
    display: none;
 
    cursor: pointer;
}
#MyBookmarks li span strong
{
    font-size: 12px;
 
    z-index: 99999;
 
    float: right;
 
    margin-top: .85em;
    margin-right: -15px;
    padding: 3px;
 
    cursor: pointer;
 
    color: transparent;
    background: rgba(0, 0, 0, 0) url('https://forumstatic.ru/files/001c/47/84/59802.png') no-repeat scroll 0 0;  /*Крестик удаления закладки*/
}
#MyBookmarks li num
{
    font-weight: 700;
 
    float: left;
 
    width: 2.2em;
    margin: 0;
    padding: .8em 0!important;
}
#MyBookmarks center
{
    font-size: 16px;
    font-weight: 700;
 
    z-index: 999;
 
    width: 64px; 
    height: 64px;
 
    cursor: pointer;
 
    background-color: inherit;
}
#MyBookmarks span.scrl.t
{
    position: absolute !important;
    top: 82px !important;
    left: 101px !important;
 
    width: 66px;  /*Ширина картинки*/
    height: 59px; /*Высота картинки*/
 
    background: rgba(0, 0, 0, 0) url('Здесь прописываем саму картинку кнопки') no-repeat scroll 0 0 !important; /*Кнопка скролла "вверх"*/
    box-shadow: none !important;
}
#MyBookmarks span.scrl.b
{
    position: absolute !important;
    top: 87px !important;
    left: 180px !important;
 
    width: 66px; /*Ширина картинки*/
    height: 59px; /*Высота картинки*/
 
    background: rgba(0, 0, 0, 0) url('Здесь прописываем саму картинку кнопки') repeat scroll 0 0 !important;  /*Кнопка скролла "вниз"*/
    box-shadow: none !important;
}
#MyBookmarks span.scrl
{
    font-size: 1.2em;
    line-height: 1.1em;
 
    z-index: 999;
 
    width: 120px;
    padding-top: 6px;
 
    cursor: pointer;
    text-align: center;
 
    color: transparent;
    background-color: inherit;
    text-shadow: none !important;
}
.deS
{
    position: relative;
    top: 79px !important;
    left: 101px !important;
}
#MyBookmarks li.BookmarkL > span.last_click
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none !important;
}
.post .bookmark.ncnfrm 
{
    background-position: 0 center !important;
}