/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.article {
  padding-top: 80px;
  margin-bottom: 120px;
}

.article-title-medium {
  font-size: 36px;
}

.article-text {
  margin-bottom: 20px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #535755;
}

.article-mb {
  margin-bottom: 80px;
}

.article-decor-wrapper {
  position: relative;
}

.article-decor {
  position: absolute;
  z-index: -1;
}

.article-decor-1 {
  top: 100px;
  left: -350px;
}

.article-decor-2 {
  right: -350px;
  bottom: 136px;
}

.article-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  padding: 0;
  width: 60px;
  height: 60px;
  background-color: #3596ED;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.article-list {
  margin-top: 0;
  padding-left: 23px;
}

.article-item {
  margin-bottom: 12px;
}

.article-item::marker {
  font-size: 22px;
  color: #3596ED;
}

.article-video {
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
}