.vk-wall {
  display: flex;
  flex-direction: column;
  width: 100%; }

.vk-wall__posts {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

.vk-wall__posts--col-1 .vk-wall__post {
  flex: 0 0 100%; }

.vk-wall__loader {
  width: 80px;
  align-self: center; }

.vk-wall__btn-next {
  padding: 8px 34px;
  background: #e6e6e6 !important;
  align-self: center;
  border-radius: 4px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px; }
  .vk-wall__btn-next:hover {
    background: #cacaca !important; }

.vk-wall__posts--col-2 .vk-wall__post {
  flex: 0 0 calc((100% - 20px) / 2); }
.vk-wall__posts--col-2 .vk-wall__post:not(:nth-child(2n+2)) {
  margin-right: 20px; }

.vk-wall__posts--col-3 .vk-wall__post {
  flex: 0 0 calc((100% - 2 * 20px) / 3); }
.vk-wall__posts--col-3 .vk-wall__post:not(:nth-child(3n+3)) {
  margin-right: 20px; }

.vk-wall__posts--col-4 .vk-wall__post {
  flex: 0 0 calc((100% - 3 * 20px) / 4); }
.vk-wall__posts--col-4 .vk-wall__post:not(:nth-child(4n+4)) {
  margin-right: 20px; }

.vk-wall-post {
  cursor: pointer;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 1px 1px 10px #cdcdcd; }
  .vk-wall-post--hide {
    display: none; }

.vk-wall * {
  box-sizing: border-box; }

.vk-wall-post__preview {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1.01); }

.vk-wall-post__excerpt {
  display: flex;
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  box-sizing: border-box;
  padding: 16px;
  background: rgba(17, 17, 17, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: white; }

/*filter: grayscale(1);*/
.vk-wall__posts * {
  transition: all .3s ease; }

.vk-wall-post__excerpt-bottom {
  margin-top: auto; }

.vk-wall-post__excerpt-title {
  color: #ffffff;
  text-decoration: none;
  transform: translateY(10px);
  overflow: hidden;
  max-height: 60px;
  margin-top: 20px; }
  .vk-wall-post__excerpt-title:hover {
    text-decoration: underline; }

.vk-wall-post__excerpt-like-btns {
  border-top: 1px solid #3b3b3b;
  padding-top: 14px;
  margin-top: auto; }

.vk-wall-post__excerpt-bottom {
  transform: translateY(10px); }

.vk-wall-post__excerpt-group {
  margin-bottom: 20px; }

.vk-wall-post__preview-container {
  position: absolute;
  height: 100%;
  width: 100%; }

/* Block Button Likes */
.like-btns {
  display: flex; }

.like-btns--dark {
  border-top: none; }
  .like-btns--dark a {
    color: #757575 !important; }
  .like-btns--dark path {
    fill: #757575; }
  .like-btns--dark .like-btns__item:hover {
    color: #111111 !important; }
    .like-btns--dark .like-btns__item:hover path {
      fill: #111111 !important; }

.like-btns__item {
  color: #ffffff !important;
  background: none !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 10px; }
  .like-btns__item:hover span {
    text-decoration: underline; }

.like-btns__count {
  font-size: 13px; }

.like-btns__item svg {
  margin-right: 5px; }

/* END: Block Button Likes */
/* Block Excerpt Group*/
.excerpt-group {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF !important;
  margin-bottom: 18px;
  font-weight: 600 !important;
  line-height: 1.4;
  text-align: left; }

.excerpt-group--light {
  color: #ffffff; }

.excerpt-group__body {
  display: flex;
  flex-direction: column;
  font-size: 12px; }

.excerpt-group__date {
  color: #a4a4a4; }

.excerpt-group__img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px; }

.excerpt-group:hover .excerpt-group__name-group {
  text-decoration: underline; }

/* END: Block Excerpt Group*/
.vk-wall-post__excerpt-title-mobile {
  display: none;
  position: absolute;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.8), transparent);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  bottom: 0;
  left: 0;
  max-height: 109px;
  padding: 40px 15px 15px 15px;
  line-height: 18px; }
  .vk-wall-post__excerpt-title-mobile span {
    overflow: hidden;
    max-height: 60px; }

.vk-wall-post__excerpt-title-mobile--active {
  display: flex; }

/* Hover Post */
.vk-wall-post:not(.vk-wall-post--mobile):hover .vk-wall-post__excerpt {
  visibility: visible;
  opacity: 1; }
  .vk-wall-post:not(.vk-wall-post--mobile):hover .vk-wall-post__excerpt > div, .vk-wall-post:not(.vk-wall-post--mobile):hover .vk-wall-post__excerpt .vk-wall-post__excerpt-title {
    transform: translateY(0px); }
.vk-wall-post:not(.vk-wall-post--mobile):hover .vk-wall-post__preview {
  transform: scale(1.1);
  filter: grayscale(1); }
.vk-wall-post:not(.vk-wall-post--mobile):hover .vk-wall-post__excerpt-title {
  overflow: hidden;
  max-height: 60px; }

/* END: Hover Post */
.body {
  display: flex;
  justify-content: center;
  align-items: center; }

.wrap {
  margin-top: 100px;
  max-width: 1200px;
  width: 100%; }

/* VK Infinity Wall */
.vk-infinity-wall__close {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50px;
  right: 50px;
  width: 32px;
  height: 32px;
  z-index: 3000;
  transition: all .5s ease;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5); }
  .vk-infinity-wall__close svg {
    width: 15px;
    height: 15px;
    filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 0px 2px); }
    .vk-infinity-wall__close svg path {
      fill: #fff; }

@media screen and (max-width: 680px) {
  .vk-infinity-wall__close {
    right: 20px; } }
.vk-infinity-wall * {
  box-sizing: border-box !important; }

.body-stop-scroll {
  overflow: hidden; }

.vk-infinity-wall {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: -1000%;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  background: rgba(17, 17, 17, 0.9);
  overflow-y: scroll;
  z-index: 9999; }
  .vk-infinity-wall--active {
    left: 0 !important; }

.vk-infinity-wall__wall-container {
  display: flex;
  flex-direction: column;
  padding: 6px 0;
  background: #fff;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  max-width: 600px;
  margin-top: 100px;
  box-shadow: 1px 1px 20px rgba(17, 17, 17, 0.9); }

.vk-infinity-wall__wall {
  display: flex;
  flex-direction: column;
  background: #dedede; }
  .vk-infinity-wall__wall .excerpt-group {
    color: #000000 !important; }

.vk-infinity-wall-item {
  padding: 15px;
  width: 100%;
  background: #ffffff;
  margin-bottom: 10px; }

.vk-infinity-wall-item__text {
  color: #000000 !important;
  font-size: 16px;
  line-height: 1.4;
  text-align: left; }

.vk-infinity-wall-item__image {
  width: 100%;
  height: auto; }

/* END: VK Infinity Wall */
/* VK Slick Slider */
.slick-slider {
  position: relative; }

iframe.slick-slide {
  height: 360px !important; }

.slick-list {
  z-index: 1000; }

.slick-slider__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 2000;
  transform: translateY(-50%);
  transition: all .5s ease;
  border-radius: 50%; }
  .slick-slider__arrows svg {
    width: 20px;
    height: 20px;
    filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 0px 2px); }
    .slick-slider__arrows svg path {
      fill: #fff; }
  .slick-slider__arrows:hover {
    background: rgba(0, 0, 0, 0.5); }

.slick-slider__arrows--prev {
  left: 10px;
  transform: rotate(180deg) translateY(50%); }

.slick-slider__arrows--next {
  right: 10px; }

/* END: VK Slick Slider */

/*# sourceMappingURL=vk-lenta-public.css.map */
