/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.page {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page__title {
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 2.1rem;
  color: white;
  padding-bottom: 3rem;
}
.page__title--center {
  text-align: center;
}

.header {
  display: flex;
  position: fixed;
  width: calc(100% - 300px);
  background-color: #202020;
  justify-content: space-between;
  top: 0;
  left: 300px;
  z-index: 1000;
}
@media (max-width: 991px) {
  .header {
    width: 100%;
    margin: 0 auto;
    position: unset;
    overflow: hidden;
  }
}
.header__avatar {
  display: block;
  max-width: 35px;
  max-height: 35px;
  border-radius: 50%;
  display: flex;
  padding-top: 3px;
}
.header__avatar:hover {
  cursor: pointer;
}
@media (min-width: 991px) {
  .header__avatar {
    display: none;
  }
}

.header_left {
  width: 60%;
}
.header_left:a {
  text-decoration: none;
  color: white;
  position: relative;
}

.header_right {
  display: flex;
  width: 40%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .header_right {
    width: 96%;
  }
}

.sidebar {
  width: 300px;
  height: 100vh;
  background-color: #202020;
  box-shadow: 5px 0 15px rgba(5, 5, 5, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media (max-width: 991px) {
  .sidebar {
    display: none;
  }
}

.sidebar__header {
  height: 180px;
  background-color: #121212;
}
.sidebar__header img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar__content {
  padding: 0 2rem;
  margin: -6rem;
}

.sidebar__footer {
  margin-top: 6.5rem;
  display: flex;
  justify-content: space-around;
}

.sidebar--show {
  display: block;
}

.main {
  padding: 10rem 0 8rem 300px;
  padding-left: 300px;
}
@media (max-width: 991px) {
  .main {
    padding: 10rem 2rem;
  }
}

.container {
  max-width: 600px;
  margin: 0 auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 480px) {
  .container {
    padding: 0 1.5rem;
  }
}

.burger {
  width: 3rem;
  height: 20rem;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  color: transparent;
  transform: translate(-50%);
}

.burger {
  display: block;
  width: 30px;
  height: 18px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  margin: 0 40px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .burger span {
    position: absolute;
    top: 50%;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.2s;
  }
  .burger span:first-child {
    top: 0;
  }
  .burger span:last-child {
    top: auto;
    bottom: 0;
  }
}
.burger.active span {
  transform: scale(0);
}
.burger.active span:first-child {
  transform: rotate(-45deg);
  top: calc(50% - 1px);
}
.burger.active span:last-child {
  transform: rotate(45deg);
  top: calc(50% - 1px);
}

.profile__top {
  display: none;
}
@media (max-width: 991px) {
  .profile__top {
    display: block;
  }
}

.profile_avatar {
  position: relative;
  display: block;
  width: 10rem;
  height: 12rem;
  overflow: hidden;
  border: 2px solid white;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.profile_avatar--mobile {
  display: none;
  max-width: 2rem;
  height: 3rem;
  top: 10px;
  margin-left: 2rem;
  position: relative;
  display: none;
}
.profile_avatar--mobile--span {
  position: absolute;
  display: block;
  left: 5rem;
  top: 1rem;
  display: none;
}

.profile_name {
  font-size: 1.8rem;
  text-align: center;
}

.profile_prof {
  font-size: 1.4rem;
  font-weight: 300;
  color: #dedede;
  text-align: center;
  margin-bottom: 2rem;
}

.profile_text {
  padding: 3rem 2rem;
  margin: 3rem 0;
  font-size: 1.2rem;
  text-align: center;
  border-top: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}

.social {
  display: flex;
  justify-content: center;
}
.social img:hover {
  opacity: 0.7;
}

.social_item {
  margin: 0 0.75rem;
}

.btn {
  width: 12rem;
  height: 3rem;
  vertical-align: top;
  padding: 0.7em 2.1em;
  border-radius: 3em;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.1;
  color: white;
  background: #121212;
  border: navajowhite;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  transition: background-color 0.2s linear;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn--red {
  background-color: #ed3024;
  box-shadow: 0 7px 17px -10px rgba(237, 48, 36, 0.3);
}
.btn--red:hover, .btn--red:focus {
  background-color: #b6190f;
}
.btn--blue {
  background-color: #3137C9;
  box-shadow: 0 7px 17px -10px rgba(49, 55, 201, 0.3);
}
.btn--blue:hover, .btn--blue:focus {
  background-color: #22268b;
}
.btn--rounded {
  border-radius: 5px;
}
.btn--sm {
  padding: 0.66em 1.25em;
}

.nav_list {
  display: flex;
}
@media (max-width: 991px) {
  .nav_list {
    position: fixed;
    left: -100%;
    top: 0;
    gap: 0;
    flex-direction: column;
    background-color: #181818;
    color: white;
    width: 100%;
    height: 100vh;
    margin-bottom: auto;
    text-align: center;
    transition: 0.5s;
    z-index: 1;
    justify-content: center;
  }
  .nav_list.active {
    left: 0;
    justify-content: center;
  }
}

.nav_link {
  display: block;
  padding: 1.35rem;
  color: white;
  left: 1.2;
  text-decoration: none;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
}
.nav_link:hover {
  background-color: #3137C9;
  transition: background-color 0.2, linear;
}
@media (max-width: 991px) {
  .nav_link {
    font-size: 2.1rem;
  }
}

.show {
  display: block;
}

.search {
  width: 100%;
  background-color: #202020;
  max-width: 21rem;
}

.search_input {
  background: transparent;
  padding: 1.2rem 2rem;
  border: none;
  font-family: inherit;
  font-size: 1.2rem;
}
.search_input:focus {
  color: white;
}
.stories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 1.3rem;
  grid-template-rows: 19.9rem;
  background-color: transparent;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .stories {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .stories {
    grid-template-columns: 2fr 2fr;
    grid-template-rows: 19.9rem 19.9rem;
    grid-gap: 1.3rem;
  }
}
.stories .stories__item:hover {
  opacity: 0.7;
}

.stories__item {
  background-color: #ccc;
  border-radius: 1px;
  overflow: hidden;
  position: relative;
  padding: 0.5rem;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset -0.6em -0.6em 1em rgba(0, 0, 0, 0.4), inset 0.4em 0.4em 0.5em rgba(0, 0, 0, 0.4), 0.8em 0.8em 2em rgba(0, 0, 0, 0.4);
}
.stories__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: linear-gradient(to bottom, black);
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 2;
}
.stories__item:hover .stories_preview {
  transform: scale(1.3);
  transition-duration: 5s;
}

.stories__preview {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 1s, ease-in-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.stories__title {
  position: absolute;
  top: 10px;
  z-index: 2;
}

.stories__date {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  left: 10px;
}

.add-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  margin-bottom: 3rem;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: #202020;
  border-radius: 5px;
}

.add-post__form-actions {
  display: flex;
  justify-content: flex-end;
}

.add-post__textarea {
  display: block;
  display: flex;
  flex-grow: 1;
  font-family: inherit;
  overflow: hidden;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  color: #fff;
  resize: none;
  padding: 0 10px;
}
.add-post__textarea::placeholder {
  color: white;
}

.btn_rectangle {
  position: relative;
  width: 44px;
  height: 44px;
  background-color: #3137C9;
  border-radius: 50%;
  padding: 12px 16px;
}

.btn_submit {
  display: block;
  width: 44px;
  height: 44px;
  background: transparent;
  border: none;
  padding: 0;
  margin-left: 1rem;
}

.add-post__form-actions {
  display: flex;
  justify-content: flex-end;
  width: 120px;
}

.add-post-file {
  display: block;
  position: relative;
  width: 44px;
  height: 44px;
  background: #ebebeb;
  border-radius: 50%;
  padding: 11px;
}

#add-post-file {
  display: none;
}

.post {
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
  background-color: #202020;
  padding: 2.5rem;
  margin-bottom: 3rem;
  border-radius: 5px;
  overflow: hidden;
}

.post__header {
  margin: 0 0 2.5rem;
  position: relative;
}
.post__header--preview {
  margin: -2.5rem -2.5rem 2.5rem;
  display: block;
  max-width: 100%;
}

.post__header--preview {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2.5rem auto;
}

.post__text {
  color: #d2d2d2;
  font-size: 14px;
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 1rem;
}
.post__text p {
  margin: 2rem 0;
}

.post__data {
  display: flex;
  color: #828282;
  line-height: 1.2rem;
  margin: 1rem 0;
}
.post__data a {
  padding-left: 1rem;
}

.post__content {
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 1px solid #1c1c1c;
}

.post__title {
  font-size: 1.8rem;
  color: white;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.post__data-item time:hover {
  text-decoration: underline;
}
.post__data-item:not(:last-child):after {
  position: relative;
  content: "";
  top: -2px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c4c4c4;
  margin: 0 1.5rem;
}

.post__data-item_link:hover {
  text-decoration: underline;
}

.post__read {
  color: #107eff;
  font-size: 1.4rem;
  text-decoration: none;
}
.post__read:hover {
  text-decoration: underline;
}

.post__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  color: #828282;
  font-size: 12px;
}

.post__actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  color: white;
}
.post__actions a {
  color: white;
  padding: 1rem 0;
  opacity: 0.7;
  transition: opacity 0.2s linear;
}
.post__actions a:hover {
  opacity: 1;
}

.post__actions-icon {
  margin-left: 0.5rem;
}

.post__between_lines {
  margin-bottom: 2rem;
}
.post__between_lines h3 {
  padding: 1rem 0;
}

.post__subtitle {
  font-size: 1.6rem;
  color: white;
  font-weight: 500;
  margin-bottom: 2rem;
}

.post__comments {
  margin-top: 3rem;
}

.page__navigation {
  margin: 8rem auto 0;
  width: 240px;
  height: 40px;
}

.pagination {
  display: block;
  display: flex;
  justify-content: space-between;
}

.page__item {
  list-style: none;
}

.page__link {
  font-size: 1.4rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #0D0D0D;
  color: white;
  text-decoration: none;
  padding: 0.9rem 1.5rem;
  border-radius: 5px;
  transition: background-color 0.2s linear;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.page__link:hover {
  background-color: #121212;
}
.page__link.active {
  background-color: #3137C9;
  box-shadow: 0 0 10px rgba(49, 55, 201, 0.15);
}

.embed {
  position: relative;
  overflow: hidden;
}
.embed::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.embed iframe,
.embed video,
.embed object,
.embed embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.releted {
  padding: 3rem 0.5rem;
  border-bottom: 1px solid #1c1c1c;
}
.releted__list {
  display: flex;
  flex-wrap: wrap;
}
.releted__list-title {
  font-size: 1.4rem;
  color: #f3eba2;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.releted__list-title a {
  color: inherit;
}
.releted__list-item {
  width: 50%;
  margin-bottom: 2.5rem;
}
.releted__list-date {
  color: #828282;
  font-style: 1.2rem;
}

.comments {
  margin-top: 5rem;
}
.comments__item {
  margin-bottom: 3rem;
}
.comments__item > .comments {
  padding-left: 3rem;
  margin-top: 3rem;
}
.comments__header {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.comments__avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
.comments__auther {
  flex-grow: 1;
  padding-left: 1.5rem;
  line-height: 1.2;
}
.comments__name {
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
}
.comments__pubdate {
  color: #757575;
}
.comments__text {
  font-size: 1.2rem;
  color: white;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.comments__reply {
  color: #3137C9;
  font-family: inherit;
  font-size: 1.1rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.comments__reply:hover {
  text-decoration: underline;
}

.form--auth {
  max-width: 28rem;
  margin: 0 auto;
}
.form__group {
  margin-bottom: 1.5rem;
  position: relative;
}
.form__group--md {
  margin-bottom: 2.5rem;
}
.form__group--sd {
  margin: 3rem 0;
}
.form__control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #3f3f3f;
  font-family: inherit;
  font-size: 1.4rem;
  color: white;
}
.form__control:focus + .form__line {
  width: 100%;
}
.form__control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.form__control--textarea {
  height: 3rem;
  resize: none;
  overflow: hidden;
}
.form__line {
  width: 0;
  height: 1px;
  background-color: #3137C9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: 0.2s width linear;
}
.form__footer--center {
  text-align: center;
}
.form__footer-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.form__footer-link {
  font-size: 1.2rem;
  line-height: 1.2;
  color: white;
}

.work {
  margin-bottom: 3rem;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
  background-color: #202020;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}
.work__preview {
  width: 31rem;
  max-width: 260px;
  max-height: 200px;
  padding: 10px;
}
.work__preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.work__content {
  display: flex;
  flex-direction: column;
  width: 29rem;
  padding: 2.5rem;
}
.work__title {
  font-size: 2.4rem;
  color: white;
  font-weight: 500;
  margin-bottom: 3rem;
}
.work__title a {
  color: inherit;
}
.work__description {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.68;
  color: #d2d2d2;
  margin-bottom: 3rem;
}
.work__footer {
  margin-top: auto;
  text-align: right;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags__item {
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: white;
  background-color: #eabc1e;
  border-radius: 3px;
  text-align: center;
  padding: 0.4rem 0.9rem;
  line-height: 1.3;
  margin-bottom: 3rem;
}

.profile-user {
  display: flex;
  gap: 10rem;
}
.profile-user__form {
  width: 34rem;
}
.profile-user__avatar {
  flex-grow: 1;
  margin-bottom: 1.5rem;
}
.profile-user__avatar img {
  display: block;
}
.profile-user__file {
  font-size: 1.4rem;
  color: #3137C9;
  text-decoration: underline;
  cursor: pointer;
}
.profile-user__file:hover {
  text-decoration: none;
}
.profile-user__file input {
  display: none;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1010;
  padding: 1rem;
}
.modal--share {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1010;
  padding: 1rem;
}
.modal__content {
  max-width: 500px;
  width: 100%;
  border-radius: 5px;
  padding: 8rem 8rem 2.5rem;
  background-color: #202020;
  position: relative;
}
.modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0;
  background-color: transparent;
  border: none;
  transition: 0.2s opacity linear;
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__footer {
  margin-top: 4rem;
  font-size: 1.2rem;
  color: #b2b2b2;
}
.modal__footer li {
  margin: 0 0.5rem;
}
.modal__footer a {
  color: inherit;
  text-decoration: underline;
}
.modal__footer a:hover {
  text-decoration: none;
}

.social__wrapper {
  padding-bottom: 3rem;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #181818;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: white;
  line-height: 1.5;
}

.no-scroll {
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

.hide {
  display: none;
}

.locked {
  overflow: hidden;
}
.top__side {
  margin-bottom: 50px;
  width: 300px;
  max-width: 100%;
  margin: 0 auto 50px auto;
}
@media(min-width:992px) {
  .top__side {
    display: none;
  }
}

@media(max-width:992px) {
  .main--home {
    padding-top: 20px!important;
    
  }
}

.profile__paragraf {
  padding: 0 40px;
  text-align: left;
}

.container--bug-reports {
  max-width: 900px !important;
}
.post__preview--testing {
  display: block;
  margin: 0 auto;
}

.fr-video {
  display:flex;
  justify-content: center;
  margin: 2rem 0 4rem;
 
}