/* AutoDiamond public content pages v6.67 */
.ad-page-v667 {
    padding: 28px 0 54px;
    color: #252a30;
}

.ad-page-v667 * { box-sizing: border-box; }

.ad-hero-v667 {
    position: relative;
    overflow: hidden;
    border: 1px solid #e1e5e9;
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff 0%, #fff6ee 100%);
    padding: 34px;
    margin-bottom: 24px;
}

.ad-hero-v667:after {
    content: "";
    position: absolute;
    right: -70px;
    top: -90px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: rgba(255, 107, 0, 0.08);
}

.ad-kicker-v667 {
    display: block;
    margin-bottom: 8px;
    color: #f36b0a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.ad-hero-v667 h1,
.ad-page-v667 h2,
.ad-page-v667 h3 { color: #22272d; }

.ad-hero-v667 h1 {
    position: relative;
    z-index: 1;
    max-width: 920px;
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.12;
}

.ad-hero-v667 p {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0;
    color: #656c74;
    font-size: 17px;
    line-height: 1.55;
}

.ad-actions-v667 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.ad-btn-v667,
button.ad-btn-v667 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 9px;
    background: #ff6b00;
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
}

.ad-btn-v667.secondary {
    border: 1px solid #d6dbe0;
    background: #fff;
    color: #2b3036;
}

.ad-btn-v667.dark { background: #252a30; }

.ad-section-v667 {
    margin-top: 24px;
    padding: 28px;
    border: 1px solid #e1e5e9;
    border-radius: 16px;
    background: #fff;
}

.ad-section-v667 > h2 {
    margin: 0 0 8px;
    font-size: 27px;
    line-height: 1.2;
}

.ad-section-lead-v667 {
    margin: 0 0 20px;
    color: #727980;
    line-height: 1.55;
}

.ad-grid-v667 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ad-card-v667 {
    padding: 18px;
    border: 1px solid #e4e7ea;
    border-radius: 13px;
    background: #fafbfc;
}

.ad-card-v667 h3 {
    margin: 0 0 7px;
    font-size: 17px;
    line-height: 1.28;
}

.ad-card-v667 p {
    margin: 0;
    color: #6c737b;
    line-height: 1.5;
}

.ad-card-icon-v667 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    border-radius: 10px;
    background: #fff0e4;
    color: #ff6b00;
    font-size: 20px;
    font-weight: 900;
}

.ad-highlight-v667 {
    border-left: 4px solid #ff6b00;
    padding: 15px 17px;
    margin: 18px 0;
    background: #fff7f0;
    color: #40464d;
    line-height: 1.5;
}

.ad-route-table-v667 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #e0e4e8;
    border-radius: 12px;
}

.ad-route-table-v667 th,
.ad-route-table-v667 td {
    padding: 12px 14px;
    border-bottom: 1px solid #e8ebee;
    text-align: left;
    vertical-align: top;
}

.ad-route-table-v667 th {
    background: #f6f7f8;
    color: #555d65;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.ad-route-table-v667 tr:last-child td { border-bottom: 0; }
.ad-free-v667 { color: #11813b; font-weight: 850; }

.delivery-method-v667 {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    padding: 20px 0;
    border-top: 1px solid #eceff1;
}

.delivery-method-v667:first-of-type { border-top: 0; }
.delivery-number-v667 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #ff6b00;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}
.delivery-method-v667 h3 { margin: 1px 0 7px; font-size: 20px; }
.delivery-method-v667 p { margin: 6px 0; color: #616970; line-height: 1.55; }
.delivery-method-v667 ul { margin: 8px 0 0; padding-left: 20px; color: #616970; line-height: 1.55; }

.calc-shell-v667 {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 18px;
    align-items: start;
}

.calc-form-v667 {
    padding: 20px;
    border-radius: 13px;
    background: #f7f8f9;
}

.calc-row-v667 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}

.calc-row-v667.cols4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.calc-field-v667 { display: block; }
.calc-field-v667 > span {
    display: block;
    margin-bottom: 5px;
    color: #5d646b;
    font-size: 12px;
    font-weight: 800;
}

.calc-field-v667 input,
.calc-field-v667 select,
.service-form-v667 input,
.service-form-v667 select,
.service-form-v667 textarea {
    width: 100%;
    min-height: 43px;
    padding: 9px 11px;
    border: 1px solid #cfd5da;
    border-radius: 8px;
    background: #fff;
    color: #282d33;
    font: inherit;
    font-size: 14px;
}

.service-form-v667 textarea { min-height: 94px; resize: vertical; }

.calc-result-v667 {
    min-height: 178px;
    padding: 20px;
    border: 1px solid #e0e4e7;
    border-radius: 13px;
    background: #fff;
}

.calc-result-v667 .price {
    margin: 8px 0;
    color: #252a30;
    font-size: 31px;
    font-weight: 900;
}
.calc-result-v667 .muted { color: #737b83; line-height: 1.5; }
.calc-result-v667 .error { color: #a2261b; line-height: 1.5; }
.calc-breakdown-v667 { margin-top: 12px; padding-top: 10px; border-top: 1px solid #eceff1; }
.calc-breakdown-v667 div { display: flex; justify-content: space-between; gap: 12px; padding: 4px 0; }

.delivery-integrations-v667 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}
.delivery-integration-v667 {
    padding: 17px;
    border: 1px solid #e1e5e8;
    border-radius: 12px;
}
.delivery-integration-v667 h3 { margin: 0 0 7px; }
.delivery-integration-v667 p { margin: 6px 0; color: #6b737b; line-height: 1.45; }
.integration-state-v667 {
    display: inline-block;
    margin-top: 8px;
    padding: 5px 8px;
    border-radius: 999px;
    background: #f1f3f5;
    color: #626970;
    font-size: 11px;
    font-weight: 850;
}
.integration-state-v667.ready { background: #eaf8ef; color: #18753a; }
.integration-state-v667.need-key { background: #fff4e8; color: #9b5200; }

.baikal-frame-wrap-v667 {
    margin-top: 16px;
    border: 1px solid #e1e5e8;
    border-radius: 13px;
    overflow: hidden;
    background: #fff;
}
.baikal-frame-v667 { display: block; width: 100%; min-height: 560px; border: 0; }

.service-facts-v667 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}
.service-fact-v667 {
    padding: 17px;
    border-radius: 12px;
    background: #252a30;
    color: #fff;
}
.service-fact-v667 b { display: block; margin-bottom: 4px; font-size: 18px; }
.service-fact-v667 span { color: #d4d7da; font-size: 13px; line-height: 1.4; }

.service-list-v667 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}
.service-list-v667 li {
    position: relative;
    padding: 12px 12px 12px 38px;
    border: 1px solid #e5e8eb;
    border-radius: 10px;
    color: #4f565e;
}
.service-list-v667 li:before {
    content: "✓";
    position: absolute;
    left: 13px;
    top: 11px;
    color: #ff6b00;
    font-weight: 900;
}

.service-copy-v667 { color: #555d64; line-height: 1.7; }
.service-copy-v667 p { margin: 0 0 14px; }

.review-head-v667 {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-end;
    margin-bottom: 16px;
}
.yandex-rating-v667 { text-align: right; }
.yandex-rating-v667 b { display: block; font-size: 24px; color: #22272d; }
.yandex-rating-v667 span { color: #777e85; font-size: 12px; }
.review-grid-v667 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.review-card-v667 { padding: 17px; border: 1px solid #e3e6e9; border-radius: 12px; background: #fafbfc; }
.review-card-v667 blockquote { margin: 0 0 11px; color: #32383e; font-size: 16px; line-height: 1.45; }
.review-card-v667 small { color: #7b8289; }

.service-form-layout-v667 {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 24px;
    align-items: start;
}
.service-form-copy-v667 p { color: #656d74; line-height: 1.55; }
.service-contact-box-v667 { margin-top: 18px; padding: 16px; border-radius: 12px; background: #fff5ec; }
.service-contact-box-v667 b { display: block; margin-bottom: 4px; }
.service-form-v667 { padding: 20px; border-radius: 13px; background: #f7f8f9; }
.service-form-grid-v667 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.service-form-grid-v667 .wide { grid-column: 1 / -1; }
.service-form-v667 label > span { display: block; margin-bottom: 5px; color: #596168; font-size: 12px; font-weight: 800; }
.service-consent-v667 { display: flex !important; gap: 8px; align-items: flex-start; margin: 12px 0; color: #687078; font-size: 12px; line-height: 1.4; }
.service-consent-v667 input { width: auto; min-height: 0; margin-top: 2px; }
.service-form-result-v667 { margin-top: 12px; padding: 12px; border-radius: 9px; background: #eaf8ef; color: #176e38; line-height: 1.45; }
.service-form-error-v667 { margin-top: 12px; padding: 12px; border-radius: 9px; background: #fff0ee; color: #9c2a20; line-height: 1.45; }
.ad-hidden-v667 { display: none !important; }

.staff-service-table-v667 { width: 100%; border-collapse: collapse; margin-top: 18px; }
.staff-service-table-v667 th,
.staff-service-table-v667 td { padding: 10px 8px; border-bottom: 1px solid #e4e7e9; text-align: left; vertical-align: top; }
.staff-service-table-v667 th { color: #676e75; font-size: 12px; }
.staff-service-table-v667 small { display: block; color: #777e85; margin-top: 3px; }
.staff-service-bot-ok-v667 { color: #17743a; font-weight: 800; }
.staff-service-bot-error-v667 { color: #a12e23; font-weight: 800; }

.ad-footer-v667 { margin-top: 28px; padding: 22px 0; border-top: 1px solid #e2e5e8; color: #737a81; font-size: 13px; }
.ad-footer-v667 a { color: #535b62; margin-right: 14px; }

@media (max-width: 900px) {
    .ad-page-v667 { padding: 14px 0 34px; }
    .ad-hero-v667 { padding: 22px 18px; border-radius: 13px; }
    .ad-hero-v667 h1 { font-size: 29px; }
    .ad-hero-v667 p { font-size: 15px; }
    .ad-section-v667 { padding: 20px 16px; border-radius: 13px; }
    .ad-section-v667 > h2 { font-size: 23px; }
    .ad-grid-v667,
    .delivery-integrations-v667,
    .service-facts-v667,
    .review-grid-v667,
    .service-list-v667,
    .service-form-layout-v667,
    .calc-shell-v667 { grid-template-columns: 1fr; }
    .service-facts-v667 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .calc-row-v667,
    .calc-row-v667.cols4,
    .service-form-grid-v667 { grid-template-columns: 1fr; }
    .service-form-grid-v667 .wide { grid-column: auto; }
    .ad-route-table-wrap-v667 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .ad-route-table-v667 { min-width: 670px; }
    .delivery-method-v667 { grid-template-columns: 42px minmax(0, 1fr); gap: 10px; }
    .delivery-number-v667 { width: 38px; height: 38px; border-radius: 10px; font-size: 15px; }
    .review-head-v667 { align-items: flex-start; }
    .baikal-frame-v667 { min-height: 610px; }
    .staff-service-table-wrap-v667 { overflow-x: auto; }
    .staff-service-table-v667 { min-width: 820px; }
}

@media (max-width: 520px) {
    .service-facts-v667 { grid-template-columns: 1fr; }
    .ad-actions-v667 .ad-btn-v667 { width: 100%; }
    .review-head-v667 { display: block; }
    .yandex-rating-v667 { margin-top: 10px; text-align: left; }
}
