body {
  background-color: #f7f7f7;
}

.empty-div {
  width: 100%;
  padding: 3em 0 1em;
}

.empty-div-half {
  width: 100%;
  padding: 1em 0;
}

.bold-class {
  font-weight: bold;
}

.p-newpost {
  color: #a0a0a0;
}

code {
  color: #454545;
  background: #efefef;
  border: 1px solid #dfdfdf;
  min-width: 300px;
  font-size: .7em;
  line-height: 1.5em;
  display: block;
  overflow: auto;
}

.iphone-canvas {
  z-index: 999;
  position: fixed;
}

.modal {
  z-index: 2147483647;
  opacity: 0;
  pointer-events: none;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.modal.active {
  opacity: 1;
  pointer-events: all;
}

.modal-content {
  background-color: #eee;
  border-radius: 1em;
  padding: 2em;
}

.svg-menu-plank .tert a {
  color: #db3d3d;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.svg-menu-plank .tert a:hover {
  color: #db3d3d;
  text-decoration: underline;
}

.subenter {
  background-color: #07c;
}

.algn-btn {
  float: left;
  width: 100%;
  padding: 3em 0;
}

.err-message {
  color: #d60000;
  text-align: center;
  z-index: 9;
  position: absolute;
  bottom: 20px;
}

.custom-icon-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-icon-input:before {
  content: "Upload icon for post";
  color: #fff;
  letter-spacing: .05em;
  -webkit-user-select: none;
  cursor: pointer;
  background: #159dc3 url("icon-post.0a2e2ffb.svg") 25px 17px no-repeat;
  border: none;
  border-radius: .6em;
  padding: 15px 35px 15px 58px;
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input:before {
  content: "Upload image";
  color: #fff;
  letter-spacing: .05em;
  -webkit-user-select: none;
  cursor: pointer;
  background: #159dc3 url("upload.53b354d1.svg") 25px 17px no-repeat;
  border: none;
  border-radius: .6em;
  padding: 15px 35px 15px 58px;
  font-size: 1.1em;
  font-weight: bold;
  display: inline-block;
}

.style-title input[type="text"] {
  text-indent: .5em;
  border-radius: .4em;
  width: 100%;
  margin: 0 0 1em;
}

.testcss {
  font-size: 6em;
}

.save-note, .save-note-in {
  z-index: 1;
  color: #fff;
  cursor: pointer;
  letter-spacing: .02em;
  background: #159dc3 url("i_load.b076ffa5.gif") no-repeat;
  border: none;
  border-radius: .6em;
  align-items: center;
  width: 100%;
  font-weight: bold;
  display: block;
  position: relative;
}

.i-delete {
  background: url("i_delete.4a5824c3.png") 20px no-repeat;
}

.i-delete:hover {
  background: url("i_delete_h.b6dd24d4.png") 20px no-repeat;
}

.p-imageurl {
  padding: 2em 0;
}

.block_about {
  width: 90%;
  position: absolute;
  left: 5%;
}

.video_about {
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tag-about {
  margin: 2em 0 1em;
}

.title-h2 {
  color: #159dc3;
  margin: 1.5em 0;
  font-size: 3em;
}

.tag-about span {
  float: left;
  color: #dfdfdf;
  background-color: #5a5a5a;
  border-radius: 6px;
  margin: 0 .3em 1.5em;
  padding: .8em;
  display: block;
}

div.top-new-post {
  padding: 3.5em 2% 1.5em;
  font-size: 2.5em;
}

.top-new-post h1 {
  color: #363636;
}

.top-new-post h1, .top-new-post p {
  padding-left: 3%;
}

.top-new-post p {
  margin: 1em 2em 1em 0;
}

.txtColumn {
  color: #707070;
  padding: 4em 2em 1em;
  font-size: 1.8em;
  line-height: 1.5em;
}

.iconBlock {
  background-color: #fff;
  border-radius: 1em;
  width: 100%;
  padding: .5em 0;
  display: flex;
}

.iblock {
  vertical-align: top;
  width: 100%;
  padding: 3.5em 3em 3.5em 3%;
  display: inline-block;
}

.iconViewer {
  background-color: #e2e2e2;
  border-radius: 100%;
  min-width: 200px;
  max-width: 200px;
  height: 200px;
  margin: 2.2em;
  display: inline-block;
  overflow: hidden;
}

.iconViewer img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.imageViewer {
  text-align: center;
  z-index: -999;
  object-fit: cover;
  background-color: #eaeaea;
  width: 100%;
  padding: 4em 0;
  display: block;
}

.imageViewer img {
  object-fit: cover;
  max-width: 90%;
}

span.css-author {
  color: #fff;
}

.css-post {
  width: 80vw;
  margin: 0 10vw;
}

div.css-checkbox {
  background: #eaeaea;
  border-radius: .5em;
  width: 100%;
  height: 100px;
  padding-bottom: 1em;
  display: block;
}

.css-checkbox p {
  color: #8b8b8b;
  margin: -1.5em 0 0 1em;
  padding: 0 0 0 5em;
  display: block;
}

.style-title .css-checkbox input {
  float: left;
  width: 40px;
  margin: 3.5em .4em 0 2em;
  padding: 0;
  transform: scale(2);
}

.style-title .css-checkbox label {
  width: 40px;
  padding-left: 1em;
  line-height: 3.6em;
  display: inline;
}

label.style-select {
  padding: 0 0 1.5em;
}

.style-select span {
  padding: 0 2em 0 0;
  display: block;
}

.style-select select {
  text-indent: .5em;
  border-radius: .4em;
  width: 100%;
  padding: .5em 0;
  font-size: 1.1em;
}

input.input-file {
  text-indent: 0;
  padding: 1em 0;
  font-size: 1.2em;
}

.style-simplemde {
  font-size: 2em;
}

span.empty-block {
  padding: 5em 0;
  display: block;
}

.css-txt {
  display: block;
}

.css-txt p {
  color: #595959;
  padding: .5em 0;
}

.h2-position {
  z-index: 2147483647;
  color: #fff;
  font-size: 1.5em;
  position: absolute;
  bottom: 10vh;
  left: 4vw;
}

.svg-plank {
  cursor: pointer;
  float: right;
  height: 25px;
  margin-top: -4px;
  padding: 0 .1em 2em;
  font: 1em Arial, sans-serif;
  display: inline-block;
}

.svg-plank svg {
  padding: 1em;
}

.svg-plank:hover {
  background: #676767;
}

.svg-menu-plank {
  z-index: -1;
}

.svg-menu-plank a {
  color: #035367;
  padding: 1em 20px 1em 38px;
}

.svg-menu-plank a:hover {
  color: #a80000;
}

.dxnv {
  opacity: 1;
  padding-top: 50px;
  transition: height .3s;
}

.dddd {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  transition: height .3s;
  overflow: hidden;
}

.svg-menu-plank h4 {
  padding: .6em 1em 1em 1.1em;
  font-weight: bold;
}

.svg-menu-plank span {
  margin-left: 10px;
}

.svg-menu-plank li > .css-delete {
  background: url("delete.f5e01772.svg") 8px 12px no-repeat;
  padding-left: 34px;
}

a.delete-comm {
  color: #bebebe;
  margin-top: 2em;
  margin-bottom: -2em;
  padding: .5em 0;
  font-size: .8em;
  display: block;
}

a.delete-comm:hover {
  color: #4d4d4d;
}

.wdth {
  float: left;
}

.svg-menu-plank li > .css-edit {
  background: url("edit.51662921.svg") 18px 13px no-repeat;
  padding-left: 43px;
}

.css-plank {
  max-width: 700px;
  display: inline-flexbox;
  background-color: #c2f3ff;
  border-radius: 6px;
  margin: 2em 0;
  overflow: hidden;
}

.css-plank li {
  float: left;
}

.plank-span {
  padding: 1.1em;
}

.css-plank .fp {
  opacity: .6;
}

.css-plank li > a {
  color: #035367;
  background: none;
  padding: 1.1em;
  text-decoration: none;
  display: inline-block;
}

.css-plank li > a:hover {
  color: #fff;
  background-color: #1798bb;
}

.fPost {
  width: 100%;
  height: 100%;
  position: absolute;
}

.txtfPOst {
  z-index: 9;
  margin-left: 10%;
  padding-top: 20vh;
  position: absolute;
}

.txtfPOst h1 {
  opacity: .8;
  color: #fff;
}

.rt-lenta-post {
  float: right;
  position: absolute;
}

.rt-lenta-post a {
  color: #fff;
  padding: 1em 0;
  font-size: 1.3em;
  line-height: 1.5em;
  display: block;
}

.rt-lenta-post a:hover {
  color: #e1c2af;
}

.wrapper {
  backdrop-filter: blur(20px);
  background-color: #45d6ff1a;
  border-radius: 1em;
  max-width: 500px;
  margin: 0 auto;
}

.ErrorBlock {
  color: #0009;
  width: 40%;
  height: 100px;
  margin: 15% 10% 0 5%;
  font-size: 4em;
  font-weight: bold;
  line-height: 1.4em;
  position: absolute;
}

.loading-signinup {
  width: 50%;
  margin-top: 20vh;
  margin-left: 25%;
}

.loading-signinup p {
  text-align: center;
  font-size: 2em;
}

.css-userform {
  padding-top: 15vh;
  position: absolute;
}

.css-userform h2 {
  text-align: left;
  color: #fff;
}

.css-userform button {
  width: 100%;
}

.chat-container {
  float: left;
  height: 100%;
  display: inline;
}

.user-chats {
  background: #f0f0f0 url("backgray.c1c1e2dd.png");
  border-right: 1px solid #ccc;
  width: 300px;
  padding: 63px 10px 10px;
  position: fixed;
}

.all-messages-block {
  background: url("bg-chat.2738a152.png") center / cover no-repeat;
  min-height: calc(100vh - 315px);
  padding: 2em 1em;
}

div.messages-block {
  width: calc(100vw - 335px);
  margin-top: 117px;
  margin-bottom: 130px;
  position: static;
  overflow: hidden;
}

.messages-block img {
  border-radius: 6px;
  max-width: 100%;
}

.messages {
  float: left;
  background-color: #fff;
  width: calc(100vw - 335px);
  margin-left: 320px;
}

.myposts-li-block {
  padding-top: 3em;
}

.myposts-li-block li {
  border-bottom: 1px solid #c4c4c4;
  font-weight: bold;
  display: block;
}

.myposts-li-block a h1 {
  color: #0286ab;
  padding: .2em 0;
}

.myposts-li-block a {
  color: #0286ab;
}

.myposts-li-block a:hover h1 {
  color: #363636;
}

.clickMore {
  text-align: center;
  cursor: pointer;
  background-color: #e6e6e6;
  padding: 2em 0;
  font-size: 1.2em;
  font-weight: bold;
}

.top_commbocks {
  width: 100%;
  max-width: calc(800px + 2em);
  display: inline-block;
}

.top_commbocks h3 {
  color: #979797;
  float: left;
  font-weight: normal;
}

h3.comment-name {
  width: 100%;
  padding: 2em 0;
  display: block;
}

.comments-block {
  width: 80%;
  margin: -4em 10% 5%;
  display: inline-block;
}

.comments-block form {
  padding-bottom: 4em;
}

.comments-block textarea {
  border: none;
  border-radius: 6px;
  width: calc(100% - 1em);
  max-width: 800px;
  height: 100px;
  margin: 0 0 2em;
  padding: .5em;
  font-size: 1.4em;
  display: block;
}

.comments-block button {
  color: #fff;
  float: left;
  background-color: #07c;
  border: none;
  border-radius: 1em;
  padding: .5em 1.5em;
  font-size: 1em;
}

.length-comments {
  float: right;
  color: #b9b9b9;
  margin-bottom: 1.5em;
}

.comment-block {
  border-bottom: 1px solid #bebebe;
  padding: 1.6em 0;
}

.comments-block h3 {
  float: left;
  padding-right: 1em;
  font-size: 1.2em;
  display: inline;
}

.comment-block span {
  color: #8d8d8d;
}

.comment-block p {
  color: #474747;
  padding-top: .6em;
  font-size: 1.2em;
}

.form-comment {
  max-width: 800px;
  margin-top: 5em;
}

.author-comment {
  padding-right: 1em;
  font-size: 1.1em;
  font-weight: bold;
}

.comment-post {
  margin-top: .5em;
}

.comment-post-link {
  color: #0286ab;
  font-size: .9em;
}

.comments-post-link:hover {
  color: #000;
}

.leftStyle div.card {
  position: fixed;
  top: auto;
}

.user-chats {
  float: left;
  width: 300px;
  height: 100vh;
  display: inline;
}

.my-categories li {
  border: 1px solid #dadada;
  border-radius: 8px;
  margin: 1em .8em 0 0;
  padding: .7em 1em;
  font-size: .9em;
  display: inline-block;
}

.my-categories li a {
  color: #868686;
}

.futer-block {
  padding: 5em 3em;
}

.futer-block h3 {
  margin: 5 em 2em;
}

.futer-block p {
  color: #868686;
  padding: 3em 0 0;
}

.futer-block a {
  color: #868686;
}

.futer-block span {
  padding-right: 5em;
}

.form-message {
  background: #fff;
  width: calc(100% - 340px);
  margin-top: 50px;
  margin-left: 1px;
  padding: 10px;
  display: block;
  position: fixed;
  bottom: 0;
}

.fm-textarea {
  color: #222;
  resize: vertical;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  flex: 1;
  width: calc(100% - 160px);
  min-height: 48px;
  max-height: 160px;
  padding: 10px 12px;
  font-family: inherit;
  font-size: .95rem;
  line-height: 1.3;
  transition: border-color .15s, box-shadow .15s;
  box-shadow: inset 0 1px 2px #00000008;
}

.fm-textarea:focus {
  border-color: #4a90e2;
  outline: none;
  box-shadow: 0 0 0 6px #4a90e214;
}

.fm-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(#4a90e2 0%, #357abd 100%);
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: .95rem;
  font-weight: 600;
  transition: transform 80ms, box-shadow .12s, opacity .12s;
  box-shadow: 0 6px 14px #357abd29;
}

.fm-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px #357abd38;
}

.fm-button:active {
  transform: translateY(0);
}

.fm-button:disabled {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

@media (width <= 600px) {
  .form-message {
    gap: 8px;
    padding: 8px;
  }

  .fm-button {
    padding: 8px 10px;
    font-size: .9rem;
  }

  .fm-textarea {
    min-height: 44px;
    max-height: 120px;
  }
}

.fm-button .icon {
  vertical-align: middle;
  margin-left: 6px;
  display: inline-block;
}

.message-block {
  background: #b9ddff;
  border-radius: 8px;
  flex-direction: column;
  margin-top: 1em;
  padding: 1em;
  display: flex;
  box-shadow: 0 1px 4px #0000000a;
}

.messages-block h2 {
  color: #333;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.5em;
}

.message-block {
  text-align: left;
  background: #fff;
  border-radius: 8px;
  flex-direction: column;
  max-width: 100%;
  margin-bottom: 1em;
  padding: 1em;
  display: flex;
  box-shadow: 0 1px 4px #0000000a;
}

.head-chat-name {
  z-index: 9;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  width: calc(100vw - 340px);
  margin-left: 1px;
  padding: 75px 0 0 10px;
  font-weight: bold;
  position: fixed;
}

.head-chat-name li {
  vertical-align: top;
  margin-right: 1em;
  display: inline-block;
}

.head-chat-name li.rButMenu {
  float: right;
  background-color: #eee;
  border-radius: 20px;
  padding: .2em;
  font-weight: normal;
  display: flex;
  position: relative;
  right: .5em;
  transform: translateY(50%);
}

.head-chat-name h2 {
  color: #00afe4;
  margin: .4em 0 .63em;
}

.head-chat-name p.last-visit {
  color: #aaa;
  margin-top: -10px;
  padding-bottom: 1em;
  font-size: .9em;
  font-weight: normal;
}

.author-message {
  color: #1976d2;
  margin-right: 1em;
  font-weight: bold;
}

.message-block p {
  color: #444;
  word-break: break-word;
  margin: 0;
  font-size: 1em;
}

.message-block.their {
  background: #fff;
  border: 1px solid #0003;
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
  box-shadow: 5px 5px 5px #0000001a;
}

.message-block.mine {
  background: #e6f0ff;
  border: 1px solid #0003;
  width: fit-content;
  max-width: 600px;
  margin-left: auto;
  margin-right: 0;
  box-shadow: 5px 5px 5px #0000001a;
}

.message-block p {
  white-space: pre-wrap;
  padding-right: 1em;
}

.mine p, their p {
  text-align: left;
}

.mine span, .their span {
  float: left;
  display: inline;
}

.message-block img {
  border-radius: 8px;
  max-width: 240px;
  margin-top: 8px;
  display: block;
}

.cats_block {
  padding-top: 3em;
}

.cats_block li {
  border-bottom: 1px solid #c4c4c4;
  font-weight: bold;
  display: block;
}

.cats_block li h1 {
  padding: .2em 0;
}

.cats_block li h1:hover {
  color: #363636;
}

.li-post-flex {
  margin-top: .3em;
  display: flex;
}

.iconPost img.no-avatar {
  float: left;
  object-fit: none;
  position: absolute;
}

.iconPost {
  float: left;
  background-color: #e2e2e2;
  border-radius: 100%;
  margin: 0 2.2em 2.2em 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.iconPost img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.css-plank-cat {
  float: left;
  background-color: #c2f3ff;
  border-radius: 8px;
  margin-top: 1em;
  padding: 1em 0;
  font-weight: normal;
  display: block;
  overflow: hidden;
}

.css-plank-cat span {
  padding: 2em .7em;
}

.css-plank-cat a {
  padding: 1em .7em;
}

.css-plank-cat a:hover {
  color: #fff;
  background-color: #1798bb;
}

.cats_block a {
  color: #0286ab;
}

.cats_block a:hover li {
  color: #47bc00;
}

.top-block {
  padding: 3em 4% 0 0;
}

.top-block h2 {
  color: #363636;
  min-width: fit-content;
  font-family: Arial, sans-serif;
}

.all-post-block {
  width: 100%;
  padding-top: 1em;
  display: block;
}

.all-post-block:before, .all-post-block:after {
  content: "";
  display: table;
}

.all-post-block:after {
  clear: both;
}

.all-post-block {
  clear: both;
  zoom: 1;
}

.all_post {
  float: right;
  color: #fff;
  background-color: #00b5e3;
  border-radius: 6px;
  padding: 1em;
  font-size: .85em;
}

span.uname_weight {
  font-weight: bold;
}

div.xclose:hover {
  opacity: 1;
  transform: rotate(360deg);
}

.xcls-1 {
  z-index: 0;
}

.xcls-1, .xcls-2 {
  fill-rule: evenodd;
}

.xcls-2 {
  fill: #00b5e3;
  z-index: 1;
  transform-origin: 50%;
  transition: all .3s;
}

.xcls-1:hover + .xcls-2 {
  opacity: 1;
  transform: rotate(360deg);
}

.small-menu-01 {
  fill: none;
  stroke: #8ed9ed;
  stroke-width: 2px;
}

.small-menu-02 {
  fill: #8ed9ed;
  fill-rule: evenodd;
}

.css-back {
  z-index: 999;
  opacity: .8;
  width: 50px;
  height: 80px;
  position: fixed;
  top: 15%;
  right: 7%;
}

.css-back:hover:after {
  content: "back";
  z-index: 1;
  background: #ffffe6e6;
  border-radius: 3px;
  padding: 5px 10px;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.css-back-chat {
  z-index: 999;
  opacity: .8;
  width: 50px;
  height: 80px;
  position: relative;
  right: 0;
}

.css-back-chat:hover:after {
  z-index: 1;
  background: #ffffe6e6;
  border-radius: 3px;
  padding: 5px 10px;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.loader-canvas {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
}

.bg-canvas {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
}

.bg-canvas img {
  height: 100vh;
}

.black_bg {
  z-index: -2;
  background-color: #000;
  width: calc(100vw - 22px);
  height: 100vh;
  position: absolute;
}

.htcanvas {
  z-index: -99999;
  border-radius: 1em;
  width: 100%;
  height: 100%;
  margin-bottom: 4em;
}

.post-canvas {
  float: left;
  align-content: center;
  width: 100%;
  position: relative;
}

.post-canvas canvas {
  height: 60vh;
  position: relative;
}

.img-post img {
  border-radius: 8px;
  max-width: 100%;
}

.imgStyle {
  float: left;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.imgStyle img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

input.script-url {
  float: left;
  position: relative;
  transform: scale(2);
}

.script-url label {
  margin-left: 8em;
  position: relative;
  transform: scale(2);
}

.right-comments {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin-top: 10px;
  display: flex;
}

.no-comments {
  color: #777;
  font-size: 13px;
}

.comment-item {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  transition: transform .12s, box-shadow .12s;
  display: flex;
  box-shadow: 0 4px 10px #00000008;
}

.comment-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px #0000000f;
}

.comment-head {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  display: flex;
}

.comment-author {
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

.comment-date {
  color: #999;
  font-size: 12px;
}

.comment-text {
  color: #444;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 13px;
  line-height: 1.4;
}

@media screen and (width >= 376px) and (width <= 576px) {
  code {
    width: calc(100% - 2em);
    margin: 2.5em 0;
    padding: 1em;
    display: block;
  }

  .css-plank {
    font-size: 1em;
  }

  .all-post-block {
    padding-top: 0;
    font-size: .8em;
  }

  .length-comments {
    float: left;
    padding-top: .5em;
    font-size: .8em;
  }

  .img-post img, .comments-block textarea {
    border-radius: 3px;
  }

  .comments-block button {
    border-radius: 5px;
    font-size: .8em;
  }

  .comments-block {
    margin-top: -6em;
  }

  .svg-menu-plank a {
    padding-top: 1.4em;
  }

  .comment-block {
    font-size: .8em;
  }

  a.delete-comm {
    margin-top: 1em;
  }

  .txtfPOst h1 {
    width: 90%;
    margin-top: 50vw;
    font-size: 3em;
  }

  .rt-lenta-post {
    display: none;
  }

  .iphone-canvas {
    width: 90vw;
    height: 60vh;
    left: 5%;
  }

  .myposts-li-block a h1 {
    font-size: 2.3em;
  }

  .post-cont {
    margin-left: 90px;
  }

  .iconPost {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    margin-top: .7em;
  }

  .css-plank-cat {
    margin-top: .4em;
    font-size: .8em;
  }

  .myposts-li-block li {
    padding: 1em 5% 5.5em;
  }

  .all_post {
    border-radius: 6px;
    margin: 4em 0 0 5%;
    padding: 1em;
    font-size: .8em;
  }

  .svg-plank svg {
    height: 25px;
  }

  .li-svg-plank {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .svg-menu-plank {
    float: left;
    width: 100%;
    margin-top: -43px;
    left: 0;
  }

  .top-block h2 {
    padding: 1.5em 0 0;
    font-size: 2.2em;
    font-weight: bold;
    line-height: 1.1em;
  }

  .css-txt {
    padding: 0 0 2em;
    font-size: 1em;
    line-height: 1.3em;
    display: block;
  }

  .css-txt a {
    background: #45abc5;
    padding: 1px;
  }

  .img-post {
    padding: 1em 0;
  }

  .imgStyle {
    max-height: 450px;
    margin: 1em 0 2em;
  }

  .cats_block li h1 {
    padding: .2em 0;
    font-size: 1.5em;
  }

  .cats_block li {
    padding: 1.2em 5% 5em;
  }

  .top-new-post h1 {
    font-size: 1.8em;
  }

  .p-newpost {
    font-size: .7em;
  }

  .wrapper {
    padding: 2.5em;
  }

  .css-userform {
    width: 80vw;
    margin: 0 10%;
    padding-top: 18vh;
  }

  .css-userform h2 {
    font-size: 2.4em;
  }

  label {
    margin-top: 1.3em;
    font-size: 1.2em;
  }

  input[type="text"], #password {
    font-size: 1.1em;
  }

  .css-userform button {
    width: 100%;
  }

  .save-note, .save-note-in {
    background-size: 1.4em;
    padding: 19px 10px 19px 35px;
    font-size: 1em;
  }

  .save-note {
    background-position: calc(50% - 65px) calc(50% - 2px);
  }

  .save-note-in {
    background-position: calc(50% - 50px) calc(50% - 2px);
  }

  .err-message {
    width: 90%;
    bottom: -6em;
    left: 5%;
  }

  .up {
    bottom: -4em;
  }

  .iconPost img.no-avatar {
    object-fit: fill;
    width: 50%;
    height: 50%;
    margin: 25%;
  }

  .futer-block {
    font-size: .8em;
  }
}

@media screen and (width >= 576px) and (width <= 960px) {
  code {
    float: left;
    width: calc(100% - 2em);
    margin: 2em 0;
    padding: 1em;
  }

  .comments-block {
    margin-top: .2em;
  }

  .txtfPOst h1 {
    width: 50vw;
    font-size: 4em;
    line-height: 1.1em;
  }

  .rt-lenta-post {
    float: left;
    width: 95vw;
    display: flex;
    top: 82vh;
    left: 5vw;
  }

  .rt-lenta-post div {
    float: left;
    width: 30%;
    margin-right: 3%;
    display: block;
  }

  .iphone-canvas {
    width: 55vw;
    height: 100vh;
    top: -70px;
    right: 2vw;
  }

  .myposts-li-block a h1 {
    font-size: 3em;
  }

  .post-cont {
    margin-left: 150px;
  }

  .iconPost {
    min-width: 120px;
    max-width: 120px;
    height: 120px;
    margin-top: 1em;
  }

  .css-plank-cat {
    font-size: .9em;
  }

  .myposts-li-block li {
    padding: 1em 5% 5.5em;
  }

  .all_post {
    margin: 4em 0 0 5%;
  }

  .all-post-block {
    font-size: .9em;
  }

  .imgStyle {
    max-height: 450px;
    margin: 1em 0 2em;
  }

  .top-block h2 {
    padding: 1em 0 0;
    font-size: 4em;
    font-weight: bold;
    line-height: 1em;
  }

  .css-txt {
    padding: 0 0 2em;
    font-size: 1em;
    line-height: 1.6em;
    display: block;
  }

  .svg-menu-plank {
    float: left;
    width: 100%;
  }

  .dxnv {
    padding-top: 0;
  }

  .img-post {
    padding: 1em 0;
  }

  .cats_block li h1 {
    padding: .2em 0;
    font-size: 3em;
  }

  .cats_block li {
    padding: 1.2em 5% 6em;
  }

  .cats_block ul {
    margin-top: 1em;
  }

  .top-new-post h1 {
    font-size: 2.5em;
  }

  .p-newpost {
    font-size: 1em;
  }

  .wrapper {
    padding: 3em;
  }

  .css-userform {
    width: 60vw;
    margin: 0 20%;
    padding-top: 20vh;
  }

  .css-userform h2 {
    font-size: 2.7em;
  }

  label {
    margin-top: 1.5em;
    font-size: 1.2em;
  }

  input[type="text"], #password {
    font-size: 1.2em;
  }

  .css-userform button {
    width: 100%;
  }

  .save-note, .save-note-in {
    background-size: 1.4em;
    padding: 19px 10px 19px 35px;
    font-size: 1em;
  }

  .save-note {
    background-position: calc(50% - 65px) calc(50% - 2px);
  }

  .save-note-in {
    background-position: calc(50% - 50px) calc(50% - 2px);
  }

  .err-message {
    width: 90%;
    bottom: -6em;
    left: 5%;
  }

  .up {
    bottom: -4em;
  }
}

@media screen and (width <= 376px) {
  .css-post {
    width: 90%;
    margin: 0 5%;
  }

  code {
    width: calc(100% - 2em);
    min-width: auto;
    margin: 1em 0;
    padding: 1em;
    font-size: .6em;
  }

  .comments-block {
    margin-top: -7em;
    display: inline-block;
  }

  .length-comments {
    float: left;
    padding-top: 1em;
  }

  .txtfPOst h1 {
    width: 90%;
    margin-top: 75vw;
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .iphone-canvas {
    width: 90%;
    height: 50vh;
    top: 15vw;
    left: 5vw;
  }

  .txtfPOst {
    width: 90%;
  }

  .rt-lenta-post {
    display: none;
  }

  .iconBlock {
    padding: 0 1em;
    display: block;
  }

  .iblock button {
    float: none;
    margin: 2em 0;
  }

  .p-imageurl {
    padding: 0 1em 0 0;
  }

  .iblock {
    padding-top: 1.5em;
    display: block;
  }

  .myposts-li-block a h1 {
    font-size: 1.4em;
  }

  .post-cont {
    margin-left: 90px;
  }

  .iconPost {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    margin-top: .3em;
  }

  .css-plank-cat {
    font-size: .7em;
  }

  .myposts-li-block li {
    padding: 1em 5% 4.5em;
  }

  .all_post {
    margin: 3em 0 0 5%;
    padding: 1em 1.8em;
    font-size: .9em;
  }

  .css-plank-cat span {
    padding: 2em 1em 2em 0;
  }

  .top-block h2 {
    padding: 1.6em 0 0;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;
  }

  .css-txt p {
    font-size: .5em;
    line-height: 1.4em;
  }

  .css-txt {
    padding: 0 0 2em;
    font-size: 2em;
    line-height: 1.3em;
    display: block;
  }

  .img-post {
    padding: 1em 0;
  }

  .imgStyle {
    max-height: 500px;
    margin: 1em 0 2em;
  }

  .css-plank {
    font-size: .9em;
  }

  .dxnv {
    padding-top: 0;
  }

  .svg-menu-plank {
    float: left;
  }

  .cats_block li h1 {
    padding: .2em 0;
    font-size: 1.4em;
  }

  .cats_block li {
    padding: 1.2em 5% 4.3em;
  }

  .top-new-post h1 {
    font-size: 1.5em;
  }

  .p-newpost {
    font-size: .6em;
  }

  .wrapper {
    padding: 2em;
  }

  .css-userform {
    width: 90vw;
    margin: 0 5%;
    padding-top: 15vh;
  }

  .css-userform h2 {
    font-size: 1.5em;
  }

  label {
    margin-top: 1em;
    font-size: 1.2em;
  }

  input[type="text"], #password {
    font-size: 1em;
  }

  .css-userform button {
    width: 100%;
  }

  .save-note, .save-note-in {
    background-size: 1.4em;
    padding: 16px 10px 16px 35px;
    font-size: .9em;
  }

  .save-note {
    background-position: calc(50% - 65px) calc(50% - 2px);
  }

  .save-note-in {
    background-position: calc(50% - 50px) calc(50% - 2px);
  }

  .err-message {
    width: 90%;
    bottom: -6em;
    left: 5%;
  }

  .up {
    bottom: -4em;
  }

  .iconPost img.no-avatar {
    object-fit: fill;
    width: 50%;
    height: 50%;
    margin: 25%;
  }
}

@media screen and (width >= 960px) and (width <= 1200px) {
  code {
    float: left;
    width: calc(100% - 2em);
    margin: 3em 0;
    padding: 2em;
    font-size: .9em;
  }

  .comments-block {
    margin-top: 0;
  }

  .txtfPOst h1 {
    width: 45vw;
    font-size: 5em;
  }

  .rt-lenta-post {
    width: 20vw;
    display: block;
    top: 20vh;
    right: 2vw;
  }

  .iphone-canvas {
    width: 55vw;
    height: calc(100vh - 32px);
    top: 32px;
    left: 28vw;
  }

  .myposts-li-block a h1 {
    font-size: 3em;
  }

  .css-plank-cat {
    font-size: 1em;
  }

  .post-cont {
    margin-left: 160px;
  }

  .iconPost {
    min-width: 130px;
    max-width: 130px;
    height: 130px;
    margin-top: 1em;
  }

  .myposts-li-block li {
    padding: 1em 5% 7em;
  }

  .all_post {
    margin: 4em 0 0 5%;
  }

  .top-block h2 {
    padding: .8em 0 0;
    font-size: 6em;
    line-height: 1em;
  }

  .css-txt {
    margin-top: 2em;
    font-size: 1.4em;
    line-height: 1.6em;
    display: block;
  }

  .img-post {
    padding: 2em 0;
  }

  .imgStyle {
    max-height: 500px;
    margin: 2em 0 5em;
  }

  .cats_block li h1 {
    padding: .2em 0;
    font-size: 4em;
  }

  .cats_block li {
    padding: 1.5em 5% 6.5em;
  }

  .top-new-post h1 {
    font-size: 2.5em;
  }

  .p-newpost {
    font-size: 1.1em;
  }

  .wrapper {
    padding: 3em 5em;
  }

  .css-userform {
    width: 50vw;
    margin: 0 25%;
    padding-top: 18vh;
  }

  .css-userform h2 {
    font-size: 2.8em;
  }

  label {
    margin-top: 1.5em;
    font-size: 1.2em;
  }

  input[type="text"], #password {
    font-size: 1.2em;
  }

  .css-userform button {
    width: 100%;
  }

  .save-note, .save-note-in {
    background-size: 1.4em;
    padding: 19px 10px 19px 35px;
    font-size: 1em;
  }

  .save-note {
    background-position: calc(50% - 65px) calc(50% - 2px);
  }

  .save-note-in {
    background-position: calc(50% - 50px) calc(50% - 2px);
  }

  .err-message {
    width: 90%;
    bottom: -6em;
    left: 5%;
  }

  .up {
    bottom: -4em;
  }
}

@media screen and (width >= 1200px) and (width <= 1366px) {
  code {
    float: left;
    width: calc(100% - 4em);
    margin: 2.5em 0;
    padding: 2em;
  }

  .comments-block {
    margin-top: 0;
  }

  .txtfPOst h1 {
    font-size: 6em;
  }

  .rt-lenta-post {
    width: 20vw;
    display: block;
    top: 20vh;
    right: 2vw;
  }

  .iphone-canvas {
    width: 35vw;
    height: calc(100vh - 72px);
    top: 72px;
    left: 40vw;
  }

  .txtfPOst {
    width: 50vw;
  }

  .myposts-li-block a h1 {
    font-size: 4em;
  }

  .post-cont {
    margin-left: 200px;
  }

  .iconPost {
    min-width: 160px;
    max-width: 160px;
    height: 160px;
    margin-top: 1em;
  }

  .css-plank-cat {
    font-size: 1em;
  }

  .myposts-li-block li {
    padding: 2em 5% 8em;
  }

  .all_post {
    margin: 5em 1% 3em 5%;
  }

  .top-block h2 {
    padding: .8em 0 0;
    font-size: 7em;
    line-height: .9em;
  }

  .css-txt {
    padding: 0 0 2em;
    font-size: 1.8em;
    line-height: 1.3em;
    display: block;
  }

  .img-post {
    padding: 2em 0;
  }

  .imgStyle {
    max-height: 450px;
    margin: 2em 0 5em;
  }

  .cats_block li h1 {
    padding: .2em 0;
    font-size: 4em;
  }

  .cats_block li {
    padding: 2.5em 5% 7em;
  }

  .top-new-post h1 {
    font-size: 2.5em;
  }

  .p-newpost {
    font-size: 1em;
  }

  .wrapper {
    padding: 3em 7em 3em 6em;
  }

  .css-userform {
    width: 50vw;
    margin: 0 25%;
    padding-top: 18vh;
  }

  .css-userform h2 {
    font-size: 3.5em;
  }

  label {
    margin-top: 1.5em;
    font-size: 1.4em;
  }

  input[type="text"], #password {
    font-size: 1.4em;
  }

  .css-userform button {
    width: 100%;
  }

  .save-note, .save-note-in {
    background-size: 1.2em;
    padding: 20px 10px 20px 35px;
    font-size: 1.1em;
  }

  .save-note {
    background-position: calc(50% - 75px) calc(50% - 2px);
  }

  .save-note-in {
    background-position: calc(50% - 60px) calc(50% - 2px);
  }

  .err-message {
    width: 90%;
    bottom: -5em;
    left: 5%;
  }

  .up {
    bottom: -4em;
  }
}

@media screen and (width >= 1336px) {
  code {
    float: left;
    width: calc(100% - 2em);
    margin: 3em 0;
    padding: 2em;
  }

  .comments-block {
    margin-top: 1em;
  }

  .txtColumn {
    column-count: 2;
    column-width: 40%;
    column-gap: 7%;
  }
}

@media screen and (width <= 1336px) {
  .txtColumn {
    column-count: none;
  }
}

@media screen and (width >= 1366px) and (width <= 1920px) {
  code {
    width: calc(100% - 4em);
    margin: 3em 0;
    padding: 2em;
    display: inline-block;
  }

  .txtfPOst h1 {
    font-size: 7em;
  }

  .rt-lenta-post {
    width: 20vw;
    display: block;
    top: 20vh;
    right: 2vw;
  }

  .iphone-canvas {
    width: 35vw;
    height: calc(100vh - 72px);
    top: 72px;
    left: 40vw;
  }

  .txtfPOst {
    width: 50vw;
  }

  .myposts-li-block a h1 {
    font-size: 4em;
  }

  .post-cont {
    margin-left: 230px;
  }

  .iconPost {
    min-width: 180px;
    max-width: 180px;
    height: 180px;
    margin-top: 1em;
  }

  .css-plank-cat {
    font-size: 1em;
  }

  .all_post {
    margin: 3em 1% 3em 5%;
  }

  .myposts-li-block li {
    padding: 2em 5% 8em;
  }

  .top-block h2 {
    padding: .8em 0 0;
    font-size: 7em;
    line-height: 1em;
  }

  .css-txt {
    font-size: 2em;
    line-height: 1.3em;
    display: block;
  }

  .img-post {
    padding: 2em 0;
  }

  .imgStyle {
    max-height: 500px;
    margin: 2em 0 5em;
  }

  .cats_block li h1 {
    padding: .3em 0;
    font-size: 4em;
  }

  .cats_block li {
    padding: 2em 5% 7.5em;
  }

  .top-new-post h1 {
    font-size: 2.5em;
  }

  .p-newpost {
    font-size: 1em;
  }

  .wrapper {
    padding: 3em 7em 3em 6em;
  }

  .css-userform {
    width: 50vw;
    margin: 0 25%;
    padding-top: 18vh;
  }

  .css-userform h2 {
    font-size: 3.5em;
  }

  label {
    margin-top: 1.5em;
    font-size: 1.4em;
  }

  input[type="text"], #password {
    font-size: 1.4em;
  }

  .css-userform button {
    width: 100%;
  }

  .save-note, .save-note-in {
    background-size: 1.2em;
    padding: 20px 10px 20px 35px;
    font-size: 1.1em;
  }

  .save-note {
    background-position: calc(50% - 75px) calc(50% - 2px);
  }

  .save-note-in {
    background-position: calc(50% - 60px) calc(50% - 2px);
  }

  .err-message {
    width: 90%;
    bottom: -5em;
    left: 5%;
  }

  .up {
    bottom: -4em;
  }
}

@media screen and (width >= 1920px) {
  code {
    width: calc(90% - 4em);
    max-width: 800px;
    margin: 3em 100% 3em 0;
    padding: 2em;
    display: inline-block;
  }

  .txtfPOst h1 {
    font-size: 7em;
  }

  .rt-lenta-post {
    width: 20vw;
    display: block;
    top: 20vh;
    right: 2vw;
  }

  .iphone-canvas {
    width: 35vw;
    height: calc(100vh - 72px);
    top: 72px;
    left: 40vw;
  }

  .txtfPOst {
    width: 50vw;
  }

  .myposts-li-block a h1 {
    font-size: 4em;
  }

  .post-cont {
    margin-left: 230px;
  }

  .iconPost {
    min-width: 180px;
    max-width: 180px;
    height: 180px;
    margin-top: 1.5em;
  }

  .css-plank-cat {
    font-size: 1em;
  }

  .all_post {
    margin: 5em 0 3em 5%;
  }

  .myposts-li-block li {
    padding: 2.5em 5% 8.5em;
  }

  .top-block h2 {
    padding: .8em 0 0;
    font-size: 7.5em;
    line-height: 1.2em;
  }

  .css-txt {
    font-size: 2em;
    line-height: 1.3em;
    display: block;
  }

  .css-txt p {
    width: 100%;
    display: block;
  }

  .img-post {
    padding: 2em 0;
  }

  .imgStyle {
    max-height: 800px;
    margin: 2em 0 5em;
  }

  .cats_block li h1 {
    padding: .4em 0;
    font-size: 4em;
  }

  .cats_block li {
    padding: 2.5em 5% 8em;
  }

  .top-new-post h1 {
    font-size: 2.5em;
  }

  .p-newpost {
    font-size: 1em;
  }

  .css-userform button {
    width: 100%;
    margin-top: 1.3em;
  }

  .wrapper {
    padding: 3em 7em 3em 6em;
  }

  .css-userform {
    width: 50vw;
    margin: 0 25%;
    padding-top: 18vh;
  }

  .css-userform h2 {
    font-size: 3.5em;
  }

  label {
    margin-top: 1.5em;
    font-size: 1.4em;
  }

  input[type="text"], #password {
    font-size: 1.4em;
  }

  .css-userform button {
    width: 100%;
  }

  .save-note, .save-note-in {
    background-size: 1.2em;
    padding: 20px 10px 20px 35px;
    font-size: 1.1em;
    top: -1em;
  }

  .save-note {
    background-position: calc(50% - 75px) calc(50% - 2px);
  }

  .save-note-in {
    background-position: calc(50% - 60px) calc(50% - 2px);
  }

  .err-message {
    width: 90%;
    bottom: -5em;
    left: 5%;
  }

  .up {
    bottom: -4em;
  }
}
/*# sourceMappingURL=public.34df27b5.css.map */
