tt {
  padding: 1px 5px 1px;
  margin: 0 1px;
  background: #eaeaea;
  background: rgba(0,0,0,.07);
  font-size: 13px;
  font-family: Consolas,Monaco,monospace;
  unicode-bidi: embed;
}
.about li {
  list-style-type: square;
  margin: 5px 0px 3px 35px;
}
#yadonate {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  background-color:#ffdb4d;
  padding: 3px 26px 4px 25px;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,.1);
  transition: background-color .1s ease-out 0s;
}
#yadonate:hover {
  background-color:#fc0;
}
#yadonate:focus,#yadonate:active {
  outline:none;
  box-shadow: none;
}
#close-donat {
  float:right;
  color:#cac0c0;
}
#close-donat:hover {
  color:black;
  cursor: pointer;
}
#close-about {
  float:right;
  color:#cac0c0;
}
#close-about:hover {
  color:black;
  cursor: pointer;
}
#restore-hide-blocks {
  float:right;
  color:#cac0c0;
  margin-top: -25px;
}
#restore-hide-blocks:hover {
  color:black;
  cursor: pointer;
}
.hide {
  display:none;
}
.new {
  color: #fff;
  background-color: #008ec2;
  border-radius: 6px;
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  text-align: center;
  font-size: 10px;
  vertical-align: super;
}

.grid * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid {
  margin: 0;
  background: #282828;
  color: #eee;
  font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 14px;
}
.grid h1, .grid h2, .grid h3, .grid h4, .grid h5, .grid h6 {
  margin: 10px 0;
  font-weight: 200;
}
.grid h2 {
  font-size: 1.8em;
  font-weight: 200;
  color: #888;
  letter-spacing: 1px;
}
.grid p {
  margin: 0;
  line-height: 1.5;
  font-weight: 200;
}
.grid a {
  color: #00aaee;
  text-decoration: none;
}
.grid a:hover {
  color: #0077a2;
  text-decoration: underline;
}
.grid .hide {
  display: none;
}
.grid .decal {
  height: 2px;
  background-color: #000;
  border-bottom: 1px solid #333;
}
.grid .container {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}
/* EFFECTS
***************/
.grid .glow {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: text-shadow 1s linear;
  -moz-transition: text-shadow 1s linear;
  -o-transition: text-shadow 1s linear;
  transition: text-shadow 1s linear;
}
.grid .glow.in {
  text-shadow: 
  0.025em 0.025em 0.025em rgba(0, 0, 0, 0.8),
  0 0 0.5em rgba(255, 255, 255, 0.3);
}
.grid .fade {
  opacity: 0;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
   -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.grid .fade.in {
  opacity: 1;
}
/* BUTTONS
***************/
.grid .btn {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  display: inline-block;
  text-decoration: none;
  font-weight: 200;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 0.5em;
  padding: 0.8em 1.2em;
  background-color: #ED303C;
  background-image: -moz-linear-gradient(top, #ED303C, #8D121A);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ED303C), to(#8D121A));
  background-image: -webkit-linear-gradient(top, #ED303C, #8D121A);
  background-image: -o-linear-gradient(top, #ED303C, #8D121A);
  background-image: linear-gradient(to bottom, #ED303C, #8D121A);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 5px rgba(0,0,0,.25);
}
.grid .btn:hover,
.grid .btn-primary:active,
.grid .btn-primary.active,
.grid .btn-primary.disabled,
.grid .btn-primary[disabled] {
  text-decoration: none;
  color: #ddd;
  background-color: #8D121A;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.grid .btn.active,
.grid .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* MARKETING
***************/
.grid .jumbotron {
  position: relative;
  padding: 3em 0;
  text-align: center;
  background: #242424;
}
.grid .jumbotron h1 {
  color: #fff;
  font-family: Rokkitt;
  font-size: 13em;
  font-weight: 200;
  text-shadow: 0.025em 0.025em 0.025em rgba(0, 0, 0, 0.8);
  visibility: hidden;
}
.grid .jumbotron h1 .char11 {
  color: #ED303C;
}
.grid .jumbotron p {
  margin-top: -1em;
  letter-spacing: 0.15em;
  color: #ccc;
  font-size: 1.25em;
  font-weight: 200;
  text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.8);
  visibility: hidden;
  text-align: center;
}
.grid .jumbotron .btn {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.6em;
}
.grid .playground {
  background: #242424;
  border-radius: 4px;
  border: 1px solid #333;
  margin-bottom: 10px;
}
.grid .playground .controls {
  margin-bottom: 0;
  background: #282828;
  border-radius: 0 0 4px 4px;
  border: 1px solid #0c0c0c;
  border-top: 1px solid #333;
}
.grid .playground .controls form {
  margin-bottom: 0;
  padding-bottom: 8px;
}
.grid .playground .controls select {
  width: 48%;
  margin-right: 4px;
}

@media (max-width: 480px) {
  .grid .playground .controls select {width: 100%;margin-right: 0;}
}

.grid .playground .viewport {
  display: table;
  min-height: 10em;
  padding: 20px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #0c0c0c;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.grid .playground .viewport .tlt {
  color: #fff;
  font-size: 1.5em;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 20px 0;
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.grid .deps {
  font-size: 1.2em;
}
.grid .deps ul {
  list-style-type: square;
  margin: 0;
}
.grid .deps ul li {
  line-height: 1.5em;
  font-weight: 200;
}
/* GRID 
***************/ 
.grid:after {
  content: "";
  display: table;
  clear: both;
}
.grid [class*='col-'] {
  float: left;
}
.grid .control {
  padding-right: 22px;
}
.grid .col-1-1 {
  width: 100%;
}
.grid .col-2-3 {
  width: 66.66%;
}
.grid .col-1-3 {
  width: 33.33%;
}
.grid .col-1-2 {
  width: 50%;
}
.grid .col-1-4 {
  width: 25%;
}
.grid .col-3-4 {
  width: 75%;
}
.grid .col-4-5 {
  width: 80%;
}
.grid .col-1-6 {
  width: 16.66%;
}
.grid .col-1-8 {
  width: 12.5%;
}
.grid .grid-pad {
  padding-left: 20px
}
.grid .grid-pad [class*='col-'] {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .grid [class*='col-'] {width: 100%;}
  .txtarea {padding-right: 20px!important;}
}

/* FORM
*********/
.grid form .control {
  margin-bottom: 5px;
}
.grid .control.txtarea {
  padding-right: 10px;
}
.grid  textarea {
  width: 98%;
  display: inline-block;
  height: 55px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.grid select,
.grid input[type="text"] {
  width: 100%;
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.grid input[type="text"] {
  background-color: #ddd;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
.grid input[type="text"]:focus {
  background-color: #fff;
  border-color: #8D121A;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #8D121A, 0 0 8px #ED303C;
  -moz-box-shadow: inset 0 1px 1px #8D121A, 0 0 8px #ED303C;
  box-shadow: inset 0 1px 1px #8D121A, 0 0 8px #ED303C;
}
.grid label {
  display: block;
  margin-bottom: 5px;
  cursor:default!important;
}
.grid label.inline {
  display: inline-block;
}
.grid label.checkbox {
  padding: 4px 0;
  margin-right: 10px;
  white-space: nowrap;
  vertical-align: top;
}
/* CODE 
**************/
.grid pre code {
  background: transparent;
}

.foptions .copybutton {
  min-height:29px;
  height:29px;
}
.foptions .copybutton label {
  vertical-align:baseline;
}

#tooltip1,
#tooltip2,
#tooltip3,
#tooltip4 {
  display:none;
  background-color: #282828;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 14px;
  position: absolute;
  z-index: 1;
  right: 105%;
}
#tooltip1::after,
#tooltip2::after,
#tooltip3::after,
#tooltip4::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #282828;
}

/* блок восстановления css старого wordpress begin */
.foptions .postbox {
  border: 1px solid #D8D8D8;
}
.foptions input[type=color],
.foptions input[type=date],
.foptions input[type=datetime-local],
.foptions input[type=datetime],
.foptions input[type=email],
.foptions input[type=month],
.foptions input[type=number],
.foptions input[type=password],
.foptions input[type=search],
.foptions input[type=tel],
.foptions input[type=text],
.foptions input[type=time],
.foptions input[type=url],
.foptions input[type=week],
.foptions select,
.foptions textarea {
  border: 1px solid #c4bfbf;
  border-radius: 4px;
}
.foptions input[type=checkbox],
.foptions input[type=radio] {
  border: 1px solid #b4b9be;
  border-radius: 3px;
}
.foptions input[type=checkbox]:focus,
.foptions input[type=color]:focus,
.foptions input[type=date]:focus,
.foptions input[type=datetime-local]:focus,
.foptions input[type=datetime]:focus,
.foptions input[type=email]:focus,
.foptions input[type=month]:focus,
.foptions input[type=number]:focus,
.foptions input[type=password]:focus,
.foptions input[type=radio]:focus,
.foptions input[type=search]:focus,
.foptions input[type=tel]:focus,
.foptions input[type=text]:focus,
.foptions input[type=time]:focus,
.foptions input[type=url]:focus,
.foptions input[type=week]:focus,
.foptions select:focus,
.foptions textarea:focus {
  border-color: #5b9dd9;
  box-shadow: 0 0 2px rgba(30,140,190,.8);
  outline: 2px solid transparent;
}
.foptions input[type=date],
.foptions input[type=datetime-local],
.foptions input[type=datetime],
.foptions input[type=email],
.foptions input[type=month],
.foptions input[type=number],
.foptions input[type=password],
.foptions input[type=search],
.foptions input[type=tel],
.foptions input[type=time],
.foptions input[type=url],
.foptions input[type=week] {
  padding: 0 0 0 8px;
}
.foptions input:disabled,
.foptions select:disabled,
.foptions textarea:disabled {
  background: rgba(255,255,255,.5)!important;
  border-color: #D9D9D9!important;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.04)!important;
  color: rgba(51,51,51,.5)!important;
}
.foptions .mybutton {
  color: #555;
  border-color: #ccc;
  background: #f7f7f7;
  box-shadow: 0 1px 0 #ccc;
  vertical-align: top;
}
.foptions .mybutton:active {
  background: #eee;
  border-color: #999;
  box-shadow: inset 0 2px 5px -3px rgba(0,0,0,.5)!important;
  transform: translateY(1px);
}
.foptions .mybutton:focus {
  border-color: #5b9dd9;
  box-shadow: 0 0 3px rgba(0,115,170,.8);
  color: #23282d;
}
.foptions .mybutton:hover {
  background: #fafafa;
  border-color: #999;
  color: #23282d;
}
.foptions .mybutton:disabled,
.foptions .mybutton[disabled] {
  color: #a0a5aa!important;
  border-color: #ddd!important;
  background: #f7f7f7!important;
  box-shadow: none!important;
  text-shadow: 0 1px 0 #fff!important;
  cursor: default;
  -webkit-transform: none!important;
  transform: none!important;
}
/* блок восстановления css старого wordpress end */