

/* Start:/local/components/optimal/form.add/templates/tariff/style.css?1782302420654*/
.tariff_input-list {
    display: flex;
    flex-direction: column;
}

.tariff_input-list-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
}

.tariff_input-list-row input {
    width: calc(20% - 10px) !important;
}

.second_row input {
    width: calc(33.3333% - 10px) !important;
}

.tariff_input-list .priority_text {
    margin-left: 10px;
}

@media screen and (max-width: 767px )  {

    .tariff_input-list-row input, .second_row input {
        width: calc(50% - 10px) !important;
    }

    input.tariff_cal, input.tariff_inn {
        width: calc(100% - 10px) !important;
    }

}
/* End */
/* /local/components/optimal/form.add/templates/tariff/style.css?1782302420654 */
