

/* Start:/company/spares/style.css?17260385483951*/
.spares__header-h {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
}

.spares__body {
    max-width: 600px;
}

.spares__block.order-block {
    padding: 36px 42px;
    display: flex;
    gap: 32px;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 24px;
}

.spares__block-text {
    flex-grow: 1;
    line-height: 24px;
    color: var(--theme-text-primary);
}

.spares__block-text p {
    margin: 0;
    max-width: 530px;
}

.spares__subtitle {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-align: center;
    padding-top: 16px;
}

@media screen and (max-width: 768px) {
    .spares__block.order-block {
        padding: 16px;
        flex-direction: column;
        gap: 16px;
    }

    .spares__block-text {
        text-align: center;
    }
}

@media screen and (min-width: 530px) {
    .spares_header_block-mod {
        padding-left: 168px;
    }
}

.spares_header {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}

.spares_header p {
    margin-bottom: 4px;
}

.spares_title {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: #023e86;
    margin-bottom: 4px;
}

.spares__list {
    padding: 24px 42px;
    margin-top: 8px;
    margin-bottom: 24px;
    display: flex;
    width: 100%;
    gap: 24px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.spares__list ul {
    margin: 0;
}

.spares_items {
    text-align: center;
    padding: 16px 42px;
}

.spares_items img {
    width: 70px;
}

.spares_row {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 50px;
}

.spares_link {
    text-align: center;
    color: #fff;
}

.spares_link a {
    color: #fff;
}

.spares_link a:visited {
    color: #fff;
}

.spares_header_block {
    background-image: url('/images/spares/back_desktop.png');
    width: 100%;
    height: 280px;
    background-size: cover;
    color: #fff;
    padding: 49px 154px 28px 154px;
}

.spares_header_block h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 10px;
}

.spares_header_block p {
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .spares__list {
        display: block;
        padding: 16px;
    }
    
    .spares__subtitle {
        font-size: 16px;
    }
}

@media screen and (max-width: 530px) {
    .spares_items {
        padding: 30px 15px 10px;
    }

    .spares_items img {
        width: 55px;
    }

    .spares_row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 0;
    }

    .spares_header_block {
        background-image: url('/images/spares/back_mobile.png');
        width: 100%;
        height: 230px;
        padding: 27px 0 28px 20px;
    }

    .spares_header_block h2 {
        font-size: 28px;
    }

    .spares_header_block p {
        line-height: 20px;
    }
}

@media screen and (max-width: 428px) {
    .spares_header_block {
        background-image: url('/images/spares/back_mobile_mid.png');
        width: 100%;
        height: 214;
        padding: 25px 0 29px 15px;
    }

    .spares_header_block h2 {
        font-size: 25px;
    }

    .spares_header_block p {
        line-height: 19px;
        font-size: 15px;
    }
}

@media screen and (max-width: 375px) {
    .spares_header_block {
        background-image: url('/images/spares/back_mobile_min.png');
        width: 100%;
        height: 187px;
        padding: 1px 0 29px 15px;
    }

    .spares_header_block h2 {
        font-size: 24px;
    }

    .spares_header_block p {
        line-height: 16px;
        font-size: 14px;
        width: 213px;
    }
}
/* End */


/* Start:/local/components/ps/catalog.list/templates/.default/style.css?1762418223118*/
.spProducts {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}
/* End */
/* /company/spares/style.css?17260385483951 */
/* /local/components/ps/catalog.list/templates/.default/style.css?1762418223118 */
