

/* Start:/dnistroitelya-soyuzspetsodezhda/css/style.css?178603060614445*/
/*
  Landing page: /dnistroitelya-soyuzspetsodezhda/
  Префикс классов bd- нужен, чтобы стили не конфликтовали с общим шаблоном сайта.
*/

:root {
    --bd-scrollbar-width: 17px;
    --bd-scrollbar-half: 8.5px;
}

.bd-page {
    --bd-yellow: #f2cc00;
    --bd-yellow-hover: #e6c000;
    --bd-dark: #303033;
    --bd-gray: #f2f2f2;
    --bd-white: #ffffff;
    --bd-content: 1440px;
    --bd-narrow: 1180px;
    --bd-radius: 22px;

    /* Страница выносится из узкого контентного контейнера Битрикса
       на ширину рабочей области браузера, но без горизонтального скролла. */
    position: relative;
    width: calc(100vw - var(--bd-scrollbar-width));
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: calc(50% - 50vw + var(--bd-scrollbar-half));
    margin-right: calc(50% - 50vw + var(--bd-scrollbar-half));
    overflow-x: hidden;
    background: var(--bd-white);
    color: var(--bd-dark);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.35;
}

html,
body {
    overflow-x: hidden;
}

.bd-page *,
.bd-page *::before,
.bd-page *::after {
    box-sizing: border-box;
}

.bd-page img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.bd-page a {
    color: inherit;
}

.bd-img {
    width: 100%;
}

.bd-img--rounded {
    border-radius: var(--bd-radius);
}

.bd-container {
    width: 100%;
    max-width: var(--bd-content);
    margin: 0 auto;
    padding: 0;
}

.bd-container--hero {
    max-width: var(--bd-content);
}

.bd-container--content {
    max-width: var(--bd-content);
}

.bd-container--narrow {
    max-width: var(--bd-narrow);
}

.bd-section {
    padding: 58px 0;
}

.bd-section--white {
    background: var(--bd-white);
}

.bd-section--gray {
    background: var(--bd-gray);
}

.bd-hero {
    padding: 42px 0 28px;
    background: var(--bd-white);
}

.bd-section-head {
    margin: 0 0 24px;
}

.bd-section-head--center {
    text-align: center;
}

.bd-title {
    margin: 0;
    color: var(--bd-dark);
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.bd-title--left {
    text-align: left;
}

.bd-title--center {
    text-align: center;
}

.bd-lead {
    max-width: 760px;
    margin: 12px auto 0;
    color: var(--bd-dark);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    text-align: center;
}

.bd-note {
    margin: 22px 0 0;
    color: var(--bd-dark);
    font-size: 16px;
    line-height: 1.35;
}

.bd-note--center {
    text-align: center;
}

.bd-image-link {
    display: block;
    color: inherit;
    text-decoration: none !important;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.bd-image-link:hover {
    transform: translateY(-2px);
}

.bd-actions {
    display: flex;
    margin-top: 18px;
}

.bd-actions--center {
    justify-content: center;
}

.bd-actions--taker {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.bd-btn,
.bd-offer-link {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 9px 28px;
    border: 0;
    border-radius: 5px;
    background: var(--bd-yellow);
    color: var(--bd-dark) !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.bd-btn:hover,
.bd-offer-link:hover {
    background: var(--bd-yellow-hover);
    color: var(--bd-dark) !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
}

.bd-image-link:focus-visible,
.bd-btn:focus-visible,
.bd-offer-link:focus-visible,
.bd-doc-link:focus-visible {
    outline: 3px solid #111111;
    outline-offset: 4px;
}

/* Блок 1+1 */
.bd-section--suits {
    padding-top: 24px;
}

.bd-suits-desktop {
    max-width: 100%;
    margin: 0 auto;
}

.bd-suits-mobile {
    display: none;
}

/* Блок TAKER */
.bd-section--taker {
    padding-top: 48px;
    padding-bottom: 0;
}

.bd-taker-layout {
    display: grid;
    grid-template-columns: minmax(0, 690px) minmax(380px, 430px);
    grid-template-rows: 1fr auto;
    column-gap: 40px;
    row-gap: 14px;
    align-items: stretch;
    justify-content: center;
    max-width: 1180px;
    margin: 0 auto;
}

.bd-taker-products {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    min-width: 0;
}

.bd-taker-products-desktop {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    align-items: end;
}

.bd-taker-products-mobile {
    display: none;
}

.bd-taker-model {
    grid-column: 2;
    grid-row: 1 / 3;
    display: flex;
    width: 100%;
    max-width: 430px;
    min-width: 0;
    justify-self: end;
    align-self: stretch;
    align-items: flex-end;
}

.bd-taker-model picture {
    display: block;
    width: 100%;
    line-height: 0;
}

.bd-taker-model img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
}

/* Модель не должна подпрыгивать при наведении, иначе нижняя привязка ломается */
.bd-taker-model:hover {
    transform: none;
}

.bd-actions--taker {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    justify-content: center;
    max-width: none;
    margin: 0;
    padding-bottom: 42px;
}

/* Универсальные двухколоночные блоки */
.bd-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 42px;
    align-items: center;
}

.bd-copy p {
    margin: 18px 0 0;
    color: var(--bd-dark);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
}

.bd-copy p:first-child {
    margin-top: 20px;
}

.bd-copy .bd-btn {
    margin-top: 22px;
}

.bd-split-media--helmet {
    max-width: 360px;
    justify-self: center;
}

.bd-split--helmet {
    grid-template-columns: 0.92fr 1.08fr;
}

.bd-split--student {
    grid-template-columns: 0.96fr 1.04fr;
    gap: 34px;
}

.bd-split-media--student {
    max-width: 400px;
    justify-self: center;
}

.bd-raffle-title {
    margin-bottom: 28px;
}

.bd-split--raffle {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 36px;
}

.bd-split-media--raffle {
    max-width: 360px;
    justify-self: center;
}

.bd-split-content--raffle .bd-copy p:first-child {
    margin-top: 0;
}

.bd-offers-title span {
    display: inline;
}

.bd-offers-title__ps::after {
    content: " ";
}

.bd-offers-title__sub {
    display: block;
}

/* Категории */
.bd-offers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 26px;
    max-width: 760px;
    margin: 28px auto 0;
}

.bd-offer-link {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
}

.bd-offer-link--wide {
    grid-column: 1 / -1;
    width: min(100%, 520px);
    justify-self: center;
}

/* Финальный блок */
.bd-section--final {
    padding-top: 70px;
    padding-bottom: 80px;
}

.bd-split--final {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 42px;
}

.bd-split-media--final {
    align-self: center;
}

.bd-doc-link {
    color: #005fb8 !important;
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

.bd-doc-link:hover {
    color: #004986 !important;
}


@media (max-width: 1240px) and (min-width: 768px) {
    .bd-container,
    .bd-container--hero,
    .bd-container--content,
    .bd-container--narrow {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1024px) {
    .bd-page {
        --bd-content: 100%;
        --bd-narrow: 100%;
    }

    .bd-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .bd-hero {
        padding-top: 32px;
        padding-bottom: 24px;
    }

    .bd-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bd-title {
        font-size: 30px;
    }

    .bd-taker-layout {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
        column-gap: 26px;
        row-gap: 14px;
    }

    .bd-taker-products-desktop {
        gap: 18px;
    }

    .bd-taker-model {
        max-width: 390px;
    }
}

@media (max-width: 767px) {
    .bd-page {
        --bd-content: 100%;
        --bd-narrow: 100%;
        font-size: 14px;
    }

    .bd-container,
    .bd-container--content,
    .bd-container--narrow {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .bd-container--hero {
        padding-left: 0;
        padding-right: 0;
    }

    .bd-hero {
        padding-top: 0;
        padding-bottom: 32px;
    }

    .bd-section {
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .bd-section--suits {
        padding-top: 0;
    }

    .bd-section--taker {
        padding-bottom: 0;
    }

    .bd-section-head {
        margin-bottom: 18px;
    }

    .bd-title {
        font-size: clamp(21px, 6.4vw, 30px);
        line-height: 1.05;
        letter-spacing: 0.01em;
        text-align: center;
    }

    .bd-title--left {
        text-align: center;
    }

    .bd-lead {
        max-width: 330px;
        margin-top: 9px;
        font-size: 13px;
        line-height: 1.28;
    }

    .bd-note {
        max-width: 330px;
        margin: 20px auto 0;
        font-size: 12px;
        line-height: 1.3;
        text-align: center;
    }

    .bd-btn,
    .bd-offer-link {
        width: 100%;
        max-width: 320px;
        min-height: 34px;
        padding: 9px 18px;
        border-radius: 4px;
        font-size: 12px;
    }

    .bd-actions,
    .bd-actions--center,
    .bd-actions--taker {
        justify-content: center;
    }

    .bd-suits-desktop {
        display: none;
    }

    .bd-suits-mobile {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 430px;
        margin: 0 auto;
    }

    .bd-taker-layout {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        row-gap: 0;
        max-width: 430px;
        margin: 18px auto 0;
    }

    .bd-taker-products {
        grid-column: 1;
        grid-row: 1;
        align-self: auto;
    }

    .bd-taker-products-desktop {
        display: none;
    }

    .bd-taker-products-mobile {
        display: block;
    }

    .bd-taker-model {
        grid-column: 1;
        grid-row: 2;
        display: block;
        width: min(100%, 430px);
        margin: 0 auto;
        line-height: 0;
    }

    .bd-taker-model picture,
    .bd-taker-model img {
        display: block;
        width: 100%;
        height: auto;
    }

    .bd-taker-model:hover {
        transform: none;
    }

    .bd-actions--taker {
        grid-column: 1;
        grid-row: 3;
        justify-content: center;
        margin: 0;
        padding-top: 0;
        padding-bottom: 34px;
    }

    .bd-actions--taker .bd-btn {
        margin-top: 0;
    }

    .bd-split,
    .bd-split--helmet,
    .bd-split--student,
    .bd-split--raffle,
    .bd-split--final {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 430px;
        margin: 0 auto;
    }

    .bd-split-content {
        display: contents;
    }

    .bd-split-content .bd-title {
        order: 1;
        width: 100%;
        margin-bottom: 0;
    }

    .bd-split-media {
        order: 2;
        width: 100%;
        justify-self: center;
        align-self: center;
        margin-left: auto;
        margin-right: auto;
    }

    .bd-copy {
        order: 3;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .bd-copy p {
        max-width: 330px;
        margin-top: 12px;
        font-size: 12px;
        line-height: 1.3;
        text-align: center;
    }

    .bd-copy p:first-child {
        margin-top: 10px;
    }

    .bd-copy .bd-btn {
        margin-top: 16px;
    }

    .bd-split-media--helmet {
        max-width: 250px;
    }

    .bd-split-media--student {
        max-width: 320px;
    }

    .bd-split-media--raffle {
        max-width: 310px;
    }

    .bd-raffle-title {
        max-width: 350px;
        margin: 0 auto 18px;
    }

    .bd-offers-title {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(24px, 6.6vw, 30px);
        line-height: 1.08;
    }

    .bd-offers-title span {
        display: block;
    }

    .bd-offers-title__ps::after {
        content: "";
    }

    .bd-offers-grid {
        grid-template-columns: 1fr;
        justify-items: stretch;
        max-width: 430px;
        gap: 14px;
        margin-top: 24px;
    }

    .bd-offer-link,
    .bd-offer-link--wide {
        width: 100%;
        max-width: none;
        min-height: 48px;
        padding: 12px 18px;
        line-height: 1.15;
        justify-self: stretch;
    }

    .bd-section--final {
        padding-top: 44px;
        padding-bottom: 56px;
    }

    .bd-split--final {
        gap: 18px;
    }

    .bd-split-content--final {
        display: contents;
    }

    .bd-split-content--final .bd-title {
        order: 1;
        width: 100%;
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .bd-split-media--final {
        order: 2;
        width: 100%;
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
    }

    .bd-split-content--final .bd-copy {
        order: 3;
        display: block;
        width: 100%;
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
    }

    .bd-split-content--final .bd-copy p {
        max-width: 430px;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }

    .bd-img--rounded {
        border-radius: 12px;
    }
}

@media (max-width: 374px) {
    .bd-container,
    .bd-container--content,
    .bd-container--narrow {
        padding-left: 14px;
        padding-right: 14px;
    }

    .bd-title {
        font-size: 21px;
    }
}

/* End */
/* /dnistroitelya-soyuzspetsodezhda/css/style.css?178603060614445 */
