.xm-text {
    display: block;
    white-space: break-spaces
}

.f-bold {
    font-weight: 700;
}

.specs-con {
    align-items: center;
    background-color: #000;
    display: flex;
    flex-direction: column;
    min-width: 1226px;
    width: 100%
}

.specs-con .section {
    border-bottom: 1px solid #141414;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    padding: 80px 0;
    width: min(1226px, 100%)
}

@media screen and (min-width:1024px) and (max-width:1226px) {
    .specs-con .section {
        padding-left: 20px;
        padding-right: 20px
    }
}

.specs-con .section .title-box {
    width: 360px
}

.specs-con .section .base-box {
    flex: 1
}

.specs-con .section .text-1 {
    color: #fff;
    font-size: 35px;
    line-height: 43px;
    width: 100%
}

.specs-con .section .text-2 {
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    width: 100%
}

.specs-con .section .text-2.pc-margin {
    margin-top: 34px
}

.specs-con .section .text-3 {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    width: 100%
}

.specs-con .section .text-3.margin {
    margin-top: 18px
}

.specs-con .section .text-4 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    width: 100%
}


.specs-con .section .text-4.margin {
    margin-top: 28px
}

.specs-con .section .fr-text {
    color: #fff;
    display: none;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 30px
}

.fr .specs-con .fr-text, .fr_poco .specs-con .fr-text {
    display: block
}

.section-header-con {
    align-items: center;
    background-color: #1a1a1a;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 131px 0 94px;
    width: 100%
}

.section-header-con .image-base {
    height: 709px;
    width: 785px
}

.section-header-con .color-list {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 74px;
    padding: 0 103px 0 25px;
    width: 785px
}

.section-header-con .color-item {
    align-items: center;
    display: flex
}

.section-header-con .color-item .image {
    height: 34px;
    width: 34px;
    margin-right: 17px;
}

.section-header-con .color-item .color-text {
    font-size: 20px;
    line-height: 24px
}

@media screen and (max-width: 768px) {
    .specs-con {
        min-width: auto;
    }
    .section-header-con {
        padding-top: 120px;
        padding-bottom: 40px;
    }
    .section-header-con .image-base {
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .section-header-con .color-list {
        width: 80%;
        padding: 0;
        margin-top: 40px;
    }
    .section-header-con .color-item .image {
        width: 25px;
        height: 25px;
        margin-right: 7px;
    }
    .section-header-con .color-item .color-text {
        font-size: 14px;
        line-height: 25px;
    }
    .specs-con .section {
        display: block;
        padding: 40px 0;
        width: 100%;
        box-sizing: border-box;
    }
    .specs-con .section .title-box {
        width: initial;
        padding: 0 15px 20px
    }
    .specs-con .section .base-box {
        padding: 0 15px
    }

    .specs-con .section .text-1 {
        font-size: 2em;
        line-height: 1.5;
    }
    .specs-con .section .text-2 {
        font-size: 1.625em;
        line-height: 1.25;
        padding-bottom: .25em;
    }
    .specs-con .section .text-3 {
        font-size: 1.25em;
        line-height: 1.5;
    }
    .specs-con .section .text-4 {
        font-size: .9em;
        line-height: 1.4
    }
    .specs-con .section .text-4.margin {
        margin-top: 1.475em;
    }
}