/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 * @author Goryachev Nikolay <versus73333333@gmail.com>
 * @copyright 2021-2025 Goryachev Nikolay
 * @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 * International Registered Trademark & Property of PrestaShop SA
*/
/* blocks */
:root {
  --ngblockvideos-modal-location-width: 430px;
  --ngblockvideos-modal-location-height: 280px;
  --ngblockvideos-base-padding-item-l-r: 2px !important;
}

.ngbvideos-container {
  margin-bottom: 30px;
  margin-top: 30px;
}

.ngbvideos-img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.ngbvideos-block_title {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #232323;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.2;
}

.ngbvideos-block_desc,
.ngbvideos-block_desc > p {
  font-size: 0.95em;
  margin-top: -1px;
  margin-bottom: 10px;
  color: #7d7d7d;
  line-height: 1.2;
}

.ngbvideos-block_description,
.ngbvideos-block_description > p {
  font-size: 0.95em;
  color: #7d7d7d;
  line-height: 1.2;
}

/* videos */
.ngbvideos-videos_item {
  width: 100%;
  position: relative;
}

.ngbvideos-videos_item_box {
  line-height: 1.2;
}

.ngbvideos-videos_box-image {
  position: relative;
  height: 0;
  padding-bottom: 57%;
  margin-bottom: 1em;
  cursor: pointer;
  overflow: hidden;
}

.ngbvideos-videos_box-image_box {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #272727;
}

.ngbvideos-videos_miniature-image {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 110%;
  margin-left: -5%;
  background-color: #272727;
}

.ngbvideos-videos_miniature-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.07);
}

.ngbvideos-videos_miniature-img,
.ngblockvideos-carousel-item img.ngbvideos-videos_miniature-img {
  display: block;
  width: 100%;
}

.ngbvideos-videos_time {
  position: absolute;
  right: 0.4em;
  bottom: 0.4em;
  background-color: #18181a;
  color: #ffffff;
  border-radius: 0.4em;
  font-size: 0.75em;
  padding: 0.15em 0.4em;
  text-transform: uppercase;
}

.ngbvideos-videos_name {
  margin-bottom: 0.6em;
  display: block;
  width: 100%;
  outline: none;
  font-size: 0.95em;
  font-weight: 600;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.055em;
  height: 2.26em;
  cursor: pointer;
}

.ngbvideos-videos_desc {
  font-size: 0.9em;
  color: #7d7d7d;
}

.ngbvideos-videos_description,
.ngbvideos-videos_description > p {
  font-size: 15px;
  color: #7d7d7d;
}

.ngbvideos-videos_description > p {
  margin-bottom: 0;
}

.ngbvideos-videos_number-viewed {
  color: #909090;
  margin-bottom: 0.15em;
  font-size: 0.9em;
}

.ngbvideos-videos_date {
  color: #909090;
  margin-bottom: 0.15em;
  font-size: 0.9em;
}

.ngbvideos-videos_life {
  position: absolute;
  right: 0.4em;
  bottom: 0.4em;
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 0.4em;
  font-size: 0.75em;
  padding: 0.15em 0.4em;
  text-transform: uppercase;
}

.ngbvideos-videos_life_icon {
  display: inline-block;
  background: url("../../img/live_white.png") no-repeat center;
  background-size: 100%;
  width: 1.8em;
  height: 1.2em;
  margin-right: 0.25em;
  margin-left: 0.25em;
  vertical-align: middle;
}

.ngbvideos-videos_line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.13em;
  background-color: #d1d1d1;
}

.ngbvideos-videos_line_sub {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #ff0000;
}

.ngblockvideos-modal[data-location] {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

.ngblockvideos-modal_content {
  background-color: transparent;
  padding: 0;
}

.ngblockvideos-modal[data-location] .ngblockvideos-modal_title {
  min-height: 41px;
}

.ngblockvideos-modal[data-location] .ngblockvideos-modal_content {
  padding: 0;
  background-color: #333333;
  border-radius: 18px;
}

.ngblockvideos-modal[data-location] .ngbvideos-box-modal_content-iframe {
  height: 235px;
}

.ngblockvideos-modal_header {
  margin-bottom: 0;
  color: #ffffff;
  background-color: transparent;
}

.ngblockvideos-modal[data-location] .ngblockvideos-modal_header {
  margin-bottom: 0.5em;
  min-height: 2.4em;
  padding-right: 0.3em;
}

.ngblockvideos-modal_header-action {
  font-size: 1.8em;
}

.ngblockvideos-modal[data-location] .ngblockvideos-modal_header-action {
  font-size: 1.4em;
}

.ngblockvideos-modal_body {
  background-color: #333333;
  border-radius: 18px;
}

.ngbvideos-box-modal_content {
  padding: 5px;
}

.ngbvideos-box_loader:before {
  content: "";
  background: url("../../img/loader.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 33px;
  height: 33px;
  z-index: 100;
}

.ngbvideos-box_loader:after {
  content: "";
  background: rgba(250, 250, 250, 0.74);
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ngbvideos-box-modal_sub-content {
  display: flex;
  flex-wrap: wrap;
  background-color: #333333;
  border-radius: 18px;
  width: 100%;
  max-width: 1000px;
  position: relative;
  z-index: 3;
  top: 0;
  opacity: 1;
  -webkit-transition: top 0.5s, opacity 0.5s, padding 0.3s;
  -moz-transition: top 0.5s, opacity 0.5s, padding 0.3s;
  -o-transition: top 0.5s, opacity 0.5s, padding 0.3s;
  transition: top 0.5s, opacity 0.5s, padding 0.3s;
}

.ngbvideos-box-modal_content-iframe {
  width: 100%;
  height: calc(100vh - 115px);
  max-height: 590px;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.3, 0, 0.15, 1);
  -moz-transition: all 0.4s cubic-bezier(0.3, 0, 0.15, 1);
  -o-transition: all 0.4s cubic-bezier(0.3, 0, 0.15, 1);
  transition: all 0.4s cubic-bezier(0.3, 0, 0.15, 1);
}

.ngbvideos-box-modal_content-iframe_top {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}

@media (max-width: 991px) {
  :root {
    --ngblockvideos-modal-location-width: 430px;
    --ngblockvideos-modal-location-height: 280px;
  }
}
@media (max-width: 600px) {
  :root {
    --ngblockvideos-modal-location-width: 90vw;
    --ngblockvideos-modal-location-height: calc(61vw);
  }
  .ngblockvideos-modal[data-location] .ngbvideos-box-modal_content-iframe {
    height: 52vw;
  }
}

/*# sourceMappingURL=front.css.map */
