

/* Start:/local/components/HG24/UV_gl_ban/templates/.default/style.css?17340630465092*/
/* https://testuv.ru/upload/medialibrary/fa4/6ojqhol4839dw8svw71m4qiogro670g5.png Style the video: 100% width and height to cover the entire window */
section video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}
section.banner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  margin-top: 0;
  display: block;
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  /* overflow: hidden; */
}

section.banner .slider-container {
  position: relative;
  height: 100%;
}

section.banner .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 2rem;
  color: white; /* Цвет стрелок */
  background: rgba(0, 0, 0, 0.5); /* Полупрозрачный фон */
  border-radius: 50%; /* Закругление стрелок */
  padding: 10px;
  z-index: 3;
}

section.banner .left-arrow {
  left: 10px;
}

section.banner .right-arrow {
  right: 10px;
}

section.banner .banner-mob,
header.banner .banner-pc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  background-size: cover;
  background-position: 50%;
}
section.banner .banner-pc {
  z-index: 0;
}
section.banner .banner-mob {
  z-index: 1;
  opacity: 0;
}
section.banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(43, 43, 42, 0.25);
  z-index: 2;
}
section.banner .container {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translate(-50%);
  text-align: center;
  z-index: 3;
}
.banner-pc {
  position: relative;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.HG_popup_video {
  top: 20% !important;
  max-width: 1180px;
  margin: auto;
}
.HG_popup_video .popup-window-buttons {
  text-align: right !important;
}
@media (max-width: 991px) {
  .HG_popup_video {
    max-width: 980px;
  }
  section.banner .container {
    bottom: 65px;
  }
  section.banner {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 54px);
  }
}
@media (max-width: 767px) {
  .HG_popup_video {
    top: 30% !important;
    max-width: 380px;
  }
  section.banner .banner-mob {
    opacity: 1;
  }
  .banner-pc {
    display: none;
  }
}

.slider-view {
  /* класс изменен здесь */
  display: flex;
  height: 100%;
  transition: transform 1s ease-in-out; /* Плавный переход при смене слайдов */
}

.slider-view img {
  /* изменено название класса здесь */
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-mob,
.banner-pc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.banner-mob.active,
.banner-pc.active {
  opacity: 1; /* С активным элементом - полная видимость */
}

.mobile-slider-view {
  display: none;
}

.desktop-slider-view {
  display: flex;
}

@media (max-width: 767px) {
  .mobile-slider-view {
    display: flex;
  }
  .desktop-slider-view {
    display: none;
  }
}

/* NEW BANNER */

#main-banner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-banner .slider-item {
  position: relative;
  font-size: 80px;
  color: black;
  width: 100%;
  height: 20%;
  display: flex;
  align-items: end;
  z-index: 3;
}

#main-banner .slider-item .slider-check {
  margin-bottom: 20px;
  flex-grow: 1;
  height: 2px;
  background-color: white;
  margin-left: 7.5px;
  margin-right: 7.5px;
  z-index: 3;
}

#main-banner .slider-item .slider-fill {
  width: 0%;
  height: 110%;
  background-color: #383837;
  transition: width 5s ease-in-out;
}

#main-banner .slider-item .slider-fill.active {
  width: 100%;
}

#main-banner .slider-container {
  display: flex;
  align-items: end;
}

#main-banner .slider-container.slider-container__pc {
  width: 30%;
}

#main-banner .slider-container.slider-container__mob {
  width: 100%;
}

#main-banner .banner-imges {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* z-index: 2; */
}

#main-banner .banner-imges .banner-imges__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.5s
    linear(
      0 0%,
      0 1.8%,
      0.01 3.6%,
      0.03 6.35%,
      0.07 9.1%,
      0.13 11.4%,
      0.19 13.4%,
      0.27 15%,
      0.34 16.1%,
      0.54 18.35%,
      0.66 20.6%,
      0.72 22.4%,
      0.77 24.6%,
      0.81 27.3%,
      0.85 30.4%,
      0.88 35.1%,
      0.92 40.6%,
      0.94 47.2%,
      0.96 55%,
      0.98 64%,
      0.99 74.4%,
      1 86.4%,
      1 100%
    );
  opacity: 0;
}

#main-banner .banner-imges .banner-imges__item-active {
  opacity: 1;
}

/* End */


/* Start:/local/templates/UzheVyhozhu.shop/components/HG24/UV_section_list/gl_new_items_catalog_section/style.css?17385702308373*/
.index-arrows {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
}
.item-goods .mobile-btn {
  display: none;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.item-goods .mobile-btn a {
  max-width: 210px;
  display: block;
  font-size: 14px;
  color: #959594;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 0;
  border: 1px #959594 solid;
}
.item-goods.gift-set .mobile-btn a {
  color: #ffffff;
  background-color: #ae2e35;
  border-color: #ffffff;
}
.item-goods.gift-set .item-overlay {
  visibility: hidden !important;
  opacity: 0 !important;
}
.item-overlay {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -56px;
  padding-top: 12px;
  transition: 0.2s;
}
.item-in-stock {
  position: absolute;
  top: 0;
  left: 0;
  visible: hidden;
  opacity: 0;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  padding: 5px 11px;
  background: rgba(173, 44, 51, 0.7);
  user-select: none;
  cursor: default;
  transition: 0.2s;
}
.item-overlay .item-overlay__color {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.item-overlay .item-overlay__color .color {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 9px;
  transition: 0.2s;
}
.item-overlay .item-overlay__color .color:hover {
  opacity: 0.5;
}
.item-overlay .button-border {
  display: inline-block;
  border: 1px #959594 solid;
  color: #959594 !important;
  margin-bottom: 5px;
  padding: 6px 18px;
  text-align: center;
  text-transform: uppercase;
  user-select: none;
  cursor: pointer;
}
.item-overlay .item-overlay__sizes {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
}
.item-overlay .item-overlay__sizes .size {
  display: block;
  padding: 0 5px;
  color: #000000 !important;
  text-transform: uppercase;
  user-select: noneC;
}
.item-overlay .item-overlay__podeli {
  display: flex;
  align-items: center;
}
.item-overlay .item-overlay__podeli span {
  display: block;
  color: #333 !important;
  padding-left: 3px;
  user-select: none;
}
.item-goods > div .text {
  transition: 0.2s;
  height: 100%;
  display: flex !important;
  flex-direction: column;
}
.item-goods:hover .text {
  visibility: hidden;
  opacity: 0;
}
.hg_not_quantity-block {
  position: absolute;
  bottom: 15px;
  left: 10px;
  z-index: 10;
  color: #ad2c33;
  text-transform: uppercase;
}

.pc-slick-dots {
  position: absolute !important;
  bottom: 0 !important;
  display: flex !important;
  align-items: flex-end;
  height: 100%;
}
.slick-dots li {
  position: unset !important;
  display: flex !important;
  flex-grow: 1;
  align-items: flex-end;
  height: 100% !important;
  margin: 0 !important;
}
.slick-dots li .slick-btn {
  position: unset !important;
  width: 100%;
  height: 2px;
  background: #d8d8d8;
  margin: 8px 4px;
  border-radius: 2px;
  z-index: 2 !important;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
}
.slick-dots li.swiper-active .slick-btn {
  background: #000000;
}
.slick-dots li.slick_hg .slick-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1 !important;
  opacity: 0 !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.slick-dots .slick_hg.swiper-active .slick-image {
  opacity: 1 !important;
}
.item-goods.gift-set > div .info {
  padding: 0 10px;
  background-image: url('https://testuv.ru/upload/medialibrary/f3f/9ondvi1hoqh27cytew24ub9xuhtg2k46.svg');
  transition: 0.2s;
}
.item-goods.gift-set > div .info * {
  color: #ffffff;
}

.item-goods .desc__block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  /* justify-content: space-between; */
  /* height: 100%; */
}

.item-goods.gift-set div .info .text {
  padding: 12px 0;
}
.item-goods:hover .item-overlay,
.item-goods:hover .item-in-stock,
.item-goods:hover .slick-dots li .slick-btn {
  visibility: visible;
  opacity: 1;
}
.catalog_list .item-goods > div {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.item-goods > div .info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item-goods.gift-set:hover .text {
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 991px) {
  .item-goods {
    /* height: 380px; */
  }

  .item-goods > div .text .name  {
    height: 40px;
  }

  .item-overlay,
  .item-in-stock {
    display: none;
  }
  .item-goods:hover .text,
  .slick-dots li .slick-btn {
    visibility: unset !important;
    opacity: 1 !important;
  }
  .item-goods .mobile-btn {
    display: block;
  }
  .item-goods.gift-set > div .info:after {
    height: 100%;
  }
}

/* @media (max-width: 991px) {
  .item-goods {
    height: 380px;
  }
}

@media (max-width: 500px) {
  .item-goods {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .item-goods {
    height: 460px;
  }
}

@media (max-width: 440px) {
  .item-goods {
    height: 430px;
  }
}

@media (max-width: 400px) {
  .item-goods {
    height: 400px;
  }
} */

/**/

#sc-fast_look > div {
  display: flex;
}
#fast-look .look-content {
  display: flex;
}
#fast-look .content .photo_list {
  width: 50%;
  padding-right: 10px;
}
#fast-look .content .photo_list .photo_list__container {
  display: flex;
  flex-direction: column;
}
#fast-look .content .photo_list .photo_list__container .photo {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
#fast-look .content .photo_list .photo_list__container .photo .item-in-stock {
  opacity: 1 !important;
}
#fast-look .content .photo_list .photo_list__container .photo:not(:last-child) {
  margin-bottom: 10px;
}
#fast-look .content .photo_list .photo_list__container .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#fast-look .content .info_text {
  width: 50%;
  padding-left: 10px;
}
#fast-look .content .info_text a .name {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-right: 30px;
}
#fast-look .content .info_text .price {
  display: flex;
  align-items: center;
  font-weight: 500;
}
#fast-look .content .info_text .podeli {
  margin-bottom: 10px;
  margin-top: 10px;
}
#fast-look .content .info_text .podeli .podeli-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  border: none;
  cursor: default;
  opacity: 1 !important;
}
#fast-look .content .info_text .podeli .podeli-button span {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: unset;
  color: #333333;
}
#fast-look .content .info_text .podeli .podeli-button span svg {
  padding-right: 5px;
}
#fast-look .content .info_text .descr {
  color: #959594;
  line-height: 20px;
  margin-bottom: 12px;
}
#fast-look .content .info_text .param .name {
  padding-bottom: 3px;
}
#fast-look .content .info_text .param .hg-sku-1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px;
  padding: 0;
}
#fast-look .content .info_text .param .hg-sku-1 li {
  opacity: 0.6;
}
#fast-look .content .info_text .param .hg-sku-1 li.selected {
  opacity: 1;
  font-weight: 500;
}
#fast-look .content .info_text .product-item-button .button {
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: #454543;
  border: none;
  color: #fff !important;
  margin-top: 20px;
  padding: 6px 0;
  transition: 0.2s;
}
#fast-look .content .info_text .product-item-button .button:hover {
  background: #2b2b2a;
}
#fast-look .content .info_text .product-item-button .product-button {
  background: #ffffff !important;
  border: 1px #454543 solid;
  color: #454543 !important;
}
#fast-look .content .info_text .product-item-button .product-button:hover {
  opacity: 0.6;
}
#fast-look .select_list {
  max-width: 50%;
  margin: 0 !important;
}
#fast-look .select_list .list {
  margin: 0 !important;
  list-style-type: none;
}
#fast-look .select_list.open .list {
  top: 41px;
  opacity: 1;
  pointer-events: auto;
}
#fast-look .list-raz {
  width: 100%;
  list-style-type: none;
  user-select: none;
  padding: 5px 10px 5px 7px;
  cursor: pointer;
}
.catalog_list .item-goods > div {
  justify-content: space-between;
}

.recommend #next-slide,
.recommend #prev-slide {
  position: unset;
}

.recommend #next-slide {
  transform: scale(-1, 1);
}

/* End */


/* Start:/local/templates/UzheVyhozhu.shop/components/HG24/UV_gl_ban/banner_down_block_gl/style.css?17395220801951*/
/* Style the video: 100% width and height to cover the entire window */

section video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}
section.banner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  margin-top: 0;
  display: block;
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
}
section.banner .banner-mob,
header.banner .banner-pc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  background-size: cover;
  background-position: 50%;
}
section.banner .banner-pc {
  z-index: 0;
}
section.banner .banner-mob {
  z-index: 1;
  opacity: 0;
}
section.banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(43, 43, 42, 0.25);
  z-index: 2;
}
section.banner .container {
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translate(-50%);
  text-align: center;
  z-index: 3;
}
.banner-pc {
  position: relative;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  background-position: center;
}
.HG_popup_video {
  top: 20% !important;
  max-width: 1180px;
  margin: auto;
}
.HG_popup_video .popup-window-buttons {
  text-align: right !important;
}

.ad-banner video::-webkit-media-controls {
  pointer-events: none;
  display: none;
}

.ad-banner video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}

@media (max-width: 991px) {
  .HG_popup_video {
    max-width: 980px;
  }
  section.banner .container {
    bottom: 65px;
  }
  section.banner {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 54px);
  }
}
@media (max-width: 767px) {
  .HG_popup_video {
    top: 30% !important;
    max-width: 380px;
  }
  section.banner .banner-mob {
    opacity: 1;
  }
  .banner-pc {
    display: none;
  }

  section video {
    object-position: 30%;
  }
}

/* End */


/* Start:/local/components/HG24/HG_gl_mini_ban/templates/.default/style.css?17370991602856*/
#mini-banner {
  /* flex: 1; */
  height: 100%;
  max-width: 480px;
  width: 100%;
  padding-left: 50px;
}

#mini-banner .banner-images {
  position: relative;
  height: 600px;
  /* width: 480px; */
}

#mini-banner .banner-images__item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 620px;
  max-width: 480px;
}

#mini-banner .slider-item {
  position: relative;
  font-size: 80px;
  color: black;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  z-index: 3;
}
#mini-banner .slider-item .slider-check {
  margin-bottom: 60px;
  flex-grow: 1;
  height: 2px;
  background-color: white;
  margin-left: 7.5px;
  margin-right: 7.5px;
  z-index: 3;
}

#mini-banner .slider-item .slider-fill {
  width: 0%;
  height: 110%;
  background-color: #383837;
  transition: width 5s ease-in-out;
}

#mini-banner .slider-item .slider-fill.active {
  width: 100%;
}

#mini-banner .slider-container {
  position: relative;
  display: flex;
  width: 100%;
}

/* #mini-banner .slider-container.slider-container__pc {
  width: 30%;
}

#mini-banner .slider-container.slider-container__mob {
  width: 100%;
} */

#mini-banner .banner-imges {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* z-index: 2; */
}

#mini-banner .banner-images .banner-images__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.5s
    linear(
      0 0%,
      0 1.8%,
      0.01 3.6%,
      0.03 6.35%,
      0.07 9.1%,
      0.13 11.4%,
      0.19 13.4%,
      0.27 15%,
      0.34 16.1%,
      0.54 18.35%,
      0.66 20.6%,
      0.72 22.4%,
      0.77 24.6%,
      0.81 27.3%,
      0.85 30.4%,
      0.88 35.1%,
      0.92 40.6%,
      0.94 47.2%,
      0.96 55%,
      0.98 64%,
      0.99 74.4%,
      1 86.4%,
      1 100%
    );
  opacity: 0;
}

#mini-banner .banner-images .banner-images__item-active {
  opacity: 1;
}

#aboutbrand .aboutbrand {
  /* gap: 100px; */
  flex-wrap: nowrap !important;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

#aboutbrand .aboutbrand .aboutbrand__text {
  width: unset !important;
  padding-right: 50px !important;
}

#aboutbrand .aboutbrand {
  padding-right: 50px;
}

#aboutbrand {
  padding-top: 100px !important;
}

@media (max-width: 991px) {
  #aboutbrand .aboutbrand {
    padding-right: 0px;
  }

  #aboutbrand .aboutbrand .aboutbrand__text {
    padding-right: 0px !important;
  }

  #mini-banner {
    padding-left: 0px !important;
  }
  #aboutbrand {
    padding-bottom: 30px !important;
    padding-top: 80px !important;
  }
}

/* End */
/* /local/components/HG24/UV_gl_ban/templates/.default/style.css?17340630465092 */
/* /local/templates/UzheVyhozhu.shop/components/HG24/UV_section_list/gl_new_items_catalog_section/style.css?17385702308373 */
/* /local/templates/UzheVyhozhu.shop/components/HG24/UV_gl_ban/banner_down_block_gl/style.css?17395220801951 */
/* /local/components/HG24/HG_gl_mini_ban/templates/.default/style.css?17370991602856 */
