

/* Start:/local/templates/resveratrol/assets/css/video.css?17841941536963*/
/*страница видео*/
.video__content .section__header:not(:last-child){
  margin-bottom: 30px;
}
.video__tabs {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .video__tabs {
    display: none;
  }
}

.video__tab {
  font-family: Calibri;
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #B23F7D;
  cursor: pointer;
}

.video__tab-current {
  font-weight: 700;
}

.video__select-wrapper {
  width: 100%;
  display: none;
}
/*
.video__select-wrapper::before {
  content: '';
  display: block;
  width: 19px;
  height: 10px;
  background-image: url(/local/frontend/dist/assets/img/video/select-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
}

.video__select {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance:none;
  position: relative;
  z-index: 1;
}

.video__select option {
  background: #ffffff;
}

select.video__select option:checked {
  background-color: #ffffff;
  color: #63666D;
}
*/

.select2-search--hide {
  display: none;
}

@media (max-width: 767px) {
  .video__select-wrapper {
    display: block;
  }

  #video-select {
    display: none;
  }

  #video-select + .select2 {
    display: block;
    margin-bottom: 20px;
    width: 100% !important;
    color: #B23F7D;
    background: transparent;
    border: 1px solid #DC9FC1;

    font-family: Calibri;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-transform: uppercase;
  }

  #video-select + .select2 .selection,
  #video-select + .select2 .select2-selection {
    width: 100%;
    display: flex;
  }

  #video-select + .select2 .selection {
    padding: 10px 60px 10px 20px;
    position: relative;
  }

  #video-select + .select2 .selection .select2-selection__rendered {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .select2-container--video {
    width: calc(100% - 40px);
  }

  .select2-container--video .select2-results {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px #00000040;
    margin-top: 8px;
  }

  .select2-container--video .select2-results__options li {
    padding: 20px;
    font-family: Calibri;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #B23F7D;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .select2-container--video .select2-results__options li.select2-results__option--selected {
    color: #63666D;
  }

  .video__select + .select2 .select2-selection--single .select2-selection__arrow b {
    display: block;
    width: 19px;
    height: 10px;
    background-image: url(/local/frontend/dist/assets/img/video/select-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: transform 0.3s;
  }

  .video__select + .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: translateY(-50%) rotate(180deg);
  }

}

.video__more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.video__more-btn {
  background: #B23F7D;
  color: #ffffff;
  padding: 10px 20px;
  font-family: Calibri;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 60px;
  cursor: pointer;
}


.article__body .video-page__video-block {
  height: auto;
}

@media (max-width: 1024px) {
  .article__body .video-page__video-block {
    height: auto;
  }
}


.video__list-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .video__list-head {
    margin-bottom: 20px;
  }
}

.video__list-title {
  color: #863681;
  font-family: Calibri;
  font-weight: 700;
  font-size: 36px;
  line-height: 135%;
  text-transform: uppercase;
}

.video__list-link {
  color: #B23F7D;
  font-family: Calibri;
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  text-decoration: underline;
  text-transform: uppercase;
}

.video__list-link--mob {
  display: none;
}

@media (max-width: 767px) {

  .video__list-link {
    display: none;
  }

  .video__list-link--mob {
    display: block;
  }
}


.video__list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 15px;
  flex-wrap: wrap;
}

.video__item {
  width: 32%;
  margin-bottom: 50px;
}

.video__list.articles__list .video__item {
  width: 100%;
}

@media (max-width: 1024px) {
  .video__item {
    width: 48%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .video__item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.video__item.hidden {
  display: none;
}

.video__item-video-block,
.video__item-video-block-preview {
  width: 100%;
  /* height: 230px; */
  height: auto;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .video__item-video-block,
  .video__item-video-block-preview {
    /* height: 40vw; */
  }
}

@media (max-width: 767px) {
  .video__item-video-block,
  .video__item-video-block-preview {
    /* height: 230px; */
  }
}

.video__item-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
}

.video__item-video-btn.hidden {
  display: none;
}

.video__item-video-btn img {
  width: 100%;
  height: 100%;
}

.video__item-video-btn img.hidden {
  display: none;
}

.video__item-preview {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
}

.video__item-preview.hidden {
  display: none;
}

.video__item-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video__item-video.hidden {
  display: none;
}

.video__item-title {
  font-family: Calibri;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #863681;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

.video__item-description {
  font-family: Calibri;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0%;
  margin-bottom: 10px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.video__item-date {
  font-family: Calibri;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #63666D;
}

/* End */


/* Start:/local/templates/resveratrol/assets/css/video-page.css?17841840514065*/
.video-page__content-body {
  margin-bottom: 130px;
}

.video-page__video-block {
  width: 100%;
  height: 580px;
  position: relative;
  margin-bottom: 27px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .video-page__video-block {
    height: auto;
  }
}

.video-page__item-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
}

.video-page__item-video-btn.hidden {
  display: none;
}

.video-page__item-video-btn img {
  width: 100%;
  height: 100%;
}

.video-page__item-video-btn img.hidden {
  display: none;
}

.video-page__item-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .video-page__item-preview {
    aspect-ratio: 16 / 9;
  }
}

.video-page__item-preview.hidden {
  display: none;
}

.video-page__item-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-page__item-video.hidden {
  display: none;
}

.video-page__head-info {
  margin-bottom: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.video-page__head-tag {
  color: #863681;
  font-family: Calibri;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-right: 20px;
}

.video-page__head-date {
  color: #525252;
  font-family: Calibri;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0%;
}

.video-page__video-info {
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.video-page__video-views {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: Calibri;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  color: #4C4C4C;
  margin-right: 20px;
}

.video-page__video-views::before {
  content: '';
  background-image: url(/local/frontend/dist/assets/img/video/views.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  width: 17px;
  height: 11px;
  margin-right: 8px;
}

.video-page__video-views-item {
  margin-left: 6px;
}

.video-page__video-duration {
  font-family: Calibri;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #4C4C4C;
  position: relative;

  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.video-page__video-duration::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/local/frontend/dist/assets/img/video/duration.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.video-page__text {
  color: #000000;
  font-family: Calibri;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 50px;
}

.video-page__text a {
  text-decoration: underline;
}

.video-page__engagement {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.video-page__likes {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;

  font-family: Calibri;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #863681;
  cursor: pointer;
}

.video-page__likes::before {
  content: '';
  display: block;
  width: 19px;
  height: 17px;
  background-image: url(/local/frontend/dist/assets/img/video/like.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 8px;
}

.video-page__likes.video-page__liked::before {
    background-image: url(/local/frontend/dist/assets/img/video/favoriteLike.png);
    background-size: 23px 22px;
}

.video-page__share {
  cursor: pointer;
}

.video-page__share::before {
  content: '';
  display: block;
  width: 22px;
  height: 16px;
  background-image: url(/local/frontend/dist/assets/img/video/share.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-right: 8px;
}


/* End */
/* /local/templates/resveratrol/assets/css/video.css?17841941536963 */
/* /local/templates/resveratrol/assets/css/video-page.css?17841840514065 */
