

/* Start:/bitrix/templates/floor/css/wholesale.css?177616497111020*/
/* ============================================================
   Страница /wholesale/ — Строительным компаниям
   Использует переменные и классы шаблона floor (template_styles.css)
   ============================================================ */

/* ---- Hero ---- */
.ws-hero {
    background: linear-gradient(100deg, #f4f6f9 0%, #eaf0f7 100%);
    border-bottom: 3px solid #fc8507;
    padding: 52px 0 44px;
}
.ws-hero h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 14px;
    line-height: 1.25;
}
.ws-hero h1 em {
    font-style: normal;
    color: #fc8507;
}
.ws-hero-lead {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.65;
    margin-bottom: 10px;
    max-width: 640px;
}
.ws-hero-offer {
    font-size: .95rem;
    color: #333;
    font-weight: 600;
    background: #fff7ee;
    border-left: 3px solid #fc8507;
    padding: 10px 16px;
    border-radius: 0 4px 4px 0;
    margin: 18px 0 28px;
    max-width: 560px;
}
.ws-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}
.ws-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 22px;
    color: #222;
    background: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    font-size: .95rem;
    font-weight: 600;
    text-decoration: none;
    transition: border-color .2s;
}
.ws-btn-outline:hover {
    border-color: #fc8507;
    color: #fc8507;
    text-decoration: none;
}
.ws-hero-stats {
    display: flex;
    gap: 32px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid #dde4ec;
    flex-wrap: wrap;
}
.ws-stat-num {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fc8507;
    line-height: 1;
}
.ws-stat-text {
    font-size: .78rem;
    color: #888;
    margin-top: 4px;
    line-height: 1.3;
}

/* ---- Разделитель секций ---- */
.ws-section {
    padding: 48px 0 40px;
}
.ws-section--bg {
    background: #f4f6f9;
}
.ws-section-title {
    font-size: 1.55rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
    text-align: center;
}
.ws-section-sub {
    text-align: center;
    color: #888;
    margin-bottom: 32px;
    font-size: .93rem;
}

/* ---- УТП-карточки ---- */
.ws-utp-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.ws-utp-card {
    background: #fff;
    border: 1px solid #e4eaf0;
    border-radius: 8px;
    padding: 24px 18px 20px;
    text-align: center;
    transition: box-shadow .2s, border-color .2s;
}
.ws-utp-card:hover {
    border-color: #fc8507;
    box-shadow: 0 4px 18px rgba(252,133,7,.12);
}
.ws-utp-icon {
    font-size: 1.8rem;
    color: #fc8507;
    margin-bottom: 12px;
}
.ws-utp-card h3 {
    font-size: .95rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
}
.ws-utp-card p {
    font-size: .84rem;
    color: #666;
    margin: 0;
    line-height: 1.55;
}

/* ---- Ассортимент ---- */
.ws-products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.ws-product-card {
    border: 1px solid #e4eaf0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow .2s;
}
.ws-product-card:hover {
    box-shadow: 0 4px 18px rgba(0,0,0,.09);
}
.ws-product-head {
    padding: 16px 18px 12px;
    background: #f4f6f9;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e4eaf0;
}
.ws-product-head i {
    font-size: 1.3rem;
    color: #fc8507;
}
.ws-product-head h3 {
    font-size: .95rem;
    font-weight: 700;
    color: #222;
    margin: 0;
}
.ws-product-body {
    padding: 14px 18px 18px;
}
.ws-product-body ul {
    margin: 0 0 12px;
    padding-left: 16px;
}
.ws-product-body ul li {
    font-size: .84rem;
    color: #555;
    line-height: 1.85;
}
.ws-product-tag {
    display: inline-block;
    padding: 2px 9px;
    background: #fff7ee;
    color: #e65c00;
    border-radius: 10px;
    font-size: .75rem;
    font-weight: 700;
    margin: 0 3px 4px 0;
}
.ws-product-cta {
    display: inline-block;
    margin-top: 10px;
    font-size: .83rem;
    color: #1a6cb8;
    font-weight: 600;
    text-decoration: none;
}
.ws-product-cta:hover {
    color: #fc8507;
    text-decoration: none;
}

/* ---- Сегменты ---- */
.ws-seg-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}
.ws-seg-card {
    background: #fff;
    border: 1px solid #e4eaf0;
    border-left: 4px solid #fc8507;
    border-radius: 8px;
    padding: 28px 26px;
}
.ws-seg-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 14px;
}
.ws-seg-card ul {
    padding-left: 18px;
    margin: 0 0 20px;
}
.ws-seg-card ul li {
    font-size: .87rem;
    color: #444;
    line-height: 1.85;
}

/* ---- Как работаем ---- */
.ws-how-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.ws-how-step {
    text-align: center;
    padding: 24px 20px;
    position: relative;
}
.ws-how-step:not(:last-child)::after {
    content: '›';
    position: absolute;
    right: -4px;
    top: 38px;
    font-size: 2rem;
    color: #d0d8e4;
    line-height: 1;
}
.ws-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #fc8507;
    color: #fff;
    border-radius: 50%;
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 14px;
}
.ws-how-step h4 {
    font-size: .95rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 8px;
}
.ws-how-step p {
    font-size: .85rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* ---- Доверие-бар ---- */
.ws-trust-bar {
    background: #222;
    padding: 36px 0;
}
.ws-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}
.ws-trust-num {
    font-size: 2rem;
    font-weight: 800;
    color: #fc8507;
    line-height: 1;
    margin-bottom: 6px;
}
.ws-trust-label {
    font-size: .8rem;
    color: #bbb;
    line-height: 1.4;
}

/* ---- FAQ ---- */
.ws-faq-list {
    max-width: 720px;
    margin: 0 auto;
}
.ws-faq-item {
    background: #fff;
    border: 1px solid #e4eaf0;
    border-radius: 6px;
    margin-bottom: 8px;
    overflow: hidden;
}
.ws-faq-q {
    padding: 16px 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: .93rem;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    gap: 12px;
}
.ws-faq-q::after {
    content: '+';
    font-size: 1.3rem;
    color: #fc8507;
    font-weight: 400;
    flex-shrink: 0;
    line-height: 1;
}
.ws-faq-item.open .ws-faq-q::after {
    content: '−';
}
.ws-faq-a {
    display: none;
    padding: 0 20px 16px;
    font-size: .87rem;
    color: #555;
    line-height: 1.7;
    border-top: 1px solid #f0f4f8;
}
.ws-faq-item.open .ws-faq-a {
    display: block;
}

/* ---- Форма + контакты ---- */
.ws-form-wrap {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 48px;
    align-items: start;
}
.ws-form-info h2 {
    font-size: 1.55rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 14px;
}
.ws-form-info p {
    font-size: .93rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 16px;
}
.ws-contact-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e4eaf0;
}
.ws-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.ws-contact-item > i {
    font-size: 1rem;
    color: #fc8507;
    width: 18px;
    text-align: center;
    margin-top: 3px;
    flex-shrink: 0;
}
.ws-contact-item a {
    color: #222;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
}
.ws-contact-item a:hover {
    color: #fc8507;
}
.ws-contact-item span,
.ws-contact-item .ws-contact-sub {
    color: #888;
    font-size: .85rem;
}
.ws-form-card {
    background: #fff;
    border: 1px solid #e4eaf0;
    border-radius: 8px;
    padding: 30px 28px;
    box-shadow: 0 2px 20px rgba(0,0,0,.07);
}
.ws-form-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 20px;
    text-align: center;
}
.ws-fg {
    margin-bottom: 14px;
}
.ws-fg label {
    display: block;
    font-size: .8rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 5px;
}
.ws-fg input,
.ws-fg select,
.ws-fg textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d0dae4;
    border-radius: 4px;
    font-size: .92rem;
    color: #333;
    background: #fafcfe;
    box-sizing: border-box;
    transition: border-color .2s;
    font-family: inherit;
}
.ws-fg input:focus,
.ws-fg select:focus,
.ws-fg textarea:focus {
    outline: none;
    border-color: #fc8507;
    background: #fff;
}
.ws-fg textarea {
    resize: vertical;
    min-height: 80px;
}
.ws-form-privacy {
    font-size: .74rem;
    color: #aaa;
    text-align: center;
    margin-top: 10px;
}
.ws-form-privacy a {
    color: #aaa;
}
.ws-form-success {
    display: none;
    text-align: center;
    padding: 32px 16px;
}
.ws-form-success i {
    font-size: 3rem;
    color: #4caf50;
    display: block;
    margin-bottom: 12px;
}
.ws-form-success h3 {
    color: #222;
}
.ws-form-success p {
    color: #666;
    font-size: .9rem;
}

/* ---- Sticky mobile CTA ---- */
.ws-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    border-top: 2px solid #e4eaf0;
    padding: 10px 14px;
    gap: 10px;
    box-shadow: 0 -2px 12px rgba(0,0,0,.1);
}
.ws-sticky-cta a {
    flex: 1;
    text-align: center;
    padding: 11px 8px;
    border-radius: 4px;
    font-size: .88rem;
    font-weight: 700;
    text-decoration: none;
}
.ws-sticky-call {
    background: #fc8507;
    color: #fff !important;
}
.ws-sticky-form {
    background: transparent;
    color: #222 !important;
    border: 2px solid #d0d0d0;
}

/* ---- Responsive ---- */
@media (max-width: 1024px) {
    .ws-utp-grid { grid-template-columns: repeat(2, 1fr); }
    .ws-products-grid { grid-template-columns: repeat(2, 1fr); }
    .ws-form-wrap { grid-template-columns: 1fr; }
    .ws-trust-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .ws-hero h1 { font-size: 1.5rem; }
    .ws-hero-stats { gap: 20px; }
    .ws-seg-grid { grid-template-columns: 1fr; }
    .ws-how-steps { grid-template-columns: 1fr; }
    .ws-how-step:not(:last-child)::after { display: none; }
    .ws-form-card { padding: 22px 16px; }
}
@media (max-width: 640px) {
    .ws-utp-grid { grid-template-columns: repeat(2, 1fr); }
    .ws-products-grid { grid-template-columns: 1fr; }
    .ws-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .ws-sticky-cta { display: flex; }
    body { padding-bottom: 66px; }
}

/* End */
/* /bitrix/templates/floor/css/wholesale.css?177616497111020 */
