

/* Start:/local/templates/.default/components/bitrix/news/page_news/bitrix/news.detail/news_detail/style.css?17594865497825*/
.news_detail_page{
  padding-top: 120px;
  padding-bottom: 120px;
}

.news_detail_title{
  color: #243333;
  font-family: "Mplus 1p";
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 45px; /* 128.571% */
  text-transform: uppercase;
}

.news_detail_page_img{
  border-radius: 15.342px;
  background: #FFF;
  min-height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.news_detail_date{
    color: #16211F;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 162.5% */
    letter-spacing: 0.32px;
    background: url(/local/templates/.default/images/calendar.svg) no-repeat left top;
    margin-bottom: 24px;
    padding-left: 33px;
    width: 100%;
    max-width: 780px;
    margin-top: 30px;
}

.news_detail_desc{
  margin-top: 120px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 25px;
  color: #16211F;
  font-weight: 300;
}

.news_detail_page p{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 25px;
  color: #16211F;
  font-weight: 300;
}

.detail_row{
  margin-top: 62px; 
}

.news_detail_page b{
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 25px; 
  color: #000000;
}

.news_detail_page strong{
color: #243333;
font-family: "Mplus 1p";
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 40px; /* 160% */
text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: 25px;
  display: block;
}

.news_detail_desc a{
color: #BF4A26;

/* АБС_Button */
font-family: "Mplus 1p";
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-transform: uppercase;

}

.news_detail_desc a:hover{
  text-decoration: none;
  color: #BF4A26;
}


    .citata{
        max-width: 1140px;
        margin: 0 auto;
        min-height: 225px; 
        background: #F3F7F9 url(/local/templates/.default/images/Gear.png) no-repeat center;
        text-align: center;
        padding-top: 87px;
        padding-bottom: 44px;
        margin-top: 80px;
        margin-bottom: 36px;
        
    }
    
    .citata_text{
        font-family: 'Exo 2', sans-serif;
        font-style: italic;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        color: #000000;
        max-width: 765px;
        margin: 0 auto;
        position: relative;
    }
    
    .citata_text:before{
      position: absolute;
      content: "";
      background: url(/local/templates/.default/images/Kavichki.svg);
      width: 31px;
      height: 26px;
      top: -30px;    
    }
    
    .citata_author{
        font-family: 'Exo 2', sans-serif;
        font-style: italic;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        letter-spacing: -0.01em;
        color: #636465;
        margin-top: 22px;
    }
    
  .news_detail_page img{
    width: 100%;
    max-width: 525px;
  }
  
  .news_detail_content{
    margin-top: 20px;
  }
  
@media(max-width: 998px){
  .news_detail_title{
    font-size: 35px !important;
  }
  .news_detail_page p{
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .news_detail_page img{
    margin-bottom: 20px;
  }
  .row detail_row{
    margin-top: 20px;
  }
  .citata{
    margin-top: 30px;
    margin-bottom: 0;
    padding-top: 60px;
  }
  .citata_text{
    font-size: 15px;
  }
  .citata_author{
    font-size: 14px;
  }
  .detail_row{
    margin-top: 30px;
  }
}

@media(max-width: 556px){
  .news_detail_title{
    font-size: 30px !important;
    line-height: 35px;
  }  
}

/* Область таблицы */
.pile-table{

  padding:14px 12px;
  overflow-x:auto;
}

/* Таблица */
.pile-table table{
  table-layout: fixed;      /* чтобы ширины работали предсказуемо */
  width: 100%;
  border-collapse:collapse;
  font-family: "Roboto", system-ui, -apple-system, Arial, sans-serif;
  color:#142324;
}

/* 1-я колонка (тип свай) шире – цены уйдут вправо */
.pile-table th:nth-child(1),
.pile-table td:nth-child(1){
  width: 38%;               /* подберите 34–42% под ваш макет */
}

/* Ценовые колонки – вправо и с отступом справа */
.pile-table th:nth-child(n+2),
.pile-table td:nth-child(n+2){
  text-align: right;
  padding-right: 24px;      /* можно увеличить для ещё большего «сдвига» */
}

/* Чтобы заголовок первой колонки остался слева */
.pile-table .th-left,
.pile-table .td-left{ text-align: left; }

/* Ячейки */
.pile-table th,
.pile-table td{
  padding:14px 10px;
  border:none;
  background:transparent;
  font-size:14px;
  line-height:1.4;
  vertical-align:middle;
}

/* Шапка */
.pile-table thead th{
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:.02em;
  color:#223231;
  border-bottom:2px solid rgba(34,50,49,.35);
}

/* Горизонтальные разделители строк */
.pile-table tbody tr{
  border-bottom:2px solid rgba(34,50,49,.25);
}

/* Выравнивания колонок */
.pile-table .th-left,
.pile-table .td-left{ text-align:left; }
.pile-table thead th:not(.th-left),
.pile-table tbody td:not(.td-left){ text-align:center; }

/* Цены жирным */
.pile-table td b{ font-weight:700; }

/* Стили «заголовков» (типов свай) — как в макете */
.pile-table .kind{
  color:#16211F;
  font-family:"Mplus 1p", sans-serif;
  font-size:16px;
  font-style:normal;
  font-weight:500;
  line-height:normal;
  text-transform:uppercase;
}

/* Адаптив */
@media (max-width:576px){
  .pile-table th, .pile-table td{ padding:12px 8px; font-size:13px; }
}

/* Область таблицы */
.pile-table{

  padding:14px 12px;
  overflow-x:auto;
}

/* Таблица */
.pile-table table{
  width:100%;
  border-collapse:collapse;
  font-family: "Roboto", system-ui, -apple-system, Arial, sans-serif;
  color:#142324;
  background:transparent;
}

/* Ячейки */
.pile-table th,
.pile-table td{
  padding:14px 10px;
  border:none;
  background:transparent;
  font-size:14px;
  line-height:1.4;
  vertical-align:middle;
}

/* Заголовок */
.pile-table thead th{
color: #16211F;

/* АБС_16_Medium */
font-family: "Mplus 1p";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
  border-bottom:2px solid rgba(34,50,49,.35); /* линия под шапкой */
}

/* Горизонтальные разделители строк */
.pile-table tbody tr{
  border-bottom:2px solid rgba(34,50,49,.25);
}

/* Выравнивания */
.pile-table .th-left,
.pile-table .td-left{
  text-align:left;
}
/* .pile-table thead th:not(.th-left),
.pile-table tbody td:not(.td-left){
  text-align:center;
  font-weight:700; 
} */

/* Мелкие коррекции на узких экранах */
@media (max-width: 576px){
  .pile-table th, .pile-table td{ padding:12px 8px; font-size:13px; }
}

@media (max-width: 768px) {
  .news_detail_page_img {
    margin-top:29px;
  }
  .news_detail_date{ 
    margin-bottom: -14px;
  }
    .news_detail_page {
      padding-top: 18px;
      padding-bottom: 10px;
  }
    .news_detail_desc{
    margin-top: 12px;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
    color: #16211F;
    font-weight: 400;
  }
  .news_detail_desc h3{
    margin-bottom: 12px;
  }
}
/* End */
/* /local/templates/.default/components/bitrix/news/page_news/bitrix/news.detail/news_detail/style.css?17594865497825 */
