.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.filters-estimation {
    grid-row-gap: 20px;
    background-color: #f4f4f4;
    border: 2px solid #f4f4f4;
    border-radius: 4px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 26px 20px;
    text-decoration: none;
    display: flex;
}

.filters-estimation.f_tablet {
    display: none;
}

.filters_container-estimation {
    grid-column-gap: 30px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    text-decoration: none;
    display: flex;
}

.filters_container-estimation.fc_tablet {
    grid-row-gap: 20px;
    flex-flow: column;
}

.filters_container-estimation.params {
    grid-column-gap: 30px;
}

.estimations_params_2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 104px;
    text-decoration: none;
    display: flex;
}

.estimations_params_2.search_tablet {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    width: 100%;
    max-width: none;
    height: auto;
}

.estimation_params_2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: auto;
    text-decoration: none;
    display: flex;
}

.estimation_params_2.search_tablet {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    width: 100%;
    max-width: none;
    height: auto;
}

.estimation_params_3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 30%;
    min-width: auto;
    max-width: none;
    height: 104px;
    text-decoration: none;
    display: flex;
}

.estimation_params_3.search_tablet {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    width: 100%;
    max-width: none;
    height: auto;
}

.code-embed-estimation {
    width: 100%;
}

.code-embed-estimation.params_building_name {
    min-width: 100px;
}

.code-embed-estimation.params_building_name.width2 {
    min-width: 210px;
}

.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-embed:after {
    clear: both;
}

.estimation-separator-block {
    background-color: #dfdfdf;
    width: 1px;
    height: 104px;
}

.estimation-unit-params {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.estimation-unit-params > .params_type,
.estimation-unit-params > .params_rooms,
.estimation-unit-params > .params_building_name {
    flex: 1 1 0;
    min-width: 0;
}

.estimation-unit-params > .params_deal {
    flex: 0 0 100%;
    order: 999;
}

.filter_button-estimation {
    grid-column-gap: 0px;
    background-color: #fc7a2d;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 197px;
    min-width: 180px;
    height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    transition: background-color .3s;
    display: flex;
    overflow: hidden;
}

.filter_button-estimation:hover {
    background-color: #ff995d;
}

.filter_button-estimation:active {
    background-color: #e0661e;
}

.filter_button-estimation.params_button {
    width: 210px;
    min-width: 190px;
}

.apply-filters {
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
}

.code-embed-2 {
    width: 100%;
    height: 42px;
}

.code-embed-2.params_type {
    min-width: 180px;
}

.code-embed-2.params_rooms, .code-embed-2.param_type {
    min-width: 100px;
}

.code-embed-2.params_deal {
    min-width: 180px;
    height: 42px;
    display: flex;
    align-items: center;
}

.data-deal-toggle {
    width: 100%;
    padding: 0;
}

.data-deal-toggle .cr-radio-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.data-deal-toggle .cr-radio {
    display: flex;
    align-items: center;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .code-embed-2 {
        width: auto;
        min-width: 27%;
    }

    .code-embed-2.params_type, .code-embed-2.params_rooms {
        width: 100%;
        min-width: auto;
    }

    .code-embed-2.param_type {
        width: 100%;
    }

    .filter_button-estimation {
        min-width: 160px;
    }

    .filters-estimation, .filters-estimation.f_tablet {
        display: flex;
    }

    .filters_container-estimation.params {
        grid-row-gap: 10px;
        flex-flow: column;
    }

    .estimations_params_2 {
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
        height: auto;
    }

    .estimations_params_2.search_tablet, .estimation_params_2.search_tablet {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .estimation_params_3 {
        flex-flow: row;
        width: 100%;
        height: 60px;
    }

    .estimation_params_3.search_tablet {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .code-embed-estimation {
        width: 100%;
        min-width: 40%;
    }

    .code-embed-estimation.params_building_name {
        min-width: auto;
    }

    .estimation-separator-block {
        width: 100%;
        height: 1px;
    }

    .estimation-unit-params {
        /*flex-flow: row;*/
        width: 100%;
        height: auto;
        padding-top: 10px;
    }

    .code-embed-2.params_deal {
        width: 100%;
        min-width: auto;
        margin-top: 4px;
    }
}

@media screen and (max-width: 768px) {
    .apply-filters {
        width: auto;
        padding-right: 6px;
        font-size: 16px;
    }

    .filter_button-estimation {
        width: 100%;
        height: 40px;
    }

    .filters_container-estimation.params {
        grid-row-gap: 20px;
    }

    .estimations_params_2 {
        flex-flow: column;
        justify-content: space-between;
        align-items: center;
        height: auto;
    }

    .estimations_params_2.search_tablet, .estimation_params_2, .estimation_params_2.search_tablet {
        flex-flow: column;
    }

    .estimation_params_3 {
        flex-flow: column;
        height: auto;
    }

    .estimation_params_3.search_tablet {
        flex-flow: column;
    }

    .code-embed-estimation {
        width: 100%;
    }

    .estimation-unit-params {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: column;
        padding-top: 0;
    }

    .code-embed, .code-embed-2 {
        width: 100%;
    }

    .code-embed-2.params_rooms {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 479px) {
    .filter_button-estimation {
        height: 35px;
    }

    .filter_button-estimation.params_button {
        width: 100%;
    }

    .apply-filters {
        font-size: 14px;
    }
}