/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/products-videos/products-videos.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.white-popup {
  position: fixed;
  z-index: 150;
  bottom: 24px;
  left: 24px;
  width: 100%;
  max-width: 190px;
  background: #fff;
  border-radius: 15px 15px 15px 2px;
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  transition: 0.5s opacity, 0.5s visibility;
}
@media screen and (max-width: 440px) {
  .white-popup {
    max-width: unset;
    width: calc(100% - 40px);
    left: 20px;
  }
}
.white-popup.active {
  opacity: 1;
  visibility: visible;
}
.white-popup_close {
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
}
.white-popup_close svg {
  width: 10px;
  height: 10px;
  object-fit: cover;
}
.white-popup_close svg path {
  stroke: #26084c;
}
.white-popup_label {
  color: #c996f4;
}
.white-popup_title {
  color: #26084c;
}
.white-popup_subtitle {
  color: #72d1ff;
  text-transform: uppercase;
}

@media screen and (min-width: 1921px) {
  .white-popup {
    bottom: 1.25vw;
    left: 1.25vw;
    max-width: 17.70833vw;
    border-radius: 1.04167vw 1.04167vw 1.04167vw 0.26042vw;
    padding: 0.625vw;
  }
  .white-popup_close {
    top: 0.78125vw;
    right: 0.78125vw;
  }
  .white-popup_close svg {
    width: 0.72917vw;
    height: 0.72917vw;
  }
}
.big-popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity, 0.3s visibility;
}
.big-popup.active {
  opacity: 1;
  visibility: visible;
}
.big-popup.active .big-popup_inner {
  transform: none;
}
.big-popup_bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.big-popup_inner {
  position: relative;
  background: #3d2273;
  width: 100%;
  max-width: 550px;
  border-radius: 20px;
  transform: translateY(70px);
  transition: 0.3s transform;
}
.big-popup_inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(201, 150, 244, 0) 0%, #c996f4 100%);
  opacity: 0.2;
  border-radius: 0 0 20px 20px;
}
.big-popup_inner::after {
  content: "";
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(180deg, rgba(114, 209, 255, 0) 0%, #72d1ff 100%);
  opacity: 0.2;
  border-radius: 20px 20px 0 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 600px) {
  .big-popup_inner {
    max-width: unset;
    width: calc(100% - 30px);
  }
}
.big-popup_top {
  padding: 18px 25px;
  background: #72d1ff;
  border-radius: 20px 20px 0 0;
  color: #26084c;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 25px;
}
@media screen and (max-width: 600px) {
  .big-popup_top-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 540px) {
  .big-popup_top br {
    display: none;
  }
}
.big-popup_close {
  cursor: pointer;
}
.big-popup_close svg g {
  opacity: 0.4;
}
.big-popup_close svg path {
  stroke: #26084c;
}
.big-popup_content {
  padding: 25px;
}
@media screen and (max-width: 600px) {
  .big-popup_content {
    padding: 15px;
  }
}
.big-popup_content-title {
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .big-popup_content-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.big-popup_content-text {
  color: #e9ceff;
}
.big-popup_content-text p {
  margin-bottom: 15px;
}
.big-popup_content-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .big-popup_content-text p {
    font-size: 10px;
    line-height: 150%;
    margin-bottom: 10px;
  }
}
.big-popup_content-text a {
  color: #72d1ff;
  text-decoration: underline;
}

.products-videos {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .products-videos {
    margin-bottom: 20px;
    margin-top: 100px !important;
  }
}
.products-videos_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 650px) {
  .products-videos_top {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.products-videos_title-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-right: 50px;
  min-width: 305px;
}
.products-videos_title-wrapper a {
  color: #fff;
  opacity: 0.7;
  min-width: 105px;
  display: flex;
  margin-left: 4px;
}
@media screen and (max-width: 650px) {
  .products-videos_title-wrapper a {
    min-width: unset;
  }
}
@media screen and (max-width: 650px) {
  .products-videos_title-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    min-width: unset;
  }
}
.products-videos_title .blue {
  color: #72d1ff;
}
.products-videos_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .products-videos_search {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
.products-videos_search-form {
  position: relative;
  width: 100%;
  max-width: 353px;
}
@media screen and (max-width: 1000px) {
  .products-videos_search-form {
    max-width: unset;
  }
}
@media screen and (max-width: 650px) {
  .products-videos_search-form {
    width: 100%;
  }
}
.products-videos_search-form button {
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  padding: 10px;
}
@media screen and (max-width: 650px) {
  .products-videos_search-form button {
    right: 10px;
  }
}
.products-videos_search-form svg {
  opacity: 0.4;
}
.products-videos_search-input {
  padding: 18px 24px;
  width: 100%;
  background: transparent;
  border: 1px solid #613c89;
  border-radius: 60px;
  color: #fff;
}
.products-videos_search-input::placeholder {
  color: #fff;
  opacity: 0.3;
}
@media screen and (max-width: 650px) {
  .products-videos_search-input {
    padding: 18px 15px;
  }
}
.products-videos_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px 17px;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .products-videos_items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1000px) {
  .products-videos_items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .products-videos_items {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.products-videos_items-item {
  color: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background: #3c215e;
}
@media (hover: hover) and (pointer: fine) {
  .products-videos_items-item:hover svg {
    opacity: 1;
    visibility: visible;
  }
}
.products-videos_items-item-top {
  position: relative;
  width: 100%;
  max-height: 180px;
}
.products-videos_items-item-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 8, 76, 0.3);
}
.products-videos_items-item-top svg {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1080px) {
  .products-videos_items-item-top svg {
    opacity: 1;
    visibility: visible;
  }
}
.products-videos_items-item-tags {
  position: absolute;
  top: 10px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
}
.products-videos_items-item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background: #535353;
  color: #fff;
  margin-right: 4px;
  margin-bottom: 4px;
  border-radius: 8px;
  text-transform: uppercase;
}
.products-videos_items-item-img {
  width: 100%;
  height: 100%;
  max-height: 180px;
  min-height: 180px;
  object-fit: cover;
}
.products-videos_items-item-bottom {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.products-videos_items-item-text {
  opacity: 0.7;
  margin: 12px 0 16px;
  min-height: 48px;
}
.products-videos_items-item-btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 6px;
  width: 100%;
}
.products-videos_items-item-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: transparent;
  border: 1px solid #50376e;
  padding: 4px 8px;
  border-radius: 40px;
  opacity: 0.5;
}
.products-videos_items-item-btn svg {
  margin-right: 6px;
}
.products-videos_pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .products-videos_pagination {
    justify-content: center;
  }
}
.products-videos_pagination .page-numbers {
  width: 46.3px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3d2273;
  color: #c996f4;
  border-radius: 10px;
  border: 1px solid #2c155a;
  margin: 0 5px;
  opacity: 0.5;
}
.products-videos_pagination .page-numbers.current {
  background: #c996f4;
  color: #26084c;
}
.products-videos_pagination .page-numbers:first-child {
  margin-left: 0;
}
.products-videos_pagination .page-numbers.prev, .products-videos_pagination .page-numbers.next {
  position: relative;
  width: 46.3px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #3d2273;
  border-radius: 10px;
  border: 1px solid #2c155a;
}

@media screen and (min-width: 1921px) {
  .products-videos {
    margin-bottom: 3.64583vw;
  }
  .products-videos_top {
    margin-bottom: 2.34375vw;
  }
  .products-videos_title-wrapper {
    margin-right: 2.60417vw;
    min-width: 15.88542vw;
  }
  .products-videos_title-wrapper a {
    min-width: 5.46875vw;
    margin-left: 0.20833vw;
  }
  .products-videos_search-form {
    max-width: 18.38542vw;
  }
  .products-videos_search-form button {
    right: 1.30208vw;
    padding: 0.52083vw;
  }
  .products-videos_search-input {
    padding: 0.9375vw 1.25vw;
    border: 0.05208vw solid #613c89;
    border-radius: 3.125vw;
  }
  .products-videos_items {
    grid-gap: 3.125vw 0.88542vw;
  }
  .products-videos_items-item {
    border-radius: 0.78125vw;
  }
  .products-videos_items-item-top {
    max-height: 9.375vw;
  }
  .products-videos_items-item-tags {
    top: 0.52083vw;
    left: 0.625vw;
  }
  .products-videos_items-item-tag {
    padding: 0.20833vw 0.41667vw;
    margin-right: 0.20833vw;
    margin-bottom: 0.20833vw;
    border-radius: 0.41667vw;
  }
  .products-videos_items-item-img {
    max-height: 9.375vw;
    min-height: 9.375vw;
  }
  .products-videos_items-item-bottom {
    padding: 0.83333vw;
  }
  .products-videos_items-item-text {
    margin: 0.625vw 0 0.83333vw;
    min-height: 2.5vw;
  }
  .products-videos_items-item-btns {
    grid-gap: 0.3125vw;
  }
  .products-videos_items-item-btn {
    border: 0.05208vw solid #50376e;
    padding: 0.20833vw 0.41667vw;
    border-radius: 2.08333vw;
  }
  .products-videos_items-item-btn svg {
    margin-right: 0.3125vw;
  }
  .products-videos_pagination {
    margin-top: 2.60417vw;
  }
  .products-videos_pagination .page-numbers {
    width: 2.39583vw;
    height: 2.5vw;
    border-radius: 0.52083vw;
    border: 0.05208vw solid #2c155a;
    margin: 0 0.26042vw;
  }
  .products-videos_pagination .page-numbers.prev, .products-videos_pagination .page-numbers.next {
    width: 2.39583vw;
    height: 2.5vw;
    border-radius: 0.52083vw;
    border: 0.05208vw solid #2c155a;
  }
}
