.reseat_models {
    float: left;
    height: auto;
    margin: 0px;
    clear: both;
    width: 100%;
    display: block;
    background-color: rgb(238, 106, 32);
    padding-bottom: 20px;
}

.reseat_models.choose_white {
    background-color: #fff;
}

.reseat_models__item {
    float: left;
    height: auto;
    width: 30%;
    margin: 70px 0px 0px 5%;
    clear: none;
}

.reseat_models__wrapper. a.lp_granta_model:first-of-type .reseat_models__item {
    margin-left: 0%;
    margin-top: 70px;
    clear: both;
}

.reseat_models__wrapper {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    /*display: block;*/
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.reseat_models__item_img {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    clear: none;
    color: rgb(0, 0, 0);
    display: block;
}

.reseat_models__item_name_price {
    float: none;
    font-size: 21px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin: 0px auto;
    clear: none;
    min-height: 0px;
    font-family: 'PragmaticaC';
    color: rgb(255, 255, 255);
}

.reseat_models__item_name_price.choose_white {
    color: #222;
}

.reseat_models__item_name {
    float: none;
    font-size: 0.9em;
    line-height: 1em;
    font-family: 'PragmaticaC';
}

@media only screen and (max-width: 1280px) {
    .reseat_models {
        margin-top: 0px;
        margin-left: 0px;
        clear: both;
    }

    .reseat_models__wrapper. a.lp_granta_model:first-of-type .reseat_models__item {
        clear: none;
    }
}

@media only screen and (max-width: 1024px) {
    .reseat_models__item {
        margin-top: 40px;
    }

    .reseat_models__item_name_price {
        font-size: 1em;
    }

    .reseat_models__item_name {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 800px) {
    .reseat_models__item_name_price {
        font-size: 0.9em;
    }

    .reseat_models__item_name {
        font-size: 0.7em;
    }
}

@media only screen and (min-width: 601px) {
    .reseat_models__item {
        width: 21%;
        margin: 0px 2%;
    }
}

@media only screen and (max-width: 650px) {
    .reseat_models__item_name_price {
        font-size: 0.8em;
    }

    .reseat_models__item_name {
        font-size: 0.6em;
    }
}

@media only screen and (max-width: 600px) {
    .reseat_models__item {
        width: 100%;
        margin-left: 0%;
    }

    .reseat_models__item_name_price {
        font-size: 1.2em;
    }

    .reseat_models__item_name {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 370px) {
    .reseat_models__item {
        margin-top: 20px;
    }
}