.commertial_item .address {
    color: #9AA7AF;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.commertial_item .seller-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.commertial_item .seller-block {
    font-size: 16px;
    line-height: 18px;
    color: #001230;
    text-decoration: none;
    margin-bottom: 20px;
}

.commertial_item .seller-name {
    color: #9AA7AF;
}

.commertial_item .seller-logo {
    max-height: 36px;
}

.commertial_item .reach-group {
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    min-height: 63px;
}

.commertial_item .reach {
    font-size: 16px;
    line-height: 18px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.commertial_item .reach:last-child {
    margin-bottom: 0;
}

.commertial_item .reach div:first-child {
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.commertial_item .reach-icons {
    white-space: nowrap;
}

.commertial_item .reach-icons span {
    width: 65px;
    display: inline-block;
}

.commertial_item .reach-icons span span {
    width: 65px;
    margin: 0 !important;
    padding-left: 18px !important;
}

.commertial_item .finish-block {
    color: #9AA7AF;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.commertial_item .show_tel {
    width: 100%;
    margin-right: 0;
}

.commertial_item .price-all {
    display: block;
    width: 100%;
    text-decoration: none;
    margin-bottom: 20px;
    color: #001230;
}

.commertial_item .price-all span {
    color: #9AA7AF;
}

.commertial_item .price {
    display: flex;
    width: 100%;
    text-decoration: none;
    margin-bottom: 10px;
    align-items: baseline;
}

.commertial_item .price div {
    font-size: 16px;
    line-height: 18px;
    color: #001230;
}

.commertial_item .price div:nth-child(2) {
    flex-grow: 5555555;
    border-bottom: 1px dotted #607B89;
}

.commertial_item .price span {
    color: #9AA7AF;
}



.recomended-bussineses {
    display: flex;
    width: 100% !important;
    text-decoration: none;
    margin-bottom: 10px;
    color: #0081D7;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.information-table .recomended-bussineses {
    margin-bottom: -5px;
}

.recomended-bussineses > div {
    margin-right: 10px;
    height: 28px;
    border: 1px solid #0081D7;
    border-radius: 5px;
    padding: 0 5px !important;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    width: auto !important;
}

.recomended-bussineses > div > div {
    color: #0081D7 !important;
    padding: 0 !important;
}

.recomended-bussineses > div.recomended-bussineses-filler {
    border: none;
}

.recomended-bussineses > div img {
    margin-right: 5px;
}

.commertial_item .communications {
    width: 100%;
    text-decoration: none;
    margin-bottom: 20px;
    color: #9AA7AF;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
}

.commertial_item .communications > span {
    display: inline-block;
    margin-right: 5px;
}

.commertial_item .communications > span:not(:last-child)::after {
    content: '\00B7';
    font-size: 20px;
    line-height: 18px;
    margin-left: 5px;
}

.information-table .tr-table {
    align-items: center;
}

.map_section #map {
    min-height: 800px;
}

.search_form .mod_select::after {
    font-size: 26px;
    color: #9AA7AF;
}

.search_form .mod_select {
    height: 100%;
}

.search_form .mod_select .current {
    height: 100%;
    font-size: 16px;
}

.search_form .mod_select::before {
    height: 100%;
}

.search_form .range-select {
    position: relative;
    height: 100%;
    background: #FFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #001933;
    padding: 20px 30px;
    padding-right: 50px;
    text-align: left;
    border: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.price_range-select {
    width: 25%;
}

.sqr_range-select {
    width: 18%;
}

.search_form .range-select__title {
    position: static;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0px;
    font-size: 16px;
    height: 100%;
    color: #9AA7AF;
}

.search_form .range-select::before {
  content: "";
  display: block;
  width: 1px;
  height: 35px;
  background: #E1E4E7;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  height: 100%;
}

.search_form .range-select::after {
    content: "";
    border: none;
    background: none;
    width: 9px;
    height: 9px;
    font-family: "Material-Design-Iconic-Font";
    font-weight: normal;
    font-size: 26px;
    color: #9AA7AF;
    line-height: 8px;
    right: 30px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform-origin: 66% 66%;
    transition: all 0.15s ease-in-out;
}

.search_form .range-select.open::after {
    transform: rotateX(180deg);
    top: 45%;
}

.range-select__modal {
    padding: 10px 20px;
    border-radius: 10px;
    background-color: white;
    display: none;
    -webkit-box-shadow: 0px 15px 60px rgba(108, 124, 133, 0.22);
    box-shadow: 0px 15px 60px rgba(108, 124, 133, 0.22);
    margin-top: 34px;
}

.search_form .range-select.open .range-select__modal {
    display: block;
}

.sqr_range-select {
    max-width: 250px;
}


.price_range-select .range-select__modal, .sqr_range-select .range-select__modal {
    width: 290px;
}

.price_select_options {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}

.price_select_options > div {
    color: #9AA7AF;
    font-size: 16px;
    line-height: 18px;
}

.price_select_options > div.active {
    color: #001230;
    border-bottom: 1px solid #0081d7;
}

.price_select_options__contents > div {
    display: none;
}
.price_select_options__contents > div.active {
    display: block;
}

.price_input_field {
    width: 120px;
    height: 45px;
    padding: 20px 0;
    position: relative;
}

.price_input_field input {
    font-size: 16px;
    line-height: 45px;
}

.price_input_field span {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
}

.keyword_search {
    width: 26%;
    font-size: 16px;
}

.keyword_search input {
    font-size: 16px !important;
}

.search_form .nice-select.house_select {
    min-width: 200px;
    width: 200px;
}

.nice-select.house_select .current {
    text-overflow: ellipsis;
    display: block;
    line-height: 32px;
}

.search_form .buttons button {
    height: 52px;
    border-radius: 20px !important;
    
}

.search_form .extended_options, .search_form .globe {
    border: 1px solid #ECECEC;
}

.new_search__input_form {
    height: 72px;
}

.advanced_search_form .mod_select,
.advanced_search_form input[type="text"],
.advanced_search_form .radio_item span,
.advanced_search_form .modal_btns {
    height: 40px;
}

.advanced_search_form .modal_btns {
    min-width: 100%;
    padding: 5px 5px;
}

.advanced_search_form .modal_btns:not(:last-child) {
    margin-right: 10px;
}

.advanced_search_form .mod_select .current {
    line-height: 22px;
}

.advanced_search_form {
    min-height: 400px;
}

.nice-select.mod_select.seller-list .list {
    max-height: 300px;
    overflow: auto;
}

.advanced_search_form * {
    font-size: 16px !important;
}

.advanced_search_form .item p {
    color: #9AA7AF;
}

.advanced_search_form .item_1 {
    padding-right: 10px;
    width: 29%;
}

.advanced_search_form .item_2 {
    padding-left: 10px;
    padding-right: 10px;
    width: 30%;
}


.advanced_search_form .item_2 .radio_item span {
    width: 40px;
    padding: 0;
    line-height: 38px;
    text-align: center;
}

.advanced_search_form .item_3 {
  padding-left: 10px;
  width: 41%;
}

.office-class-info {
    cursor: pointer;
}

#office-class-modal .modal-body{
    padding-top: 20px;
}

#office-class-modal h2 {
    font-size: 24px;
    color: #0081D7;
    line-height: 52px;
    margin-bottom: 20px;
}

.commercial-close {
    display: block;
    width: 52px;
    height: 52px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #DADADA;
    border-radius: 5px;
    background: none;
    cursor: pointer;
}

#office-class-modal .commercial-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 5555;
}

.class-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
}

.class_name {
    margin-right: 20px;
    height: 40px;
    width: 100px;
    min-width: 100px;
    line-height: 38px;
    color: #0081D7;
    border: 1px solid #0081D7;
    border-radius: 5px;
    background-color: #f7fcfe;
    padding: 0 10px;
    text-align: center;
}

.class_description {
    font-size: 16px;
    line-height: 18px;
}

.advanced_search_form label span {
    color: #9AA7AF;
}

.advanced_search_form .item_4 {
    width: 54%;
}

.advanced_search_form .item_5 {
    width: 46%;
}

.advanced_search_form .item_5 label span,
.advanced_search_form .item_6 label span {
    line-height: 22px;
}

.advanced_search_form .item_6 {
    width: 41%;
    padding-right: 10px;
}

.advanced_search_form .item_7 {
    padding-left: 10px;
    padding-right: 10px;
    width: 36%;
}

.advanced_search_form .item_8 {
    width: 23%;
}

.advanced_search_form .item_9 {
    width: 54%;
}

.advanced_search_form .item_9 label {
    min-width: 80%;
}

.advanced_search_form .item_10 {
    width: 46%;
}

.advanced_search_form input::placeholder {
    color: #9AA7AF;
}

.advanced_search_form .keyword::after {
    color: #9AA7AF;
}

.advanced_search_form .submit_btn, .advanced_search_form .map_btn {
    padding: 10px 44px;
}

.advanced_search_form .close {
    padding: 0;
    width: 52px;
    height: 52px;
}

.advanced_search_form .checkbox_item input:not(:checked)+i::before {
    display: none;
}

.advanced_search_form .checkbox_item {
    border: none;
}

.advanced_search_form .dop_params .wrap {
    justify-content: space-between;
}

.advanced_search_form .dop_params .item p {
    margin-bottom: 10px;
}

.advanced_search_form .dop_params .item {
    width: 48%;
    padding: 0;
}

.advanced_search_form .dop_params .item::after {
    content: none;
}

.advanced_search_form .dop_params .item .multi_select .current {
    border: 1px solid #DADADA;
    height: 40px;
    border-radius: 5px;
    line-height: 38px;
    padding: 0 20px;
}

.advanced_search_form .dop_params .item .multi_select .text {
    line-height: 38px;
}

.advanced_search_form  .dop_params .multi_select .current::after {
    font-size: 24px;
    right: 20px;
    bottom: 14px;
    color: #9AA7AF;
}

.advanced_search_form .mod_select.nice-select.house_select {
    max-width: 200px;
}

.inner_search_section .input_with_help.mobile {
    background-color: #7d7d7d;
    border-radius: 20px;
    padding: 20px;
}

.params_section .left_col {
    width: calc(100% - 370px);
}

.params_section .right_col {
    position: relative;
    width: 340px;
    margin-left: auto;
}

.params_section .right_col .btns .main_btn {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding: 17px 22px;
    color: #001230;
    margin: 0px;
    text-decoration: none;
    border: 1px solid #018BD9;
    border-radius: 5px;
    text-align: center;
    margin-top: 15px;
    background: transparent;
}

.params_section .right_col .btns .main_btn:hover {
    background: #018BD9;
    color: #FFF;
}

.params_section .right_col table td {
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    vertical-align: middle;
}

.params_section .right_col table {
    margin-bottom: 20px;
}

.params_section .right_col ul li a {
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #001230;
}

.params_section .right_col ul li a:hover {
    color: #018BD9;
}

.params_section .right_col ul li {
    margin-bottom: 20px;
}

.params_section .right_col.stick {
  position: fixed;
}

@media screen and (max-width: 1470px) {
    .advanced_search_form .item_1 {
        width: 31%;
    }
    .advanced_search_form .item_2 {
        width: 32%;
    }
    .advanced_search_form .item_3 {
        width: 37%;
    }
    .advanced_search_form .item_3 .radio_item span {
        font-size: 14px !important;
    }
}

@media screen and (max-width: 1359px) {
    .advanced_search_form .form_wrapper {
        justify-content: space-between;
    }
    .advanced_search_form .item {
        width: 48%;
        padding: 0;
    }
    .advanced_search_form .mod_select {
        padding: 8px 40px 8px 8px;
    }
    .advanced_search_form .item::after {
        content: none;
    }
    .advanced_search_form .item_9 label {
        min-width: 70%;
    }
    .advanced_search_form .item_2 .radio_item {
        max-width: 55px;
    }
}

@media screen and (max-width: 1199px) {
    .advanced_search_form .form_btns > * {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .advanced_search_form .item {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
  .params_section .left_col {
    width: 100%;
    margin-bottom: 20px;
  }
  .params_section .right_col {
    width: 100%;
  }
  section.search_section.inner_search_section {
    height: auto;
    min-height: none;
  }
  .inner_search_section .input_with_help.mobile {
    flex-wrap: wrap;
    justify-content: center;
  }

  .search_form .range-select {
    height: 60px;
    border-radius: 20px;
    margin-bottom: 10px;
  }

  .search_form .range-select::before {
    content: none;
  }

  .search_form .range-select .range-select__modal {
    z-index: 5555;
    position: relative;
    width: 280px;
    left: -30px;
  }
  .price_input_field span {
    margin-top: -10px;
  }
  .search-buildings {
    width: 100%;
  }
  .price_input_field {
    width: 48%;
    border-radius: 20px;
    margin: 0;
  }
  .sqr-m {
    width: 100%;
    margin-bottom: 10px;
  }
  .sqr-m .price_of_houses.double_price {
    flex-direction: row;
    justify-content: space-between;
  }
  .input_with_help.mobile .buttons {
    justify-content: center;
  }
    .input_with_help.mobile .extended_options, .input_with_help.mobile  .globe {
        margin: 0 10px;
    }
    .advanced_search_form .item_2 p {
        width: auto;
        margin-right: 20px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .advanced_search_form .dop_params .item {
        width: 100%;
    }
    .input_with_help.mobile .extended_options, .input_with_help.mobile  .globe {
        display: block;
    }
}


