

/* Start:/local/templates/fuzailov/components/bitrix/catalog/base/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/bitrix/catalog.element/main/style.css?17574509015190*/
#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/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__track .fancybox__slide {
  position: static;
}
/* 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 */
/* /local/templates/fuzailov/components/bitrix/catalog/base/style.css?1748351132697 */
/* /local/templates/fuzailov/components/bitrix/catalog/base/bitrix/catalog.element/main/style.css?17574509015190 */
/* /local/templates/fuzailov/components/bitrix/news.list/relative_products/style.css?1748351165709 */
