.worship {
  width: 100%;
  height: 100%;
  --padding-inner: 15px 0;
  --margin-bottom-title: 10px;
  --width-title: 100%;
  --width-blocks: 288px;
  --font-size-button: 12px;
  --padding-button: 6px 10px;
}
.worship .videos {
  box-shadow: none;
  margin-bottom: 12px;
}
.worship .container-vpls .control-video-player {
  background: rgba(126, 153, 223, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.worship .container-vpls .video-list {
  background: rgba(126, 153, 223, 0.3);
}

.psalms {
  width: 100%;
  background: rgba(126, 153, 223, 0.3);
}
.psalms .titles-block {
  width: var(--width-title);
  margin-bottom: var(--margin-bottom-title);
}
.psalms__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--padding-inner);
}
.psalms__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: var(--width-blocks);
  height: calc(9 * var(--width-blocks) / 16);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) 100%), url(../img/fon-worship.webp) center/cover no-repeat;
}
.psalms__link {
  width: 235px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(244, 244, 244, 0.5);
  text-align: center;
  color: #ffffff;
  font-size: var(--font-size-button);
  padding: var(--padding-button);
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 300ms;
}
.psalms__link:last-child {
  margin-bottom: 0;
}
.psalms__link:hover {
  transform: scale(1.05);
  background: rgba(244, 244, 244, 0.5);
  color: #000000;
  font-weight: 600;
}

.music {
  width: 100%;
}
.music .titles-block-article {
  width: var(--width-title);
  margin-bottom: var(--margin-bottom-title);
}
.music__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--padding-inner);
}
.music__btn-dowload {
  width: 138px;
  border: 1px solid rgba(52, 50, 50, 0.5);
  font-size: var(--font-size-button);
  font-weight: 300;
  color: #000000;
  padding: var(--padding-button);
  text-align: center;
  margin-top: 5px;
  transition: all 300ms;
}
.music__btn-dowload:hover {
  transform: scale(1.05);
  background: rgba(162, 163, 169, 0.5);
}
.music .main-video {
  background: rgba(126, 153, 223, 0.3);
}
.music .video-list {
  background: rgba(126, 153, 223, 0.3) !important;
}

@media (min-width: 375px) {
  .worship {
    --width-blocks: 320px;
  }

  .music__btn-dowload {
    margin-top: 7px;
  }
}
@media (min-width: 450px) {
  .worship {
    --padding-inner: 16px 0;
    --margin-bottom-title: 11px;
    --width-blocks: 370px;
    --font-size-button: 13px;
    --padding-button: 8px 12px;
  }

  .psalms__link {
    width: 260px;
    margin-bottom: 16px;
  }

  .music__btn-dowload {
    width: 169px;
  }
}
@media (min-width: 600px) {
  .worship {
    --padding-inner: 17px 0;
    --margin-bottom-title: 12px;
    --width-blocks: 400px;
    --font-size-button: 14px;
    --padding-button: 8px 12px;
  }

  .psalms__link {
    width: 280px;
    margin-bottom: 17px;
  }

  .music__btn-dowload {
    width: 180px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .worship {
    --padding-inner: 20px 0;
    --margin-bottom-title: 15px;
    --width-title: 490px;
    --width-blocks: 450px;
    --font-size-button: 15px;
    --padding-button: 10px 12px;
  }
  .worship .container-vpls .video-list {
    height: 299px;
  }

  .psalms__link {
    width: 300px;
    margin-bottom: 19px;
  }

  .music .container {
    padding: 0 10px;
  }
  .music__btn-dowload {
    width: 200px;
    margin-top: 15px;
  }
}
@media (min-width: 1000px) {
  .worship {
    --padding-inner: 21px 0;
    --margin-bottom-title: 16px;
    --width-title: 590px;
    --width-blocks: 560px;
    --font-size-button: 18px;
    --padding-button: 10px 15px;
  }
  .worship .container-vpls .video-list {
    height: 352px;
  }

  .psalms {
    --width-link: 295px;
  }
  .psalms__links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background: transparent;
  }
  .psalms__link {
    width: var(--width-link);
    height: calc(9 * var(--width-link) / 16);
    border: none;
    margin-bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) 100%), url(../img/fon-worship.webp) center/cover no-repeat;
    margin-right: 15px;
    font-size: calc(5px + var(--font-size-button));
  }
  .psalms__link:hover {
    color: #ffffff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75) 100%), url(../img/fon-worship.webp) center/cover no-repeat;
    font-weight: 400;
  }
  .psalms__link:last-child {
    margin-right: 0;
  }

  .music .container {
    max-width: 940px;
    padding: 0;
  }
  .music__btn-dowload {
    width: 210px;
    margin-top: 19px;
  }
}
@media (min-width: 1200px) {
  .worship {
    --padding-inner: 35px 0;
    --margin-bottom-title: 27px;
    --width-title: 600px;
    --font-size-button: 20px;
  }

  .psalms {
    --width-link: 360px;
  }
  .psalms__link {
    margin-right: 20px;
    font-size: calc(10px + var(--font-size-button));
  }

  .music__btn-dowload {
    width: 220px;
  }
}