* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
}

button {
  background: transparent;
}

@font-face {
  font-family: Orbitron;
  font-display: swap;
  src: url("../fonts/Orbitron-SemiBold.woff2") format("woff2"), url("../fonts/Orbitron-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Orbitron;
  font-display: swap;
  src: url("../fonts/Orbitron-Medium.woff2") format("woff2"), url("../fonts/Orbitron-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Rubik;
  font-display: swap;
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

html,
body {
  font-family: Rubik;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background-color: #151515;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

.no-webp .main {
  background-image: url(../img/bg.jpg);
}

.main {
  position: relative;
  width: auto;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main::before {
  position: absolute;
  content: "";
  background-image: url(../img/logo.svg);
  width: 259px;
  height: 373px;
  top: 50%;
  left: 160px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main__nav {
  display: none;
}

.main__comment {
  display: block;
}

.qr {
  position: absolute;
  top: 50%;
  right: 160px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.qr__img {
  margin-bottom: 40px;
  width: 250px;
  height: 250px;
}

.qr__text {
  font-family: Orbitron;
  font-weight: 600;
  line-height: 140%;
  font-size: 24px;
  letter-spacing: 2%;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}

.feed {
  max-width: 710px;
  padding-top: 0px;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.hero__avatar {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
}

.hero__name {
  font-family: Rubik;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  display: inline-block;
}

.hero__name--verif {
  position: relative;
}

.hero__name--verif::after {
  position: absolute;
  content: "";
  top: 0;
  right: -18px;
  width: 14px;
  height: 13px;
  background-image: url(../img/verif.svg);
}

.hero__info {
  color: #898989;
  font-family: Rubik;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}

.hero__text {
  font-family: Rubik;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 642px;
}

.post {
  height: 100vh !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post__content {
  width: 710px;
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post__video--hidden {
  display: none;
}

.post__img {
  max-width: 710px;
}

.post__img--hidden {
  display: none !important;
}

.post__video {
  width: auto;
  max-height: 500px;
  border-radius: 20px;
  overflow: hidden;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.post__button-row {
  display: none;
}

.feed-com {
  margin: 0 auto;
  padding-top: 75px !important;
  display: block;
}

.post-com {
  height: auto;
}

.header__title {
  display: none;
}

.hero__button {
  display: none;
}

.fadeOut {
  opacity: 0.1;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: scale(80%);
  -ms-transform: scale(80%);
  transform: scale(80%);
}

.fadeOut.fadeIn {
  opacity: 1;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transform: scale(100%);
  -ms-transform: scale(100%);
  transform: scale(100%);
}

@media (max-width: 1600px) {
  .main::before {
    left: 75px;
  }

  .qr {
    right: 75px;
  }
}

@media (max-width: 1450px) {
  .qr {
    -webkit-transform: scale(0.7) translateY(-50%);
    -ms-transform: scale(0.7) translateY(-50%);
    transform: scale(0.7) translateY(-50%);
  }

  .main::before {
    -webkit-transform: scale(0.7) translateY(-50%);
    -ms-transform: scale(0.7) translateY(-50%);
    transform: scale(0.7) translateY(-50%);
  }

  .post {
    width: 500px !important;
  }

  .post__content {
    width: 500px;
  }

  .post__img {
    width: 100%;
  }

  .post__video {
    width: auto;
  }
}

@media (max-width: 1249px) {
  .main {
    width: 100%;
    height: 100%;
    background-image: none;
    background-color: #151515;
  }

  .main::before {
    display: none;
  }

  .main__comment {
    min-height: 900px;
  }

  .main__nav {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: fixed;
    z-index: 100;
    bottom: 10px;
    border-radius: 30px;
    background: #151515;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(231, 180, 0, 0.1);
    box-shadow: 0px 0px 4px 0px rgba(231, 180, 0, 0.1);
    width: 390px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .nav__main {
    margin-top: 3px;
  }

  .qr {
    display: none;
  }

  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 100;
    background: #151515;
    width: 100vw;
    height: 70px;
    left: 50%;
    top: 0;
    padding-top: 17px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    font-family: Rubik;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .header__button {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 21px;
  }

  .header__title {
    display: block;
    position: fixed;
    top: 17px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .feed {
    width: 368px;
    padding-top: 0px;
  }

  .hero__avatar {
    margin-right: 4px;
  }

  .hero__text {
    max-width: 288px;
  }

  .hero__button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .button {
    background-color: #252525;
    border-radius: 7px;
    height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #898989;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .post {
    margin-bottom: 0px;
  }

  .post__content {
    width: 358px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-radius: 0;
  }

  .post__img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  .post__video {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  .post__button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px;
  }

  .post__button-like {
    min-width: 102px;
    margin-right: 11px;
  }

  .post__button-like svg {
    margin-left: 5px;
    margin-right: 7px;
  }

  .post__button-like span {
    margin-left: 14px;
    padding-left: 7px;
    margin-right: 6px;
    border-left: 1px solid #3A3A3A;
  }

  .post__button-com {
    margin-right: 11px;
    min-width: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .post__liked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-top: 18px;
  }

  .post__liked-info {
    max-width: 179px;
    color: #898989;
    font-family: Rubik;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 7px;
  }

  .com {
    width: 368px;
    margin: 0 auto;
    margin-top: 10px;
  }

  .com__count {
    color: #898989;
    font-family: Rubik;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
  }

  .com__avatar {
    width: 41px;
    height: 41px;
    margin-right: 4px;
  }

  .com__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .com__comment {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 13px;
    border-top: 1px solid #4f4f4f;
    padding-bottom: 36px;
    border-bottom: 1px solid #4f4f4f;
  }

  .com__comment:last-child {
    margin-bottom: 190px;
  }

  .com__tag {
    leading-trim: both;
    text-edge: cap;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .com__tag--verif {
    position: relative;
  }

  .com__tag--verif::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -18px;
    width: 14px;
    height: 13px;
    background-image: url(../img/verif.svg);
  }

  .com__date {
    color: #BDBDBD;
    leading-trim: both;
    text-edge: cap;
    font-family: Rubik;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
  }

  .com__text {
    margin-top: 5px;
    font-family: Rubik;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .com__button-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 13px;
    right: 0;
  }

  .com__report {
    margin-right: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .com__like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .com__like span {
    margin-left: 6px;
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
  }
}

.webp .main {
  background-image: url(../img/bg.webp);
}