.vk-list.margin0{
  margin-bottom: 32px
}
.vk-list .scrollblock::-webkit-scrollbar-thumb {
  border: 1px solid #ccc;
  background: #ccc;
}
.vk-list .scrollblock::-webkit-scrollbar {
  width: 4px;
}
.vk-list:not(.margin0) .vk-list__item {
  margin-bottom: 32px
}

.vk-list__wrapper {
  height: auto;
  min-height: auto;
}

.vk-list__item {
  height: 100%;
}

.vk-list__link {
  color: var(--white_text_black);
  height: 100%;
  position: relative;
}

.vk-list__item-text-wrapper {
  padding: 20px;
  height: 100%;
  width: 100%;
}

.vk-list__item-period-wrapper {
  margin-bottom: 19px;
}
.vk-list__item-period-wrapper::before {
  background-image: url('../../../../images/svg/social/social_mainpage.svg');
  background-repeat: no-repeat;
  border-radius: 4px;
  content: "";
  display: block;
  height: 16px;
  margin-right: 12px;
  width: 16px;
}
.vk-list__item-period-icon {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.vk-list__item-image-wrapper {
  background-position: center;
  background-size: cover;
}

.item--icon-video .vk-list__item-image-wrapper::after {
  background-image: url('../../../../images/svg/icon_play_rounded.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 21px;
  position: absolute;
  right: 15px;
  top: 13px;
  width: 17px;
  opacity: 1;
  transition: oapcity 0.25s ease-in-out;
}

@media screen and (min-width: 600px) {
  .vk-list__item-text-wrapper {
    padding: 25px;
  }
}

@media screen and (max-width: 550px) {
  .vk_wrapper .svg-inline-resume {
    display: none;
  }
}

/* horizontal type */
.vk_wrapper--type-horizontal .vk-list__item-image-wrapper {
  position: relative;
}
.vk_wrapper--type-horizontal .vk-list__item-text-wrapper {
  background-color: transparent;
  border: none;
  color: var(--white_text_black);
  display: block;
  position: relative;
}
.vk_wrapper--type-horizontal .vk-list__item-image-wrapper {
  padding: 53.4% 0 0;
}
.bx-no-touch .vk-list__wrapper--fill-text:hover .vk-list__item-text-post {
  color: var(--fill_dark_light_hover);
}
/**/

/* square type */
.vk_wrapper--type-square .vk-list__item {
  padding-bottom: 100%;
  position: relative;
}
.vk_wrapper--type-square .vk-list__link {
  position: absolute;
  width: 100%;
}
.vk-list__link.vk-list__link--has-image {
  color: #FFF;
}

.vk_wrapper--type-square .vk-list__item-image-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.vk-list__item-text-wrapper--has-image {
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease-in-out;
  visibility: hidden;
  z-index: 2;
}
.bx-core:not(.bx-firefox) .vk-list__item-text-wrapper--has-image{
  height: calc(100% - 6px);
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
}
.vk-list__link--has-image::before  {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.25s ease-in-out;
  z-index: 1;
}
.vk-list__item-text-wrapper--has-image .vk-list__item-period-wrapper::before {
  background-position: 0 -20px;
}

.bx-no-touch .vk-list__wrapper:hover .vk-list__item-text-wrapper--has-image {
  opacity: 1;
  visibility: visible;
}
.bx-no-touch .vk-list__wrapper:hover .vk-list__link--has-image::before{
  background-color: rgba(0, 0, 0, 0.6);
}
.bx-no-touch .vk-list__link--has-image:hover .vk-list__item-image-wrapper::after {
  opacity: 0;
}
/**/