    .btn-bw .elementor-button {
        padding-right: 62px !important;
        padding-left: 20px !important;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        border-radius: 5px !important;
        border: 1px solid #fff;
        overflow: hidden;
        background: transparent !important;
        color: #fff !important;
        opacity: 0.999 !important;
    }
    
    .btn-bw .elementor-button:before,
    .btn-bw .elementor-button:after {
        content: '';
        width: 40px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../img/arw.png) no-repeat center;
        background: url(../img/arw.svg) no-repeat center;
        background-size: 8px auto, 100%;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .btn-bw .elementor-button:after {
        right: -1px
    }
    
    .btn-bw .elementor-button:before {
        z-index: -10;
        background: #fff;
    }
    
    .btn-bw .elementor-button:hover {
        color: #000 !important;
    }
    
    .btn-bw .elementor-button:hover:before {
        width: 100%;
    }
    /*----------------- HEADER -----------------*/
    
    .inside-header {
        position: relative;
    }
    
    .site-logo img {
        position: relative;
        left: -18px;
    }
    
    #menu-menyu-v-shapke {
        position: absolute;
        top: 42px;
        left: 330px;
    }
    
    #menu-menyu-v-shapke li {
        display: inline-block;
        margin-right: 25px;
    }
    
    #menu-menyu-v-shapke li a {
        color: #8F7F51;
        font-size: 15px !important;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    #menu-menyu-v-shapke li a:hover {
        color: #C5AE6F;
    }
    
    #menu-menu_add li a {
        background: #0f0f0e !important;
        color: #8F7F51 !important;
        font-size: 14px !important;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        padding-top: 6px;
        padding-right: 0;
    }
    
    #menu-menu_add li a:first-child:before {
        content: '';
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        background: url(../img/icn-login.png) no-repeat;
        background: url(../img/icn-login.svg) no-repeat;
        display: inline-block;
        width: 20px;
        height: 22px;
        position: relative;
        top: 6px;
        margin-right: 8px;
    }
    
    #menu-menu_add li a:hover {
        color: #C5AE6F !important;
    }
    
    #menu-menu_add li a:first-child:hover:before {
        background: url(../img/icn-login-hov.png) no-repeat;
        background: url(../img/icn-login-hov.svg) no-repeat;
    }
    
    #menu-bf_main_menu-1 > li > a {
        font-size: 16px !important;
        padding: 0 !important;
        padding-top: 5px !important;
        margin-right: 30px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        position: relative;
        line-height: 50px !important;
    }
    
    #menu-bf_main_menu-1 > li > a:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        background: #C5AE6F;
        height: 0;
    }
    
    #menu-bf_main_menu-1 > li.search-item > a {
        margin-right: 0;
    }
    
    #menu-bf_main_menu-1 > li.search-item > a:after {
        display: none;
    }
    
    #menu-bf_main_menu-1 > li > a:hover,
    #menu-bf_main_menu-1 > li > a:focus,
    #menu-bf_main_menu-1 > li[class*="current-menu-"] > a,
    #menu-bf_main_menu-1 li.sfHover > a {
        background: transparent !important;
        color: #fff;
    }
    
    #menu-bf_main_menu-1 > li > a:hover:after,
    #menu-bf_main_menu-1 > li > a:focus:after {
        height: 3px;
    }
    
    #menu-bf_main_menu-1 .dropdown-menu-toggle {
        padding-right: 0;
    }
    
    #menu-bf_main_menu-1 ul {
        width: 240px;
    }
    /*----------------- MAIN PAGE -----------------*/
    /*----------------- slider -----------------*/
    
    #main .elementor-slick-slider ul.slick-dots li {
        width: auto;
    }
    
    .elementor-slick-slider ul.slick-dots {
        bottom: 25px !important;
    }
    
    #main .elementor-slick-slider ul.slick-dots li button {
        width: auto;
        padding: 0 4px;
    }
    
    #main .elementor-slick-slider ul.slick-dots li button:before {
        content: '';
        background: #fff;
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        position: relative;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    #main .elementor-slick-slider ul.slick-dots li:hover button:before,
    #main .elementor-slick-slider ul.slick-dots li.slick-active button:before {
        width: 30px;
    }
    
    #main .elementor-slick-slider .slick-prev,
    #main .elementor-slick-slider .slick-next {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        border: 1px solid #fff;
        left: 30px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        opacity: 0.5;
    }
    
    #main .elementor-slick-slider .slick-prev:hover,
    #main .elementor-slick-slider .slick-next:hover {
        opacity: 1;
    }
    
    #main .elementor-slick-slider .slick-next {
        left: inherit;
        right: 30px;
    }
    
    #main .elementor-slick-slider .slick-prev:before,
    #main .elementor-slick-slider .slick-next:before {
        content: "";
        background: url(../img/arw-l.png) no-repeat;
        background: url(../img/arw-l.svg) no-repeat;
        display: block;
        width: 19px;
        height: 15px;
        opacity: 1 !important;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
    
    #main .elementor-slick-slider .slick-next:before {
        background: url(../img/arw-r.png) no-repeat;
        background: url(../img/arw-r.svg) no-repeat;
    }
    
    #main .elementor-slick-slider .elementor-slide-button {
        padding-right: 60px !important;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    #main .elementor-slick-slider .elementor-slide-button:before,
    #main .elementor-slick-slider .elementor-slide-button:after {
        content: '';
        width: 40px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../img/arw.png) no-repeat center;
        background: url(../img/arw.svg) no-repeat center;
        background-size: 8px auto, 100%;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    #main .elementor-slick-slider .elementor-slide-button:before {
        z-index: -10;
        background: #fff;
    }
    
    #main .elementor-slick-slider .elementor-slide-button:after {
        right: -1px;
    }
    
    #main .elementor-slick-slider .elementor-slide-button:hover {
        color: #000;
    }
    
    #main .elementor-slick-slider .elementor-slide-button:hover:before {
        width: 100%;
    }
    /*----------------- блок статистика -----------------*/
    
    #main-stat .elementor-counter .elementor-counter-number-wrapper {
        display: inline-block;
        border-bottom: 1px solid #CCCED0;
    }
    
    #main-stat .elementor-counter:before {
        content: '';
        width: 50px;
        height: 34px;
        display: inline-block;
        background: url(../img/icn-cnt-1.png) no-repeat center;
        background: url(../img/icn-cnt-1.svg) no-repeat center;
        vertical-align: middle;
        margin-right: 15px;
    }
    
    #main-stat #counter-el-2 .elementor-counter:before {
        background: url(../img/icn-cnt-2.png) no-repeat center;
        background: url(../img/icn-cnt-2.svg) no-repeat center;
    }
    
    #main-stat #counter-el-3 .elementor-counter:before {
        background: url(../img/icn-cnt-3.png) no-repeat center;
        background: url(../img/icn-cnt-3.svg) no-repeat center;
    }
    
    #main-stat .elementor-counter div {}
    /*----------------- фильтр недвижимости -----------------*/
    
    ::-webkit-input-placeholder {
        color: #B2B2B2;
    }
    
    ::-moz-placeholder {
        color: #B2B2B2;
    }
    
    :-moz-placeholder {
        color: #B2B2B2;
    }
    
    :-ms-input-placeholder {
        color: #B2B2B2;
    }
    
    .wpp_search_elements .wpp_search_group ul.wpp_search_group {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .wpp_search_elements .wpp_search_form_element {
        width: 50%;
        padding: 0 15px;
    }
    
    .wpp_search_elements input[type="text"],
    .wpp_search_elements select {
        background: #fafafa !important;
        border-radius: 5px;
        color: #B2B2B2;
        border: 1px solid #E8E8E8;
        width: 100%;
        outline: none !important;
        height: 44px;
        line-height: 44px;
        padding: 0 15px;
        font-size: 16px;
        font-weight: 300;
    }
    
    .wpp_search_elements select {
        width: 46%;
        margin: 0 6% 0 0;
        font-size: 16px;
        padding: 0 15px;
    }
    
    .wpp_search_form_element > label,
    .wpp_search_form_element input[type="checkbox"],
    .wpp_search_group_title {
        display: none;
    }
    
    .wpp_search_elements select[name="wpp_search[current_price][max]"] {
        margin-right: 0;
    }
    
    .wpp_search_elements .seach_attribute_location {
        width: 60%;
        margin-bottom: 50px !important;
    }
    
    .wpp_search_elements .seach_attribute_current_price {
        width: 40%;
    }
    
    .wpp_search_elements .seach_attribute_current_price .delimiter {
        display: none;
    }
    
    .wpp_search_elements .rlt_tp {
        border-bottom: 1px solid #EDEDEE;
    }
    
    .wpp_multi_checkbox {
        height: 37px !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .wpp_multi_checkbox li {
        display: inline-block;
        margin-right: 20px;
        position: relative;
        margin-bottom: 0 !important;
        height: 37px !important;
    }
    
    .wpp_search_elements .seach_attribute_rlt_tp {
        width: 60%;
    }
    
    .wpp_search_elements .rlt_tp label {
        color: #A6A6A6;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .wpp_search_elements .rlt_tp label.active,
    .wpp_search_elements .rlt_tp label:hover {
        color: #303030;
    }
    
    .wpp_search_elements .rlt_tp label:before {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background: #C5AE6F;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .wpp_search_elements .rlt_tp label:hover:before,
    .wpp_search_elements .rlt_tp label.active:before {
        height: 3px;
    }
    
    .wpp_search_elements label {
        font-size: 16px;
        width: auto !important;
        cursor: pointer;
        font-weight: 300;
    }
    
    .wpp_search_elements .seach_attribute_tp {
        display: none;
    }
    
    .wpp_search_elements .wpp_multi_checkbox.tp {
        margin-top: 30px !important;
    }
    
    .wpp_search_elements .wpp_multi_checkbox.tp label {
        font-size: 14px;
        border-bottom: 1px dotted #DDDDDD;
    }
    
    .wpp_search_elements .wpp_multi_checkbox.tp label.active {
        font-weight: 400;
        border-bottom: none;
    }
    
    .wpp_search_elements .seach_attribute_trade_tp {
        width: 40%;
    }
    
    .wpp_search_elements .seach_attribute_trade_tp > label {
        display: block;
        float: none !important;
        color: #ACACAC;
        margin-bottom: 12px;
        font-weight: 400;
    }
    
    .wpp_search_elements .seach_attribute_trade_tp ul {
        font-size: 0;
    }
    
    .wpp_search_elements .seach_attribute_trade_tp li {
        margin-right: 0 !important;
    }
    
    .wpp_search_elements .seach_attribute_trade_tp li label {
        background: #fafafa !important;
        border-radius: 3px 0 0 3px;
        border: 1px solid #E8E8E8;
        width: 100%;
        outline: none !important;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        font-size: 14px;
        color: #303030;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    
    .wpp_search_elements .seach_attribute_trade_tp li label:hover,
    .wpp_search_elements .seach_attribute_trade_tp li label.active {
        background: #4A515A !important;
        border-color: #4A515A;
        color: #fff;
    }
    
    .wpp_search_elements .seach_attribute_trade_tp li:last-child label {
        border-left: none;
        border-radius: 0 3px 3px 0;
    }
    
    .wpp_search_elements .seach_attribute_features {
        width: 100%;
    }
    
    .wpp_search_elements .seach_attribute_features .features {
        padding-top: 40px !important;
        border-top: 1px solid #f8f8f8;
        margin-top: 20px !important;
        padding-bottom: 60px !important;
        border-bottom: 1px solid #f8f8f8;
    }
    
    .wpp_search_elements .seach_attribute_features label {
        font-size: 14px;
        padding-left: 30px;
    }
    
    .wpp_search_elements .seach_attribute_features label:before {
        content: '';
        width: 20px;
        height: 20px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        border: 1px solid #E8E8E8;
        border-radius: 3px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .wpp_search_elements .seach_attribute_features label:after {
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        content: '';
        font-family: 'FontAwesome';
        opacity: 0;
        font-size: 14px;
        color: #fff;
        position: absolute;
        left: 3px;
        top: 0;
        width: 14px;
        height: 14px;
    }
    
    .wpp_search_elements .seach_attribute_features label.active {}
    
    .wpp_search_elements .seach_attribute_features label.active:before {
        background: #4A515A;
        border-color: #4A515A;
    }
    
    .wpp_search_elements .seach_attribute_features label.active:after {
        opacity: 1;
    }
    
    .wpp_search_form_element.submit {
        width: 100%;
        margin-bottom: 0 !important;
        text-align: right !important;
    }
    
    .submit .btn-wrap {
        border-radius: 3px;
        display: inline-block;
        float: none;
        opacity: 1 !important;
        margin-top: 10px;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        font-family: 'FontAwesome';
        overflow: hidden;
        z-index: 100;
    }
    
    .submit .btn-wrap input {
        width: 100%;
        background: transparent !important;
        position: relative;
        z-index: 3;
        padding: 0 55px 0 15px !important;
        font-weight: 300;
        height: 40px;
        line-height: 40px;
    }
    
    .submit .btn-wrap:before,
    .submit .btn-wrap:after {
        content: '';
        width: 40px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        display: block;
        color: #303030;
        z-index: 100;
        z-index: 4;
    }
    
    .submit .btn-wrap:after {
        right: 12px;
        top: 11px;
        width: 16px;
        height: 16px;
        line-height: 1;
    }
    
    .submit .btn-wrap:before {
        z-index: 2;
        content: '';
        background: #EDEDED;
        border-radius: 0 !important;
    }
    
    .submit .btn-wrap:hover input {
        color: #000 !important;
    }
    
    .submit .btn-wrap:hover:before {
        width: 100%;
    }
    
    .submit .btn-wrap .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 1%;
        left: 1%;
        border-radius: 3px;
        overflow: hidden;
        background: #4A515A;
        z-index: 1;
        width: 98%;
    }
    
    .properties_pagination.wpp_top_pagination {
        padding: 30px;
        background: #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
        margin-top: 30px;
    }
    
    .wpp_property_results {
        display: none;
    }
    
    .wpp_pagination_slider_status {
        min-height: inherit !important;
    }
    
    .wpp_sort_by_text {
        color: #D0D0D0;
    }
    
    .wpp_sortable_link {
        background: transparent !important;
        border-bottom: 1px dotted #d4d4d4;
        color: #303030 !important;
        font-weight: 300;
        border-radius: 0 !important;
        padding: 0 !important;
        margin-left: 20px !important;
    }
    
    .wpp_sortable_link.wpp_sorted_element {
        font-weight: 400;
        border-bottom: none;
    }
    
    .all-properties {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .wpp_row_view div.property_div {
        width: 30% !important;
        border-radius: 0 !important;
        background: transparent !important;
        padding-right: 30px;
        box-shadow: none !important;
    }
    
    .wpp_row_view div.property_div:nth-child(2n+3) {
        padding-right: 0 !important;
    }