.model {
    padding: 30px 0 50px 0;
    border-bottom: 1px solid #c6c6c6;
}

.model__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.model__info {
    width: 48%;
}

.model__img-wrapper {
    width: 48%;
}

.model__img {
    width: 100%;
    max-width: 538px;
    margin: 0 auto;
    display: block;
}

.model__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
}

.model__series {
    color: #9a9a9a;
}

.model__preview {
    line-height: 1.5;
}

.model__btn {
    background: #d72b2b;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 210px;
    margin: 10px auto;
    font-size: 16px;
    padding: 15px;
    transition: .3s all ease-in-out;
}

.model__btn:hover {
    background: #bd2121;
}

.model-features__title {
    font-weight: 600;
    position: relative;
    padding-left: 65px;
}

.model-features__title::before {
    content: '';
    width: 55px;
    height: 6px;
    background: #d72b2b;
    position: absolute;
    left: 0;
    bottom: 6px;
}

.model-features__list {
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.model-features__list:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 22px;
    left: 0;
    top: calc(50% - 11px);
    background: #d72b2b;
    z-index: -1;
}

.model-features__item {
    background: #e8e8e8;
    padding: 30px 10px;
    line-height: 1.5;
    width: 19.5%;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.model-features__name {
    text-align: center;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    font-size: 15px;
}

.model-features__val {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
}

@media (max-width: 1024px) {
    .model-features__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .model-features__list:after {
        display: none;
    }

    .model-features__item {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .model__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .model__info {
        width: 100%;
    }

    .model__img-wrapper {
        width: 100%;
    }
}
