.headline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

.headline h1,
.view_variants_container {
    /*margin-bottom: 20px;*/
}

.headline h1 {
    margin-right: 25px;
}

.choice {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.filter_apartments {
    display: flex;
    flex-direction: column;
    width: 234px;
}

.content {
    width: calc(100% - 234px - 50px);
    position: relative;
}


#filter_preload {
    display: none;
}

#page_top {
    display: none;
}

input.range {
    opacity: 0;
    min-height: 55px;
}


.field {
    margin-bottom: 15px;
    background-color: #EDEFF3;
    padding: 17px 20px 0;
    font-size: 14px;
    border-radius: 15px;
    box-shadow: inset 0.5em 0.5em 1em 0 rgba(210, 220, 233, 0.5), inset -0.2em -0.2em 0 0 rgba(255, 255, 255, 0.8);
}

.position_filter.field {
    padding-bottom: 10px;
}

.field label {
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
}

.position_filter label {
    margin-bottom: 5px;
}

table {
    width: 100%;
}

table thead {
    font-size: 18px;
    font-weight: 300;
}

table td {
    text-align: center;
    padding: 3px 10px;
}

table thead tr {
    background: #E2E6EF;
}

table tbody tr:nth-child(odd) {
    background: #fff;
}

table tbody tr:nth-child(even) {
    background: #EDEFF3;
}


.filter_table {
    background-color: #fff;
    border-collapse: separate;
    opacity: 0;
}


.plane {
    margin-bottom: 60px;
}


.plane_content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}


.list_view_container, #plan_group {
    display: none;
}

#filter_list {
    width: 100%;
    max-width: 100%;
}

#filter_list td {
    font-size: 15px;
}

.filter_table tr.free {
    cursor: pointer;
}

/*.filter_table tr.free td:last-child{
    color: #1BAE2D;
    font-weight: 300;
}*/
.filter_table tr.reservation td:last-child {
    color: #00A928;
    opacity: 0.8;
}

.filter_table tbody tr.free:hover {
    background-color: rgba(43, 180, 60, 0.27);
}

.filter_table tbody tr.reservation:hover {
    background-color: rgba(225, 35, 37, 0.27);
}

.filter_table td.active {
    font-weight: 400;
}

#filter_preload {
    display: none;
    position: absolute;
    left: 50%;
    top: 150px;
    z-index: 500;
}

#filter_not_found {
    display: none;
    text-align: center;
    margin-top: 150px;
    color: #00A928;
    opacity: 0.8;
    font-weight: 400;
}

.page_245 #system_popup .popup_form_inner {
    max-width: 520px;
}


.plane_top {
    margin-bottom: 15px;
    text-align: right;
}

.plane_top div {
    display: inline-block;
}

.plane_top .value {
    font-size: 20px;
    font-weight: 600;
}

.plane_top a.value {
    text-decoration: underline;
}

.plane_top .completed_status {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-top: 7px;
}

.completed_status .progressbar {
    margin-left: 5px;
}

.progressbar {
    position: relative;
    width: 151px;
    height: 20px;
    background-color: #e2e2e2;
    border-radius: 10px;
    overflow: hidden;
}

.completed_status .progressbar_line {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #00A928;
    opacity: 0.8;
    text-align: center;
}

.progressbar_value {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    margin-left: 8px;
}

.plane_table table th {
    font-size: 16px;
}

.plane_table table td {
    font-size: 15px;
}


.hs img {
    cursor: zoom-in;
}


.filter_table thead td {
    font-weight: 400;
}

#plan_group .plane {
    background-color: #fff;
    padding: 30px;
    /*padding-left: 0;*/
}

.plane_content {

}

.plane_img {
    width: 300px;
    text-align: center;
}

.plane_img img {
    max-width: 300px;
    max-height: 300px;
}

.plane_right {
    width: calc(100% - 300px);
    margin-left: 35px;
}


/**IonRangeSlider
 */

.filter_apartments .irs--big .irs-single {
    text-shadow: none;
    padding: 1px 5px;
    background-color: transparent;
    background: none;
    border-radius: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
    color: #00A928;
    opacity: 0.8;
    top: -2px;
}

.filter_apartments .irs--big .irs-handle.state_hover,
.filter_apartments .irs--big .irs-handle:hover {
    background: #fff;
}

.filter_apartments .irs--big .irs-max,
.filter_apartments .irs--big .irs-min {
    text-shadow: none;
    padding: 1px 5px;
    background-color: transparent;
    background: none;
    border-radius: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
    color: #505050;
    top: -2px;
}

/*.filter_apartments .irs--big {*/
/*    margin-bottom: 14px;*/
/*}*/

@media screen and (max-width: 992px) {
    .filter_apartments .irs--big {
        width: 90%;
        margin-left: 5%;
    }
}

.filter_apartments .irs--big .irs-line {
    top: 33px;
    height: 2px;
    background: none;
    background-color: #AAA;
    border: none;
    border-radius: 0;
}

.filter_apartments .irs--big .irs-bar--single {
    border-radius: 0;
}

.filter_apartments .irs--big .irs-bar {
    top: 33px;
    height: 2px;
    border: none;
    background: none;
    background-color: #00A928;
    opacity: 0.8;
    box-shadow: none;
}

.filter_apartments .irs--big .irs-handle {
    top: 21px;
    width: 25px;
    height: 25px;
    border: 2px solid #00A928;
    opacity: 0.8;
    background-color: transparent;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 30px;
    cursor: pointer;
}

.filter_apartments .irs--big .irs-handle:hover {
    border-color: #00A928;
    opacity: 0.8;
    background-color: transparent;
    background: #FFFFFF;
}


.filter_apartments .irs-from,
.filter_apartments .irs-to
    /*,.filter_apartments .irs-single*/
{
    top: 0;
}

.filter_apartments .irs--big .irs-from,
.filter_apartments .irs--big .irs-to {
    background: #00A928;
    opacity: 0.8;
}


/*checkbox*/


label.toggler-wrapper {
    display: flex;
    padding: 7px 5px 7px 45px;
    margin-bottom: 0;
}

.toggler-wrapper .badge_position {
    margin-left: 10px;
}


.toggler-wrapper {
    display: block;
    min-height: 25px;
    cursor: pointer;
    position: relative;
}

label.toggler-wrapper:hover {
    background-color: #e9e9e9;
}

.toggler-wrapper input[type="checkbox"] {
    display: none;
}

.toggler-wrapper input[type="checkbox"]:checked + .toggler-slider {
    background-color: #00A928;
    opacity: 0.8;
}

.toggler-wrapper .toggler-slider {
    background-color: #ccc;
    position: absolute;
    border-radius: 100px;
    top: 7px;
    left: 0;
    width: 45px;
    height: 25px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.toggler-wrapper .toggler-knob {
    position: absolute;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}


/*--------------------------------------------------------------
3.0 Effects Styles
--------------------------------------------------------------*/


/*Style 1*/

.toggler-wrapper.style-1 input[type="checkbox"]:checked + .toggler-slider .toggler-knob {
    left: calc(100% - 19px - 3px);
}

.toggler-wrapper.style-1 .toggler-knob {
    width: calc(25px - 6px);
    height: calc(25px - 6px);
    border-radius: 50%;
    left: 3px;
    top: 3px;
    background-color: #fff;
}


/*DataTable*/

td.sorting {
    position: relative;
    cursor: pointer;
    padding-right: 6px;
}

td.sorting:after {
    right: 0;
    top: 50%;
    content: "▼";
    color: #bbb;
    font-size: 12px;
}

td.sorting:hover:after {
    color: #a1a1a1;
}

td.sorting_asc:after {
    content: "▲";
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
    content: "-";
    background-color: #00A928;
    opacity: 0.8;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    top: 50%;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: .15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 .2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New", Courier, monospace;
    line-height: 1em;
    content: "+";
    background-color: #8dc825;
}

ul.dtr-details li {
    font-size: inherit;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
    padding-top: 0;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom: 1px solid #efefef;
    padding: .5em 0;
    padding-top: 0.5em;
}

table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
}

.dtr-title:after {
    content: ':';
}

.dtr-data {
    font-weight: 600;
}

td.child {
    background-color: #fff;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child {
    cursor: default;
}

/*View variants*/

.view_variants_container {
    display: flex;
    justify-content: flex-end;
}

.view_variants {
    display: flex;
    justify-content: flex-end;
    height: 32px;
    border: 1px solid #E2E6EF;
    overflow: hidden;
    width: 260px;
    background-color: #fff;
    border-radius: 5px;
}

.view_item {
    display: flex;
    text-align: center;
    line-height: 30px;
    flex: 1 1 auto;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    transition: .1s all;
}

.view_item.list {
    border-left: 1px solid #E2E6EF;
}


.view_item.current,
.view_item:hover {
    background: #EDEFF3;
}

.view_item.current {
    font-weight: 600;
}

#content table li {
    font-size: inherit;
}

#content table li::before {
    display: none;
}


td.plan_image:hover {
    background-color: #d9d9d9;
}

td .plan_title {
    border-bottom: 1px dashed;
    padding: 0 2px;
}

/*MOBILE*/


@media screen and (max-width: 1240px) {
    .choice {
        flex-direction: column;
    }

    .filter_apartments {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .filter_apartments .field {
        /*max-width: 234px;*/
        width: 49%;
    }

    .position_items {
        display: flex;
        flex-wrap: wrap;
    }

    .position_item {
        margin-right: 20px;
    }

    .filter_apartments .position_filter {
        width: 100%;
        margin-bottom: 2%;
    }

    .field_range {
        display: flex;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .field_range label {
        width: 85px;
        margin-bottom: 0;
        margin-right: 10px;
        display: flex;
        align-items: center;
    }

    .field_range .irs--big {
        top: -5px;
    }

    .range_wrapper {
        width: calc(100% - 95px);
    }

    .content {
        width: 100%;
        position: static;
    }

    #filter_preload {
        top: 320px;
    }

    .field,
    .view_variants {
        border-radius: 0;
    }

}

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

    .filter_apartments {
        margin-bottom: 40px;
    }

    table td {
        padding: 3px 5px;
        font-size: 14px;
    }


}

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

    .headline {
        margin-bottom: 20px;
    }

    .view_variants_container {
        width: 100%;
    }

    .choice {
        margin-top: 0;
    }

    .headline h1, .view_variants_container h1 {
        margin-bottom: 45px;
        margin-right: 0;
    }

    .plane_img {
        width: 200px;
    }

    .plane_img img {
        max-width: 96%;
    }

}

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

    .filter_apartments {
        margin-bottom: 10px;
    }


    .plane {
        margin-bottom: 0px;
        border-bottom: 1px solid #e2e2e2;
    }

    #plan_group .plane {
        padding: 30px 15px;
    }


    .plane_content {
        flex-direction: column;
    }

    .plane_img {
        width: 100%;
    }

    .plane_right {
        margin-left: 0;
    }

    .plane_top {
        margin-bottom: 25px;
    }


    .plane_img img {
        max-width: 90%;
        max-height: 400px;
    }

}


@media screen and (max-width: 580px) {
    .filter_apartments .field {
        width: 100%;
    }
}

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

    .choice {
        width: 100vw;
        margin-left: -10px;
    }

    .completed_status .progressbar {
        margin-left: 0;
        width: 100%;
    }

    #plan_group .plane {
        padding: 40px 10px;
    }
}
