

/* Start:/local/templates/.default/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?17896300367139*/
/*catalog*/

.catalog .black_fon {
  background: #2E2D2D;
  padding: 130px 0 70px;

}

.catalog_title {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 80px;
}

.catalog_title .button_orange {
  max-width: 190px;
  width: 100%;

}

.catalog_title h2 {
  color: #FFF;
}

.catalog_item {
  border-radius: 20px;
  background: #212020;
  position: relative;

  /* фиксируем место карточки в сетке */
  height: 386px;

  margin-bottom: 60px;

  transform: scale(1);
  transform-origin: center center;

  transition:
    transform 0.8s ease,
    border-radius 0.8s ease;

  /* внутреннее hover-состояние может выходить наружу */
  overflow: visible;

  z-index: 1;
}

.block_orange .block_oramge_active {
  display: none;
  transition: 0.4s;
}

.block_orange {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #292828;

  transition:
    background-color 0.8s ease,
    border-radius 0.8s ease;
}

.catalog_img {
  min-height: 235px;
  display: flex;
  justify-content: center;
  align-items: center;

  transition: min-height 0.8s ease;
}

.catalog_img img {
  display: block;
  max-width: 100%;
}

.catalog_name {
  padding: 42px 30px 30px 30px;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 153.846% */

}

.catalog_name a {
  color: #FFF;
  height: 79px;
  display: flex;
  align-items: end;
}

.catalog_arrow {
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;

  display: flex;
  align-items: center;
  gap: 18px;
  border-radius: 30px;
  background: #212020;
  border: none;

  margin: 0 25px 0 0;
  padding: 0;

  transform: translateY(-50%);
  z-index: 5;
}


.catalog_item:hover .catalog_arrow {
  transform: translateY(calc(-50% + var(--arrow-shift, 0px)));
}

.catalog_arrow .button_title {
  display: none;
  transition: 0.4s;
  padding: 10px 0 12px 13px;
  color: #1A1A1A;
}
.catalog_item:hover .catalog_arrow.callback_tovar_modal .button_title {
  display: block;
  transition: 0.4s;
}
.catalog_item:hover .catalog_arrow.callback_tovar_modal{
  background: #FFF;
  transition: 0.4s;
  cursor: pointer;
}
.catalog_arrow:hover {
  background: #FFF;
  transition: 0.4s;
}

.catalog_arrow:hover .button_title {
  display: block;
  transition: 0.4s;
}

.catalog_arrow .arrow {
  margin: 0;
  text-align: center;
}

.catalog_item:hover .catalog_name {
  display: none;
  transition: 0.4s;
}

.catalog_item:hover .block_orange {
  border-radius: 40px;
  background-color: #E55000;
  flex-direction: column;
  align-items: unset;
}

.catalog_item:hover .block_orange .block_oramge_active {
  display: block;
  transition: 0.4s;
}

.name-link-together_catalog {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  width: 100%;
  height: 151px;

  display: flex;
  align-items: center;
}

.name-link-together_catalog .catalog_name {
  width: 100%;
  height: 100%;
  padding: 0 100px 0 30px;
  box-sizing: border-box;

  display: flex;
  align-items: center;
}

.name-link-together_catalog .catalog_name a {
  height: auto;
  display: block;
}


.catalog_name_white {
  margin: 31px 11px 26px 11px;
  border-radius: 83px;
  background: #FFF;
  padding: 19px 0 19px 33px;
  color: #1A1A1A;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 142.857% */
}

.catalog_name_white a,
.catalog_name_white a:hover {
  color: #1A1A1A;
}

.catalog_text {
  margin: 0 58px;
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.catalog_text span {
  font-weight: 600;
}
.catalog_text.prop_count{
   font-size: 20px;
}
.catalog_item:hover .catalog_img {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.catalog_item:hover {
  transform: scale(1.035);
  border-radius: 40px;
  z-index: 10;
}

.catalog_item .catalog_img {
  height: 235px;
  min-height: 235px;
  padding: 36px 10px;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog_item .catalog_img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: none;
}

@media (max-width:1400px) {
  .catalog_title .header_button .button_title {
    padding: 15px 0 18px 27px;
  }
}

@media (max-width:1200px) {
  .catalog_img {
    padding: 36px 10px;
  }

  .catalog_name {
    padding: 30px 13px 30px 17px;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
  }

  .catalog_arrow {
    margin: 0 17px 26px 0;
  }

  .catalog_name_white {
    margin: 15px 15px 15px 15px;
    padding: 15px 0 15px 15px;
    font-size: 22px;
    line-height: 32px;
  }

  .catalog_text {
    margin: 0 20px;
  }

  .catalog_item:hover .catalog_img {
    padding: 22px 12px 50px;
  }
}

@media (max-width:992px) {
  .block_orange {
    min-height: 295px;
  }

  .catalog .black_fon {
    padding: 130px 0 0;
  }
}

@media (max-width:576px) {
  .catalog_title .arrow {
    width: 100%;
    max-width: 46px;
  }

  .catalog_title .header_button .button_title {
    padding: 15px 0 18px 10px;
  }

  .catalog_name_white {
    margin: 15px 15px 15px 15px;
    padding: 9px 0 9px 10px;
    font-size: 20px;
  }
}

/*catalog end*/
.section_detail_text {
  margin-top: 130px;
}

.section_detail_text img {
  border-radius: 20px;
}

.detail_text_block {
  margin-bottom: 80px;
}

.width_mini {
  max-width: 1267px;
  width: 100%;
}

.bold_text {
  color: #1A1A1A;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.bold_text span {
  text-decoration: underline #E55000 2px;
  text-underline-offset: 5px;
}

@media (max-width: 992px) {
  .bold_text {
    font-size: 22px;
    line-height: 30px;
    margin-top: 50px;
  }
}

@media (max-width:768px) {
  .section_detail_text img {
    margin-bottom: 25px;
  }

  .section_detail_text {
    margin-top: 60px;
  }

  .detail_text_block {
    margin-bottom: 60px;
  }

  .bold_text {
    font-size: 16px;
    line-height: 26px;
  }

}
[data-city-catalog] [hidden] { display: none !important; }
[data-city-catalog] .catalog-city-tabs { margin-bottom: 35px; }
[data-city-catalog] .catalog-city-button {
  display: flex; align-items: center; justify-content: center;
  width: 100%; height: 100%; padding: 16px 12px;
   border-radius: 30px; background: transparent;
  color: #1A1A0B; font: inherit; text-align: center; cursor: pointer;
  background: #D9D6D4;border: unset;
  transition: 0.4s;
}
[data-city-catalog] .catalog-city-button.active {
    transition: 0.4s;
    background: #E55000;
    color: #fff;}
[data-city-catalog] .catalog-city-button:hover { 
  transition: 0.4s;
    background: #E55000;
    color: #fff;
 }
[data-city-catalog] .catalog-city-button:focus-visible { outline: 2px solid #E55000; outline-offset: 3px; }
[data-city-catalog] [data-city-empty] { color: #fff; padding: 20px 0; }
@media(max-width:575px) { [data-city-catalog] .catalog-city-tabs>div+div { margin-top: 10px; } }

/* End */
/* /local/templates/.default/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?17896300367139 */
