@charset "UTF-8";
code, kbd, pre, samp, tt, var {
  font: 14px/18px Consolas, "Courier New", monospace;
}

body, code, dl, dd, form, pre {
  margin: 0;
}

a:link {
  color: none;
}

a:link, a:visited, ins {
  text-decoration: none;
}

a:visited {
  color: none;
}

a:hover {
  text-decoration: none;
}

a:link img, a:visited img, object, fieldset, abbr, acronym {
  border: none;
}

sub, sup {
  position: relative;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
}

sub {
  top: 5px;
  vertical-align: middle;
}

sup {
  top: -2px;
  margin-top: -11px;
}

abbr, acronym {
  cursor: help;
  border-bottom: 1px dotted #999;
}

address, cite, dfn {
  font-style: normal;
}

code, pre {
  white-space: pre-wrap;
}

img {
  vertical-align: bottom;
}

td, th, textarea {
  vertical-align: top;
}

input, select, button {
  overflow: visible;
  vertical-align: middle;
}

legend {
  color: #000;
  margin: 0 0 -2px;
  padding: 0;
}

li {
  display: block;
  list-style: none;
}

optgroup option {
  padding-left: 22px;
}

table {
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

td, th {
  padding: 0;
}

address, blockquote, h1, h2, h3, h4, h5, h6, fieldset, p, ol, ul {
  margin: 0;
  padding: 0;
}

th, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

q {
  quotes: "«" "»" "„" "“";
}

q:after {
  content: "»";
}

q:before {
  content: "«";
}

q > q:after {
  content: "“";
}

q > q:before {
  content: "„";
}

:active, :hover, :focus {
  outline: 0;
  outline-offset: 0;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #181818;
  font-family: -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
}
body.no-scroll {
  overflow: hidden;
}
@media (max-width: 991px) {
  body.show-sidebar {
    overflow: hidden;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*Blocks*/
.header {
  display: flex;
  height: 40px;
  width: calc(100% - 300px);
  background-color: #0D0D0D;
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}
@media (max-width: 991px) {
  .header {
    width: 100%;
  }
}

.header_left {
  width: 60%;
}
@media (max-width: 991px) {
  .header_left {
    width: 40%;
  }
}

.header_right {
  display: flex;
  width: 40%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .header_right {
    width: 60%;
  }
}

.sidebar {
  width: 300px;
  height: 100vh;
  background-color: #202020;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 5px 0 15px rgba(5, 5, 5, 0.1);
}
@media (max-width: 991px) {
  .sidebar {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 4rem);
    top: 4rem;
    padding-bottom: 1.5rem;
    overflow: auto;
    transform: translateX(-100%);
    transition: transform 0.2s linear;
  }
  .show-sidebar .sidebar {
    transform: translateX(0);
  }
}

.sidebar_header {
  height: 180px;
  background-color: #1C1C1C;
}
.sidebar_header img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .sidebar_header {
    height: 10rem;
  }
}

.sidebar_content {
  padding: 0 2rem;
}
@media (max-width: 991px) {
  .sidebar_content {
    flex-grow: 1;
  }
}

.sidebar_footer {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}

.main {
  padding: 10rem 0 8rem 300px;
}
@media (max-width: 991px) {
  .main {
    padding: 7rem 0 5rem;
  }
}

.container {
  max-width: 700px;
  margin: 0 auto;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 575px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.page {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .show-sidebar .page {
    position: relative;
  }
}

.page_title {
  margin-bottom: 3rem;
  font-size: 2.1rem;
  color: #fff;
}
.page_title--center {
  text-align: center;
}

@media (max-width: 991px) {
  .page_mask {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
}

.profile {
  margin-top: -5rem;
}
@media (max-width: 991px) {
  .profile {
    margin-top: -1rem;
    position: relative;
    border-bottom: 1px solid #1C1C1C;
  }
}

.profile_avatar {
  display: block;
  width: 10rem;
  height: 10rem;
  margin: 0 auto 2rem;
  border: 2px solid #fff;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  position: relative;
}
@media (max-width: 991px) {
  .profile_avatar {
    height: 6.5rem;
    width: 6.5rem;
    margin-left: 0;
    position: absolute;
    left: 0;
  }
}

.profile_name {
  font-size: 1.8rem;
}
@media (max-width: 991px) {
  .profile_name {
    font-size: 1.5rem;
  }
}

.profile_prof {
  font-size: 1.4rem;
  font-weight: 300;
  color: #DEDEDE;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .profile_prof {
    font-size: 1.2rem;
  }
}

.profile_text {
  padding: 3rem 0;
  margin: 3rem 0;
  font-size: 1.2rem;
  border-top: 1px solid #1C1C1C;
  border-bottom: 1px solid #1C1C1C;
}
@media (max-width: 991px) {
  .profile_text {
    display: none;
  }
}

.profile_header {
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 991px) {
  .profile_header {
    padding-left: 8rem;
    padding-top: 2rem;
    text-align: left;
  }
}

.social {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .social {
    display: none;
  }
}

.social_item {
  margin: 0 0.75rem;
}

.btn {
  display: inline-block;
  vertical-align: top;
  padding: 1.1em 2.1em;
  border-radius: 3em;
  font-size: 1.2rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  background: #1C1C1C;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.2s linear;
}
.btn--red {
  background-color: #ED3024;
  box-shadow: 0 7px 17px -10px #ed3024;
}
.btn--red:hover,
.btn--red :focus {
  background-color: #CD251A;
}
.btn--blue {
  background-color: #2A5FE7;
  box-shadow: 0 7px 17px -10px #2a5fe7;
}
.btn--blue:hover,
.btn--blue :focus {
  background-color: #3137C9;
}
.btn--rounded {
  border-radius: 5px;
}
.btn--sm {
  padding: 0.7em 1.25em;
}

.nav--mobile {
  display: none;
}
@media (max-width: 991px) {
  .nav {
    display: none;
  }
  .nav--mobile {
    display: block;
    margin: 3rem 0;
  }
}

.nav_list {
  display: flex;
}
@media (max-width: 991px) {
  .nav_list {
    flex-direction: column;
  }
}

a {
  color: #fff;
}

.nav_item {
  position: relative;
}
.nav_item:hover .nav_link {
  background-color: #2A5FE7;
  text-decoration: none;
}
@media (max-width: 991px) {
  .nav_item:hover .nav_link {
    background: none;
  }
}
.nav_item:hover > .subnav {
  display: block;
}

.nav_link {
  display: block;
  padding: 1.35rem 1rem;
  font-size: 1.1rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  transition: background-color 0.2s linear;
}
.nav_link:hover {
  background-color: #2A5FE7;
}
@media (max-width: 991px) {
  .nav_link:hover {
    background: none;
  }
}
.nav_link.has-subnav {
  position: relative;
  padding-right: 2.7rem;
}
.nav_link.has-subnav::after {
  content: "";
  margin-top: 2px;
  display: block;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 1.35rem;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .nav_link {
    padding-left: 0;
    padding-right: 0;
  }
}

.search {
  background-color: #202020;
  max-width: 21rem;
  width: 100%;
}

.search_input {
  display: block;
  width: 100%;
  padding: 1.2rem 2rem;
  background: #202020;
  border: none;
  font-family: inherit;
  font-size: 1.2rem;
  color: #fff;
}
.search_input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 991px) {
  .search_input {
    height: 4rem;
    font-size: 1.6rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.subnav {
  display: none;
  width: 16.5rem;
  padding: 0.5rem 0;
  background-color: #2A5FE7;
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .subnav {
    position: static;
    padding-left: 1rem;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
  }
}

.subnav_link {
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  padding: 0.45rem 1.2rem;
}
.subnav_link:hover {
  background-color: #1950de;
}
@media (max-width: 991px) {
  .subnav_link {
    padding-left: 0;
    padding-right: 0;
  }
  .subnav_link:hover {
    background: none;
  }
}

.stories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 13px;
  grid-template-rows: 195px;
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  .stories {
    grid-template-columns: 140px 140px 140px 140px;
    overflow: auto;
  }
}

.stories_item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.stories_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.stories_item:hover .stories_preview {
  transform: scale(1.5);
  transition-duration: 2s;
}

.stories_preview {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 0.3s ease-in-out;
}

.stories_title,
.stories_date {
  width: 100%;
  padding: 1.4rem;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  left: 0;
  z-index: 3;
}

.stories_title {
  top: 0;
}

.stories_date {
  right: 0;
  bottom: 0;
  text-align: right;
}

.add_post {
  padding: 1.5rem 2rem;
  background-color: #1C1C1C;
  margin-bottom: 3rem;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.45);
  border-radius: 5px;
}
@media (max-width: 575px) {
  .add_post {
    padding: 1.5rem;
  }
}

.add_post_form {
  display: flex;
  align-items: flex-end;
}

.add_post_text {
  display: block;
  width: 80%;
  height: 34px;
  flex-grow: 1;
  overflow: hidden;
  border: none;
  background: transparent;
  resize: none;
  font-family: inherit;
  font-size: 1.5rem;
  color: #fff;
}

.add_post_text::placeholder {
  color: #D2D2D2;
}

.add_post_form_actions {
  width: 12rem;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 575px) {
  .add_post_form_actions {
    width: 9rem;
  }
}

.add_post_file,
.add_post_send {
  display: block;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
@media (max-width: 575px) {
  .add_post_file,
.add_post_send {
    width: 3.4rem;
    height: 3.4rem;
  }
}

.add_post_file {
  background: #EBEBEB url("/assets/images/icons/addphoto.svg") center no-repeat;
}
.add_post_file input {
  display: none;
}
.add_post_file:hover {
  background-color: #c5c5c5;
}
@media (max-width: 575px) {
  .add_post_file {
    background-size: 14px;
  }
}

.add_post_send {
  background: #2A5FE7 url("/assets/images/icons/send.svg") center no-repeat;
  font-size: 0;
  color: transparent;
  margin-left: 1.5rem;
}
.add_post_send:hover {
  background-color: #1950de;
}
@media (max-width: 575px) {
  .add_post_send {
    background-size: 14px;
  }
}

.post {
  margin-bottom: 3rem;
  padding: 2.5rem;
  background-color: #202020;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .post {
    padding: 1.5rem;
  }
}

.post_text {
  padding-bottom: 1rem;
  font-size: 1.4rem;
  color: #fff;
  border-bottom: 1px solid #1C1C1C;
}
.post_text p {
  margin-bottom: 2rem;
}
.post_text h2, .post_text h3, .post_text h4, .post_text h5, .post_text h6 {
  font-weight: 700;
  margin-bottom: 2rem;
}
.post_text h2 {
  font-size: 2em;
}
.post_text h3 {
  font-size: 1.25em;
}
.post_text h4 {
  font-size: 1.15em;
}
.post_text h5 {
  font-size: 0.9em;
}
.post_text h6 {
  font-size: 0.5em;
}
.post_text ul, .post_text ol {
  margin-bottom: 2rem;
}
.post_text ol {
  list-style: decimal;
  list-style-position: inside;
}
.post_text table {
  width: 100%;
  margin-bottom: 2rem;
}
.post_text img {
  display: block;
  max-width: 100%;
  height: auto;
}
.post_text .fr-video {
  display: block;
  position: relative;
  overflow: hidden;
}
.post_text .fr-video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.post_text .fr-video iframe, .post_text .fr-video video, .post_text .fr-video object, .post_text .fr-video embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.post_text a {
  color: #2A5FE7;
  text-decoration: none;
}
.post_text a:hover {
  text-decoration: underline;
}

.post_description {
  font-size: 1.4rem;
  color: #D2d2d2;
}

.post_content {
  margin-bottom: 2rem;
}

.post_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .post_footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.post_data {
  display: flex;
  color: #828282;
  margin: 1.5rem 0 1.5rem;
  line-height: 1.2rem;
}
.post_data a {
  color: inherit;
  text-decoration: none;
}
.post_data a:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .post_data {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}

.post_header {
  margin: 0 0 2.5rem;
}
.post_header--prewiew {
  margin: -2.5rem -2.5rem 2.5rem;
}

.post_title {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.post_title:hover {
  text-decoration: underline;
}
.post_title--open {
  margin-bottom: 0.75rem;
}
@media (max-width: 991px) {
  .post_title {
    line-height: 1.3rem;
  }
}

.post_subtitle {
  margin-bottom: 2rem;
  margin-top: 3rem;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500;
}

.post_prewiew {
  display: block;
  max-width: 100%;
  height: auto;
}

.post_data_item:not(:last-child):after {
  content: "";
  display: inline-block;
  position: relative;
  top: -2;
  width: 6px;
  height: 6px;
  margin: 0 1.5rem;
  border-radius: 50%;
  background-color: #D2d2d2;
}

.post_read {
  font-size: 1.4rem;
  color: #2A5FE7;
  text-decoration: none;
}
.post_read:hover {
  text-decoration: underline;
}

.post_actions {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  color: #fff;
}
.post_actions a {
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.2s linear;
}
.post_actions a:hover {
  text-decoration: underline;
  opacity: 1;
}

.post_actions_icon {
  margin-left: 0.5rem;
  max-width: 1.8rem;
  max-height: 2rem;
}

.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;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
@media (max-width: 991px) {
  .pagination {
    margin-top: 5rem;
  }
}

.pagination_item {
  margin: 0 0.5rem;
}

.pagination_link {
  display: block;
  width: 4rem;
  height: 4rem;
  background-color: #0D0D0D;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  text-align: center;
  font-size: 1.4rem;
  line-height: 4rem;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s linear;
}
.pagination_link:hover {
  background-color: #1c1c1c;
}
.pagination_link.active {
  background-color: #2A5FE7;
  box-shadow: 0 0 10px rgba(42, 95, 231, 0.15);
}

.related {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #1C1C1C;
}

.related_list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .related_list {
    flex-direction: column;
  }
}

.related_list_item {
  margin-bottom: 2.5rem;
  width: 50%;
}
@media (max-width: 575px) {
  .related_list_item {
    width: 100%;
  }
}

.related_list_title {
  font-size: 1.4rem;
  color: #F3EBA2;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 1.2rem;
}
.related_list_title a {
  color: inherit;
  text-decoration: none;
}
.related_list_title a:hover {
  text-decoration: underline;
}

.related_list_date {
  color: #828282;
  font-size: 1.2rem;
}

.comments {
  margin-top: 5rem;
}

.comments_item {
  margin-bottom: 3rem;
}
.comments_item > .comments {
  padding-left: 3rem;
  margin-top: 3rem;
}
@media (max-width: 575px) {
  .comments_item > .comments {
    padding-left: 1.5rem;
  }
}

.comments_header {
  display: flex;
  margin-bottom: 1.5rem;
}

.comments_avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}

.comments_author {
  flex-grow: 1;
  padding-left: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
}

.comments_name {
  color: #fff;
  font-weight: 500;
}

.comments_pubdate {
  color: #757575;
}

.comments_text {
  font-size: 1rem;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}

.comments_reply {
  color: #2A5FE7;
  font-family: inherit;
  font-size: 1.2rem;
  line-height: 1.1;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.comments_reply:hover {
  text-decoration: underline;
}

.form--auth {
  max-width: 280px;
  margin: 0 auto;
}

.form_group {
  margin-bottom: 1.5rem;
  position: relative;
}
.form_group--md {
  margin-bottom: 2.5rem;
}

.form_control {
  display: block;
  width: 100%;
  padding: 0.5rem 0 0.75rem;
  background: none;
  border: none;
  border-bottom: 1px solid #3F3F3F;
  border-radius: 0;
  box-shadow: none;
  font-family: inherit;
  font-size: 1.4rem;
  color: #fff;
}
.form_control::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.form_control:focus + .form_line {
  width: 100%;
}
.form_control--textarea {
  height: 35px;
  overflow: hidden;
  resize: none;
}

.form_line {
  width: 0;
  height: 1px;
  background-color: #2A5FE7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: width 0.2s linear;
}

.form_footer--center {
  text-align: center;
}

.form_footer_list {
  display: flex;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 1.2;
}
.form_footer_list li {
  margin: 0 0.5rem;
  color: #fff;
}
.form_footer_list a:hover {
  text-decoration: underline;
}

.work {
  display: flex;
  margin-bottom: 3rem;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .work {
    flex-direction: column;
  }
}

.work_prewiew {
  max-width: 31rem;
}
.work_prewiew img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 575px) {
  .work_prewiew {
    max-width: none;
    width: 100%;
    height: 20rem;
  }
}

.work_content {
  display: flex;
  flex-direction: column;
  max-width: 29rem;
  padding: 2.5rem;
}
@media (max-width: 575px) {
  .work_content {
    max-width: none;
    padding: 1.5rem;
  }
}

.work_title {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
}
.work_title a {
  color: inherit;
}
@media (max-width: 575px) {
  .work_title {
    margin-bottom: 2rem;
  }
}

.work_description {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  color: #D2D2D2;
}
@media (max-width: 575px) {
  .work_description {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}

.work_footer {
  margin-top: auto;
  text-align: right;
}
@media (max-width: 575px) {
  .work_footer {
    text-align: left;
  }
}

.tags {
  display: flex;
  flex-wrap: wrap;
}

.tags_item {
  margin-right: 1rem;
  margin-bottom: 3rem;
  padding: 0.4rem 0.9rem;
  background-color: #EA8C1E;
  border-radius: 3px;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

.cabinet {
  display: flex;
}
@media (max-width: 575px) {
  .cabinet {
    flex-direction: column;
  }
}

.cabinet_form {
  width: 34rem;
}
@media (max-width: 575px) {
  .cabinet_form {
    order: 2;
  }
}

.cabinet_avatar {
  margin-bottom: 1.5rem;
  flex-grow: 1;
  padding-left: 11rem;
}
.cabinet_avatar img {
  display: block;
}
@media (max-width: 575px) {
  .cabinet_avatar {
    order: 1;
    padding-left: 0;
    margin-bottom: 2rem;
  }
}

.cabinet_file {
  font-size: 1.4rem;
  color: #2A5FE7;
  text-decoration: underline;
  cursor: pointer;
}
.cabinet_file input {
  display: none;
}
.cabinet_file:hover {
  text-decoration: none;
}

.modal {
  padding: 1rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
}
.modal.show {
  display: flex;
}

.modal_content {
  max-width: 500px;
  width: 100%;
  padding: 8rem 8rem 2.5rem;
  position: relative;
  background-color: #202020;
  border-radius: 5px;
  transform: translateY(-50px);
  opacity: 0;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
}
@media (max-width: 991px) {
  .modal_content {
    padding: 5rem 3rem;
  }
}
.modal_content--contact {
  padding-bottom: 8rem;
}
.modal_content--story {
  padding: 0;
  background: none;
}

.modal_close {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.5;
  position: absolute;
  top: 2rem;
  right: 2rem;
  transition: transform 0.2s linear;
}
.modal_close:hover {
  transform: rotate(90deg);
  opacity: 1;
}

.modal_footer {
  display: flex;
  justify-content: center;
  color: #B3B3B3;
  font-size: 1.2rem;
  margin-top: 4rem;
}
.modal_footer li {
  margin: 0 0.5rem;
}
.modal_footer a {
  color: inherit;
  text-decoration: underline;
}
.modal_footer a:hover {
  text-decoration: none;
}

.modal_video {
  display: block;
  margin: 0 auto;
}

.burger {
  display: none;
  width: 3rem;
  height: 2rem;
  background: none;
  border: none;
  font-size: 0;
  color: transparent;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
}
.burger::before, .burger::after,
.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
}
.burger::before, .burger::after {
  transition: transform 0.2s linear;
}
.burger::before {
  top: 0;
  content: "";
}
.burger::after {
  bottom: 0;
  content: "";
}
.burger span {
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s linear;
}
.show-sidebar .burger span {
  opacity: 0;
}
.show-sidebar .burger::before, .show-sidebar .burger::after {
  top: 50%;
}
.show-sidebar .burger::before {
  transform: rotate(45deg);
}
.show-sidebar .burger::after {
  transform: rotate(-45deg);
}
@media (max-width: 991px) {
  .burger {
    display: block;
  }
}