@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'),
    url('/for-our-clients/static/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: Lato, serif;
}

:root {
    --text-color: #1A1C1F;
    --button-main-color: #88000D;
}

body {
    margin: 0;
    padding: 0;
    background: #f5f5f5;
}

.content {
    width: 1200px;
    margin: 24px auto;
}

.title {
    display: flex;
    align-items: center;
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.title__text {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1A1C1F;
    margin: 0;
}

.title__link {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    padding: 12px 16px;
    margin-left: 32px;
    background: #cc3d3d;
    border-radius: 8px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.breadcrumbs {
    all: unset;
    display: flex;
    align-items: center;
    list-style: none;
    margin: 16px 0;
}

.breadcrumbs__item {
    font-size: 14px;
    margin-right: 8px;
}

.breadcrumbs__link {
    color: #357894;
    text-decoration: none;
}

.breadcrumbs__text {

}

.info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info__block {
    width: 49%;
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    margin-top: 32px;
    box-sizing: border-box;
}

.info__block_wide {
    width: 100%;
}

.info__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1A1C1F;
    margin: 0;
}

.info__about {
    display: flex;
    align-items: center;
    margin: 24px 0 10px 0;
}

.info__img {
    width: 169px;
    height: 169px;
    padding: 12px;
    border: 1px solid #D8DBDE;
    border-radius: 8px;
    margin-right: 24px;
    box-sizing: border-box;
}

.info__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4F565F;
    margin: 12px 0;
    flex: 1 1 0;
}

.info__list {
    list-style: none;
    margin: 0 12px;
    padding: 0;
}

.info__listItem {
    margin: 12px 0;
}

.info__listLink {
    font-weight: bold;
    color: #357894;
    text-decoration: none;
}

.info__link {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    padding: 12px 16px;
    background: #cc3d3d;
    border-radius: 8px;
    margin-top: 24px;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}

.parts {
    width: 100%;
    margin-top: 32px;
}

.parts__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1A1C1F;
    margin: 12px 0;
}

.parts__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.parts__item {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #6b727c;
    padding: 16px;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
}

.parts__name {
    font-size: 14px;
    line-height: 24px;
    margin: 8px 0;
    text-align: center;
    font-weight: bold;
    color: #357894;
    text-decoration: none;
}

.parts__img {
    width: 50%;
    min-height: 112px;
}

.parts__block {
    width: 100%;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.parts__link {
    background: #cc3d3d;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    box-sizing: border-box;
    text-decoration: none;
}

.parts__make,
.parts__price {
    margin: 0;
}

.company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.company__block {
    width: 32%;
    background: #fff;
    border-radius: 5px;
    padding: 24px;
    margin: 24px 0;
    box-sizing: border-box;
}

.company__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #1A1C1F;
    margin: 0 0 16px 0;
}

.company__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4F565F;
    margin: 4px 0;
}

.company__link {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    padding: 12px 16px;
    background: #cc3d3d;
    border-radius: 8px;
    margin: 0 auto;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}


@media screen and (max-width: 1100px) {
    .content {
        width: 100%;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .title {
        flex-direction: column;
        padding: 24px 16px;
        margin-top: 16px;
    }

    .title__text {
        font-size: 22px;
        line-height: 32px;
    }

    .title__link {
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        padding: 13px 0;
        margin-top: 32px;
        margin-left: 0;
        text-align: center;
    }

    .breadcrumbs {
        overflow-x: scroll;
    }

    .breadcrumbs__item {
        margin-right: 16px;
        text-align: center;
    }

    .info {
        flex-direction: column;
        margin: 0;
    }

    .info__block {
        width: 100%;
        padding: 24px 16px;
        margin-top: 16px;
    }

    .info__title {
        font-size: 20px;
        line-height: 22px;
    }

    .info__content {
        max-height: 400px;
        overflow-y: scroll;
    }

    .info__about {
        flex-direction: column;
    }

    .info__img {
        margin: 0 auto;
    }

    .parts {
     overflow-x: scroll;
    }

    .parts__title {
        font-size: 20px;
        line-height: 22px;
    }

    .parts__list {
        width: 1200px;
    }

    .company {
        flex-direction: column;
        margin-top: 16px;
    }

    .company__block {
        width: 100%;
        margin-bottom: 16px;
        padding: 24px 16px;
    }

    .company__title {
        font-size: 20px;
        line-height: 22px;
    }
}

