.header-phones__text{
	color: #333;
}
.contacts{
	color: #333;
}
.contact-list__item{
	color: #333 !important;
}
.product-page-tabs li:nth-child(3){
	display: none !important;
}
.btn.quick-order{
	border: 1px solid #4362a5 !important;
	background: inherit !important;
}
.btn.quick-order:hover{
	color: var(--add-to-cart-btn-c);
    background: #5984d6 !important;
	border: 1px solid #4362a5 !important;
}
.modal-register__customer-group {
	display: none !important;
}
.custom-form-2-btn{
	background-color: #5984d6;
	width: 100%;
}
.custom-form-2-btn:hover{
	background-color: #4362a5;
}
#product-product .custom-form-2-btn{
	margin-bottom: 20px;
}

.companies-grid {
    display: grid;
    gap: 40px;
    margin: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.company-block {
    display: flex;
    flex-direction: column;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 16px;
}
.company-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #253746;
    text-align: center;
}
.cert-caption {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}
.cert-item {
    text-align: center;
}
.btn_prezent{
	padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 12px;
}

.requisites {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 16px;
    margin: 20px 0;
  }

.requisites td {
	
	padding: 12px 16px;
	vertical-align: top;
}

.requisites td:first-child {
	font-weight: bold;
	width: 30%;
	background-color: #f2f6fd;
	color: #333;
}

.requisites td:last-child {
	color: #333;
}

.requisites tr:nth-child(even) td {
	background-color: #f9fbff;
}

.requisites tr:nth-child(odd) td {
	background-color: #ffffff;
}
.requisites strong{
	color: #333;
}
.common-home .mm_vertical{
	background-image: url(/image/catalog/banner-main-page/banner-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 1rem 2rem;
    margin-bottom: 2.5rem;
    border-radius: 12px;
}
.common-home .mm_vertical form{
	width: 50%;
}
.category-wall__item .category-wall__ul{
    display: flex;
    align-items: center
}
.information-information-6 h2{
    font-size: 1.2rem;
}
.information-information-6 h3{
    font-size: 1.1rem;
    margin-bottom: 0px;
    width: 100%;
}
.information-information-6 .arrow{
    position: absolute;
    right: 0px;
    top: 10px;
}

.information-information-9 .arrow{
    position: absolute;
    right: 0px;
    top: 10px;
}

.information-information-6 .btn-link{
    position: relative;
}

.information-information-9 .btn-link{
    position: relative;
}

.information-information-6 .mb_h3{
    margin-bottom: 10px !important;
}
.mb_h3{
    margin-bottom: 10px !important;
}
.information-information-6 ul{
    padding-left: 15px;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.card-header {
    cursor: pointer;
    background-color: #f0f2f5;
    padding: 1rem 1.25rem;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header:hover {
    background-color: #f4f6fa;
}

.card-header .btn {
    background: none;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    color: #333;
    text-align: left;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header .btn:hover {
    color: #333;
    text-decoration: none;
}

.arrow {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: .75em;
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.rotate {
    transform: rotate(180deg) !important;
}

.card-header .fa-chevron-down{
    transform: rotate(0deg);
    }


.delivery-cis .row {
    display: flex;
    flex-wrap: wrap;
}

.delivery-cis .col-md-6 {
    flex: 1 1 45%;
    min-width: 200px;
}

.delivery-cis ul {
    list-style-type: disc;
    padding-left: 20px;
}
.company-table .table-custom{
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    border: 3px double #5984d6;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(89, 132, 214, 0.15);
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    overflow: hidden;
}
.table-custom thead {
    background: #f8f9fb;
}
.table-custom thead th {
    padding: 16px 20px;
    font-size: 17px;
    font-weight: 600;
    color: #5984d6;
    text-align: left;
    border-bottom: 2px solid #5984d6;
}
.table-custom td {
  padding: 14px 20px;
  border-bottom: 1px solid #e0e4ea;
  background: #fff;
}
.table-custom td:last-child {
  border-right: none;
}

.table-custom td:first-child {
  font-weight: 600;
  color: #333;
  width: 40%;
}

/* Zebra-striping для читаемости */
.table-custom tbody tr:nth-child(even) {
  background: #fafbfc;
}

/* Убираем границу снизу в последней строке */
.table-custom tr:last-child td {
  border-bottom: none;
}
.quote-lengidro {
  background: #f0f4ff;
  border: 2px solid #5984d6;
  border-radius: 12px;
  padding: 24px 28px;
  font-style: italic;
  font-size: 16px;
  font-weight: 550;
  color: #222;
  margin: 24px 0;
  box-shadow: 0 10px 28px rgba(89, 132, 214, 0.3);
}

.quote-lengidro footer {
  margin-top: 14px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: #666;
}
.information-information-9 .card-header{
    margin-bottom: 20px;
}
.information-information-9 .mb-0{
    margin-bottom: 0px;
    width: 100%;
}
.information-information-9 .card .card-body{
    padding: 0px 20px;
}
.information-information-9 .btn-link{
    width: 100%;
    display: inline-block;
}

.manufacturer_item {
    background-color: #f9f9f9;
    padding: 20px;
}
.manufacturer_item a {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.header-phones__a_new{
    margin-left: 7px;
    font-weight: 600;
    margin-bottom: 2px;
    display: inline-block;
}
.header-phones__a_new:hover{
    color: #5984d6 !important;
}
.home-page .html-module{
    background: inherit;
    padding-bottom: 5px;
}
#mmfilter_40 .selected .mm_description{
    display: none;
}
.select2-container--default .select2-selection--single{
    border-radius: 12px !important;
    height: 50px !important;
}
.mm_table_cell .button{
    background-color: #5984d6;
    color: white;
    border-radius: 12px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 16px !important;
}
.mm_table_cell .button:hover{
    background-color: #4362a5;
}
.compare-page__attr-heading-desktop{
    display: none !important;
}
.custom-form-3-btn{
    background-color: #5984d6 !important;
    color: white;
    padding: 10px 35px;
    height: 45px;
    font-size: 18px;
}
.custom-form-3-btn:hover{
        background-color: #4362a5 !important;
}
.none_mmfilter_title_text{
    margin-bottom: 10px;
    font-size: 20px;
}
.none_mmfilter_title{
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}
.none_mmfilter{
    width: 45%;
}
.mm_table{
    width: 50%;
}
.mm_vertical form{
    width: 100% !important;
    display: flex;
    gap: 4rem;
}
.text-spesial{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

#tab-doc{
    padding: 15px;
    padding-bottom: 0px;
}
#tab-doc .product-download__item{
    margin-bottom: 25px;
}
#tab-doc .product-download__item:last-child{
    margin-bottom: 0px;
}
.cert-item img{
    width: 100%;
    height: auto;
}
.pickup-points .card .mb-0{
    margin-bottom: 0px;
}
.pickup-points .card{
    margin-bottom: 20px;
}

.pickup-points .card-body{
    padding: 25px 0px 10px 0px;
}


.faq-content .card .mb-0{
    margin-bottom: 0px;
}
.faq-content .card{
    margin-bottom: 20px;
}

.faq-content .card-body{
    padding: 25px 0px 10px 0px;
}

.faq-content .card .btn-link{
    text-wrap: auto;
}
.pickup-points .card .btn-link{
    text-wrap: auto;
}

.vacancy-row {
  display: flex;
  gap: 20px;
  align-items: stretch; /* чтобы выравнивались по высоте */
  flex-wrap: wrap;
}

.vacancy-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Карточка вакансии */
.vacancy-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease-in-out;
}

.vacancy-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* Заголовок */
.vacancy-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #2a2a2a;
}

/* Пояснительный текст */
.vacancy-text {
  font-size: 14px;
  color: #444;
  margin-bottom: 12px;
  line-height: 1.5;
}

/* Списки */
.vacancy-card ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.vacancy-card ul li {
  margin-bottom: 6px;
}

/* Футер с иконкой и контактами */
.vacancy-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}

/* Иконка */
.vacancy-icon {
  font-size: 24px;
  color: #5984d6;
}

/* Контакты */
.vacancy-contacts {
  text-align: right;
}

.vacancy-contacts a {
  color: #0056b3;
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.vacancy-contacts a:hover {
  color: #003a80;
  text-decoration: underline;
}


.contact-icon {
  color: #0056b3;       /* фирменный синий */
  margin-right: 8px;
}
.contact-icon.fa-rotate-360 {
      transform: rotate(90deg) !important;
}
.fa-phone.fa-rotate-180 {
      transform: rotate(0deg) !important;
}
.fa-phone-alt.fa-rotate-180 {
      transform: rotate(90deg) !important;
}


.team-section {
  margin-top: 40px;
}

.team-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.team-section h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

/* === Грид для карточек === */
.team-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: stretch;
  margin-bottom: 40px;
}

.team-card {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 640px;
  flex: 1 1 calc(50% - 10px);
  box-sizing: border-box;
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s;
}

.team-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  border-color: #cccccc;
}

/* === Контент карточки === */
.team-card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: calc(100% - 245px); /* с учетом 225px фото и отступа */
}

.team-role {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.team-card-content p strong {
  color: #5984d6;
}

.team-card-content a {
  color: #0056b3;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.team-card-content a:hover {
  text-decoration: underline;
}

/* === Фото или иконка сотрудника === */
.team-photo-placeholder {
  width: 225px;
  height: 225px;
  min-width: 225px;
  min-height: 225px;
  border: 2px solid #0056b3;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-photo-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-section .vacancy-icon {
  font-size: 64px;
  color: #777;
}


.payment-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: stretch;
}

.payment-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Карточка оплаты */
.payment-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s ease-in-out;
}

.payment-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

/* Заголовок */
.payment-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #2a2a2a;
}

/* Контент и списки */
.payment-card ul {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 0;
}

.payment-card ul li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #444;
}

/* Иконка внизу */
.payment-footer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 20px;
}

.payment-icon {
  font-size: 28px;
  color: #0056b3;
}


#articles-catalog .mm_vertical {
    background-image: url(/image/catalog/banner-main-page/banner-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 1rem 2rem;
    margin-bottom: 2.5rem;
    border-radius: 12px;
}


.info-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e0e0e0; /* Светлая граница для отделения */
  padding: 20px;
  margin-bottom: 20px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Усиленная тень */
  transition: box-shadow 0.2s ease-in-out, border-color 0.2s;
}

.info-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
  border-color: #cccccc;
}

/* Контент карточки */
.info-content {
  flex-grow: 1;
  margin-bottom: 20px;
}

/* Заголовок карточки (h2) */
.info-title {
  font-size: 18px; /* чуть крупнее, так как теперь это h2 */
  font-weight: 600;
  color: #2a2a2a;
  margin-bottom: 10px;
}

/* Текст карточки */
.info-text {
  font-size: 14px;
  color: #555555;
  line-height: 1.6;
}

/* Нижняя часть: иконка + кнопка */
.info-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Иконка Font Awesome */
.info-icon {
  font-size: 36.4px; /* 28px × 1.3 */
  color: #5984d6;
}

/* Кнопка справа */
.info-btn a,
.info-footer a {
  margin-left: auto;
}

/* Вводный текст */
.info-intro {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #444;
}
#button_send_feedback{
    font-weight: 500;
    width: max-content;
    padding: 20px 45px;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agree-form{
    padding: 0px;
    margin-bottom: 15px;
}
.top-links .top-links__a{
    font-size: 13px !important;
}
.prmn-cmngr{
  margin-right: 15px;
}
.prmn-cmngr .fa-map-marker{
    margin-right: 1px;
}
.prmn-cmngr-cities .modal-body{
  border-radius: 12px !important;
}

.h2_tex_op{
      font-size: 1.01em !important;
      margin-bottom: 0px;
      font-weight: 650;
      color: #444;
}
.active .h2_tex_op{
    color: #5984d6;
}


.post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  color: #333;
  margin-bottom: 2rem;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid white;
}
.img-news img{
  width: 100%;
  height: auto;
  object-fit: fill;
  margin-bottom: 2rem;
  border-radius: 12px;
}
.page_statii .uni-wrapper{
  background: none;
  border-radius: 0px;
  padding: 0px;
}
.post__deck{
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 2rem;
}
.page_statii .person {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #eceff3;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(20,29,56,.06);
}
.page_statii .people {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-bottom: 2rem;
}
.page_statii .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #eceff3;
  background: #f4f6fb;
  color: #333 !important;
  width: max-content;
}
.page_statii .avatar{
    display: flex;
    gap: 16px;
    margin-top: 1.5rem;
}
.page_statii .avatar img{
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #eceff3;
  background: #e8ecf5;
  display: grid;
  place-items: center;
}
.quote__author .avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.toc {
  border: 1px solid #eceff3;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(20, 29, 56, .06);
  margin-bottom: 2rem;
}

.toc summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page_statii .article{
  border: 1px solid #eceff3;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(20, 29, 56, .06);
}
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}
.kpi {
  border: 1px solid #eceff3;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
}
.kpi__value {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 800;
  margin: .15em 0;
}
.kpi__label {
  font-size: 14px;
  color: #333;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.kpi__hint {
  font-size: 14px;
}
.page_statii .infobox {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-radius: 14px;
  padding: 16px 18px;
  margin: 14px 0;
  border: 1px solid #eceff3;
  box-shadow: 0 4px 18px rgba(20, 29, 56, .06);
}

.page_statii .infobox::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  left: 0;
  width: 6px;
  border-radius: 14px 0 0 14px;
  background: var(--ibar, #dbeafe);
}
.infobox--tip {
    --ibg: var(--tip-bg);
    --ibar: var(--tip-br);
    --iink: var(--tip-ico);
    --hink: var(--tip-ink);
}

.infobox__icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #fff;
  background: #1d4ed8;
  border: 1px solid
  color-mix(in oklab, #1d4ed8 70%, #fff);
  margin-top: 2px;
}
.infobox__body p{
  margin-bottom: 0px;
}
.infobox__body h3{
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.infobox--note .infobox__icon{
  background: #1d4ed8;
  border: 1px solid color-mix(in oklab, #1d4ed8 70%, #fff);
}

.infobox--tip .infobox__icon{
  background: #0f9d58;
  border: 1px solid color-mix(in oklab, #0f9d58 70%, #fff);
}
.infobox--important .infobox__icon{
  background: #b45309;
  border: 1px solid color-mix(in oklab, #b45309 70%, #fff);
}
.infobox--warn .infobox__icon{
  background: #dc2626;
  border: 1px solid color-mix(in oklab, #dc2626 70%, #fff);
}

.infobox--note{
  background: var(--ibg, #f7fafe);
}
.infobox--tip{
  background: var(--ibg, #f7fafe);
}
.infobox--important{
  background: var(--ibg, #f7fafe);
}
.infobox--warn{
  background: var(--ibg, #f7fafe);
}
    
.infobox--note {
    --ibg: var(--note-bg);
    --ibar: var(--note-br);
    --iink: var(--note-ico);
    --hink: var(--note-ink);
}

.page_statii .infobox--tip {
  --ibg: var(--tip-bg);
  --ibar: var(--tip-br);
  --iink: var(--tip-ico);
  --hink: var(--tip-ink);
}
.infobox--important {
    --ibg: var(--imp-bg);
    --ibar: var(--imp-br);
    --iink: var(--imp-ico);
    --hink: var(--imp-ink);
}

.infobox--warn {
    --ibg: var(--warn-bg);
    --ibar: var(--warn-br);
    --iink: var(--warn-ico);
    --hink: var(--warn-ink);
}

/* где-то выше или глобально */
:root {
    --tip-br: #c8f2d5; /* твой цвет */
    --note-bg: #eef4ff;
    --note-br: #cfe0ff;
    --note-ico: #1d4ed8;
    --note-ink: #0b3aa6;
    --tip-bg: #f1fbf4;
    --tip-br: #c8f2d5;
    --tip-ico: #0f9d58;
    --tip-ink: #0a7c45;
    --imp-bg: #fff9e9;
    --imp-br: #ffe3a3;
    --imp-ico: #b45309;
    --imp-ink: #92400e;
    --warn-bg: #fff2f1;
    --warn-br: #ffc6c2;
    --warn-ico: #dc2626;
    --warn-ink: #991b1b;

      --ldp-brand:#5984d6;
  --ldp-text:#1b2330;
  --ldp-muted:#5f6b7a;
  --ldp-bg:#fff;
  --ldp-border:#e7eaf0;
  --ldp-surface:#f8faff;
  --ldp-radius:10px; 
  --ldp-shadow:0 6px 18px rgba(17,23,35,.06);
}
.news_advatrcge{
  margin-bottom: 2rem;
}



.page_statii .step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  border: 1px solid #eceff3;
  border-radius: 12px;
  padding: 15px;
}
.page_statii .step__text{
  margin-bottom: 0px;
}

.page_statii .step__num {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #f4f6fb;
  font-weight: 700;
}
.page_statii .step__title {
  font-weight: 700;
}
.page_statii .steps {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page_statii .quote__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}
.page_statii .quote {
  position: relative;
  margin: 2em 0;
  padding: 0 0 0 28px;
  border-left: 4px solid #f4f6fb;
}
.page_statii .quote__author .avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.page_statii .quote__author .avatar{
  margin-top: 0px;
}
.page_statii .quote__author-info {
  font-size: 14px;
  line-height: 1.35;
}
.page_statii .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin: 1rem 0;
}
.page_statii .card {
  border: 1px solid #eceff3;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 4px 18px rgba(20, 29, 56, .06);
}
.page_statii .article h3 {
    font-size: clamp(18px, 2.4vw, 22px);
    margin-top: 0.5em;
}

.page_statii .data-table {
  width: 100%;
  border: 1px solid #eceff3;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.page_statii .table-wrap {
    margin: 2em 0;
}
.page_statii .data-table th {
  background: #f4f6fb;
  font-weight: 600;
  color: #333;
}
.page_statii .data-table th, .data-table td {
  padding: 10px 14px;
  text-align: left;
  border-bottom: 1px solid #eceff3;
}
.data-table tbody tr:nth-child(even) {
    background: 
 color-mix(in oklab, #f4f6fb 60%, transparent);
}
.proscons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
.pcard {
  border: 1px solid #eceff3;
  border-radius: 12px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 4px 18px rgba(20, 29, 56, .06);;
}
.pcard--pros .pcard__ico {
  background: #10b981;
}
.pcard--cons .pcard__ico {
  background: #ef4444;
}
.pcard__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.pcard__ico {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
}
.proscons ul{
  margin-bottom: 0px !important;
  padding-bottom: 10px !important;
}
.cta {
  margin: 2rem 0;
  border: 1px solid #eceff3;
  border-radius: 12px;
  background: linear-gradient(180deg, #f7f9ff, transparent);
}
.cta__content {
  padding: 20px;
  display: grid;
  gap: 8px;
}
.cta a{
  color: var(--btn-primary-c) ! IMPORTANT;
  background: var(--btn-primary-bg);
  width: max-content;
  border-radius: 12px;
  text-decoration: none;
  text-transform: none;
  padding: 10px 30px ! IMPORTANT;
}
.cta a:hover{
  color: var(--btn-primary-c-hover);
  background: var(--btn-primary-bg-hover);
}
.page_statii .faq>summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(20, 29, 56, .06);
  font-weight: 600;
}
.page_statii .faq {
  border: none;
  margin: .6em 0;
}
.page_statii .faq__content {
  border: 1px solid #eceff3;
  border-top: none;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 90%);
  box-shadow: 0 4px 18px rgba(20, 29, 56, .06);
  color: #333;
}
.page_statii .faq__icon {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: #111827;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #fff;
}
.page_statii .faq__title {
    flex: 1;
}
.page_statii .faq__toggle {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #111827;
  opacity: .8;
}
.page_statii .faq__toggle::before {
    content: "+";
}
.page_statii .faq[open] > summary .faq__toggle::before {
    content: "–";
}
.page_statii .faq[open] > summary{
  border-radius: 12px 12px 0px 0px;
}
.page_statii .faq__title:hover{
  color: #5984d6;
}



.page_statii .toc[open] .toc__content{
  overflow: hidden;
  max-height: 0;
  transition: max-height .3s ease;
}

.page_statii .toc .toc__content {
  max-height: 1000px !important;
  overflow: inherit !important;
}
#tocCount i{
  margin-left: 5px;
}

.page_statii .toc[open] #tocCount i{ 
  rotate: 180deg;
  transition: .3s ease;
}






.ldp-employee{
  background:var(--ldp-bg);
  border:1px solid var(--ldp-border);
  border-radius:var(--ldp-radius);
  box-shadow:var(--ldp-shadow);
  overflow:hidden;
  position:relative;
}

.ldp-employee__wrap{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:28px;
  padding:28px;
}
@media (max-width:920px){
  .ldp-employee__wrap{ grid-template-columns:1fr; }
}

/* Фото: строго квадрат + кроп */
.ldp-employee__photo{ display:grid; gap:12px; }
.ldp-employee__avatar-box{
  position:relative;
  width:100%;
  padding-top:100%;                  /* квадрат */
  background:var(--ldp-surface);
  border:1px solid var(--ldp-border);
  border-radius:calc(var(--ldp-radius) + 2px);
  overflow:hidden;
}
.ldp-employee__avatar{
  position:absolute; inset:0;
  width:100%; height:100%;
  object-fit:cover; object-position:center;
}
.ldp-employee__badge{
  display:inline-block;
  font-size:14px; font-weight:300;
  color:#fff; background:var(--ldp-brand);
  padding:6px 10px; border-radius:999px;
}

.ldp-employee__title{ margin:0 0 6px; font:700 22px/1.25; color:var(--ldp-text); }
.ldp-employee__role{ margin:0 0 14px; color:var(--ldp-brand); font-weight:600; }
.ldp-employee__desc{ margin:0 0 18px; color:var(--ldp-muted); line-height:1.65; }


.ldp-employee__tags{ display:flex; flex-wrap:wrap; gap:8px; margin:0 0 18px; padding:0; list-style:none; }
.ldp-chip{
  font-size:12px; color:var(--ldp-brand);
  background:#eef3ff; border:1px solid #d8e3ff;
  border-radius:999px; padding:6px 10px;
}


.ldp-employee__contacts{ display:grid; gap:8px; margin:0; }
.ldp-contact{
  display:inline-grid; grid-auto-flow:column; align-items:center; gap:10px;
  color:var(--ldp-text); text-decoration:none;
}
.ldp-contact:hover{ text-decoration:underline; }
.ldp-ico{ inline-size:18px; block-size:18px; fill:currentColor; opacity:.85; }

/* Материалы: только ссылки */
.ldp-employee__materials{ border-top:1px dashed var(--ldp-border); padding:16px 28px 22px; }
.ldp-employee__materials-head{ display:flex; justify-content:space-between; align-items:center; gap:12px; margin-bottom:10px; }
.ldp-employee__materials-title{ margin:0; font:700 18px/1.3 system-ui, -apple-system, "Segoe UI", Roboto, Arial; color:var(--ldp-text); }

.ldp-employee__materials-list{
  margin:0; padding:0; list-style:none;
  display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:8px 18px;
}
@media (max-width:920px){ .ldp-employee__materials-list{ grid-template-columns:1fr; } }
.ldp-employee__materials-list a{
  color:var(--ldp-text); text-decoration:none;
  border-bottom:1px dashed transparent;
}
.ldp-employee__materials-list a:hover{ color:var(--ldp-brand); border-bottom-color:var(--ldp-brand); }


.ldp-employee a:focus-visible{ outline:2px solid var(--ldp-brand); outline-offset:2px; border-radius:6px; }


.theme-dark .ldp-employee__materials-list a{ border-bottom-color:transparent; }
.team-more-link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  color: #5984d6;
  text-decoration: none;
  display: inline-block;
}
.team-more-link:hover {
  text-decoration: underline;
}




@media (min-width:768px){

	#fly-menu{ 
		opacity: 0 !important;
	}
} 

@media (max-width:768px){

  .page_statii .quote__author .avatar a{
    width: 48px !important;
    height: 48px;
  }

  .page_statii .table-wrap{
    overflow: scroll;
  }

  .page_statii .infobox{
    gap: 15px;
  }
  .infobox__icon i{
    padding: 8px;
  }
  .infobox__body h3{
    margin-top: 0px !important;
  }

  .post__deck {
    padding: 10px 0px;
  }
  .page_statii .article{
    padding: 10px;
  }

    #button_send_feedback{
        width: 100%;
    }
    .prmn-cmngr{
        margin-right: 10px;
    } 

   #articles-catalog .mm_vertical {
        background-image: url(/image/catalog/banner-main-page/banner-podbor-mobile.png);
        background-size: 100% 100%;
    }

    .payment-row {
        flex-direction: column;
    }
    .payment-col {
        width: 100%;
    }

    .team-row {
        flex-direction: column;
    }

    .team-card {
        max-width: 100%;
        flex-direction: column;
    }

    .team-photo-placeholder,
    .team-photo-placeholder img {
        width: 140px;
        height: 140px;
        min-width: 140px;
        min-height: 140px;
    }

    .team-card-content {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .vacancy-row {
        flex-direction: column;
    }
    .vacancy-col {
        width: 100%;
    }


    .custom-form-3-btn{
        display: inline-block;
        width: 100%;
    }
    .common-home .mm_vertical{
       background-image: url("/image/catalog/banner-main-page/banner-podbor-mobile.png"); 
       background-size: 100% 100%;
    }
    .common-home .mm_vertical {
        padding: 20px 20px;
    }
    .mm_vertical form{
        gap: 0.5rem;
    }
    .mm_vertical form {
        flex-direction: column;
    }
    .mm_table {
        width: 100%;
    }
    .none_mmfilter {
         width: 100%;
    }
    .header-phones__a_new{
        font-size: 12px !important;
    }
	.fly-menu__product.mobile{
		display: none !important;
	}
	.companies-grid {
        grid-template-columns: 1fr;
    }
    .company-table{
        width: 100%;
        overflow-x: scroll;
    }
}

.ldp-cities {
  margin: 24px 0;
  padding: 20px 22px;
  border-radius: 12px;
  border: 1px solid var(--ldp-border, #e7eaf0);
  background: var(--ldp-bg, #fff);
  box-shadow: var(--ldp-shadow, 0 4px 18px rgba(20, 29, 56, .06));
}

.ldp-cities__title {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
  color: var(--ldp-text, #1b2330);
}

.ldp-cities__intro {
  margin: 0 0 12px;
  color: var(--ldp-muted, #5f6b7a);
}

.ldp-cities__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}

.ldp-cities__item {
  font-size: 14px;
  color: var(--ldp-text, #1b2330);
  position: relative;
}

.ldp-cities__item::after {
  content: "•";
  margin-left: 8px;
  color: #c4cad4;
}

.ldp-cities__item:last-child::after {
  content: "";
  margin: 0;
}

.ldp-cities__link {
  color: #0056b3;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0, 86, 179, .25);
}

.ldp-cities__link:hover {
  color: #5984d6;
  border-bottom-color: #5984d6;
}

.ldp-cities__item--nolink {
  color: #777;
}


.prmn-cmngr-cities .ldp-cities__item{
  margin-bottom: 8px;
}

@media (min-width: 768px) {
    .prmn-cmngr-cities .modal-dialog {
        width: 720px;
    }
  }



/* Мобильная адаптация */
@media (max-width: 768px) {
  .ldp-cities {
    padding: 16px;
  }
  .ldp-cities__title {
    font-size: 18px;
  }
}



/* Стиль для разделителя внутри статьи */
.page_statii hr {
  border: none;
  border-top: 3px dotted #d1d9e6; /* Толстый пунктир, цвет в тон твоим рамкам */
  margin: 3rem 0; /* Отступы сверху и снизу */
  height: 0;
  width: 100%;
  opacity: 0.8;
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
  .page_statii hr {
    margin: 2rem 0;
    border-top-width: 3px;
  }
}


/* =========================================
   1. ТИПОГРАФИКА СТАТЬИ (Заголовки)
   ========================================= */

/* Заголовок H2: Акцентный, но не жирный */
.page_statii .article h2 {
    font-weight: 600 !important; /* Твое требование */
    font-size: 28px;             /* Оптимальный размер для чтения */
    line-height: 1.35;
    color: #1b2330;              /* Темно-синий/черный (под фирменный стиль) */
    margin-top: 40px;            /* Отступ сверху (воздух) */
    margin-bottom: 20px;         /* Отступ снизу */
}

/* Заголовок H3: Тонкий и аккуратный */
.page_statii .article h3 {
    font-weight: 500 !important; /* Твое требование */
    font-size: 22px;
    line-height: 1.4;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* Мобильная адаптация заголовков */
@media (max-width: 768px) {
    .page_statii .article h2 {
        font-size: 24px;
        margin-top: 30px;
    }
    .page_statii .article h3 {
        font-size: 20px;
        margin-top: 25px;
    }
}


/* =========================================
   2. ОДИНОЧНАЯ КАРТИНКА (Не растянутая)
   ========================================= */

/* Контейнер фигуры */
.page_statii .img-single {
    display: block;
    width: 100%;
    margin: 30px 0;      /* Отступы от текста */
    text-align: center;  /* Центрируем картинку внутри */
}

/* Сама картинка */
.page_statii .img-single img {
    width: auto;          /* ОТМЕНЯЕМ растягивание на 100% */
    max-width: 100%;      /* Чтобы не вылезала на мобильных */
    height: auto;         /* Сохраняем пропорции */
    max-height: 400px;    /* Твое требование: ограничение высоты */
    
    display: inline-block; /* Для работы text-align: center у родителя */
    object-fit: contain;   /* Гарантия, что картинка не обрежется */
    
    border-radius: 12px;   /* Скругление */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Легкая тень */
}

/* Подпись под картинкой */
.page_statii .img-single figcaption {
    display: block;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    font-style: italic;
    line-height: 1.4;
}



/* ==========================================================================
   ЛЕНДИНГ СОТРУДНИКА (ГЕНЕРАЛЬНЫЙ ДИРЕКТОР)
   ========================================================================== */

/* ==========================================================================
   ЛЕНДИНГ СОТРУДНИКА (ГЕНЕРАЛЬНЫЙ ДИРЕКТОР)
   CLEAN VERSION (Без внешней рамки)
   ========================================================================== */

.ldp-employee {
  --ldp-brand: #5984d6;         /* Основной синий */
  --ldp-brand-hover: #4362a5;   /* Темно-синий для ховера */
  --ldp-bg-light: #f8faff;      /* Светлый фон */
  --ldp-border: #e7eaf0;        /* Цвет линий */
  --ldp-radius: 12px;
  
  /* УБРАЛИ ОБЕРТКУ (Фон, рамку, тень) */
  background: transparent;
  border: none;
  box-shadow: none;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, sans-serif;
  color: #333;
}

/* --- ВЕРХНЯЯ ЧАСТЬ (СЕТКА) --- */
.ldp-employee__wrap {
  display: grid;
  grid-template-columns: 280px 1fr; /* Левая колонка 280px */
  gap: 32px;
  /* Убрали боковые отступы, чтобы выровнять с заголовком сайта */
  padding: 0 0 32px 0; 
  align-items: start;
}

/* --- ЛЕВАЯ КОЛОНКА --- */
.ldp-employee__aside {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ldp-employee__avatar-box {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: var(--ldp-radius);
  overflow: hidden;
  border: 1px solid #eceff3;
  /* Тень оставили только у фото, чтобы оно выделялось */
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.ldp-employee__avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ldp-employee__badge {
  background: var(--ldp-brand);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 8px 10px;
  border-radius: 8px;
  line-height: 1.35;
}

/* --- КНОПКИ КОНТАКТОВ (ПОД ФОТО) --- */
.ldp-aside-contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 5px;
}
.ldp-contact-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--ldp-brand);
  color: #fff;
  text-decoration: none;
  padding: 10px 5px;
  border-radius: 8px;
  transition: all 0.2s ease;
  border: 1px solid var(--ldp-brand);
}
.ldp-contact-btn:hover {
  background: var(--ldp-brand-hover);
  border-color: var(--ldp-brand-hover);
  color: #fff;
  transform: translateY(-2px);
}
.ldp-btn-ico {
  width: 24px;
  height: 24px;
  fill: currentColor;
  margin-bottom: 4px;
}
.ldp-contact-btn span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

/* --- ПРАВАЯ КОЛОНКА --- */
.ldp-employee__body {
  display: flex;
  flex-direction: column;
}

/* Шапка профиля */
.ldp-profile-header {
  margin-bottom: 20px;
}

/* H2: Должность */
h2.ldp-employee__role {
  font-size: 28px;
  font-weight: 700;
  color: #1b2330;
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 1.2;
}

/* Имя (Мелко, синим) */
.ldp-employee__name {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ldp-brand);
  font-weight: 600;
  margin-bottom: 12px;
}

.ldp-employee__desc {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0;
}

/* Теги */
.ldp-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px dashed var(--ldp-border);
}
.ldp-employee__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.ldp-chip {
  font-size: 13px;
  color: var(--ldp-brand);
  background: #f0f4ff;
  border: 1px solid #dbeafe;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 500;
}

/* Список компетенций */
.ldp-employee__expert {
  counter-reset: expList;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.ldp-employee__expert li {
  position: relative;
  background: #fff;
  border: 1px solid var(--ldp-border);
  border-radius: 8px;
  padding: 10px 15px 10px 45px;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  box-shadow: 0 2px 6px rgba(0,0,0,0.03);
  transition: border-color 0.2s;
}
.ldp-employee__expert li:hover {
  border-color: #ccdcfc;
}
.ldp-employee__expert li::before {
  counter-increment: expList;
  content: counter(expList);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: var(--ldp-brand);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

/* --- БЛОК "ОБ АВТОРЕ" --- */
.ldp-employee__about {
  border-top: 1px solid var(--ldp-border); /* Линия сверху есть */
  /* Убрали боковые отступы */
  padding: 32px 0;
}
/* H2 */
.ldp-employee__about h2 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
  color: #1b2330;
}
.ldp-text-content p {
  margin-bottom: 16px;
  line-height: 1.7;
  font-size: 16px;
}
.ldp-quote-box {
  background: #f4f9ff;
  border-left: 4px solid var(--ldp-brand);
  padding: 18px 24px;
  margin: 24px 0;
  font-style: italic;
  font-size: 16px;
  color: #444;
  border-radius: 0 10px 10px 0;
}
.ldp-employee__sign {
  margin-top: 20px;
  color: #555;
  font-size: 15px;
}

/* Второе фото */
.ldp-photo-wrapper {
  margin: 35px auto 0;
  max-width: 700px; 
  width: 100%;
  border-radius: var(--ldp-radius);
  overflow: hidden;
  border: 1px solid var(--ldp-border);
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.ldp-photo-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.ldp-photo-caption {
  background: #fafbfc;
  padding: 12px;
  text-align: center;
  font-size: 13px;
  color: #777;
  border-top: 1px solid var(--ldp-border);
}

/* --- МАТЕРИАЛЫ ЭКСПЕРТА --- */
.ldp-employee__materials {
  border-top: 1px solid var(--ldp-border);
  /* Убрали боковые отступы и серый фон */
  padding: 32px 0;
  background: transparent;
}
/* H2 */
.ldp-employee__materials h2.ldp-materials-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #333;
}
.ldp-materials-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.ldp-materials-list li a {
  display: block;
  background: #fff;
  border: 1px solid var(--ldp-border);
  padding: 12px 18px;
  border-radius: 8px;
  color: var(--ldp-brand);
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.ldp-materials-list li a:hover {
  background: var(--ldp-brand);
  color: #fff;
  border-color: var(--ldp-brand);
  padding-left: 24px;
}
/* H3 внутри ссылки */
.ldp-materials-list li a h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: inherit; 
    line-height: 1.4;
}

/* --- АДАПТИВ (MOBILE) --- */
@media (max-width: 900px) {
  .ldp-employee__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 0 20px 0;
  }
  .ldp-employee__avatar-box {
    max-width: 280px;
    margin: 0 auto;
  }
  .ldp-employee__badge {
    display: table;
    margin: 0 auto;
  }
  .ldp-aside-contacts {
    max-width: 280px;
    margin: 10px auto 0;
  }
  .ldp-profile-header {
    text-align: center;
  }
  .ldp-meta-row {
    justify-content: center;
  }
  .ldp-employee__expert li {
    text-align: left;
  }
  .ldp-employee__about, 
  .ldp-employee__materials {
    padding: 20px 0;
  }
  .ldp-photo-wrapper {
    max-width: 100%;
  }
}

/* 1. Ряд должен быть flex-контейнером (только внутри блока с карточками) */
.cases-grid .row {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* 2. САМОЕ ВАЖНОЕ: Делаем саму колонку flex-контейнером.
   Это заставит вложенный div (.info-card) растянуться на всю высоту колонки. */
.cases-grid .row > [class*='col-'] {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 30px !important; /* Твой отступ снизу */
}

/* 3. Карточка теперь обязана занять 100% высоты колонки */
.info-card {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    /* Твои декоративные стили */
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

/* 4. Картинка не сжимается */
.info-card__img-box {
    height: 180px !important;
    flex-shrink: 0 !important;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

/* 5. Тело карточки занимает всё оставшееся место */
.info-card__body-wrap {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 20px;
    height: auto !important; /* Сбрасываем любые старые фиксации */
}

/* 6. Текст толкает кнопку вниз */
.info-content {
    flex-grow: 1 !important;
    margin-bottom: 20px;
}

/* 7. Кнопка прижата к низу */
.info-footer {
    margin-top: auto !important;
}

/* ===== ОТРАСЛЕВЫЕ РЕШЕНИЯ: сетка карточек ===== */
.industry-block .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: -12px;
    margin-right: -12px;
}
.industry-block .row > [class*='col-'] {
    display: flex !important;
    flex-direction: column !important;
    padding: 0 12px;
    margin-bottom: 24px !important;
    width: 33.333% !important;
    max-width: 33.333% !important;
    flex: 0 0 33.333% !important;
}

.info-card--industry {
    height: 100% !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff;
    border: 1px solid #e7eaf0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease;
    margin-bottom: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
}
.info-card--industry:hover {
    box-shadow: 0 12px 32px rgba(89,132,214,.16);
    border-color: #5984d6;
    transform: translateY(-3px);
}
.info-card--industry .info-card__img-box {
    height: 120px !important;
    flex-shrink: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f7fc;
    border-bottom: 1px solid #eaeef5;
}
.info-card--industry .info-card__img-box i {
    font-size: 2.8rem;
    color: #0d5c91;
    transition: transform .25s ease;
}
.info-card--industry:hover .info-card__img-box i {
    transform: scale(1.1);
}
.info-card--industry .info-card__body-wrap {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 16px 18px 18px;
}
.info-card--industry .info-content {
    flex-grow: 1 !important;
    margin-bottom: 14px;
}
.info-card--industry .info-title {
    font-size: 16px;
    font-weight: 600;
    color: #1b2330;
    margin-bottom: 6px;
    line-height: 1.35;
}
.info-card--industry .info-text {
    font-size: 13px;
    color: #5f6b7a;
    line-height: 1.55;
    margin-bottom: 0;
}
.info-card--industry .info-footer {
    margin-top: auto !important;
    padding: 0;
}
.info-card--industry .info-footer .btn_prezent {
    font-size: 13px;
    padding: 8px 18px;
}

/* Tablet: 2 в ряд */
@media (max-width: 991px) {
    .industry-block .row > [class*='col-'] {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;
    }
}
/* Mobile: 1 в ряд */
@media (max-width: 575px) {
    .industry-block .row > [class*='col-'] {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
    .info-card--industry .info-card__img-box { height: 90px !important; }
    .info-card--industry .info-card__img-box i { font-size: 2.2rem; }
    .info-card--industry .info-title { font-size: 15px; }
    .info-card--industry .info-text { font-size: 12.5px; }
}

/* ===== CTA-блок для статей отраслей ===== */
.cta--otrasli {
    margin: 3rem 0;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%);
    border: 2px solid #5984d6;
    border-radius: 16px;
    padding: 36px 32px;
    text-align: center;
}
.cta--otrasli h3 {
    font-size: 22px;
    font-weight: 700;
    color: #1b2330;
    margin-bottom: 10px;
}
.cta--otrasli p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.cta--otrasli .cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.cta--otrasli .cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    cursor: pointer;
    transition: background .2s, transform .2s, box-shadow .2s;
}
.cta--otrasli .cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(89,132,214,.25);
}
.cta--otrasli .cta-btn--primary {
    background: #5984d6;
    color: #fff !important;
}
.cta--otrasli .cta-btn--primary:hover {
    background: #4362a5;
}
.cta--otrasli .cta-btn--outline {
    background: #fff;
    color: #5984d6 !important;
    border: 2px solid #5984d6;
}
.cta--otrasli .cta-btn--outline:hover {
    background: #5984d6;
    color: #fff !important;
}

/* ===== FAQ для отраслей: плавное раскрытие ===== */
.page_statii .faq__content {
    overflow: hidden;
    max-height: 0;
    padding: 0 16px;
    transition: max-height .4s ease, padding .3s ease;
}
.page_statii .faq[open] > .faq__content {
    max-height: 600px;
    padding: 14px 16px 18px;
}
.page_statii .faq__toggle {
    transition: transform .3s ease;
}
.page_statii .faq[open] > summary .faq__toggle {
    transform: rotate(45deg);
}
.page_statii .faq > summary {
    border: 1px solid #e7eaf0;
    border-radius: 12px;
    padding: 14px 16px;
    background: #fafbfd;
    transition: background .2s, border-color .2s;
}
.page_statii .faq > summary:hover {
    background: #f0f4ff;
    border-color: #5984d6;
}
.page_statii .faq[open] > summary {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #f0f4ff;
    border-color: #5984d6;
}

/* ===== Плашка «В разработке» ===== */
.wip-banner {
    max-width: 800px;
    margin: 30px auto;
    padding: 40px 30px;
    background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%);
    border: 2px solid #5984d6;
    border-radius: 16px;
    text-align: center;
}
.wip-banner__icon { font-size: 48px; margin-bottom: 16px; }
.wip-banner h2 { color: #333; font-size: 22px; margin-bottom: 12px; }
.wip-banner p { color: #555; font-size: 16px; line-height: 1.6; margin-bottom: 24px; }
.wip-banner__badge {
    background: #5984d6;
    color: #fff;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
}
.wip-banner__phone { color: #888; font-size: 14px; margin-top: 20px; }
.wip-banner__phone strong { color: #333; }

/* ===== Mobile CTA + WIP ===== */
@media (max-width: 767px) {
    .cta--otrasli { padding: 24px 16px; }
    .cta--otrasli h3 { font-size: 19px; }
    .cta--otrasli .cta-buttons { flex-direction: column; align-items: center; }
    .cta--otrasli .cta-btn { width: 100%; justify-content: center; max-width: 320px; }
    .wip-banner { padding: 28px 16px; }
    .wip-banner h2 { font-size: 19px; }
}