﻿.story-week {
  color: #ffffff;
  background-color: #2C267A;
  padding-bottom: 29px;
}
@media (min-width: 992px) {
  .story-week {
    background-color: transparent;
    padding-bottom: 0;
  }
}
.story-week .holder {
  max-width: 1920px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .story-week .holder {
    display: flex;
  }
}
.story-week .section-title {
  max-width: 215px;
}
.story-week .text {
  font-size: 20px;
  line-height: 32px;
}
.story-week .column-title {
  background-color: #2C267A;
  padding: 54px 15px 59px;
}
@media (min-width: 992px) {
  .story-week .column-title {
    width: 21%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 44px;
  }
}
@media (min-width: 1500px) {
  .story-week .column-title {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .story-week .column-content-wrapper {
    max-width: 538px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
}
.story-week .column-content {
  background: #282828;
  padding: 48px 15px 51px;
}
@media (min-width: 992px) {
  .story-week .column-content {
    width: 40%;
    padding-left: 62px;
    padding-right: 52px;
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.story-week .column-content-title {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 12px;
  font-weight: 700;
}
.story-week .column-content p {
  max-width: 538px;
}
@media (min-width: 992px) {
  .story-week .column-image {
    width: 40%;
  }
}
.story-week .column-image img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .story-week .column-image img {
    height: 100%;
  }
}
.story-week .column-image .control-button-image {
  max-width: 33px;
}
@media (min-width: 992px) {
  .story-week .column-image .control-button-image {
    max-width: 58px;
  }
}
.story-week .author-wrapper {
  margin-top: 13px;
}
.story-week .author-wrapper p {
  font-size: 17px;
  line-height: 25px;
  color: #A2A1A1;
}
.story-week .author-info {
  margin-top: 25px;
  display: flex;
  gap: 11px;
  margin-bottom: 9px;
  align-items: center;
}
@media (min-width: 992px) {
  .story-week .author-info {
    margin-bottom: 12px;
  }
}
.story-week .author-info-avatar {
  border-radius: 50%;
  border: 2px solid #E0DFD4;
}
.story-week .author-info-avatar img {
  border-radius: 50%;
}
.story-week .author-data-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 7px;
}
.story-week .author-data-list-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 2px;
}
.story-week .author-data-list-item::before {
  content: "";
  left: 0;
  width: 26px;
  height: 29px;
  top: 0;
  display: block;
}
.story-week .author-data-list-item-date:before {
  background: url("../../images/ico-calendar-yellow.svg") no-repeat 100%;
  height: 33px;
}
.story-week .author-data-list-item-location::before {
  background: url("../../images/ico-location-yellow.svg") no-repeat 100%;
  height: 25px;
}
.story-week .author-data-list-item p {
  margin-bottom: 0;
}
.story-week .btn-wrapper {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.story-week .video-preview {
  position: relative;
}
.story-week .video-preview-control-button {
  position: absolute;
  bottom: 18px;
  left: 18px;
  cursor: pointer;
}
.story-week .audio-preview {
  position: relative;
}
.story-week .audio-preview-control-button {
  position: absolute;
  bottom: 18px;
  left: 18px;
  cursor: pointer;
}
