.search-section-title {
    margin: 24px 0 12px;
    font-weight: 700;
}

.search-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(240px, 1fr));
    gap: 16px;
}

.search-card {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff;
}

.search-card__title {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.3;
}

.search-card__meta {
    color: #6b6b6b;
    font-size: 12px;
    margin-bottom: 8px;
}

.search-card__intro {
    color: #333;
    font-size: 13px;
    line-height: 1.4;
}

@media (max-width: 992px) {
    .search-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .search-grid {
        grid-template-columns: 1fr;
    }
}
.com-search-form .search-bar {
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    flex-wrap: nowrap !important;
}

.com-search-form .search-bar input.inputbox[type="text"] {
    min-width: 0 !important;
    width: 100% !important;
    flex: 1 1 auto !important;

    height: 44px !important;
    padding: 8px 12px !important;

    border: 1px solid #bbb !important;
    border-radius: 6px !important;
}

.com-search-form select.inputbox {
    height: 44px !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
}

.com-search-form button.btn {
    height: 44px !important;
    padding: 0 25px !important;
    white-space: nowrap;
}

#sp-bottom-wrapper {
    margin-top: 20px !important;
}

.contact-modal.premium {
    max-width: 780px;
    padding: 40px;
    margin: 0 auto;
}

.contact-title {
    font-size: 34px;
    font-weight: 700;
    color: #7a1f1f;
    margin-bottom: 35px;
}

.contact-actions {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-btn {
    padding: 18px 25px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    transition: 0.25s ease;
    border: 1.5px solid #d2b1b1;
}

.contact-btn.primary {
    background: #000;
    color: #fff;
    box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}
.contact-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(0,0,0,0.25);
}

.contact-btn.light {
    background: #fff5f4;
    color: #7a1f1f;
    box-shadow: 0 6px 12px rgba(122, 20, 20, 0.08);
}
.contact-btn.light:hover {
    background: #ffe8e6;
}

.contact-btn.dark-premium {
    background: #7a1f1f;
    color: #fff;
    box-shadow: 0 10px 25px rgba(122, 20, 20, 0.25);
}
.contact-btn.dark-premium:hover {
    background: #5d1414;
    transform: translateY(-2px);
}

.contact-subtitle {
    font-size: 26px;
    margin: 35px 0 18px;
    font-weight: 700;
    color: #333;
}

.contact-chips,
.address-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
    width: 100%;
    box-sizing: border-box;
}

.address-chips {
    margin-top: 10px;
}

.chip,
.address-chip {
    padding: 14px 22px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 17px;

    display: flex;
    align-items: center;
    gap: 10px;

    border: 1.5px solid #b88a8a;
    color: #5a2121;
    background: #ffffff;

    box-shadow:
            0 5px 15px rgba(0,0,0,0.07),
            inset 0 2px 4px rgba(255,255,255,0.6);

    transition: 0.25s ease;
}

.chip:hover,
.address-chip:hover {
    background: #fff3f2;
    border-color: #7a1f1f;
}

@media (max-width: 600px) {
    .contact-chips,
    .address-chips {
        grid-template-columns: 1fr;
    }
}

.submit-button {
    position: relative;
    z-index: 9999 !important;
}
.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 48px;
    text-align: center;
}

.principle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.principle .icon {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.principle img {
    max-height: 80px;
    width: auto;
}

.principle h3 {
    margin: 10px 0 6px;
    line-height: 1.2;
}

.principle p {
    margin: 0;
    line-height: 1.5;
}

/* Убираем дефолтные большие отступы у заголовков и абзацев */
.principle h3 {
    margin: 10px 0 6px !important;
    line-height: 1.2 !important;
}

.principle p {
    margin: 0 !important;
    line-height: 1.5 !important;
}

/* Контейнер иконки: чтобы не было лишней "воздушности" */
.principle .icon {
    height: 80px;
    margin: 0 0 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* На всякий случай */
.principle img {
    display: block;
    margin: 0 auto;

}
.principles {
    width: 100%;                 /* РАСТЯГИВАЕМ НА ВСЮ ТАБЛИЦУ */
    display: grid;
    grid-template-columns: repeat(4, 1fr);  /* 4 равные колонки */
    gap: 0;                      /* без внутренних отступов */
    margin-top: 10px;
    text-align: center;
}
.principle {
    width: 100%;          /* каждый элемент = ширина колонки */
    padding: 0 10px;      /* аккуратные боковые отступы */
    box-sizing: border-box;
}
.integrity-block{
    width:100%;
    font-family: Arial, Helvetica, sans-serif;
    color:#0b0b0b;
}

.ib-title{
    margin:0 0 10px 0;
    font-size:18px;
    line-height:1.1;
    font-weight:800;
    color:#0b2a3b; /* тёмно-синий как на макете */
}

.ib-subtitle{
    margin:0 0 26px 0;
    font-size:12px;
    line-height:1.35;
    font-weight:700;
}

.ib-grid{
    display:grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap:40px;
    align-items:start;
}

.ib-list{
    display:flex;
    flex-direction:column;
    gap:34px;
}

.ib-item{
    display:flex;
    gap:18px;
    align-items:flex-start;
}

/* фиксируем зону под иконку, чтобы всё было ровно */
.ib-icon{
    width:90px;
    min-width:90px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.ib-icon img{
    max-width:90px;
    max-height:90px;
    width:auto;
    height:auto;
    display:block;
}

.ib-text{
    font-size:16px;
    line-height:1.35;
    max-width:520px;
}

/* фото */
.ib-photo img{
    width:100%;
    height:auto;
    display:block;
}

/* нижняя линия */
.ib-line{
    margin-top:26px;
    height:2px;
    background:#111;
    width:100%;
}

/* адаптив */
@media (max-width: 900px){
    .ib-grid{ grid-template-columns:1fr; }
    .ib-text{ max-width:none; }
    .ib-title{ font-size:34px; }
}
.transparency{
    width:100%;
    font-family: Arial, Helvetica, sans-serif;
    color:#0b0b0b;
}

.tr-title{
    margin:0 0 18px 0;
    font-size:22px;
    line-height:1.1;
    font-weight:800;
    color:#0b2a3b;
}

.tr-title--mt{
    margin-top:40px;
}

.tr-top{
    display:grid;
    grid-template-columns: 0.55fr 1.45fr;
    gap:36px;
    align-items:start;
}

/* phone */
.tr-phone img{
    width:75%;
    max-width:185px;
    height:auto;
    display:block;
}

/* points */
.tr-points{
    display:flex;
    flex-direction:column;
    gap:35px;
    font-size:15px;
    line-height:1.50;
}

.tr-point b{ font-weight:800; }

/* линия */
.tr-line{
    margin:28px 0 0;
    height:2px;
    background:#111;
    width:45%;
}

.tr-line--bottom{
    margin-top:30px;
    width:100%;
}

/* subtitle */
.tr-subtitle{
    margin:0 0 22px 0;
    font-size:22px;
    font-weight:700;
}

/* cards */
.tr-cards{
    display:grid;
    grid-template-columns: repeat(3, 1fr);
    gap:34px;
}

.tr-card{
    background:#efefef;
    padding:26px 22px;
    min-height:230px;
    box-sizing:border-box;
}

.tr-card__icon{
    height:64px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    margin-bottom:14px;
}

.tr-card__icon img{
    max-height:64px;
    width:auto;
    height:auto;
    display:block;
}

.tr-card__title{
    font-size:22px;
    font-weight:800;
    color:#0b2a3b;
    margin-bottom:10px;
}

.tr-card__text{
    font-size:15px;
    line-height:1.35;
    color:#1b1b1b;
}

/* адаптив */
@media (max-width: 900px){
    .tr-top{ grid-template-columns:1fr; }
    .tr-line{ width:100%; }
    .tr-cards{ grid-template-columns:1fr; }
    .tr-title{ font-size:22px; }
    .tr-points{ font-size:15px; }
}
.contact-block{
    width:100%;
    font-family: Arial, Helvetica, sans-serif;
    color:#0b0b0b;
}

/* верхняя тонкая линия */
.cb-topline{
    height:2px;
    background:#111;
    width:70%;
    margin: 0 0 18px auto; /* справа как на макете */
}

/* заголовок */
.cb-title{
    margin:0 0 18px 0;
    font-size:22px;
    line-height:1.1;
    font-weight:800;
    color:#0b2a3b;
}

/* подписи колонок */
.cb-head{
    display:grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 10px 0;
}

.cb-head__col{
    text-align:center;
    font-size:22px;
    font-weight:800;
    color:#777;
}

/* серый блок */
.cb-panel{
    background:#efefef;
    padding:24px;
    display:grid;
    grid-template-columns: 1fr 1px 1fr;
    gap:24px;
    align-items:start;
}

.cb-divider{
    background:#222;
    width:1px;
    height:100%;
}

/* левая часть */
.cb-left__title{
    font-size:18px;
    font-weight:800;
    color:#0b2a3b;
    text-align:center;
    margin-bottom:18px;
}

.cb-card{
    background:#f7f7f7;
    border:2px solid #0b2a3b;
    border-radius:14px;
    padding:18px;
    display:flex;
    gap:18px;
    align-items:center;
}

.cb-card__icon{
    width:90px;
    min-width:90px;
    height:90px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.cb-card__icon img{
    max-width:90px;
    max-height:90px;
    width:auto;
    height:auto;
    display:block;
}

.cb-card__small{
    font-size:20px;
    color:#0b2a3b;
    margin-bottom:6px;
}

.cb-card__big{
    font-size:56px;
    font-weight:900;
    color:#0b2a3b;
    line-height:1;
    margin-bottom:8px;
}

.cb-card__small2{
    font-size:16px;
    line-height:1.25;
    color:#0b2a3b;
}

/* правая часть */
.cb-right{
    display:flex;
    flex-direction:column;
    gap:18px;
    padding-top:6px;
}

.cb-item{
    display:flex;
    gap:14px;
    align-items:flex-start;
}

.cb-ico{
    width:44px;
    min-width:44px;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.cb-ico img{
    max-width:44px;
    max-height:44px;
    width:auto;
    height:auto;
    display:block;
}

.cb-txt{
    font-size:18px;
    line-height:1.35;
    color:#1b1b1b;
}

.cb-txt b{
    font-weight:800;
    color:#0b2a3b;
}

/* красный баннер */
.cb-banner{
    margin-top:15px;
    background: linear-gradient(90deg, #b50000, #ff0000);
    color:#fff;
    text-align:center;
    padding:34px 16px;
}

.cb-banner__big{
    font-size:40px;
    font-weight:900;
    line-height:1.1;
    margin-bottom:12px;
}

.cb-banner__small{
    font-size:28px;
    font-weight:800;
    line-height:1.15;
}

/* адаптив */
@media (max-width: 900px){
    .cb-panel{
        grid-template-columns: 1fr;
    }
    .cb-divider{ display:none; }
    .cb-head{
        grid-template-columns:1fr;
        gap:8px;
    }
    .cb-title{ font-size:22px; }
    .cb-banner__big{ font-size:28px; }
    .cb-banner__small{ font-size:20px; }
}