

/* Start:/local/templates/fuzailov/components/bitrix/catalog/base_fb/style.css?1748351132697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.element/main/style.css?17877507477929*/
#addToBasketBtn:disabled,
#addToBasketBtn[disabled] {
  background-color: #cccccc;
}

.product-page__picture {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 600px;
  /* height: 600px; */
}

.product-page__picture img {
  width: 100%;
  /* Ширина изображения */
  height: auto;
  /* Автоматическая высота */
}

#zoomple_previewholder {
  left: 0;
  top: 0;
  z-index: 99;
  position: absolute;
  display: none;
  width: 300px;
  height: 300px;
  background-color: transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

#zoomple_previewholder .image_wrap {
  left: 0;
  top: 0;
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 20px 4px #000;
}

#zoomple_previewholder.rounded .image_wrap {
  border: 0 solid #454C50;
  border-radius: 50%;
  background-clip: padding-box;
}

#zoomple_previewholder .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-clip: padding-box;
  z-index: 1;
}

#zoomple_previewholder.rounded .overlay {
  border-radius: 50%;
  box-shadow: inset 0 0 20px 7px #fff;
}

#zoomple_previewholder .cursor {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 101;
  background: url(/local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.element/main/../images/cursor.png) 0 0 no-repeat;
}

#zoomple_previewholder.zp-visible {
  display: block;
}

#zoomple_previewholder img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

#zoomple_previewholder .caption-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  width: 100%;
  margin: 0;
  padding: 0;
  font: 11px Verdana, sans-serif;
  color: #090808;
  border-radius: 0 0 7px 7px;
}

#zoomple_previewholder .caption-wrap .caption {
  padding: 5px 10px;
  font: 11px Verdana, sans-serif;
  border-radius: 0 0 7px 7px;
  background: #fff;
}

#zoomple_image_overlay {
  background: red;
  position: absolute;
  z-index: 100;
  filter: alpha(opacity=1);
  opacity: 0.01;
}

#zoomple_image_overlay.preview {
  background: rgb(0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#zoomple_image_overlay .eyelet {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}

.marquee {
  filter: alpha(opacity=100);
}


.product-page__controls {
  margin-top: 2rem;
}

.product-details__other-actions {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

@media (min-width: 991px) {
  .product-details__other-actions {
    margin-top: 46px;
    display: grid;
    grid-template-columns: 1fr;
  }

  .product-details__other-actions.has-descr {
    grid-template-columns: 1fr 1fr;
  }
}

.product-details__other-actions .btn {
  width: 100%;
}

.product-details__btn {
  font-size: 16px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  color: #333;
  background-color: #ffffff;
  transition: .3s all;
}

.product-details__btn._active {
  background-color: #011CA9;
  color: #ffffff;
}

.product-details__btn._active svg path {
  stroke: #ffffff;
  transition: .3s all;
}

.product-details__btn:hover {
  color: #ffffff;
  background-color: #011CA9;
  transition: .3s all;
}

.product-details__btn svg path {
  transition: .3s all;
}

.product-details__btn:hover svg path {
  stroke: #ffffff;
  transition: .3s all;
}

@media (min-width: 991px) {

  .product-details__btn {
    background-color: #ffffff;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }
}

.product-details__btn-more {
  display: none;
}

@media (min-width: 991px) {
  .product-details__btn-more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
}

.product-details__btn-more svg {
  transition: .3s transform;
}

.product-details__btn-more._active svg {
  transform: rotate(180deg);
  transition: .3s transform;
}


.product-details__descr {
  margin-top: 2rem;
  display: block
}

@media (min-width: 991px) {
  .product-details__descr {
    display: none;
  }
}

.product-details__descr-title {
  font-size: 18px;
  color: #333333;
}

@media (min-width: 991px) {
  .product-details__descr-title {
    font-size: 20px;
  }
}

.product-details__descr-text {
  font-size: 16px;
  line-height: 180%;
  color: #333333;
}

@media (min-width: 991px) {
  .product-details__descr-text {
    font-size: 16px;
    line-height: 160%;
  }
}

.product-details__descr-text p:last-of-type {
  margin-bottom: 0;
}

.product-page__picture:hover {
  cursor: pointer;
}

.product-page__gallery .service__video {
  aspect-ratio: 1;

}

.product-page__gallery .swiper-slide:hover {
  cursor: pointer;
}


.f-carousel__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .3s ease;
}

.f-carousel__slide.is-selected {
  position: relative;
  opacity: 1;
}

/* Стили для fancybox 5 */
.fancybox__container {
    --fancybox-bg: rgba(0, 0, 0, 0.92);
    --fancybox-color: #fff;
}

/* Изображения */
.fancybox__slide.has-image .fancybox__content {
    padding: 0 !important;
    background: transparent !important;
}

.fancybox__image {
    max-width: 95vw !important;
    max-height: 90vh !important;
    object-fit: contain !important;
}

/* Видео */
.fancybox__slide.has-video .fancybox__content {
    padding: 0 !important;
    background: transparent !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancybox__slide.has-video .fancybox__content video {
    max-width: 95vw;
    max-height: 85vh;
    border-radius: 8px;
    background: #000;
}

/* Сброс трансформаций */
.fancybox__slide,
.fancybox__content,
.fancybox__slide.is-selected .fancybox__content {
    transform: none !important;
}

/* Навигация */
.fancybox__nav .f-button {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
}

.fancybox__nav .f-button:hover {
    background: rgba(0, 0, 0, 0.8) !important;
}

/* Закрытие */
.fancybox__toolbar .f-button.is-close-btn {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 44px !important;
    height: 44px !important;
}

.fancybox__toolbar .f-button.is-close-btn:hover {
    background: rgba(0, 0, 0, 0.8) !important;
}

/* Инфобар */
.fancybox__infobar {
    color: #fff !important;
    font-size: 16px !important;
}

/* Видео в слайдере */
.product-page__video-wrapper {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    min-height: 400px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-page__video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: transform 0.3s ease;
    z-index: 2;
}

.product-page__video-wrapper:hover .video-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-play-btn circle {
    fill: rgba(0, 0, 0, 0.6);
    transition: fill 0.3s ease;
}

.product-page__video-wrapper:hover .video-play-btn circle {
    fill: rgba(1, 28, 169, 0.8);
}

.product-page-swiper2 .swiper-slide video {
    pointer-events: none;
}

.product-page-swiper2 .swiper-slide .product-page__video-wrapper {
    cursor: pointer;
}

.product-page-swiper2 .swiper-slide .video-play-btn {
    pointer-events: none;
}
/* End */


/* Start:/local/templates/fuzailov/components/bitrix/news.list/relative_products/style.css?1748351165709*/
.relative-products {
    padding-top: 3rem;
    padding-bottom: 6rem;
}

@media (min-width: 1200px) {
    .relative-products {
        padding-bottom: 3rem;
    }
}


.relative-products__title {
    margin-bottom: 3rem;
    font-family: 'Forum';
    font-size: 2rem;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .relative-products__title {
        margin-bottom: 5rem;
    }
}

.relative-products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

@media (min-width: 1200px) {
    .relative-products-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 3.9rem 1.88rem;
    }
}
/* End */


/* Start:/local/templates/fuzailov/components/bitrix/catalog.item/product/style.css?17569839242720*/
.product-card {
	display: grid;
	align-content: start;
	gap: 1.5rem 2rem;
	position: relative;
	font-size: 14px;
	align-content: stretch;
	grid-template-rows: auto 1fr auto
}

.product__pictures {
	position: relative;
	display: flex;
	flex-direction: column
}

.product__picture {
	background: #f5f5f5;
	opacity: 0;
	transition: .3s ease-in-out
}

.product__picture img {
	width: 100%;
	height: auto
}

.product__picture+.product__picture {
	position: absolute;
	width: 100%
}

.product__picture._active {
	opacity: 1
}

.product__title {
	color: #333;
	font-weight: 500;
	padding: 0;
	margin: 0;
	font-size: inherit
}

.product__title-link {
	color: inherit;
	text-decoration: none
}

.product__title-link:hover {
	color: #011CA9;
}

.product__price {
	color: rgba(51, 51, 51, .5);
	white-space: nowrap
}

@media (max-width:500px) {
	.product__price {
		color: rgba(51, 51, 51, 1);
		font-weight: 600;
	}
}

.product__price--old {
	color: #919191;
	text-decoration: line-through;
	font-size: 14px;
}

.product__actions {
	position: absolute;
	top: 1.25rem;
	left: 1.25rem;
	z-index: 1;
}

.product__favourites {
	padding: 0;
	background: 0 0;
	border: 0;
	cursor: pointer;
	transition: .3s transform;
}

.product__favourites.active svg path {
	fill: #011CA9;
}

.product__favourites:hover {
	transition: .3s transform;
}

.product__favourites svg {
	width: 1.62rem;
	height: 1.62rem;
	color: transparent;
	transition: .5s ease
}

.product__favourites._active svg {
	color: #011CA9
}

.product__label {
	font-size: 1rem;
	color: rgba(51, 51, 51, .5);
	position: absolute;
	z-index: 2;
	top: 1.12rem;
	right: 1.75rem
}

.product-new-controls {
	display: flex;
	gap: 12px;
}

.product-new-controls .product__actions {
	position: relative;
	top: 0;
	left: 0;
	z-index: unset;
}

.product-new-controls .product__actions span {
	display: none;
}

.product-new-controls .product__actions:hover span {
	display: block;
	position: absolute;
	top: 0;
	right: calc(100% - 12.5px);
	transform: translateY(-50%);
	padding: 5px 10px;
	border: 1px solid #DCDBDB;
	background-color: #FFFFFF;
	font-size: 13px;
	z-index: 1;
}

.product-new-controls .addToBasketBtn {
	border: unset;
	background-color: transparent;
}

.product-new-controls .addToBasketBtn svg {
	width: 100%;
	height: 100%;
}

.product-new-controls .addToBasketBtn.active {
	position: relative;
}

.product-new-controls .addToBasketBtn.active:after {
	position: absolute;
	background: url('/local/templates/fuzailov/img/icons/test.png');
	content: '';
	z-index: 1;
	top: -3px;
	right: 2px;
	width: 14px;
	height: 14px;
}


.product-new-controls .addToBasketBtn.active svg path {
	stroke: #011CA9;
}


.product__price {
	display: flex;
	justify-content: space-between;
}
/* End */
/* /local/templates/fuzailov/components/bitrix/catalog/base_fb/style.css?1748351132697 */
/* /local/templates/fuzailov/components/bitrix/catalog/base_fb/bitrix/catalog.element/main/style.css?17877507477929 */
/* /local/templates/fuzailov/components/bitrix/news.list/relative_products/style.css?1748351165709 */
/* /local/templates/fuzailov/components/bitrix/catalog.item/product/style.css?17569839242720 */
