/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/index.scss ***!
  \************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Golos Text";
  src: url(../assets/fonts/GolosText-Regular.woff) format("woff"), url(../assets/fonts/GolosText-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Golos Text";
  src: url(../assets/fonts/GolosText-Medium.woff) format("woff"), url(../assets/fonts/GolosText-Medium.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Golos Text";
  src: url(../assets/fonts/GolosText-DemiBold.woff) format("woff"), url(../assets/fonts/GolosText-DemiBold.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Manrope";
  src: url(../assets/fonts/Manrope-Medium.woff) format("woff"), url(../assets/fonts/Manrope-Medium.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
}
/***************************************
****************reset*******************
***************************************/
:root {
  --primary-font: 'Golos Text', sans-serif;
  --green: #234932;
  --dark-green: #1A331D;
  --accent: #E6AD5C;
  --black: #1F1F1F;
  --gray-medium: #8E8E8E;
  --gray-light: #EAEAEA;
  --bg: #F0F2F1;
  --text: 18px;
  --text-2: 15px;
  --h2: 20px;
}

@media (max-width: 1600px) {
  :root {
    --text: 1.13vw;
    --text-2: .94vw;
    --h2: 1.25vw;
  }
}
@media (max-width: 767.9px) {
  :root {
    --text: 4.45vw;
    --text-2: 4.1vw;
    --h2: 5.2vw;
  }
}
*, *::before, *::after {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
}

img {
  vertical-align: top;
  display: block;
}

input, textarea, button {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: var(--text);
  line-height: 1.4;
  color: var(--black);
}

html, body {
  height: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: var(--text);
  line-height: 1.4;
  color: var(--black);
}

button {
  cursor: pointer;
  background-color: transparent;
}

._wrapper {
  min-height: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

._container {
  margin: 0 auto;
  max-width: 1520px;
  padding: 0 20px;
  box-sizing: content-box;
}

main {
  flex: 1 1 auto;
}

._pb_img, ._pb_img_contain {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

._pb_img_contain {
  object-fit: contain;
}

body._lock {
  overflow: hidden;
}

@media (max-width: 1600px) {
  ._container {
    padding: 0 1.25vw;
  }
}
._btn {
  padding: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: var(--accent);
  border-radius: 16px;
  font-size: 20px;
  border: 1px solid transparent;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
._btn._btn-w {
  background: #fff;
}
._btn._btn-w:hover {
  background: #fff;
}
._btn._btn-transparent {
  padding: 0;
  background: transparent;
  border: none;
  transition: opacity 0.3s ease-in-out;
}
._btn._btn-transparent:hover {
  opacity: 0.8;
}
._btn._btn-transparent:hover {
  background: transparent;
}
._btn img {
  width: 10px;
  height: 10px;
}
._btn._btn-sm {
  font-size: 16px;
  gap: 25px;
  padding: 18px 24px;
}
._btn._btn-sm img {
  width: 8px;
  height: 8px;
}
._btn:hover {
  background: transparent;
  border-color: var(--accent);
}

.mini-post__txt {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: var(--text-2);
  line-height: 1.5;
  color: var(--black);
}
.mini-post__stat {
  display: flex;
  align-items: center;
  gap: 16px;
}
.mini-post__stat-item {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  font-size: 14px;
  color: var(--green);
}
.mini-post__stat-item img {
  width: 23px;
  min-width: 23px;
  height: 18px;
}
.mini-post__stat-item span {
  height: fit-content;
}
.mini-post > *:not(:first-child) {
  margin-top: 20px;
}

.mini-author {
  display: flex;
  align-items: center;
  gap: 15px;
}
.mini-author__img-wrap {
  display: block;
  width: 70px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.mini-author__img-wrap-inner {
  display: block;
  padding-bottom: 100%;
}
.mini-author__content > *:not(:first-child) {
  display: inline-block;
  margin-top: 7px;
}
.mini-author__name {
  font-size: 15px;
  font-weight: 400;
  color: var(--black);
}
.mini-author__txt {
  font-size: 13px;
  color: var(--green);
}
.mini-author__dot {
  color: var(--gray-medium);
}

.tag {
  padding: 10px 15px;
  border-radius: 40px;
  background: var(--bg);
  color: var(--dark-green);
  font-size: 15px;
  text-transform: uppercase;
}
.tag--green {
  color: var(--bg);
  background-image: url(../assets/img/wall/tag-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.form {
  width: 48.6%;
}
.form > *:not(:first-child) {
  margin-top: 6px;
}
.form p {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: var(--text-2);
  line-height: 1.5;
  color: var(--gray-medium);
}
.form input {
  padding: 10px 16px;
  outline: none;
  border: 1px solid var(--gray-light);
  background: #F9F9F9;
  border-radius: 12px;
  width: 100%;
}

@media (max-width: 1600px) {
  ._btn {
    padding: 1.5vw;
    gap: 1.88vw;
    border-radius: 1vw;
    font-size: 1.25vw;
    border: 0.06vw solid transparent;
  }
  ._btn img {
    width: 0.63vw;
    height: 0.63vw;
  }
  ._btn._btn-sm {
    font-size: 1vw;
    gap: 1.56vw;
    padding: 1.13vw 1.5vw;
  }
  ._btn._btn-sm img {
    width: 0.5vw;
    height: 0.5vw;
  }
  .mini-post__stat {
    gap: 1vw;
  }
  .mini-post__stat-item {
    gap: 0.31vw;
    font-size: 0.88vw;
  }
  .mini-post__stat-item img {
    width: 1.44vw;
    min-width: 1.44vw;
    height: 1.13vw;
  }
  .mini-post > *:not(:first-child) {
    margin-top: 1.25vw;
  }
  .mini-author {
    gap: 0.94vw;
  }
  .mini-author__img-wrap {
    width: 4.38vw;
    border-radius: 1.25vw;
  }
  .mini-author__content > *:not(:first-child) {
    margin-top: 0.44vw;
  }
  .mini-author__name {
    font-size: 0.94vw;
  }
  .mini-author__txt {
    font-size: 0.81vw;
  }
  .tag {
    padding: 0.63vw 0.94vw;
    border-radius: 2.5vw;
    font-size: 0.94vw;
  }
  .form > *:not(:first-child) {
    margin-top: 0.38vw;
  }
  .form input {
    padding: 0.63vw 1vw;
    border: 0.06vw solid var(--gray-light);
    border-radius: 0.75vw;
  }
}
.header__inner {
  background: var(--dark-green);
  padding: 20px 0;
}
.header__inner .header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner .menu__list {
  display: flex;
  align-items: center;
  gap: 35px;
}
.header__inner .menu__link {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: var(--h2);
  line-height: 1.4;
  color: #fff;
  transition: opacity 0.3s ease-in-out;
}
.header__inner .menu__link:hover {
  opacity: 0.8;
}
.header__inner .menu__link {
  text-transform: uppercase;
}
.header__inner .header__actions {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__inner .header__search img {
  width: 20px;
  height: 20px;
}
.header__inner .header__actions-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__inner .header__profile img {
  width: 22px;
  height: 21px;
}
.header__inner .header__star img {
  width: 30px;
  height: 30px;
}

.header .menu__icon {
  display: none;
}
.header__inner {
  background-image: url(../assets/img/header/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.header__bottom {
  padding: 28px 0;
  background: var(--green);
}
.header__bottom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 35px;
}
.header__bottom-item {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: opacity 0.3s ease-in-out;
}
.header__bottom-item:hover {
  opacity: 0.8;
}
.header__bottom-triangle {
  width: 7px;
  height: 14px;
  background-color: var(--accent);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
.header__bottom-time, .header__bottom-txt {
  color: #fff;
}
.header__bottom-txt {
  font-size: 16px;
}

.footer .header__inner {
  padding: 40px 0;
  background-image: none;
}

.wall-sidebar {
  width: 428px;
  min-width: 428px;
  position: sticky;
  top: 50px;
}

.wall-sidebar-sm {
  width: 333px;
  min-width: 333px;
  position: sticky;
  top: 50px;
}

.wall-sidebar-l {
  width: 380px;
  min-width: 380px;
}

.post {
  width: 100%;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.post > *:not(:first-child) {
  margin-top: 30px;
}
.post__author {
  transition: opacity 0.3s ease-in-out;
}
.post__author:hover {
  opacity: 0.8;
}
.post__author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.post__author-img-wrap {
  width: 56px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.post__author-img-wrap-inner {
  padding-bottom: 100%;
}
.post__author-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.post__author-top p {
  color: var(--black);
  font-size: 18px;
}
.post__photo {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.post__photo-inner {
  padding-bottom: 66.71%;
}
.post__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.post__txt--hidden {
  display: none;
}
._visible .post__txt--hidden {
  display: block;
}
.post__more {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: var(--accent);
}
._visible .post__more {
  display: none;
}
.post__content > *:not(:first-child) {
  margin-top: 20px;
}
.post__content-inner > *:not(:first-child) {
  margin-top: 10px;
}
.post .header__bottom-triangle {
  display: block;
  transform: rotate(90deg);
  height: 10px;
  width: 6px;
}
.post__stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post__actions {
  display: flex;
  align-items: center;
  gap: 40px;
}
.post__actions-txt {
  color: var(--gray-medium);
  font-size: 14px;
  transition: color 0.3s ease 0s;
}
.post__reactions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post__like-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.post__comments {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post__like img, .post__dislike img {
  filter: grayscale(1);
  transition: all 0.3s;
}
.post__like img:hover, .post__dislike img:hover {
  filter: grayscale(0);
}
._active .post__like img {
  filter: grayscale(0);
}
._active .post__actions-txt {
  color: var(--black);
}
.post__dislike._active img {
  opacity: 1;
}
.post__dislike img {
  opacity: 0.5;
}
.post__dislike img:hover {
  opacity: 1;
}
.post__views img:hover {
  opacity: 0.5;
}
.post__like img, .post__dislike img {
  width: 40px;
}
.post__comments img {
  width: 35px;
}
.post__views img {
  width: 30px;
}
.post__views {
  display: flex;
  align-items: center;
  gap: 8px;
}

@media (max-width: 1600px) {
  .header__inner {
    padding: 1.25vw 0;
  }
  .header__inner .menu__list {
    gap: 2.19vw;
  }
  .header__inner .header__actions {
    gap: 2.5vw;
  }
  .header__inner .header__search img {
    width: 1.25vw;
    height: 1.25vw;
  }
  .header__inner .header__actions-inner {
    gap: 0.63vw;
  }
  .header__inner .header__profile img {
    width: 1.38vw;
    height: 1.31vw;
  }
  .header__inner .header__star img {
    width: 1.88vw;
    height: 1.88vw;
  }
  .header__bottom {
    padding: 1.75vw 0;
  }
  .header__bottom-container {
    gap: 2.1vw;
  }
  .header__bottom-item {
    gap: 1vw;
  }
  .header__bottom-triangle {
    width: 0.44vw;
    height: 0.88vw;
  }
  .header__bottom-txt {
    font-size: 1vw;
  }
  .footer .header__inner {
    padding: 2.5vw 0;
  }
  .wall-sidebar {
    width: 26.75vw;
    min-width: 26.75vw;
    top: 3.13vw;
  }
  .wall-sidebar-sm {
    width: 20.81vw;
    min-width: 20.81vw;
    top: 3.13vw;
  }
  .wall-sidebar-l {
    width: 23.75vw;
    min-width: 23.75vw;
  }
  .post {
    padding: 1.88vw;
    border-radius: 1.25vw;
  }
  .post > *:not(:first-child) {
    margin-top: 1.88vw;
  }
  .post__author {
    gap: 0.63vw;
  }
  .post__author-img-wrap {
    width: 3.5vw;
    border-radius: 1.25vw;
  }
  .post__author-top {
    gap: 0.63vw;
  }
  .post__author-top p {
    font-size: 1.13vw;
  }
  .post__photo {
    border-radius: 1.25vw;
  }
  .post__tags {
    gap: 0.63vw;
  }
  .post__more {
    gap: 0.5vw;
    font-size: 0.94vw;
  }
  .post__content > *:not(:first-child) {
    margin-top: 1.25vw;
  }
  .post__content-inner > *:not(:first-child) {
    margin-top: 0.63vw;
  }
  .post .header__bottom-triangle {
    height: 0.63vw;
    width: 0.38vw;
  }
  .post__actions {
    gap: 2.5vw;
  }
  .post__actions-txt {
    font-size: 0.88vw;
  }
  .post__reactions {
    gap: 0.5vw;
  }
  .post__like-wrap {
    gap: 0.63vw;
  }
  .post__comments {
    gap: 0.5vw;
  }
  .post__like img, .post__dislike img {
    width: 2.5vw;
  }
  .post__comments img {
    width: 2.19vw;
  }
  .post__views img {
    width: 1.88vw;
  }
  .post__views {
    gap: 0.5vw;
  }
}
.main {
  background: var(--bg);
  background-image: url(../assets/img/page/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.wall {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 47px;
  padding: 50px 20px;
}

.wall__inner, .wall-content {
  flex-grow: 1;
}

.h1 {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  color: var(--black);
  text-transform: uppercase;
}

.h2 {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: var(--h2);
  line-height: 1.4;
  color: var(--black);
}

.wall-sidebar > *:not(:first-child) {
  margin-top: 30px;
}
.wall-sidebar ._btn {
  width: 100%;
}
.wall-sidebar__posts {
  background: #fff;
  padding: 35px 30px;
  border-radius: 20px;
  width: 100%;
}
.wall-sidebar__posts > *:not(:first-child) {
  margin-top: 30px;
}
.wall-sidebar__posts-list > *:not(:last-child) {
  border-bottom: 1px solid var(--gray-light);
  padding-bottom: 20px;
}
.wall-sidebar__posts-list > *:not(:first-child) {
  margin-top: 20px;
}

.wall-content > *:not(:first-child) {
  margin-top: 30px;
}
.wall-content__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.wall-content__inner > *:not(:first-child) {
  margin-top: 30px;
}
.wall-content__btn-wrap {
  display: flex;
  justify-content: center;
}
.wall-content__btn-wrap button {
  padding: 30px 40px;
}

.map-sm {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 17px;
}
.map-sm__inner {
  padding-bottom: 60.75%;
}
.map-sm ._btn {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 2;
  width: 92%;
  bottom: 17px;
  left: 17px;
}

.day-summary__item > *:not(:first-child) {
  margin-top: 20px;
}
.day-summary__item .h2 {
  color: var(--green);
}
.day-summary__list > *:not(:first-child) {
  margin-top: 20px;
}
.day-summary__list > li {
  padding-left: 22px;
  position: relative;
}
.day-summary__list > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 9px;
  width: 5px;
  height: 5px;
  background: var(--black);
  border-radius: 50%;
}

.summary__inner {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.summary__inner > *:not(:first-child) {
  margin-top: 50px;
}
.summary__list > *:not(:first-child) {
  margin-top: 40px;
}
.summary__item > *:not(:first-child) {
  margin-top: 18px;
}
.summary__item-inner {
  display: flex;
  align-items: center;
  gap: 18px;
}
.summary__item-inner._transparent .summary__time {
  color: #CECECE;
}
.summary__item-line {
  flex-grow: 1;
  height: 1px;
  background: var(--gray-light);
}
.summary__time {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: var(--h2);
  line-height: 1.4;
  color: var(--green);
}

.sections {
  padding: 50px 0;
}
.sections > *:not(:first-child) {
  margin-top: 47px;
}

.articles__container > *:not(:first-child) {
  margin-top: 30px;
}
.articles__intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.articles__list {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
.articles__item {
  width: 363px;
  overflow: hidden;
  border-radius: 20px;
}
.articles__img-wrap {
  width: 100%;
  position: relative;
}
.articles__img-wrap-inner {
  padding-bottom: 65.29%;
}
.articles__content {
  padding: 20px;
  background: #fff;
}
.articles__content > *:not(:first-child) {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid var(--gray-light);
}
.articles__time {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: var(--text-2);
  line-height: 1.5;
  color: var(--gray-medium);
}

.popular__content > *:not(:first-child) {
  margin-top: 20px;
  padding-top: 0;
  border-top: none;
}
.popular__members {
  display: flex;
  align-items: center;
  gap: 12px;
}
.popular__members-txt {
  font-size: 18px;
  color: #727272;
}
.popular__members-quant {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popular__members-quant p {
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: var(--h2);
  line-height: 1.4;
  color: var(--green);
}
.popular__members-quant img {
  width: 24px;
}
.popular__nav {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  pointer-events: all;
  position: relative;
}
.popular__nav.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.popular__nav img {
  width: 20px;
  height: 20px;
}
.popular__navigation {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 100%;
  pointer-events: none;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.popular__prev {
  left: -22px;
}
.popular__next {
  right: -22px;
  transform: rotate(180deg);
}
.popular__swiper-wrap {
  position: relative;
}

.communities__form {
  width: 100%;
  position: relative;
}
.communities__form input {
  width: 100%;
  background: #fff;
  padding: 16px 16px 16px 44px;
  border-radius: 12px;
  outline: none;
}
.communities__form img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.communities__item {
  display: block;
  width: 351px;
}
.communities__list {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
}

.community {
  margin-top: 50px;
}
.community__container-inner {
  border-radius: 20px;
  overflow: hidden;
}
.community__cover {
  width: 100%;
  position: relative;
}
.community__cover-inner {
  padding-bottom: 13.95%;
}
.community__avatar {
  width: 110px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.community__avatar-inner {
  position: relative;
  padding-bottom: 100%;
}
.community__info {
  background: #fff;
  padding: 35px 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.community__info-main {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.community__title {
  font-size: 28px;
  font-weight: 500;
}
.community__info-inner > *:not(:first-child) {
  margin-top: 30px;
}
.community__info-content {
  display: flex;
  gap: 22px;
}
.community__info-content > * > *:not(:first-child) {
  margin-top: 10px;
}

.lk-statistic__list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.lk-statistic__icon {
  width: 44px;
  height: 44px;
  background: #F8F8F8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}
.lk-statistic__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.lk-statistic__title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.lk-statistic__name {
  font-size: 14px;
  color: #727272;
  text-align: center;
}

.lk__inner {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 50px;
}
.lk__inner > *:not(:first-child) {
  margin-top: 15px;
}
.lk__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.lk__main {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.lk__avatar {
  width: 165px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.lk__avatar-inner {
  padding-bottom: 100%;
}
.lk__avatar-wrap {
  position: relative;
}
.lk__edit {
  transition: opacity 0.3s ease-in-out;
}
.lk__edit:hover {
  opacity: 0.8;
}
.lk__edit {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lk__edit img {
  width: 21px;
  height: 20px;
}
.lk__forms {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.lk__forms ._btn {
  display: none;
}
.lk__calendar::-webkit-calendar-picker-indicator {
  background-image: url(../assets/img/calendar.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .wall {
    gap: 2.94vw;
    padding: 3.13vw 1.25vw;
  }
  .h1 {
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 1.5vw;
    line-height: 1.4;
    color: var(--black);
  }
}
@media (max-width: 1600px) {
  .wall-sidebar > *:not(:first-child) {
    margin-top: 1.88vw;
  }
  .wall-sidebar__posts {
    padding: 2.19vw 1.88vw;
    border-radius: 1.25vw;
  }
  .wall-sidebar__posts > *:not(:first-child), .wall-sidebar__posts .day-summary__wrap > *:not(:first-child) {
    margin-top: 1.88vw;
  }
  .wall-sidebar__posts-list > *:not(:last-child) {
    border-bottom: 0.06vw solid var(--gray-light);
    padding-bottom: 1.25vw;
  }
  .wall-sidebar__posts-list > *:not(:first-child) {
    margin-top: 1.25vw;
  }
  .wall-content > *:not(:first-child) {
    margin-top: 1.88vw;
  }
  .wall-content__tags {
    gap: 0.94vw;
  }
  .wall-content__inner > *:not(:first-child) {
    margin-top: 1.88vw;
  }
  .wall-content__btn-wrap button {
    padding: 1.88vw 2.5vw;
  }
  .map-sm {
    border-radius: 1.25vw;
    padding: 1.06vw;
  }
  .map-sm ._btn {
    bottom: 1.06vw;
    left: 1.06vw;
  }
  .day-summary__item > *:not(:first-child) {
    margin-top: 1.25vw;
  }
  .day-summary__list > *:not(:first-child) {
    margin-top: 1.25vw;
  }
  .day-summary__list > li {
    padding-left: 1.38vw;
  }
  .day-summary__list > li::before {
    left: 0.5vw;
    top: 0.56vw;
    width: 0.31vw;
    height: 0.31vw;
  }
  .summary__inner {
    padding: 1.88vw;
    border-radius: 1.25vw;
  }
  .summary__inner > *:not(:first-child) {
    margin-top: 3.13vw;
  }
  .summary__list > *:not(:first-child) {
    margin-top: 2.5vw;
  }
  .summary__item > *:not(:first-child) {
    margin-top: 1.13vw;
  }
  .summary__item-inner {
    gap: 1.13vw;
  }
  .summary__item-line {
    height: 0.06vw;
  }
  .sections {
    padding: 3.13vw 0;
  }
  .sections > *:not(:first-child) {
    margin-top: 2.94vw;
  }
  .articles__container > *:not(:first-child) {
    margin-top: 1.88vw;
  }
  .articles__list {
    gap: 1.5vw;
  }
  .articles__item {
    width: 22.69vw;
    border-radius: 1.25vw;
  }
  .articles__content {
    padding: 1.25vw;
  }
  .articles__content > *:not(:first-child) {
    margin-top: 0.94vw;
    padding-top: 0.63vw;
    border-top: 0.06vw solid var(--gray-light);
  }
  .popular__content > *:not(:first-child) {
    margin-top: 1.25vw;
  }
  .popular__members {
    gap: 0.75vw;
  }
  .popular__members-txt {
    font-size: 1.13vw;
  }
  .popular__members-quant {
    gap: 0.63vw;
  }
  .popular__members-quant img {
    width: 1.5vw;
  }
  .popular__nav {
    width: 2.75vw;
    height: 2.75vw;
    border-radius: 0.75vw;
  }
  .popular__nav img {
    width: 1.25vw;
    height: 1.25vw;
  }
  .popular__prev {
    left: -1.38vw;
  }
  .popular__next {
    right: -1.38vw;
  }
  .communities__form input {
    padding: 1vw 1vw 1vw 2.75vw;
    border-radius: 0.75vw;
  }
  .communities__form img {
    width: 1.25vw;
    height: 1.25vw;
    left: 1vw;
  }
  .communities__item {
    width: 21.94vw;
  }
  .communities__list {
    gap: 2.38vw;
  }
  .community {
    margin-top: 3.13vw;
  }
  .community__container-inner {
    border-radius: 1.25vw;
  }
  .community__avatar {
    width: 6.88vw;
  }
  .community__info {
    padding: 2.19vw 1.88vw;
  }
  .community__info-main {
    gap: 1.88vw;
  }
  .community__title {
    font-size: 1.75vw;
  }
  .community__info-inner > *:not(:first-child) {
    margin-top: 1.88vw;
  }
  .community__info-content {
    gap: 1.38vw;
  }
  .community__info-content > * > *:not(:first-child) {
    margin-top: 0.63vw;
  }
  .lk-statistic__list {
    gap: 2.5vw;
  }
  .lk-statistic__icon {
    width: 2.75vw;
    height: 2.75vw;
    font-size: 1.56vw;
  }
  .lk-statistic__item {
    gap: 0.5vw;
  }
  .lk-statistic__title {
    font-size: 1.13vw;
  }
  .lk-statistic__name {
    font-size: 0.88vw;
  }
  .lk__inner {
    padding: 1.88vw;
    border-radius: 1.25vw;
    margin-top: 3.13vw;
  }
  .lk__inner > *:not(:first-child) {
    margin-top: 0.94vw;
  }
  .lk__main {
    gap: 2.5vw;
  }
  .lk__avatar {
    width: 10.31vw;
  }
  .lk__edit {
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 0.63vw;
  }
  .lk__edit img {
    width: 1.31vw;
    height: 1.25vw;
  }
  .lk__forms {
    gap: 1.25vw 1.88vw;
  }
  .lk__calendar::-webkit-calendar-picker-indicator {
    width: 1.5vw;
    height: 1.5vw;
  }
}
@media (max-width: 767.9px) {
  ._wrapper {
    overflow: hidden;
  }
  .header .menu__icon {
    display: block;
    position: relative;
    cursor: pointer;
    width: 6vw;
    height: 4vw;
  }
  .header .menu__icon span, .header .menu__icon::before, .header .menu__icon::after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 10%;
    background: #fff;
    transition: all 0.3s ease 0s;
  }
  .header .menu__icon::before, .header .menu__icon::after {
    content: "";
    transform-origin: left;
  }
  .header .menu__icon::before {
    top: 0;
  }
  .header .menu__icon::after {
    bottom: 0;
  }
  .header .menu__icon span {
    top: 50%;
    transform: translateY(-50%) scale(1);
  }
  .header .menu__list {
    padding: 5vw 0;
    position: fixed;
    z-index: 15;
    top: 14.6vw;
    left: 0;
    transition: transform 0.3s ease 0s;
    transform: translateX(-120%);
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    gap: 4.19vw;
  }
  .header .menu._active .menu__list {
    transform: translateX(0);
  }
  .header .menu._active .menu__icon span {
    transform: translateY(-50%) scale(0);
  }
  .header .menu._active .menu__icon::before {
    transform: rotate(45deg);
    left: 0.5vw;
    top: -0.25vw;
  }
  .header .menu._active .menu__icon::after {
    transform: rotate(-45deg);
    left: 0.4vw;
    bottom: -0.25vw;
  }
  .header__inner {
    padding: 5.25vw 0;
  }
  .header__inner .header__search img {
    width: 5.25vw;
    height: 5.25vw;
  }
  .header__inner .header__profile img {
    width: 5.2vw;
    height: 5.2vw;
  }
  .header__inner .header__star img {
    width: 7.5vw;
    height: 7.5vw;
  }
  .header__inner .header__actions {
    gap: 10.5vw;
  }
  .header__inner .header__actions-inner {
    gap: 2.63vw;
  }
  .header__bottom-txt {
    font-size: 4vw;
  }
  .header__bottom-triangle {
    width: 2.44vw;
    min-width: 2.44vw;
    height: 3.6vw;
  }
  .header__bottom-item {
    gap: 4vw;
  }
  .header__bottom-container {
    flex-wrap: nowrap;
  }
  .header__bottom-time, .header__bottom-txt {
    white-space: nowrap;
  }
  .header__bottom {
    padding: 5vw 0;
    overflow: auto;
  }
  .header__bottom-container > *:last-child {
    padding-right: 1vw;
  }
  .wall {
    flex-direction: column;
    gap: 8.94vw;
    padding: 7.13vw 1.25vw;
  }
  ._btn img {
    width: 2.2vw;
    height: 2.2vw;
  }
  .wall-sidebar {
    width: 100%;
  }
  ._btn {
    padding: 5.5vw;
    gap: 5.2vw;
    border-radius: 3vw;
    font-size: 4vw;
    border: 0.1vw solid transparent;
  }
  .wall-sidebar > *:not(:first-child) {
    margin-top: 9.3vw !important;
  }
  .h1 {
    font-size: 5.2vw;
  }
  .wall-sidebar__posts {
    background: transparent;
    padding: 0;
    border-radius: 2.25vw;
  }
  .wall-sidebar__authors .wall-sidebar__posts-list {
    display: block;
    background: #fff;
    padding: 4.2vw;
    border-radius: 5vw;
  }
  .wall-sidebar__authors .wall-sidebar__posts-list > *:not(:last-child) {
    border-bottom: 0.3vw solid var(--gray-light);
    padding-bottom: 5vw;
  }
  .wall-sidebar__authors .wall-sidebar__posts-list > *:not(:first-child) {
    margin-top: 5vw;
  }
  .wall-sidebar__authors .wall-sidebar__posts-list .mini-author {
    width: 100%;
  }
  .wall-sidebar__authors .wall-sidebar__posts-list .mini-author__name {
    font-size: 3.94vw;
  }
  .wall-sidebar__posts > *:not(:first-child) {
    margin-top: 2.88vw;
  }
  .mini-post > *:not(:first-child) {
    margin-top: 5.25vw;
  }
  .mini-post__stat-item {
    gap: 1.5vw;
    font-size: 3.6vw;
  }
  .mini-post__stat-item img {
    width: 5.44vw;
    min-width: 5.44vw;
    height: 4.13vw;
  }
  .mini-post__stat {
    gap: 8vw;
  }
  .wall-sidebar__posts-list > *:not(:last-child) {
    border-bottom: none;
    padding-bottom: 0;
  }
  .wall-sidebar__posts-list > *:not(:first-child) {
    margin-top: 0;
  }
  .mini-post {
    width: 70.5vw;
    min-width: 70.5vw;
    padding: 4.5vw;
    border-radius: 5vw;
    background: #fff;
  }
  .wall-sidebar__posts-list {
    display: flex;
    gap: 4.6vw;
    overflow: auto;
  }
  .tag {
    padding: 2.8vw 3.5vw;
    border-radius: 6.5vw;
    font-size: 3.94vw;
  }
  .wall-content__tags {
    max-width: 100%;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 2.94vw;
  }
  .wall-content__tags .tag {
    white-space: nowrap;
  }
  .wall__content {
    width: 100%;
  }
  .wall-content > *:not(:first-child) {
    margin-top: 8.88vw;
  }
  .post {
    padding: 3.5vw;
    border-radius: 3.25vw;
  }
  .post__author-img-wrap {
    width: 14.5vw;
    border-radius: 5.25vw;
  }
  .post__author {
    gap: 2.3vw;
  }
  .post__author-top p {
    font-size: 4.6vw;
  }
  .mini-author__dot {
    font-size: 5vw;
    line-height: 0.5;
  }
  .post__author-top {
    gap: 1.63vw;
  }
  .mini-author__txt {
    font-size: 3.2vw;
  }
  .post > *:not(:first-child) {
    margin-top: 7vw;
  }
  .post__photo {
    border-radius: 5.25vw;
  }
  .post__tags {
    gap: 1.3vw;
  }
  .post__more {
    gap: 1.5vw;
    font-size: 3.8vw;
  }
  .post .header__bottom-triangle {
    height: 2.63vw;
    width: 1.38vw;
  }
  .post__actions-txt {
    font-size: 4vw;
  }
  .post__like img, .post__dislike img {
    width: 7.8vw;
  }
  .post__like-wrap {
    gap: 2.63vw;
  }
  .post__reactions {
    gap: 2.5vw;
  }
  .post__actions {
    gap: 6.5vw;
  }
  .post__comments img {
    width: 7.8vw;
  }
  .post__comments {
    gap: 1.5vw;
  }
  .post__views img {
    width: 4.88vw;
  }
  .post__views {
    gap: 1.5vw;
  }
  .wall-content__inner > *:not(:first-child) {
    margin-top: 5.88vw;
  }
  .wall-content__btn-wrap button {
    padding: 5.88vw 7.5vw;
  }
  .post__content > *:not(:first-child) {
    margin-top: 5.25vw;
  }
  .mini-author {
    gap: 2.94vw;
    width: 46vw;
    min-width: 46vw;
  }
  .mini-author__img-wrap {
    width: 15.38vw;
    min-width: 15.38vw;
    border-radius: 4.25vw;
  }
  .mini-author__name {
    font-size: 2.94vw;
    white-space: nowrap;
  }
  .mini-author__content > *:not(:first-child) {
    margin-top: 1.44vw;
  }
  .footer .header__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 7.5vw;
  }
  .footer .menu__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 7.6vw;
  }
  .footer .header__search {
    display: none;
  }
  .footer .header__inner {
    padding: 5.5vw 0;
  }
  .map-sm {
    border-radius: 3.25vw;
    padding: 3.06vw;
  }
  .map-sm ._btn {
    bottom: 3.06vw;
    left: 3.06vw;
    width: 93%;
  }
  .day-summary {
    padding: 0;
  }
  .wall-sidebar__posts .day-summary__wrap > *:not(:first-child) {
    margin-top: 0;
  }
  .day-summary__wrap {
    display: flex;
    gap: 4.5vw;
    overflow: auto;
  }
  .day-summary__item > *:not(:first-child) {
    margin-top: 3.25vw;
  }
  .day-summary__list > li {
    padding-left: 5.38vw;
  }
  .day-summary__list > *:not(:first-child) {
    margin-top: 4vw;
  }
  .day-summary__list > li::before {
    left: 0.6vw;
    top: 2.4vw;
    width: 1.1vw;
    height: 1.1vw;
  }
  .day-summary__item {
    background: #fff;
    padding: 4vw;
    border-radius: 5vw;
    width: 81vw;
    min-width: 81vw;
  }
  .summary__inner {
    padding: 8vw 3.88vw;
    border-radius: 5.25vw;
  }
  .summary__item-inner {
    gap: 3.13vw;
    align-items: flex-start;
  }
  .summary__item-inner._transparent {
    align-items: center;
  }
  .summary__inner > *:not(:first-child) {
    margin-top: 7.13vw;
  }
  .map-sm__inner {
    padding-bottom: 43.75%;
  }
  .summary__list > *:not(:first-child) {
    margin-top: 3.5vw;
  }
  .summary__item > *:not(:first-child) {
    margin-top: 4.13vw;
  }
  .sections {
    padding: 6.13vw 0;
  }
  .sections > *:not(:first-child) {
    margin-top: 11.94vw;
  }
  .articles__container > *:not(:first-child) {
    margin-top: 3.88vw;
  }
  .articles__list {
    overflow: auto;
    gap: 3.5vw;
  }
  .articles__item {
    width: 73.69vw;
    min-width: 73.69vw;
    border-radius: 3.25vw;
  }
  .articles__content {
    padding: 3.25vw;
  }
  .articles__content > *:not(:first-child) {
    margin-top: 1.94vw;
    padding-top: 2.63vw;
    border-top: 0.3vw solid var(--gray-light);
  }
  .popular__nav {
    width: 6.75vw;
    height: 6.75vw;
    border-radius: 1.75vw;
  }
  .popular__nav img {
    width: 3.25vw;
    height: 3.25vw;
  }
  .popular__members-quant {
    gap: 2.63vw;
  }
  .popular__members-quant img {
    width: 6.2vw;
  }
  .popular__members-txt {
    font-size: 4.6vw;
  }
  .popular__members {
    gap: 1.75vw;
  }
  .popular__nav {
    display: none;
  }
  .popular__slide {
    border-radius: 6.25vw;
    display: block;
    min-width: auto;
  }
  .popular__content > *:not(:first-child) {
    border: none;
  }
  .communities__form img {
    width: 5.25vw;
    height: 5.25vw;
    left: 2.5vw;
  }
  .communities__item {
    width: 100%;
  }
  .communities__form input {
    padding: 4vw 4vw 4vw 11.75vw;
    border-radius: 3.75vw;
  }
  .communities__list {
    gap: 6vw;
  }
  .community {
    margin-top: 5.13vw;
  }
  .community__cover-inner {
    padding-bottom: 36.95%;
  }
  .community__info {
    padding: 4.19vw 2.88vw;
    gap: 5vw;
    flex-direction: column;
    align-items: stretch;
  }
  .community__avatar {
    width: 16.88vw;
  }
  .community__info-main {
    gap: 4.88vw;
  }
  .community__title {
    font-size: 4.2vw;
  }
  .community__info-content > * > *:not(:first-child) {
    margin-top: 1.63vw;
  }
  .community__info-content {
    gap: 2.38vw;
  }
  .community .popular__members-txt {
    font-size: 3.8vw;
  }
  .community__container-inner {
    border-radius: 3.25vw;
  }
  .lk-statistic {
    background: #fff;
    padding: 4vw;
    border-radius: 5.25vw;
  }
  .lk-statistic__icon {
    width: 11.75vw;
    height: 11.75vw;
    font-size: 7.56vw;
  }
  .lk-statistic__title {
    font-size: 4.7vw;
  }
  .lk-statistic__name {
    font-size: 3.88vw;
  }
  .lk-statistic__list {
    gap: 6.5vw;
    justify-content: center;
  }
  .lk-statistic__item {
    gap: 1.5vw;
  }
  .lk__inner > *:not(:first-child) {
    margin-top: 2.94vw;
  }
  .lk__main {
    flex-direction: column;
    align-items: flex-start;
  }
  .lk__inner {
    padding: 3.2vw;
    border-radius: 3.25vw;
    margin-top: 5.13vw;
  }
  .lk__avatar {
    width: 33.31vw;
  }
  .lk__edit {
    width: 10.5vw;
    height: 10.5vw;
    border-radius: 2.63vw;
  }
  .lk__edit img {
    width: 5.31vw;
    height: 5.25vw;
  }
  ._btn._btn-sm {
    font-size: 2.2vw;
    gap: 1.56vw;
    padding: 2.13vw 3.5vw;
  }
  .form {
    width: 100%;
  }
  .form > *:not(:first-child) {
    margin-top: 2.38vw;
  }
  .form input {
    padding: 2.63vw 4vw;
    border: 0.2vw solid var(--gray-light);
    border-radius: 3.75vw;
  }
  .lk__forms {
    gap: 6vw;
  }
  .lk__calendar::-webkit-calendar-picker-indicator {
    width: 6vw;
    height: 6vw;
  }
  .lk__intro ._btn {
    display: none;
  }
  .lk__forms ._btn {
    display: flex;
    width: 100%;
  }
}
