

/* Start:/local/templates/.default/components/bitrix/news.list/main_catalog1/style.css?17715775133656*/

/*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;
    transition: 0.4s;
    margin-bottom: 60px;

}
.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: 0.4s;
  min-height: 386px;
  height: 100%;
}
.catalog_img{
  /* padding: 75px 58px; */

}
.catalog_img {

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

}
 .catalog_name a{
    color: #FFF;
      height: 79px;
      display: flex;
      align-items: end;
  }
.catalog_arrow{
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap:18px;
  border-radius: 30px;
  background: #212020;
  border:none;
  margin:0 25px 26px 0;
  padding: 0;
}
.catalog_arrow .button_title{
  display: none;
  transition: 0.4s;
  padding: 10px 0 12px 13px ;
  color: #1A1A1A;
}
.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: #E55000;
  flex-direction: column;
  transition: 0.4s;
  align-items: unset;
}
.catalog_item:hover .block_orange .block_oramge_active{
  display: block;
  transition: 0.4s;
}
.catalog_name_white{
  margin:31px 26px 26px 22px;
  border-radius: 83px;
  background: #FFF;
  padding:19px 0 19px 33px;
  color: #1A1A1A;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 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_item:hover .catalog_img{
min-height: 300px;
display: flex;
justify-content: center;
align-items: center;
height: 100%;

}
.catalog_item:hover{
   border-radius: 40px;
}
@media (max-width:1400px) {
  .catalog_title .header_button .button_title{
    padding: 15px 0 18px 27px;
  }
}
@media (max-width:1200px) {
  .catalog_img {
    padding: 22px 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*/

/* End */
/* /local/templates/.default/components/bitrix/news.list/main_catalog1/style.css?17715775133656 */
