html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
* {
  scroll-behavior: smooth;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
}
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
b {
  font-weight: inherit;
  font-weight: bolder;
}
img {
  border-style: none;
}
button,
input {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
body,
h1,
h3,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
li ul {
  margin-bottom: 0;
}

.hideText {
  font-size: 0 !important;
  color: transparent;
}
.aside-nav {
  margin-top: 10px;
  pointer-events: none;
  padding: 0 12px;
}
.new-aside {
  display: flex !important;
}

.c-image__image {
  width: 100%;
}

label {
  font-size: 16px;
  color: rgb(109, 109, 109);
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.15;
}

/*===========REG==========*/

.reg {
  font-size: 1.2rem;
}

.reg__list {
  max-width: 100%;
  margin: 0 auto;
  list-style-type: none;
  margin: 0 auto !important;
  padding: 0 !important;
  width: 95% !important;
}

.reg__title {
  max-width: 100%;
  margin: 1rem auto;
  text-transform: uppercase;
  font-weight: 700;
  width: 95%;
}

.reg__item {
  line-height: 30px;
  font-weight: normal;
  background-color: #f2f7ff;
  padding: 8px 12px;
  border-left: 2px solid #005fff;
  border-right: 2px solid #005fff;
  border-radius: 6px;
  margin-bottom: 10px;
}

.button-link {
  display: block;
  margin: 1.8rem auto;
  width: 300px;
  padding: 1rem 0;
  text-align: center;
  background-color: #005fff;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.button-link:hover {
  transform: translateY(5px);
  background-color: #444;
}

/*=============COMMENTS==============*/

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  text-align: center;
}

.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

.block-avatar img {
  border-radius: 50%;
}
.comment-line {
  font-size: 1.3rem;
  margin: 1rem 0;
  font-weight: 500;
}
.fb-comment__text-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.comment-block-input__input {
  border: none;
  outline: none;
  background-color: inherit;
  flex: 0 1 70%;
}
.comment-block-input__button {
  border: none;
  font-weight: 700;
  margin-left: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  background-color: #005fff;
  border-radius: 15px;
  cursor: pointer;
}

.fb-post {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  font: 400 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fb-comment__sort {
  color: #365899 !important;
  cursor: pointer;
  margin: 10px 0;
}

.fb-comment__sort:hover {
  text-decoration: underline;
}

.fb-comment__sort span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: -408px -270px;
  background-repeat: no-repeat;
}

.fb-comment__avatar {
  height: 32px;
  min-width: 32px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0;
}

.fb-comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin: 10px 0;
}

.fb-comment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.fb-comment__answer {
  display: flex;
  margin-top: 1.1rem;
}
.fb-comment__text {
  /* max-width: 440px; */
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  color: #1d2129;
  background-color: #f2f3f5;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.fb-comment__author {
  font-weight: 600;
  color: #365899 !important;
  text-decoration: none;
  cursor: pointer;
}

.fb-comment__author:hover {
  text-decoration: underline;
}

.fb-comment__react {
  text-decoration: none;
  color: #365899 !important;
}

.fb-comment__react:after {
  content: "·";
  color: #606770;
  padding: 3px;
}

.fb-comment__posted {
  color: #606770;
}

.fb-comment__like {
  position: relative;
  bottom: 5;
  right: 0;
  height: 20px;
  width: 44px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #8d949e;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 1px 2px 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
}

.fb-comment__like img {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 3px;
  padding: 0;
}

@media screen and (max-width: 600px) {
  .fb-post {
    width: 100%;
    margin: 0;
    padding: 5px;
    border: none;
  }
  .fb-comment__text {
    max-width: 100%;
  }
}
img {
  padding: 0;
}

@font-face {
  font-family: "rbicon";
  src: url("") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/* Chart.js */
@font-face {
  font-family: "rbicon";
  src: url("") format("woff2");
  font-weight: normal;
  font-style: normal;
}

/*=====ADDITIONAL=====*/

.main__imege-wrapper {
  text-align: center;
}

.comment__img {
  max-width: 230px;
  width: 100%;
  margin-top: 7pt;
  border-radius: 5px;
}

.main__image {
  margin-bottom: 0.5rem !important;
}

.fb-comment__answer-action {
  position: relative;
  margin-left: 45px;
}

.c-search__bar--form input {
  border: none;
  display: inline-block;
  width: 180px;
}
.c-search__bar--submit {
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 5px;
}
.c-search__bar--hidden {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.new-search {
  width: 100%;
  height: 100%;
  border: none;
}
@media (min-width: 1025px) {
  .c-search__bar {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    height: 40px;
    margin-right: 12px;
    position: absolute;
    right: 0;
    top: 48px;
    width: 220px;
  }
}
@media (min-width: 1024px) {
  .c-search__bar--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 205px;
  }
}

@media (max-width: 1448px) {
  .un-publish {
    width: 100% !important;
  }
  .new-aside {
    display: flex !important;
    flex-direction: column;
    margin-left: 11.11111111%;
  }
}

@media (max-width: 768px) {
  .new-aside {
    margin-left: 0;
  }
}
