.main_titleCont {
    width: 100%;
    height: auto;
    margin-top: -25px
}

@media(min-width:900px) {
  .main_titleCont {
    width: 100%;
    height: 100px;
    margin-top: 2px;
    border-top: 1px solid var(--orange01);
    padding-top: 30px;
  }
}

.Page_breadcrumbs {
    position: relative;
    font-size: 14px;
    padding: 0px 20px;
    order: 6;
    margin-top: -50px;
}
@media(min-width:900px) {
  .Page_breadcrumbs {
    padding: 5px 20px;
    order: 6;
  }
}

.breadcrumb{
    margin-top: 5px;
}
.Page_breadcrumbs a {
    width: 100%;
    max-width: 1200px;
    color: var(--grayd)
}

@media(min-width:900px) {
    .Page_breadcrumbs {
        position: absolute;
        width: 100%;
        max-width: 1200px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        top: 305px;
        z-index: 20000;
        color: var(--grayd);
        order: 4;
    }

    .Page_breadcrumbs a {
        width: 100%;
        max-width: 1200px;
        color: var(--grayd)
    }

    .Page_breadcrumbs span {
        padding: 0 5px
    }
}

@media(min-width:1236px) {
    .Page_breadcrumbs {
        top: 310px
    }
}

.page {
    width: 100%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%
}

.rightcol.page {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.leftCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.moreFaq {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0
}

@media(min-width:900px) {
    .page {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 275px auto;
        grid-template-columns: 275px auto;
        -ms-grid-rows: 2;
        grid-template-rows: 2
    }

    .page>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .page>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }

    .rightcol.page {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-grid-row-span: 2;
        grid-row: span 2
    }

    .leftCol {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-right: 30px
    }

    .moreFaq {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-right: 30px
    }
}

.map {
    display: none
}

.sidelinks {
    background-color: #f5f5f5
}

.sidelinks li {
    padding-right: 18px;
    border-bottom: 1px solid #fff
}

.sidelinks a {
    color: var(--blue01);
    font-size: 18px;
    display: block;
    padding: 9px 23px 9px 0;
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: right center
}

@media(min-width:900px) {
    .rightcol {
        width: 275px;
        margin-left: 24px;
        padding-top: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 25px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .map {
        background-color: #f5f5f5;
        padding: 15px 0;
        text-align: center;
        display: block
    }
}

@media(min-width:900px) {
    .main .filters {
        width: 230px;
        margin-left: 24px;
        background: #fff
    }
}

.main .filters_bar {
    padding: 6px 0;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    direction: rtl;
    position: absolute;
    top: 120px;
    left: 0;
    right: 13px;
    z-index: 0;
    text-align: right
}

@media(min-width:900px) {
    .main .filters_bar {
        display: none
    }
}

.main .filters_bar_wrapper {
    display: inline;
    text-align: right
}

.main .filters_bar .btn_show_filters {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
   
    margin: 0 5px;
    vertical-align: middle;
   
    cursor: pointer;
   
}
.main .filters_bar .btn_show_filters span{
    color: var(--blue01);
    text-decoration: underline;
}
@media(min-width:900px) {
    .main .filters_bar .btn_show_filters {
        display: none
    }
}

.main .filters_bar .btn_show_filters .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px
}

.main .filters_bar .btn_show_filters .icon svg {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: var(--blue01)
}

.main .filters_bar .active_filter {
    display: inline-block;
    padding: 5px 7px;
    background-color: #fff;
    color: #2861a0;
    vertical-align: middle;
    border: 1px solid #d8d8d8;
    font-size: 16px;
    border-radius: 4px
}

.main .filters_bar .active_filter_title {
    font-size: 16px
}

.main .filters_bar .active_filter_delete {
    font-size: 15px;
    font-weight: 800;
    color: var(--orange01);
    margin: 0 3px
}

.main .filters_bar .active_filter:not(last-child) {
    margin-left: 5px
}

.main .filters_main {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background: #f4f4f4;
    z-index: 999999;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.layer {
    width: 25%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    margin-left: -25%;
    float: left
}

@media(min-width:900px) {
    .main .filters_main {
        display: block;
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        height: auto;
        width: 100%;
        background: #f4f4f4
    }

    .layer {
        display: none
    }
}

.main .filters_main.active {
    display: block;
    background-color: #fff;
    right: 0
}

@media(min-width:900px) {
    .main .filters_main.active {
        background-color: #f4f4f4;
        right: 0;
        width: 100%
    }
}

.main .filters_main_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(min-width:900px) {
    .main .filters_main_header {
        display: none
    }
}

.main .filters_main_header .clear_filters_btn {
    display: block;
    background: #959595;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    cursor: pointer
}

.main .filters_main_header_title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 20px;
  color: var(--orange01);
  font-weight: 700;
  margin: 10px 0
}

@media(min-width:900px) {
    .main .filters_main_header_title {
        text-align: right
    }
}

.main .filters_main_header .close_filters_btn {
    background: 0;
    border: 0;
    padding: 10px 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    font-size: 1.3rem;
    cursor: pointer
}

@media(min-width:900px) {
    .main .filters_main_header .close_filters_btn {
        display: none;
        visibility: hidden;
        opacity: 0
    }
}

.main .filters_main_section {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

@media(min-width:900px) {
    .main .filters_main_section {
        max-height: 100%;
        overflow: visible
    }
}

.main .filters_main_section .filters_row {
    overflow: hidden;
    -webkit-transition: all 2s linear;
    -o-transition: all 2s linear;
    transition: all 2s linear
}

@media(min-width:900px) {
    .main .filters_main_section .filters_row {
        height: 100%
    }

    .main .filters_main_section .filters_row .filters_row_form {
        height: auto
    }
}

/*.main .filters_main_section .filters_row.active {
    height: 100%
}*/

.main .filters_main_section .filters_row.active .filters_row_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  flex-direction: row;
  padding-bottom: 0;
}

.main .filters_main_section .filters_row1.open .filters_row_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto
}

.main .filters_main_section .filters_row_title .show_filter_btn span:first-child {
    display: block
}

.main .filters_main_section .filters_row_title .show_filter_btn span:last-child {
    display: none
}

.main .filters_main_section .filters_row.active .show_filter_btn span:first-child,
.filters_row1.areaselect.open .show_filter_btn span:first-child {
    display: none
}

.main .filters_main_section .filters_row.active .show_filter_btn span:last-child,
.filters_row1.areaselect.open .show_filter_btn span:last-child {
    display: block
}

.main .filters_main_section .filters_row_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: rtl;
    background: #f4f4f4;
    padding: 5px 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media(min-width:900px) {
    .main .filters_main_section .filters_row_title {
        background: 0 0
    }
}

.main .filters_main_section .filters_row_title .show_filter_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    width: 25px;
    height: 27px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #edeef1;
    color: var(--blue01);
    font-size: 30px;
    font-weight: 700;
    border: 0;
    line-height: .7;
    padding: 3px 5px
}

@media(min-width:900px) {
    .main .filters_main_section .filters_row_title .show_filter_btn {
        display: none;
        visibility: hidden;
        opacity: 0
    }
}

.main .filters_main_section .filters_row_title .filters_row_title_text {
    font-size: 18px;
    font-weight: 700;
    color: var(--grayd);
}

.main .filters_main_section .filters_row_title .active_filters_wrapper {
    font-size: 16px;
    font-weight: 300;
    color: #398733
}

@media(min-width:900px) {
    .main .filters_main_section .filters_row_title .active_filters_wrapper {
        display: none;
        visibility: hidden;
        opacity: 0
    }
}

.main .filters_main_section .filters_row_form {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
    height: 500px
}

@media(min-width:900px) {
    .main .filters_main_section .filters_row_form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.main .filters_main_section .filters_row_form .form_link {
  direction: rtl;
  padding: 2px 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  margin: 20px 0;
}

.main .filters_main_section .filters_row_form .form_link_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-items: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 26px;
    font-size: 18px;
    color: var(--blue01);
    padding: 5px 20px
}





 

.main .filters_main_section .filters_row_form .form_link_label:hover {
    background-color: #f3f3f3
}

.main .filters_main_section .filters_row_form .form_link_label .radio_element {
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid var(--blue01);
    background: #fff;
    border-radius: 50%;
    margin-left: 15px;
    position: relative
}

.main .filters_main_section .filters_row_form .form_link_label .radio_element:before {
    content: "";
    display: none;
    width: .5em;
    height: .5em;
    background: var(--blue01);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main .filters_main_section .filters_row_form .form_link_label .checkbox_element {
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #95969a;
    background: #fff;
    margin-left: 15px;
    position: relative
}

.main .filters_main_section .filters_row_form .form_link_label .checkbox_element:before {
    content: "";
    display: none;
    width: .5em;
    height: .5em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main .filters_main_section .filters_row_form .form_link_label .checkbox_element .icon-check-symbol {
    display: none;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 99999
}

.main .filters_main_section .filters_row_form .form_link_input {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: -55555px;
    right: -6000px
}

.main .filters_main_section .filters_row_form .form_link input[type=checkbox]:checked+.form_link_label .checkbox_element:before,
.main .filters_main_section .filters_row_form .form_link input[type=radio]:checked+.form_link_label .radio_element:before {
    content: "";
    display: block
}

.main .filters_main_section .filters_row_form .form_link input[type=checkbox]:checked+.form_link_label .checkbox_element {
    background: #fff
}

.main .filters_main_section .filters_row_form .form_link input[type=checkbox]:checked+.form_link_label .icon-check-symbol {
    display: block
}



.promoted2.page {
    width: 100%;
    background-color: #f7f7f7;
    margin-top: 10px
}

.rightcol .promoted2.page .moreTitle {
    background-color: #ca6716;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px
}

.promoted2.page h2 {
    width: 100%;
    background-color: #fff;
    margin: 0 0 10px;
    padding: 10px 10px 4px;
    color: var(--orange01);
    font-size: 18px;
    margin-bottom: 0;
    border-bottom: 2px solid
}

.promoted2.page .item {
    width: 100%;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: none;
    background-color: #fff;
    padding-bottom: 16px;
    border-bottom: 1px solid #dedede
}

.promoted2.page .item .description {
    display: block
}

.promoted2.page .client_info {
    width: 66.667%;
    height: 66px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.promoted2.page .item .search_img {
    width: 33.333%;
    height: 66px;
    overflow: hidden;
    margin-left: 10px
}

.promoted2.page .search_img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.promoted2.page .client_info .client_name a {
    color: var(--blue01);
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 16px;
    display: inline-block
}

@media(min-width:500px) {
    .promoted2.page .item .search_img {
        width: 25%
    }
}

@media(min-width:900px) {
    .promoted2.page {
        width: 100%;
        height: auto;
        background-color: #fff;
        line-height: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .promoted2.page .item {
        padding: 14px 0
    }

    .promoted2.page .client_info {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .promoted2.page .item .search_img {
        width: 121px;
        height: 79px;
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 10px
    }

    .promoted2.page .search_img img {
        -o-object-fit: cover;
        object-fit: cover
    }

    .promoted2.page .client_info {
        height: 84px;
        overflow: hidden
    }
}

@media(min-width:900px) {
    .popularPage {
        width: 275px;
        margin-left: 24px;
        height: 300px;
        background-color: pink;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.leftCol h2.articletitle {
    font-size: 18px;
    color: var(--grayd);
    padding-right: 15px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.leftCol .writerShare {
    border-bottom: 1px dotted var(--grayl);
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.leftCol .introText { font-size: 16px; font-weight: 700; padding: 15px 15px 0; line-height: 26px; -webkit-box-ordinal-group: 4; -ms-flex-order: 3; order: 3;  }

.leftCol .propPage {
    font-size: 16px;
    font-weight: 400;
    color: var(--blue01);
    padding: 15px;
    border-bottom: 1px solid #d2d2d2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.leftCol .mainText {
    font-family: Assistant;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 0 15px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.leftCol .writer {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 15px
}

.leftCol .share {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.leftCol .share a {
    margin: 0 15px;
    color: #868686;
    font-size: 20px
}

.leftCol .writer span {
    display: block;
    padding-right: 44px
}

.leftCol .writer1 i {
    border: 1px solid #868686;
    padding: 3px;
    color: #868686;
    margin-left: 15px
}
.writer1 strong{
    margin-left: 5px;
    display: inline-block;
}
.leftCol .propPage span {
    margin-left: 10px
}

.leftCol .propPage strong {
display: inline;
}

.leftCol .propTabcont {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.leftCol span.propTab {
    padding: 2px 4px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    display: inline-block;
    margin: 3px 8px;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px
}

.leftCol span.propTab i {
    margin-left: 5px
}

.leftCol .mainText span {
    font-size: 16px
}

.mainText h2,
.mainText h2 span {
    font-weight: 700;
    margin: 5px 0
}


.mainText strong {
    font-weight: bolder !important
}

.mainText p img {
    margin: 20px auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    height: auto;
    max-width: 600px
}

.leftCol .propCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  flex-wrap: wrap;
}
.properties_page {
  padding-left: 10px
}


.leftCol .propPage {
    font-size: 16px;
    font-weight: 400;
    color: var(--blue01);
    padding: 15px;
    border-bottom: 1px solid #d2d2d2
}

.leftCol .propPage span {
    margin-left: 0
}

.leftCol .propPage strong {
    margin-left: 0;
    font-weight: normal;
    padding-left: 5px;
   
}
.propCont .properties_page{
    font-weight: 600;
}
.leftCol .propTabcont {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.leftCol span.propTab {
    padding: 3px 5px;
    border: none;
    border-radius: 3px;
    display: inline-block;
    margin: 3px 8px;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    background-color: #f4f4f4
}

.leftCol span.propTab i {
    margin-left: 5px
}

.leftCol .mainText {
    font-family: Assistant;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 0 15px
}

  .leftCol .mainText span {
    font-size: 16px !important;
    display: block;
    width: 100%;
    font-family: Assistant !important;
  }
.leftCol .mainText span img{
    max-width:600px;
    margin: 0 auto !important;
    display: block;
}
.mainText h2,
.mainText h2 span {
    font-weight: 700;
    margin: 5px 0
}

.mainText p {
  display: block;
  margin: 15px 0;
}

.mainText strong {
    font-weight: bolder !important
}

.mainText p img {
    margin: 20px auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    height: auto;
    max-width: 600px
}

.mainText p.img-description {
    font-size: 14px;
    display: block;
    text-align: center;
   
}

@media(min-width:900px) {
    .leftCol .articletitle {
        font-size: 28px;
        color: var(--grayd);
        padding-right: 15px;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .leftCol .writerShare {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .leftCol .writer {
        width: 60%;
        font-size: 16px;
        font-weight: 400
    }

    .leftCol .writer span {
        display: block;
        padding-right: 44px;
        font-size: 14px;
        color: var(--blue01)
    }
.writer1{
    display: flex;
}
    .leftCol .share {
        width: 40%;
        padding-right: 20px
    }

    .leftCol .propPage span {
        margin-left: 20px
    }

    .leftCol .propPage strong {
        margin-left: 10px;
        display: inline
    }

    .leftCol .propCont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media(min-width:900px) {
  .leftCol .introText { font-size: 20px; font-weight: 700; -webkit-box-ordinal-group: 5; -ms-flex-order: 4; order: 4; font-weight: 600; }

    .leftCol .propPage {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .leftCol span.propTab {
        padding: 3px 5px;
        border: 1px solid #dedede;
        border-radius: 3px;
        display: inline-block;
        margin: 3px 8px;
        -ms-flex-line-pack: center;
        align-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 24px;
        background-color: #fff
    }
}

@media(min-width:900px) {
    .mainText {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .mainText p img {
        margin: 20px auto;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        max-width: 600px
    }
}

.moreTracks {
    height: 300px;
    background-color: #40e0d0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% - 300px);
    justify-self: flex-end;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.rightcol.page .popularPage {
    background: #f4f4f4;
    display: block;
    padding: 15px 30px;
    margin: 20px;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.rightcol.page .popularPage a {
    font-size: 16px;
    color: var(--blue01);
    text-decoration: none;
    display: block;
    margin-bottom: 10px
}

.rightcol.page .popularPage a:hover {
    color: var(--orange01);
    text-decoration: underline
}

.rightcol.page h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px
}

@media(min-width:900px) {
    .rightcol.page .popularPage {
        margin: 20px 0 0
    }
}

.more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px
}

.additionalarticlestitle {
    width: 100%;
    color: var(--orange01);
    font-size: 20px;
    font-weight: 700;
    padding: 2px 20px 20px 0
}

.additionaltracks {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 25px
}

.additionaltracks a {
    color: var(--grayd);
    font-weight: 700
}

.additionaltracks a img {
    width: 100%;
    height: auto;
    margin-bottom: 4px;
    height: 110px;
}
@media(min-width:600px) {
  .additionaltracks a img {
    width: 100%;
    height: auto;
    margin-bottom: 4px;
    height: 170px;
  }
}

@media(min-width:900px) {
  .additionaltracks a img {
    width: 100%;
    height: auto;
    margin-bottom: 4px;
    height: 139px;
  }
}


@media(min-width:900px) {
    .additionaltracks {
        width: 25%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 15px
    }

   .more .additionalarticlestitle {
        font-size: 22px;
        padding: 15px;
        margin: 0 0 10px 0;
        color: var(--orange01); 
    }
    .more.zimmersinarea .additionalarticlestitle {
        color: #333333;  
    }
    .more{
        background-color: #f4f4f4;
        background: rgb(204,204,204);
        background: linear-gradient(180deg, rgba(204,204,204,1) 0%, rgba(244,244,244,1) 2%, rgba(244,244,244,1) 100%);
        margin-top: 20px;
        padding-top: 10px;
    }
    .more.zimmersinarea{
        background-color: #ffffff;
        background-image: none;
      
    }
   
}
.faq{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #f4f4f4;
}
ul.faqlist {
    margin: -10px 15px
}

ul.faqlist li::before {
    content: " \2022";
    color: var(--orange01);
    margin-left: 8px;
    font-size: 24px
}

ul.faqlist span {
    display: block;
    margin: 5px 15px 10px 0 
}
.icon-israel{
    width: 16px;
    height: 16px;
    background-image: url(/images/star-of-davidBlue.svg);
    background-size:16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 4px 0 0;
  }
  .icon-flower{
    width: 16px;
    height: 16px;
    background-image: url(/images/flowerBlue.svg);
    background-size:16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 4px 0 0;
  }
  .icon-roundtrip{
    width: 16px;
    height: 18px;
    background-image: url(/images/pin1Blue.svg);
    background-size:16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center center;
    margin: 0 4px 0 0;
    
  }
  .icon-wheelchair{
    width: 18px;
    height: 18px;
    background-image: url(/images/disabledBlue.svg);
    background-size:16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center center;
    margin: 0 4px 0 0;
    
  }
  .icon-jeep{
    width: 18px;
    height: 18px;
    background-image: url(/images/jeepBlue.svg);
    background-size:16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center center;
    margin: 0 4px 0 0;
    
  }
  .icon-city{
    width: 18px;
    height: 18px;
    background-image: url(/images/cityBlue.svg);
    background-size:16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    background-position: center center;
    margin: 0 4px 0 0;
    
  }
.icon-children {
  width: 18px;
  height: 18px;
  background-image: url(/images/childrenBlue1.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center center;
  margin: 0 4px 0 0;
}

.icon-heart {
  width: 14px;
  height: 14px;
  background-image: url(/images/heartBlue.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center center;
  margin: 0 4px 0 0;
}

.icon-sunset {
  width: 20px;
  height: 20px;
  background-image: url(/images/sunsetBlue.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center center;
  margin: 0 4px 0 0;
}

.icon-sunrize {
  width: 20px;
  height: 20px;
  background-image: url(/images/sunrizeBlue.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center center;
  margin: 0 4px 0 0;
}

.icon-family {
  width: 16px;
  height: 16px;
  background-image: url(/images/familyBlue.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center center;
  margin: 0 4px 0 0;
}

.icon-water {
  width: 16px;
  height: 16px;
  background-image: url(/images/waterBlue.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center center;
  margin: 0 4px 0 0;
}
.icon-night {
  width: 16px;
  height: 16px;
  background-image: url(/images/nightBlue.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center center;
  margin: 0 4px 0 0;
}

  .filters_row.areaselect::after {
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    position: absolute;
    z-index: 2;
    content: "";
    border: 4px solid #ffffff;
    border-radius: 4px;
}
.settlement{
    display: block;
}
.more.zimmersinarea a{
    color: var(--blue01);
}
iframe{
    max-width: 100%;
    margin: auto;
}
h3 {
  font-size: 24px;
}
.moreDesc {
  display: block;
  font-size: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.morePhone {
  display: block;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--blue01);
  font-weight: 600 !important;
  flex-wrap: wrap;
}

  .morePhone a {
    font-size: 16px;
    font-weight: 600 !important;
  }

h3 {
  font-size: 24px;
}

.additionalarticlestitle h3 {
  margin-bottom: 10px;
  color: var(--orange01);
}

#content > div {
    display: flex;
    flex-direction: column;
}
.footer{
    order: 7;
}