

/* Start:/local/templates/main/components/diemer/simple.element/flat/style.css?17732902925796*/
.parts-apart-flex {
  position: relative;
}

.layout-pic img {
  max-height: 400px;
}
.floor-plan-pic img, .floor-plan-pic svg {
  max-width: 500px;
  max-height: 345px;
  object-fit: contain;
}
.layout-floor-pic .flatLabelWrap{
  position: absolute;
  top: 24px;
  left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.layout-pic-min {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
body .active-cat {
  width: 100%;
}
.layout-pic {
  display: flex;
  justify-content: center;
  width: 100%;
  max-height: 100%;
}

.parts-apart-price strong span {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  width: max-content;
  padding: 6px 10px;
  border-radius: 24px;
  background: rgba(190, 220, 28, 1);
  display: none;
}

.parts-mortgage .partsMortgageAroow{
  transition: .25s;
}
.parts-mortgage:hover .partsMortgageAroow{
  transform: translateX(5px);
}
.parts-apart-pdf > a {
  transition: .25s;
}
.parts-apart-pdf > a:hover {
  background: rgba(225, 225, 225, 1);
}

.parts-apart-cnt.reservedLot {
  position: relative;
  padding-top: 72px;
}
.parts-apart-cnt.reservedLot .reservedLotTop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  border-radius: 24px 24px 0 0;
  background: #0000001A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.parts-apart-cnt.reservedLot .reservedLotTop span {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #00000066;
}
.parts-apart-cnt.reservedLot .parts-apart-price del,
.parts-apart-cnt.reservedLot .parts-apart-price strong,
.parts-apart-cnt.reservedLot .parts-apart-del del,
.parts-apart-cnt.reservedLot .parts-apart-del span,
.parts-apart-cnt.reservedLot .parts-frame-count span {
  color: #00000066;
}
.parts-apart-cnt.reservedLot .parts-frame-btn .card:disabled {
  opacity: 0.2;
  pointer-events: none;
}

.layout-pic-min .zoomPlanContol {
  position: absolute;
  background: #BEDC1C;
  width: 52px;
  height: 52px;
  gap: 10px;
  padding: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  opacity: 0;
}
.layout-pic-min:hover .zoomPlanContol {
  opacity: 1;
}
.layout-pic-min .zoomPlanContol:before {
  content: "";
  position: absolute;
  background: #BEDC1C4D;
  width: 68px;
  height: 68px;
  border-radius: 50%;
}

.fullPictureWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FEFFFA;
  border: 1px solid #00000026;
  border-radius: 24px;
  padding: 32px;
  z-index: 100;
  display: none;
}
.fullPictureWrap .with-koxm {
  top: unset;
  right: 32px;
  bottom: 32px;
  height: 70px;
}
.fullPictureWrap .fullPictureWrapTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 32px;
  z-index: 10;
}
.fullPictureWrap .fullPictureWrapTop .zoomPlanContolClose {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}
.fullPictureWrap .fullPictureWrapTop .zoomPlanContolClose span {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.fullPictureWrap .fullPictureWrapTop .fullPictureWrapTopArrows {
  display: flex;
  align-items: center;
  gap: 16px;
}
.fullPictureWrapTopArrows .swiper-button-prev, .fullPictureWrapTopArrows .swiper-button-next{
    background: #FFFFFF;
}
.fullPictureWrapTopArrows .swiper-button-prev:hover, .fullPictureWrapTopArrows .swiper-button-next:hover{
    background: #BEDC1C;
}
.fullPictureWrapTopArrows .swiper-button-prev i{
    filter: brightness(1) invert(1);
    transition: 0.3s;
}
.fullPictureWrapTopArrows .swiper-button-next i{
    filter: brightness(1) invert(1);
    transition: 0.3s;
}
.fullPictureWrapTopArrows .swiper-button-prev:hover i{
    filter: unset;
}
.fullPictureWrapTopArrows .swiper-button-next:hover i{
    filter: unset;
}
.fullPictureWrap .fullPictureWrapImages {
  width: 100%;
  height: 100%;
}
.fullPictureWrap .fullPictureImagesSlider {
  height: 100%;
}
.fullPictureWrap .fullPictureImagesSlider .fullPictureImagesSliderItem {
  align-items: center;
  justify-content: center;
  display: flex;
}
.fullPictureWrap .fullPictureImagesSlider .fullPictureImagesSliderItem img,
.fullPictureWrap .fullPictureImagesSlider .fullPictureImagesSliderItem svg {
  max-width: calc(100% - 600px);
  max-height: calc(100% - 200px);
  object-fit: contain;
}
@media (max-width: 1440px){
  .fullPictureWrap .fullPictureImagesSlider .fullPictureImagesSliderItem img,
  .fullPictureWrap .fullPictureImagesSlider .fullPictureImagesSliderItem svg {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
  }
}
@media (max-width: 575px){
  .layout-floor-pic .flatLabelWrap {
    top: 14px;
    left: 14px;
  }
  .parts-apart-res span {
    display: none;
  }
  .parts-apart-price strong {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .parts-apart-price strong span {
    display: inline-block;
  }
  .fullPictureWrap {
    padding: 24px;
    height: 100vh;
  }
  .fullPictureWrap .fullPictureWrapTop {
    padding: 24px;
  }
  .fullPictureWrap .with-koxm {
    top: unset;
    right: 24px;
    bottom: 24px;
    height: 48px;
    width: 48px;
  }
  .fullPictureWrap .fullPictureWrapTop .zoomPlanContolClose span {
    display: none;
  }
  .layout-pic-min .zoomPlanContol {
    opacity: 1;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/.default/style.css?17726487421130*/
.flatContainerWrap {
	display: flex;
	flex-direction: column;
}
.flatContainerWrap.emptyContainerWrap {
	height: 100%;
	justify-content: center;
}
.flatContainerWrap.tableContainerWrap {
	background: #FEFFFA;
	border-radius: 24px;
	padding-top: 32px;
	padding-bottom: 32px;
}
.catalogTopPanel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 64px;
	padding-bottom: 25px;
}
.catalog-main .catalogTopPanel .price-ascending {
	max-width: min-content;
	width: min-content;
	margin-top: 0;
	margin-left: unset;
}
.catalogTopPanel .catalogView {
	display: flex;
	gap: 8px;
	align-items: center;
}
.catalogTopPanel .catalogView a {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #6364660D;
}
.catalogTopPanel .catalogView a.active {
	background: #754ABC1F;
}
.catalogTopPanel .catalogView a.active svg > * {
	fill: #754ABC;
}

.price-ascending-down li a {
	color: #fff;
}

.loadMoreCatalog {
	max-width: min-content;
	margin: 40px auto 0;
	white-space: nowrap;
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1772648742706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/main/components/diemer/simple.element/flat/style.css?17732902925796 */
/* /local/templates/main/components/bitrix/catalog.section/.default/style.css?17726487421130 */
/* /local/templates/main/components/bitrix/catalog.section/.default/themes/blue/style.min.css?1772648742706 */
