
* {
    box-sizing: border-box;
    margin: 0;
}

input {
    -moz-appearance: textfield;
}

input::-webkit-inner-spin-button {
    display: none;
}

a {
    color: black;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

input:focus {
    outline: none;
}

.header_left_mob,
.icon_menu {
    display: none;
}

body, html {
    font-family: 'Roboto-Regular';
    font-size: 10px;
    min-width: 1006px;
    min-height: 640px;
    margin: 0;
    padding: 0;
    color: #1d1d1d;
    position: relative;
    height: 100%;
    width: 100%;
}

.container {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 4rem;
    width: 100%;
    position: relative;
}
.pop_up_location  .container{
	padding: 0 1rem;
	max-width:100%;
}

header {
    min-height: 60px;
    background-image: linear-gradient(-180deg, rgb(255, 225, 62) 0%, rgb(255, 224, 98) 24%, rgb(255, 225, 101) 39%, rgb(255, 225, 104) 51%, rgb(255, 224, 98) 75%, rgb(255, 226, 83) 88%, rgb(255, 228, 67) 100%);
    position: absolute;
    position: relative;
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    /*transition: all .5s ease-out;*/
    min-width: 1006px;
    padding-bottom: 10rem;
    border: 1px solid #f4ce37;
}

header .header {
    clear: both;
}

.main_content {
    padding-bottom: 3rem;
}

.logo {
    display: block;
    top: 0.8rem;
    position: absolute;
    transition: all .2s ease-out;
    width: 120px;
    z-index: 10;
}

.header_fix .logo {
    opacity: 0;
}

.logo img {
    width: 100%;
}

.header_right {
    right: 4rem;
    color: #121212;
    font-size: 1.3rem;
    transition: all .4s ease;
    z-index: 1;
    top: 23px;
    position: absolute;
    transition: all 0.2s ease-out;
}

.header_fix .header_right {
    opacity: 0;
}

.lang {
    float: left;
    margin-right: 3rem;
}

.lang_div {
    padding: 0.6rem;
    text-decoration: none;
}

.lang_div:hover, .lang_active {
    font-family: 'Roboto-Medium';
    background: #fff301;
}

.header_left {
    float: left;
    top: 23px;
    left: 200px;
    position: absolute;
    z-index: 1;
    transition: all 0.2s ease-out;
}

.flats_link {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-right: 3rem;
    font-family: 'Roboto-Bold';
    transition: all 0.2s ease-out;
}

.header_fix .flats_link {
    opacity: 0;
}

.flats_link:hover {
    color: #c11f2c;
}

.fav {
    float: right;
    position: relative;
    padding-left: 3rem;

}

.fav_img {
    position: absolute;
    left: 0;
    top: -3px;
}

.fav_text {
    float: right;
    margin: 0;
    text-decoration: none;
}

.fav:hover .fav_text {
    color: #c01c29;
}

.fav_text span {
    color: #c01c29;
}

.img_wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 81%;
    top: 0;
    left: 0;
    transition: all .5s ease;
    pointer-events: none;
}

.header_img_flat_wrap {
    position: absolute;
    /* bottom: 0; */
    top: 0;
    right: 0;
    height: 42.1rem;
    z-index: 1;
    transform: scale(1);
    opacity: 1;
    height: 100%;
    transition: all .5s ease;
    /* left: 64%; */
    right: 14%;
    z-index: -1;
    overflow: hidden;
    width: 42.1rem;
}

.header_img_flat {
    width: 100%;
    /* height: 42.1rem; */
    position: absolute;
    transition: all 0.2s ease-out;
    top: 4rem;
    opacity: 1;
}

.header_fix .header_img_flat {
    opacity: 0;
    height: 0;
}

.header_main {
    /*transition: all .5s ease-out;*/
    position: relative;
    width: 100%;
    padding-top: 13rem;
    transition: all 0.2s ease-out;
}

.header_fix .header_main {
    padding-top: 0;
}

.header_tittle {
    font-family: 'Roboto-Light';
    color: black;
    font-size: 3.439rem;
    transform: scale(1);
    opacity: 1;
    margin-bottom: 4rem;
    width: 52rem;
    height: 8rem;
    transition: all .2s ease-out;
}

.header_fix .header_tittle {
    opacity: 0;
    height: 0;
    margin-bottom: 0;
}

.header_tittle span {
    font-family: 'Roboto-Regular';
    color: #d82332;
    font-size: 3.676rem;
    transition: all .5s ease-out;
    margin-top: 1.7rem;
    position: relative;
    transition: all .5s ease-out;
}

.search_form {
    margin-bottom: 0.7rem;
    position: relative;
    z-index: 10;
    transition: all .5s ease-out;
    width: 100%;
    display: flex;
}

.special {
    width: 100%;
    transition: all .5s ease-out;
    position: relative;
    padding-bottom: 1rem;
}

.header_top {
    position: absolute;
    z-index: 1;
    width: calc(100% - 8rem);
}

/* Select */
.select_item_wrap {
    position: relative;
    vertical-align: top;
    min-width: 15rem;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    padding: 0 1rem;
    /*padding-right: 4rem;*/
}

.select_item_wrap .current {
    display: block;
    position: relative;
    color: #3a3a3a;
    font-size: 1.4rem;
    cursor: default;
    height: 100%;
    line-height: 4.9rem;
    white-space: nowrap;
    cursor: pointer;
    /*transition: all .5s ease-out;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 3rem);
    pointer-events: none;
}

.select_item_wrap .current_grey {
    background-color: #9A9A9A;
}

.select_item_wrap:after {
    content: '';
    position: absolute;
    pointer-events: none;
    top: 0;
    right: 2rem;
    z-index: 16;

    bottom: 0;
    width: 1rem;
    /*height: 5px;*/
    margin: auto;
    background-image: url(../img/expand-button.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.2s ease-in-out;
}

.floors:after {
    display: none;
}

.open_dropdown:after {
    transform: rotate(-180deg);
}

.select_item_wrap .current:before {
    content: '';
    position: absolute;
    width: calc(100% - 4rem);
    height: 1px;
    background: #f8f8f8;
    bottom: -1px;
    opacity: 0;

}

.open_dropdown .current:before {
    opacity: 1;
}

.select_item_wrap .option_wrap {
    position: absolute;
    top: 0;
    padding-top: 5rem;
    padding-bottom: 2rem;
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(17, 17, 17, 0.1);
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    left: 0;
    background-color: #FFF;
    transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
}

/*.select_item_wrap:hover .option_wrap*/
.open_dropdown .option_wrap {
    opacity: 1;
    visibility: visible;
}

.open_dropdown.big_options .option_wrap,
.open_dropdown.big_options .dropdown_click,
.open_dropdown.big_options .current {
    width: 202%;
    width: 326%; /*микрорайоны*/
}

.open_dropdown.big_options:after {
    right: -94%;
    right: -218%;
}

.royons_wr {
    width: 100%;
    height: 100%;
    display: flex;
}

.royons, .mikro_royons {
    width:33%; /*микрорайоны */
}

.mikro_royons .option {
    /*font-size: 1.2rem!important;/*микрорайоны меньше размер*/

}

.mikro_royons .option_more:before {
    /*  width: 1rem;
      height: 1rem;	/*микрорайоны  меньше размер*/
}

.big_options .option_more {
    padding-left: 4rem !important;
}

.big_options .option_more:before {
    left: 1.5rem;
}

.big_options .option_more:after {
    left: 1.9rem;
    top: 0.7rem;
}

.mikro_royons .option_more:after {
    /* left: 1.6rem;
     top: 0.6rem;  /*микрорайоны меньше размер*/
}

.select_item_wrap .option {
    display: block;
    position: relative;
    width: 100%;
    font-size: 1.4rem;
    color: #777777;
    padding: 1rem 3rem;
    padding: 0.4rem 3rem;

    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.option sup, .current sup {
    font-size: 10px;
    position: absolute;
    margin-top: -0.2rem;
}

.option_text {
    font-size: 1.5rem;
    padding-left: 2rem;
    margin-top: 1rem;
    cursor: pointer;
    padding: 1rem 3rem;
    padding-left: 6rem;
    position: relative;
}

.option_text:before {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #b0b0b0;
    left: 3rem;
}

.select_item_wrap .option_text:hover:before {
    border: 1px solid #3a3a3a;
}

.option_text:after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 1.3rem;
    left: 3.4rem;
    background: url(../img/check-sign.svg) no-repeat;
    background-size: contain;
    opacity: 0;
}

.select_item_wrap .option:hover {
    /*background-color: #F8F8F8;*/
    color: #3a3a3a;
    font-family: 'Roboto-Medium';
}

.select_item_wrap .active:hover {

}

.select_item_wrap p.active {
    color: #3a3a3a !important;
    background-color: #F8F8F8;
    font-family: 'Roboto-Medium';
}

.select_item_wrap .option_more {
    padding-left: 6rem;
    padding-right: 1rem;
}

.option_more:before {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #b0b0b0;
    left: 3rem;
}

.select_item_wrap .option:hover:before {
    border: 1px solid #3a3a3a;
}

.active_many:before {
    border: 1px solid #c11f2c !important;
    background: #c11f2c;
}

.option_more:after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 1.3rem;
    top: 0.8rem;
    left: 3.4rem;
    background: url(../img/check-sign.svg) no-repeat;
    background-size: contain;
    opacity: 0;

}

.active_many:after {
    opacity: 1;
}

.option_overflow {
    max-height: 24rem;
    overflow: auto;
}

.otstup {
    margin-top: 1rem;
    height: 1px;
    background: #777777;
    margin-bottom: 1rem;
    width: calc(100% - 1.6rem);
    margin-left: 1.6rem;

}

/* Custom Style Select */

.select_middle_wrap {
    width: 20.5%;
    margin-right: 0.4%;
    height: 5rem;
    transition: all .5s ease-out;
    background: white;
    /*cursor: pointer;*/
}

.select_large_wrap {
    min-width: 22rem;
}

.select_small_wrap {
    min-width: 8rem;
}

.select_small_wrap .current {
    height: 4rem;
    line-height: 4rem;
}

/*.select_middle_wrap .current {
    color: #585656;
    background-color: #FFF;
}*/

.select_middle_wrap .current:after {
    /*background-image: url(../img/small_arrow.svg);*/
}

.select_input_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 2rem 1rem 2rem;
}

.select_input_wrap .form_field {
    height: 3rem;
    width: 40%;
    line-height: 3rem;
    font-size: 1.4rem;
    padding: 0 0.5rem;
}

.select_input_wrap span {
    margin: 0 1rem;
}

/* End Select */
.rooms {
    vertical-align: top;
    /*width: 20.7%;*/
    width: 18.7%;
    transition: all .5s ease-out;
}

.price {
    vertical-align: top;
    width: 24.4%;
    transition: all .5s ease-out;
}

.search_form .price p {
    /*color: #a1a1a1;*/
}

.search_form .price p span {
}

.search_form .dropdown .current {
    margin: 0;
    position: relative;
    z-index: 16;
}

.button_search {
    /*width: 10.4%;*/
    width: 17.4%;
    height: 5rem;
    background: #c11f2c;
    display: inline-block;
    color: #f3f3f4;
    text-decoration: none;
    font-size: 1.4rem;
    text-align: center;
    margin-right: 0.2%;
    line-height: 5rem;
    cursor: pointer;
    transition: all .5s ease-out;

    margin-right: 0.4%;
    width: 25.3%;
    min-width: 25.3%;
}

.button_search:hover {
    color: white;
    background-color: #a01e29;
}

.button_search:before {
    content: '';
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    background: url(../img/search.svg) no-repeat;
    background-size: contain;
    margin-left: -2rem;
    top: 1.7rem;
}

.special_a {
    font-size: 1.4rem;
    font-size: 14px;
    color: #777777;
    cursor: pointer;
    margin-right: 3rem;
    display: inline-block;
    position: relative;
    padding-left: 2.5rem;
    transition: all .5s ease-out;
}

.special_a:before {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #b0b0b0;
    left: 0rem;
}

.special_a:hover:before {
    border: 1px solid #3a3a3a;
}

.check_all_active:before {

    border: 1px solid #c11f2c !important;
    background: #c11f2c;
}

.special_a:after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    top: 0.3rem;
    left: 0.4rem;
    background: url(../img/check-sign.svg) no-repeat;
    background-size: contain;
    opacity: 0;
}

.check_all_active:after {
    opacity: 1;
}

.special_a:hover {
    color: #3a3a3a;
}

.btn_more_search {
    position: absolute;
    right: 0;
    margin-right: 0;
}

.btn_more_search_link {
    /*display: inline-block;
    height: 5rem;
    width: 16%;
    vertical-align: top;
    text-align: center;
    line-height: 5rem;
    font-size: 1.4rem;
    color: #c11f2c;
    box-shadow: inset 0 0 1px rgba(193, 31, 44, 0.6);
    transition: all 0.2s ease-out;*/

    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 1.4rem;
    transition: all 0.2s ease-out;
    position: absolute;
    left: 83%;
    left: 75.5%;
    text-transform: uppercase;
    top: 6rem;
    border-bottom: 1px dotted;

}

.header_filter .btn_more_search_link {
    /*width: 21.4%;
	height: 4rem;
    line-height: 4rem;*/
    left: 75.5%;
}

.btn_more_search_link:hover {
    /*background: rgba(193, 31, 44, 0.2);
    box-shadow:none;*/
    border-bottom: none;
}

.btn_turn_search {
    position: absolute;
    right: 0;
    margin-right: 0;
    z-index: 12;
}

.price_min input {
    /*border-right: 1px solid #F8F8F8;*/
}

.price_min:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 82%;
    background: #F8F8F8;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.price_min, .price_max {
    width: 50%;
    height: 100%;
    position: relative;
    vertical-align: top;
}

.placeholder {
    position: absolute;
    color: #3a3a3a;
    font-size: 1.4rem;
    top: 36%;
    left: 2rem;
    transition: all 0.2s ease-out;
    pointer-events: none;
    display: none;
}

.placeholder_2 {
    position: absolute;
    color: #8f8f8f;
    font-size: 1.4rem;
    top: 36%;
    right: 2rem;
    transition: all 0.2s ease-out;
    pointer-events: none;
}

.form_field_price {
    border: none;
    height: 100%;
    padding: 0 1rem;
    width: 100%;
}

.form_field_price:not([disabled]):focus ~ .placeholder,
.value_done .placeholder {
    font-size: 1.2rem;
    top: 0.2rem;
}

.adress_detal_wrap:after {
    content: '';
    position: absolute;
    top: 41%;
    right: 2rem;
    width: 1.3rem;
    height: 1.3rem;
    background: url(../img/icon_location.png) no-repeat;
    background-size: cover;

    transform: translateY(-0.8rem);
}

.filter_detal_change_wr {
    display: flex;
    /* min-width: 17.6%; */
    width: 39.4%;
    justify-content: space-between;
    padding-left: 1rem;

}

.filter_detal_change {
    width: 33%;
    display: flex;
    align-items: center;
    position: relative;
}

.builder_detal_img {

}

.adress_detal {
    color: #535353;
    padding-top: 1rem;
    margin-left: 3rem;
    font-size: 1.3rem;
    white-space: nowrap;
    transition: all .5s ease-out;
    position: relative;
    cursor: pointer;
    /*border-bottom: 1px dotted #535353;*/
    display: inline-block;
    width: calc(100% - 3rem);

}

.adress_detal:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 17px;
    background: url(../img/icon_loc.png) no-repeat;
    background-size: contain;
    left: -26px;
    bottom: 4px;
    background-position: bottom;

}

.adress_detal.kiev:before {
    /*background: url(../img/icon_metro.png) no-repeat;
    background-size: contain;
    background-position: bottom;*/
    background: url(../img/sprite_1.png) no-repeat;
    background-position: -22px -75px;
}

.adress_kiev {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.kiev .adress_kiev {
    opacity: 1;
    border-bottom: 1px dotted #535353;
}

.adress_kiev_obl {
    border-bottom: 1px dotted #535353;
    overflow: hidden;
    max-width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
}

.kiev .adress_kiev_obl {
    opacity: 0;
    border-bottom: 1px dotted transparent;
}

.builder_detal {
    color: #535353;
    padding-top: 1rem;
    padding-top: 0.5rem;
    font-size: 1.3rem;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    border-bottom: 1px dotted #535353;
    display: inline-block;
    width: calc(100% - 17px);
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.builder_detal:before{*/
.builder_detal_img {
    width: 22px;
    height: 17px;
    background: url(../img/sprite_1.png) no-repeat;
    background-position: 5px -79px;
}

.complex_detal {
    color: #535353;
    padding-top: 0.5rem;
    font-size: 1.3rem;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
    border-bottom: 1px dotted #535353;
    display: inline-block;

    max-width: calc(100% - 17px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.complex_detal_img {
    width: 24px;
    height: 16px;
    background: url(../img/sprite_1.png) no-repeat;
    background-position: -24px -126px;
}

.adress_detal:hover div, .builder_detal:hover, .complex_detal:hover {
    border-bottom: 1px dotted transparent;
}

.search_form .city .current {
    color: #3a3a3a;
    font-size: 1.4rem;
}

.more_search_wrap {
    position: relative;
    transition: all 0.2s ease-out;
    height: 0;
    z-index: 10;
    overflow: hidden;
}

.show_more_search_wrap .more_search_wrap {
    height: auto;
    overflow: visible;
}

.show_more_search_wrap .btn_more_search {
    opacity: 0;
}

.show_more_search_wrap .special {
    display: none;
}

/*СЃС‚РёР»Рё РґР»СЏ С„РёРєСЃРёСЂРѕРІР°РЅРЅРѕРіРѕ С…РµРґРµСЂР°  */

.header_fixed {
    position: fixed;
    z-index: 100;
}

.header_fixed .header_tittle {
    transform: scale(0);
    height: 0;
    margin: 0;
    opacity: 0;
}

.header_fixed .header_img_flat {
    transform: scale(0);
    height: 0;
    opacity: 0;
}

.header_fixed .logo {
    top: 0rem;
    width: 10.8rem;
}

.header_fixed .search_form {
}

.header_fixed .button_search {
    height: 4.5rem;
}

.header_fixed .select_item_wrap .current {
    height: 4.5rem;
    line-height: 4.6rem;
}

.header_fixed .select_item_wrap .option_wrap {
    top: 4.5rem;
}

.header_fixed .header_main {
    margin-left: 13.8rem;
    /*margin-bottom: 2rem;*/
    margin-top: 3rem;
    padding-top: 0;
    width: 67%;
    margin-right: 0;
}

.header_fixed .header_right {
    margin-top: 1.5rem;
}

.header_fixed .special {
    margin-right: 17.6rem;
    padding-bottom: 1rem;
}

.header_fixed .special a {
    font-size: 1.3rem;
}

.header_fixed .img_wrap {
    height: 66%;
}

.header_fixed .select_middle_wrap {
    height: 4.5rem;
}

.header_fixed .btn_turn_search {
}

/* РєРѕРЅРµС† СЃС‚РёР»РµР№ РґР»СЏ С„РёРєСЃРёСЂРѕРІР°РЅРЅРѕРіРѕ С…РµРґРµСЂР°  */

.search_form {
    z-index: 11;
}

.search_second_form {
    z-index: 10;
}

.search_third_form {
    display: flex;
    z-index: 9;
    position: relative;
}

.housing {
}

.housing_first {
    /*margin-top: 13rem;*/
    margin-top: 4rem;
}

.housing .main {
    border-bottom: 1px solid #ebebeb;
}

.housing .main .first {
    min-height: 6.5rem;
    clear: both;
}

.housing .main .first img {
    float: left;
}

.housing .main .first h2 {
    float: left;
    font-size: 2.9rem;
    margin-top: 1.5rem;
    margin-left: 3.3rem;
    font-family: 'Roboto-Medium';
}

.housing .main .first .div_h2 {
    float: left;
    font-size: 2.9rem;
    margin-top: 1.5rem;
    margin-left: 3.3rem;
    font-family: 'Roboto-Medium';
}

.housing .main .first a {
    float: right;
    color: #638ec9;
    text-decoration: none;
    border-bottom: 1px dotted #638ec9;
    font-size: 14px;
    margin-top: 2.3rem;
}

.housing .main .first a:hover {
    color: #3d5f8e;
    border-bottom: 1px dotted transparent;
}

.housing .main .second {
    margin-top: 3rem;
}

.housing .main .second h4 {
    color: #3a3a3a;
    font-size: 1.9rem;
    font-family: 'Roboto-Medium';
    margin-bottom: 2rem;
}

.housing .main .second .div_h4 {
    color: #3a3a3a;
    font-size: 1.9rem;
    font-family: 'Roboto-Medium';
    margin-bottom: 2rem;
}

.housing .main .second .row {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    width: 102%;
    margin-left: -1%;
}

/*.housing .main .second .row a {*/
.famous_jk_div {
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 3rem;
    width: 14.6%;
    min-width: 14rem;
    overflow: hidden;
    margin: 0 1% 3rem;
}

.famous_jk_link {
    display: block;
}

.housing .main .second .row a .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-out;
}

.housing .main .second .row a:hover .img {
    transform: scale(1.1);
}

.housing .main .second .row a h4 {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: 'Roboto-Medium';
    overflow: hidden;
    min-height: 1.8rem;
    min-height: 3.8rem;
    margin-top: 1rem;
    transition: all 0.2s ease-out;
}

.housing .main .second .row a:hover h4 {
    color: #a01e29;
}

.housing .main .second .row a .div_h4 {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: 'Roboto-Medium';
    overflow: hidden;
    min-height: 3.8rem;
    margin-top: 1rem;
    transition: all 0.2s ease-out;
}

.housing .main .second .row a:hover .div_h4 {
    color: #a01e29;
}

.housing .main .second .row a h5 {
    font-size: 1.4rem;
    color: #a2a2a2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.housing .main .second .row a .div_h5 {
    font-size: 1.4rem;
    color: #a2a2a2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.housing .main .second .row a p {
    font-size: 1.4rem;
    color: #3a3a3a;
    margin-top: 0.5rem;
}

.btn_link {
    display: inline-block;
    min-height: 4.6rem;
    text-decoration: none;
    padding: 0 5.7rem 0 2.8rem;
    border: 1px solid #dbdbdb;
    font-size: 1.2rem;
    text-transform: uppercase;
    position: relative;
    color: #c11f2c;
    font-family: 'Roboto-Bold';
    transition: all 0.2s ease-out;
    line-height: 4.5;
}

.btn_link:after {
    content: '';
    position: absolute;
    width: 2.5rem;
    height: 1.1rem;
    background: url(../img/arrow.svg) no-repeat;
    background-size: contain;
    top: calc(50% - 0.55rem);
    right: 2rem;
}

.btn_link:hover {
    color: white;
    background-color: #c11f2c;
}

.housing .main .second .button-two {
    background-position-x: 13.5rem;
    width: 16.7rem;
}

.developers {
    margin-top: 3rem;
    margin-bottom: 4rem;
}

.developers .first {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 3rem;
}

.developers .first h5 {
    color: black;
    font-family: 'Roboto-Medium';
    font-size: 1.9rem;
}

.developers .first .div_h5 {
    color: black;
    font-family: 'Roboto-Medium';
    font-size: 1.9rem;
}

.developers_row {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    width: 102%;
    margin-left: -1%;
}

.one_developer {
    display: block;
    width: 16%;
    float: left;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #e5e5e5;
    margin-bottom: 3rem;
    width: 15.6%;
    min-width: 14rem;
    margin: 0 0% 3rem;
}

.developers_row .last {
    border: none;
}

.logo_developers {
    margin: 0 auto;
    height: 9rem;
}

.logo_developers {
    margin-top: 2rem;
}

.logo_developers img {
    max-width: 95%;
    max-height: 95%;
}

.one_developer h6 {
    transition: all 0.2s ease-out;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.one_developer:hover h6 {
    color: #c11f2c;
}

.one_developer .div_h6 {
    transition: all 0.2s ease-out;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.one_developer:hover .div_h6 {
    color: #c11f2c;
}

.wrapper {
    width: 100%;
    clear: both;
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.developers .first .button:hover {
    color: black;
    background-color: #fbe133;
}

.developers .first .button-three {
    background-position-x: 21rem;
}

.developers .second .block {
    display: inline-block;
    vertical-align: top;
}

.developers .second .one {
    width: 13%;
}

.developers .second .two {
    width: 22%;
}

.developers .second .three {
    width: 16%;
}

.developers .second .four {
    width: 16%;
}

.developers .second .block img {
    margin-top: 0.4rem;
    margin-right: 1rem;
    display: inline-block;
}

.developers .second .block p {
    font-size: 1.9rem;
    display: inline-block;
}

.developers .second .block table {
    margin-left: 2rem;
}

.developers .second .block table tr td {
    font-size: 1.4rem;
    line-height: 3.5rem;
    color: black;
}

.developers .second .block table tr .td-second {
    text-align: center;
}

.developers .third .block table tr .td-second {
    text-align: center;
}

.developers .second .block table tr td a {
    text-decoration: none;
    font-size: 1.6rem;
    color: #638ec9;
}

.developers .third {
    min-height: 29.6rem;
    padding-bottom: 7rem;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    justify-content: space-between;
}

.developers .third-last {
    min-height: 25rem;
    padding-bottom: 6rem;
    margin-bottom: 24rem;
}

.developers .third .block {
    display: inline-block;
    vertical-align: top;
}

.developers .third .one {
    width: 13%;
}

.developers .third .two {
    width: 22%;
}

.developers .third .three {
    width: 16%;
}

.developers .third .four {
    width: 16%;
}

.developers .third .block img {
    margin-top: 0.4rem;
    margin-right: 1rem;
    display: inline-block;
}

.developers .third .block p {
    font-size: 1.9rem;
    font-weight: bold;
    display: inline-block;
}

.developers .third .block table {
    margin-left: 2rem;
}

.developers .third .one table {
    margin-top: 0;
}

.developers .third .block table tr td {
    font-size: 1.4rem;
    line-height: 3.5rem;
    color: black;
    max-width: 14rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
}

.developers .third .block table tr td a {
    text-decoration: none;
    font-size: 1.6rem;
    color: #638ec9;
}

footer {
    background: #37393c;
    min-height: 5rem;
    position: absolute;
    position: relative;
    bottom: 0;
    /*padding-bottom: 2rem;*/
    width: 100%;
    align-self: flex-end;
}

footer .main {

}

.footer_left {
    /*position: absolute;*/
    display: flex;
}

.footer_left img {
    /*float: left;
    margin-top: 1.4rem;
    margin-right: 1.5rem;*/
}

.footer_left .img-first {
    float: left;
    margin-right: 1.5rem;
    margin-top: 1.3rem;
}

.footer_left img:hover {
    transform: scale(1.1);
}

.footer_td,
.footer_td_link {
    /*float: left;*/
    margin-left: 5rem;
    padding-top: 1.5rem;
}

.footer_td_link a {
    text-decoration: none;
    color: #a6a6a6;
    font-size: 1.3rem;
    padding-right: 3.3rem;
    display: block;
    margin-bottom: 1rem;

}

.footer_td_link span {
    text-decoration: none;
    color: #a6a6a6;
    font-size: 1.3rem;
    padding-right: 3.3rem;
    display: block;
    margin-bottom: 1rem;
}

.footer_td span {
    text-decoration: none;
    color: #a6a6a6;
    font-size: 1.3rem;
    padding-right: 1.3rem;
    display: block;
    margin-bottom: 1rem;
    display: inline-block;
    vertical-align: top;
}

.partners_wr {
    display: inline-block;
}

.footer_td_link a:hover {
    color: #fff;
}

.footer_right {
    top: 2rem;
    position: absolute;
    right: 4rem;
}

.footer_right p {
    color: #a6a6a6;
    font-size: 1.1rem;
}

.lun_ua_link {
    display: inline-block;
    width: 51px;
    height: 15px;
    margin-right: 1.3rem;
}

.kv_o_link {
    display: inline-block;
    width: 51px;
    height: 15px;
}

/* POP UP CHOISE LOCATION */
.pop_up_location {
    position: fixed;
    position: absolute;
    z-index: -100;
    display: flex;
    /*display:none;*/
    opacity: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    top: 0;
    justify-content: center;
    margin: auto;
    background: rgba(0, 0, 0, 0.50);
    transform: scale(0);
    transition: opacity 0.2s ease-out;

    min-width: 1000px;
    overflow: auto;
}

.pop_up_location_size {
    background: white;
    position: relative;
    border: 1px solid #eeeeee;
    padding: 5rem 4rem;
    width: auto;
    height: auto;
    max-width: 85%;
    max-height: 85%;

    min-width: 612px;
    min-width: 979px;
    /*max-width: calc(1366px - 8rem);*/
}

.pop_up_show {
    transform: scale(1) !important;
    opacity: 1;
    display: flex !important;

    z-index: 100;
}

.pop_up_location_kiev {

}

.pop_up_loc_wrap {
    display: flex;
    margin-bottom: 2vh;
    height: 68vh;
    overflow: auto;
    justify-content: center;
}

.pop_up_loc_tegs_wrap {
    /*width: 25%;*/
    width: 100%;

}

.pop_up_loc_tegs_metro {
    /*width: 75%;
	padding-left: 10%;*/
    width: 100%;
}

.pop_up_metro_tegs {
    display: flex;
    justify-content: space-between;
}

.pop_up_loc_tegs {
    display: inline-block;
    width: 87%;
    width: 100%;

    display: flex;
}

.pop_up_loc_tittle {
    font-size: 2.4rem;
    color: #31302e;
    margin-bottom: 1rem;
    display: inline-block;
    margin-right: 2rem;
}

.pop_up_metro_tittle_wrap {
    font-size: 2.4rem;
    color: #31302e;
    margin-bottom: 1rem;
    position: relative;
}

.pop_up_metro_tittle {
    display: inline-block;
    margin-right: 2rem;
}

.pop_up_loc_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 1rem;
    width: 20%;
    padding-right: 1rem;
}

.pop_up_loc_ul_2 {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 1rem;
    width: 50%;
}

.pop_up_metro_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 1rem;
    width: 30%;
}

.teg_li {
    margin: 0.2rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.teg, .teg_zero {
    border-radius: 15px;
    color: #31302e;
    font-size: 1.5rem;
    cursor: pointer;
    position: relative;
    padding: 0.5rem 3rem 0.5rem 1rem;
    display: inline-block;
    transition: all 0.2s ease-out;
}

/*.teg_k:before{
	content: 'Рљ';
    position: absolute;
    font-size: 1.5rem;
    top: 0.5rem;
    color:#777777;
	left: -1rem;
}*/
.teg_letter {
    position: absolute;
    font-size: 1.5rem;
    top: 0.5rem;
    color: #777777;
    left: 0rem;
}

.teg_zero {

}

.pop_up_loc_ul_red .teg {
    color: #c42f2e;
}

.pop_up_loc_ul_blue .teg {
    color: #2752c1;
}

.pop_up_loc_ul_green .teg {
    color: #1aaa1a;
}

.teg:hover {
    background: #eeeeee;
}

.teg:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    /*background: url(../img/close_teg.png) no-repeat;
    background-size: cover;*/
    background: url(../img/sprite_1.png) no-repeat;
    background-position: -2px -44px;
    width: 8px;
    height: 8px;
    opacity: 0;
    transition: all 0.2s ease-out;
}

.teg_active,
.teg_active_time {
    background: #eeeeee;
}

.teg_active:after {
    opacity: 1;
}

.btn_accept {
    /*background: url(../img/button.png);*/
    display: inline-block;
    /*color: #f3f3f4;*/
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    /*transition: all .5s ease-out;*/
    margin-right: 4rem;
    position: relative;
    border-bottom: 1px dotted;
}

.btn_accept:after {
    content: '';
    position: absolute;
    width: 2.6rem;
    height: 0.6rem;
    background: url(../img/arrow_continued.png) no-repeat;
    background-size: cover;
    right: -4rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn_accept:hover {
    border-bottom: 1px dotted transparent;
}

.btn_reset {
    width: 10rem;
    height: 3.5rem;
    display: inline-block;
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 3;
    cursor: pointer;
    transition: all .5s ease-out;
    border: 1px solid #d8d8d8;
}

.display_flex {
    display: flex;
    text-align: center;
    justify-content: center;
    justify-content: flex-end;
}

.main_tegs_wrap {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
}

.main_tegs_wrap_show {
    /*height: 8rem;
    overflow: hidden;*/
}

.main_tegs_wrap_static {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}

.main_teg {
    font-size: 12px;
    background: rgba(193, 31, 44, 0.10);
    margin-right: 10px;
    border-radius: 15px;
    float: left;
    cursor: default;
    padding: 0.5rem 30px 0.5rem 10px;
    position: relative;
    margin-top: 1rem;
    transition: background 0.2s ease-out;
    margin-bottom: 1rem;
}

.main_teg:hover {
    background: rgba(193, 31, 44, 0.15);
}

.main_teg sup {
    position: absolute;
    transform: translateY(-13%);
}

/*.main_teg:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    background: url(../img/close_teg.png) no-repeat;
    background-size: cover;
    width: 8px;
    height: 8px;
    transition: all 0.2s ease-out;
}*/
.main_teg_close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    background: url(../img/close_teg.png) no-repeat;
    transition: all 0.2s ease-out;
    cursor: pointer;
    height: 2vmin;
    width: 2vmin;
    background-position: center;
    right: 0.5vmin;
    height: 14px;
    width: 14px;
}

.show_more_tegs, .show_more_tegs_hidden,
.hide_more_tegs {
    font-size: 1.2rem;
    background: rgba(193, 31, 44, 0.10);
    float: left;
    cursor: pointer;
    padding: 0.5rem 10px;
    position: relative;
    margin-top: 1rem;
    border-radius: 15px;
    color: #c11f2c;
    font-family: 'Roboto-Medium';
    margin-right: 10px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
}

.header_fix.header_filter .hide_more_tegs {
    margin-top: 0;
}

.show_more_tegs:hover {
    background: rgba(193, 31, 44, 0.15);
}

.reset_tegs, .reset_tegs_hidden {
    font-size: 12px;
    float: left;
    cursor: pointer;
    font-family: 'Roboto-Medium';
    padding: 0.5rem 0;
    position: relative;
    margin-top: 1rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #c11f2c;
    width: 80px;
    text-transform: uppercase;
    transition: background 0.2s ease-out;
    border-radius: 15px;
    box-shadow: inset 0 0 1px rgba(193, 31, 44, 0.20);
}

.reset_tegs:hover {
    background: rgba(193, 31, 44, 0.20);
    box-shadow: none;
}

.main_tegs_wrap_hidden,
.show_more_tegs_hidden,
.main_tegs_wrap_hidden_more,
.main_tegs_wrap_hidden_more_all,
.reset_tegs_hidden,
.main_tegs_all,
.main_tegs_short {
    overflow: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    margin: 0rem;
    clear: both;
}

/* FILTER */
.page_content {
    /*padding-top: 51px;*/
}

.filter_tittle {
    font-size: 2.6rem;
    margin: 0;
    margin-bottom: 1.2rem;
    margin-top: 2rem;
}

.bread_crums_wrap {
    display: flex;
    padding-top: 2rem;
}

.bread_crums {
    font-size: 1.4rem;
    color: #b8b8b8;
    position: relative;

    display: inline-block;
    transition: all 0.2s ease-out;
}

.bread_crums:hover {
    color: #777777;
}

.bread_crums_wrap span {
    color: #b8b8b8 !important;
    margin-right: 0.5rem;
}

.bread_crums_arrow {
    margin-right: 2rem !important;

}

.bread_crums_arrow:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 9px;
    background: url(../img/arrow_bread_crums.png) no-repeat;
    background: url(../img/sprite_1.png) no-repeat;
    background-position: 0px 0px;
    /*background-size: cover;*/
    /*right: -1rem;
    top: 50%;
    transform: translateY(-50%);*/
    transform: translateY(50%);
    margin-left: 1rem;
    right: -1rem;
    top: 0;
}

.bread_crums_wrap .bread_crums_arrow:last-child:after,
.breadcrumbs_2 .bread_crums_arrow:last-child:after,
.breadcrumbs .bread_crums_arrow:last-child:after {
    display: none;
}

.filter_text, .filter_text_2 {
    font-size: 1.4rem;
    color: #787878;
    line-height: 1.5;
    margin-bottom: 4rem;
    margin-bottom: 1.2rem;
}

.table_info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.table_info_left {
    font-size: 1.4rem;
    /*margin-left: 4rem;*/
    color: #31302e;
}

.table_info_left span {
    color: #b9251d;
    font-size: 2.1rem;
    font-weight: bold;
    margin: 0 0.5rem;
}

.table_info_right {
    display: flex;
    /*margin-right: 4rem;*/
}

.table_info_right_sort {
    display: flex;

}

.table_info_sort_tittle {
    font-size: 1.3rem;
    color: #777777;
    margin-right: 1rem;
}

.table_info_sort_vid {
    font-size: 1.3rem;
    color: #3a3a3a;
    position: relative;
    padding: 0 2rem;
    cursor: pointer;
    position: relative;
}

.table_info_sort_vid:hover {
    color: #638ec9;
}

.table_info_sort_vid span:before {
    content: '';
    position: absolute;
    top: 16%;
    left: 0;
    background: url('../img/table.svg') no-repeat;
    background-size: cover;
    width: 11px;
    height: 11px;
}

.table_info_sort_vid:hover span:before,
.table_info_sort_vid.table_vid_active span:before {
    background: url('../img/table_hover.svg') no-repeat;
    background-size: cover;
}

.table_info_sort_price {
    position: relative;
    font-size: 1.3rem;
    color: #3a3a3a;
    padding: 0 2rem;
    cursor: pointer;
}

.table_info_sort_price:hover, .table_vid_active {
    color: #638ec9;
}

.table_info_sort_price span:before {
    content: '';
    position: absolute;
    top: 16%;
    left: 0;
    background: url('../img/chess.svg') no-repeat;
    background-size: cover;
    width: 11px;
    height: 11px;
}

.table_info_sort_price:hover span:before,
.table_info_sort_price.table_vid_active span:before {
    background: url('../img/chess_hover.svg') no-repeat;
    background-size: cover;
}

.table_info_sort_price span, .table_info_sort_vid span {
    position: relative;
    z-index: 1;
    padding-left: 2rem;
}

.table_vid_active:after {
    content: '';
    position: absolute;
    top: -27%;
    left: 0;
    background: #efefef;
    width: 100%;
    height: 116%;
    z-index: 0;
    border-radius: 15px;
}

.filter_table {
    margin-bottom: 4rem;
    position: relative;
}

.filter_table_tittle {
    display: flex;
    justify-content: space-around;
    font-size: 1.4rem;
    font-size: 14px;
    z-index: 10;
    background: #3c3c3c;
    color: #e1e1e1;
    align-items: center;
    padding: 1rem 0;
    top: 0;
    transition: top 0.2s ease-out;
    position: absolute;
    width: 100%;
    height: 4rem;
}

.filter_table_tittle .filter_table_td {
    color: #e1e1e1;
}

.filter_table_td {
    width: 10%;
    color: #777777;
    font-size: 1.3rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    /*justify-content: space-around;*/
}

.table_years {
    width: 9%;
    padding-right: .5rem !important;
}

.filter_item_wrap {
    cursor: pointer;
    margin: 1rem 0;
    position: relative;
    border: 1px solid transparent;
}

.filter_img_flat {
    height: auto;
    max-width: 95%;
    max-height: 9rem;
}

.filter_items .filter_img_flat {
    cursor: pointer;

}

.filter_table_7 {
    width: 7%;
}

.filter_table_13 {
    width: 13%;
}

.filter_table_img {
    padding-left: 4rem;
}

.filter_item_wrap .filter_table_img {
    min-height: 7rem;
    justify-content: center;
    /*background: url(../img/no_image.png) no-repeat;*/
}

.filter_table_td ul {
    text-align: left;
    list-style: none;
    padding-left: 0;
}

.td_link sup {
    font-size: 0.7rem;
}

.filter_table_td .filter_ul {
    list-style-type: square;
    text-align: left;
    padding-left: 15px;
}

.filter_table_td .filter_ul li {
    margin-bottom: 3px;
}

.table_arrow {
    position: relative;
    cursor: pointer;
    display: block;
    /*padding-right: 20px; */
}

.table_arrow:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 5px;
    margin-left: 1rem;
    top: calc(50% - 2.5px);
    transition: all 0.2s ease-out;
    /*background: url(../img/arrow_grey.png) no-repeat;*/
    background: url(../img/sprite_1.png) no-repeat;
    background-position: -11px 0px;
}

.table_arrow_rotate:after {
    transform: rotate(180deg);
}

.table_arrow_red:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 5px;
    margin-left: 1rem;
    top: calc(50% - 2.5px);
    transition: all 0.2s ease-out;
    /*background: url(../img/arrow_red.png) no-repeat;	*/
    /*background: url(../img/arrow_yellow.png) no-repeat;	*/
    background: url(../img/sprite_1.png) no-repeat;
    background-position: -11px -7px;
}

.filter_items {

    transition: all 0.2s ease-out;
    padding-bottom: 1rem;
}

.filter_items .filter_items_wrap {
    /*margin-bottom: 2rem;*/
}

.filter_item_wrap:hover .filter_items_wrap {
    box-shadow: none;
    /*box-shadow: inset 0px 0 1px 0px rgba(44, 44, 44, 1);*/
}

.filter_item_wrap:hover {
    border: 1px solid rgba(44, 44, 44, 0.32);
}

.filter_items:hover .filter_items_shadow_1,
.filter_items:hover .filter_items_shadow_2 {
    height: 0;
}

.filter_items_show .filter_items_wrap {
    margin-bottom: 1rem;
}

.filter_items .filter_items_wrap:after {
    content: '';
    position: absolute;
    top: 100%;
    height: 0rem;
    width: 100%;
    transition: all 0.2s ease-out;
    left: 0;
    background: white;
    border-bottom: 1px solid #efefef;
}

.filter_items:hover .filter_items_wrap:after {
    height: 1rem;
}

.filter_items_show .filter_items_wrap:after {
    height: 0 !important;
    transition: all 0s ease-out;
}

.filter_items_show .filter_items_wrap {
    box-shadow: none;
    margin: 0;
}

.filter_items_wrap {
    padding: 1rem 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: box-shadow 0.2s ease-out;
    border: 1px solid #efefef;
    background: white;
    z-index: 3;
    box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.05);
}

.favorites_table .filter_remove_item {
    position: absolute;
    width: 3rem;
    height: 3rem;
    background: url(../img/star_red.png) no-repeat;
    background-size: 60%;
    background-position: center;
    top: 1rem;
    right: 1rem;
    transition: all .4s ease-in-out;
    z-index: 3;
}

.favorites_table .filter_remove_item::after {
    content: 'Удалить из избранных';
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    width: 12.8rem;
    padding: .5rem;
    color: #c01c29;
    font-size: 1.2rem;
    border: .1rem solid #ccc;
    transition: all .3s ease-in-out;
    bottom: -2.5rem;
    left: -10.5rem;
}

.favorites_table .filter_remove_item:hover::after {
    opacity: 1;
    visibility: visible;
}

.filter_items_shadow_1 {
    position: absolute;
    width: calc(100% - 1rem);

    height: calc(100% - 0.5rem);
    top: 0rem;
    left: 0.5rem;
    background: white;
    transition: all 0.2s ease-out;
    z-index: 2;
    box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.05);
}

.filter_items_shadow_2 {
    position: absolute;
    width: calc(100% - 2rem);
    height: 100%;
    z-index: 1;
    top: 0;
    left: 1rem;
    background: white;
    transition: all 0.2s ease-out;
    box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.05);
}

.more_items_count {
    position: absolute;
    right: -14px;
    top: -16px;
    background: #fff1a1;
    border-radius: 50%;
    font-size: 1.1rem;
    color: #3a3a3a;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1.6;
    opacity: 0;
}

.more_items_arrow_wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
    width: 2.1rem;
    text-align: center;
    opacity: 0;
}

.more_items_arrow {
    background: url(../img/arrow_blue.png) no-repeat;
    width: 13px;
    height: 7px;
    display: inline-block;
}

.filter_items_show .more_items_arrow {
    transform: rotate(180deg);
}

.filter_items .more_items_arrow_wrap,
.filter_items .more_items_count {
    opacity: 1;
}

.filter_items_show .more_items_count {
    opacity: 0;
}

.filter_show_1 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter_items_show .filter_show_1 {
    transform: scale(0);
    display: none;
}

.filter_show_many {
    height: 0;
    width: 0;
    overflow: hidden;

}

.filter_items_show .filter_show_many {
    height: 100%;
    width: 100%;
    overflow: visible;
}

.filter_show_many_td {
    padding: 0 .5rem;
    height: 3rem;
    line-height: 2;
    position: relative;
    border-bottom: 1px solid #efefef;
}

.filter_show_many .filter_show_many_td:last-child {
    border-bottom: none;
}

.filter_floor {
    width: 7%;
    width: 72px;
    width: 8rem;
    font-family: 'Roboto-Medium';
    color: #1d1d1d;
    position: relative;
    /*padding-left: 2rem;*/
    padding: 0;
}

.tittle_floor {
    width: 8rem;
    position: relative;
    padding: 0;
}

.filter_items_show .filter_floor {
    /*padding-left: 0rem;*/
}

.filter_floor div {
    /*padding-left: 10px;	*/
}

.filter_floor:before {
    content: '';
    position: absolute;
    height: 100%;
    background: red;

}

.filter_items_show .filter_floor {
    /*padding-right: 0;*/
}

.filter_size {
    font-family: 'Roboto-Medium';
    color: #1d1d1d;
    width: 100px;
}

.tittle_size {
    width: 100px;
}

.filter_items_show .filter_size {
    padding: 0;
    pointer-events: none;
}

.filter_price {
    font-family: 'Roboto-Medium';
    color: #1d1d1d;

    white-space: nowrap;
}

.tittle_price {
    white-space: nowrap;
    width: 8rem;
}

.filter_items_show .filter_price {
    padding-left: 0;
    pointer-events: none;
}

.filter_items_show {
    margin-bottom: 0rem;
    padding-bottom: 0;
}

.filter_items_show .filter_items_shadow_1,
.filter_items_show .filter_items_shadow_2 {
    display: none;
}

.filter_rooms {
    font-family: 'Roboto-Medium';
    color: #1d1d1d;

    position: relative;
}

.filter_rooms span {
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    position: relative;
}

.filter_house_tittle, .filter_table_tittle .filter_house_tittle {
    width: 13%;
    text-align: left;
    display: block;
}

.filter_house_tittle p {
    margin: 0;
    font-family: 'Roboto-Medium';
    color: #1d1d1d;
    margin-bottom: 3px;
}

.grey_bg {
    background: #fbfbfb;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.main_wrap {
    /*padding-bottom: 5rem;*/
    position: relative;
    min-height: 100%;

    display: flex;
    flex-wrap: wrap;
}

.margin_bottom_1 {
    margin-bottom: 1rem;
}

.margin_bottom_2 {
    margin-bottom: 1rem;
}

.margin_top_1 {
    margin-top: 1rem;
}

.margin_top_2 {
    margin-top: 2rem;
}

.border_top_1 {
    border-top: 1px solid #eeeeee;
}

.padding_0 {
    padding: 0;
}

.header_hidden {
    position: relative;
    width: 100%;
    /*margin-bottom: 2rem;*/
}

.red_metro, .blue_metro, .green_metro {
    padding-left: 30px;
}

.red_metro:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: url(../img/metro_red.png) no-repeat;
    background-size: cover;
    left: 10px;
    top: calc(50% - 5.5px);
}

.blue_metro:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: url(../img/metro_blue.png) no-repeat;
    background-size: cover;
    left: 10px;
    top: calc(50% - 5.5px);
}

.green_metro:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: url(../img/metro_green.png) no-repeat;
    background-size: cover;
    left: 10px;
    top: calc(50% - 5.5px);
}

.second_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.main_sort {
    padding-left: 3rem;
    width: 20%;
}

.main_sort {
    width: 21%;
    margin: 0 4%;
}

.second_wrap {
    justify-content: initial;
}

.main_sort:first-child,
.main_sort:nth-child(4) {
    margin: 0;
}

.main_sort_tittle {
    font-size: 1.9rem;
    font-family: 'Roboto-Medium';
    display: inline-block;
    position: relative;
    color: #3a3a3a;
    height: 2.3rem;
    margin-bottom: 2rem;
    white-space: nowrap;
}

.main_sort_info {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
}

.main_sort_a {
    border-bottom: 1px solid transparent;
    margin-right: 3rem;
    text-decoration: none;
    font-size: 1.5rem;
    color: #638ec9;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main_sort_a:hover {
    color: #3d5f8e;
    border-bottom: 1px solid #3d5f8e;
}

.main_sort_none_a {
    margin-right: 3rem;
    text-decoration: none;
    font-size: 1.5rem;
    color: #b0b0b0;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main_sort_info span {
    font-size: 1.5rem;
    color: #b0b0b0;
    white-space: nowrap;
}

.klass_tittle:before {
    content: '';
    position: absolute;
    left: -3rem;
    top: 0.3rem;
    width: 18px;
    height: 14px;
    background: url(../img/diamond.png) no-repeat;
    background: url(../img/sprite_1.png) no-repeat;
    /*background-size: cover;*/
    background-position: -26px -20px;
}

.rooms_tittle:before {
    content: '';
    position: absolute;
    left: -3rem;
    top: 0.3rem;
    width: 16px;
    height: 14px;
    background: url(../img/house.png) no-repeat;
    background: url(../img/sprite_1.png) no-repeat;
    /*background-size: cover;*/
    background-position: -26px -59px;
}

.time_tittle:before {
    content: '';
    position: absolute;
    left: -3rem;
    top: 0.3rem;
    width: 15px;
    height: 15px;
    background: url(../img/clock.png) no-repeat;
    background: url(../img/sprite_1.png) no-repeat;
    /*background-size: cover;*/
    background-position: -26px 0px;
}

.location_tittle:before {
    content: '';
    position: absolute;
    left: -3rem;
    top: 0.3rem;
    width: 16px;
    height: 16px;
    background: url(../img/earth.png) no-repeat;
    background: url(../img/sprite_1.png) no-repeat;
    /*background-size: cover;*/
    background-position: -26px -40px;
}

.header_fix {
    margin: 0 auto;
    padding: 0 4rem;
    position: fixed;
    width: 100%;
    z-index: 100;
    background-image: linear-gradient(-180deg, rgb(255, 225, 62) 0%, rgb(255, 224, 98) 24%, rgb(255, 225, 101) 39%, rgb(255, 225, 104) 51%, rgb(255, 224, 98) 75%, rgb(255, 226, 83) 88%, rgb(255, 228, 67) 100%);
    padding-top: 1rem;
    /*top: -10rem;	*/
    /*transform: translateY(-120%);*/
    transition: all 0.2s ease-out;
    /*height: 0;*/
    top: 0;
    /*min-width: 1024px;*/
    min-width: 1006px;
    border: 1px solid #f4ce37;
}

.header_fix .option_wrap {
    /*/height: 0;
    overflow: hidden;*/
}

.header_fix_show {
    /*top: 0;*/
    /*transform: translateY(0%);*/
    /*height:auto;*/
}

.header_fix_show .option_wrap {
    height: auto;
    overflow: visible;
}

.header_filter {
    padding-bottom: 0rem;
}

.header_wrap.header_fix {
    /*position: fixed;
    transform: translateY(-100%);
    height:0;
    overflow: hidden;*/
}

.header_wrap.header_fix_show {
    height: auto;
    overflow: visible;
    transition: transform 0.2s ease-out;
    transform: translateY(0%);
    /*animation: move_menu 0.2s both cubic-bezier(0.23, 0.01, 0.76, 1) ;*/
}

@keyframes move_menu {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

.header_filter .header_main {
    /*transition: all .5s ease-out;*/
    position: relative;
    width: 100%;
    padding-top: 8rem;
}

.header_filter .select_middle_wrap {
    height: 4rem;
}

.header_filter .button_search {
    height: 4rem;
    line-height: 4rem;
    margin-right: 0.4%;
    width: 25.3%;
    min-width: 25.3%;
}

/*.header_filter .rooms {*/
header .rooms {
    width: 17.6%;
    min-width: 17.6%;
}

/*.header_filter .price {*/
header .price {
    width: 21.4%;
    min-width: 21.4%;
}

/*.header_filter .floors {*/
header .floors {
    width: 10.4%;
    display: flex;
    padding: 0rem;
    /*width: 12.4%;
    min-width: 12.4%;*/
    width: 16.7%;
    min-width: 16.7%;
}

/*.header_filter .lifa_style{*/
header .lifa_style {
    width: 16.7%;
    min-width: 16.7%;
}

/*.header_filter .years {*/
header .years {
    /*width: 21.4%;
    margin-right: 0;*/

    width: 17.6%;
    min-width: 17.6%;

}

/*.header_filter .city {*/
header .city {
    width: 16.7%;
    min-width: 16.7%;
}

.header_filter .select_item_wrap .current {
    /*header .select_item_wrap .current{*/
    line-height: 4rem;
    font-size: 1.3rem;

}

header .open_dropdown .current {
    z-index: 17;

}

.open_dropdown {
    z-index: 18;
}

.header_filter .header_tittle, .button_tegs_all {
    display: none;
}

.header_filter .button_search:before {
    top: 1.3rem;
}

.header_fix.header_filter {
    padding-bottom: 0rem;
}

.header_fix.header_filter .header_main {
    padding-top: 0;
}

.filter_new_link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    transition: all 0.2s ease-out;
}

.filter_new_link:hover {
    background: #F8F8F8;
    background: #e8e8e8;
}

.filter_new_many_link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    transition: all 0.2s ease-out;
}

.td_link_tittle_wr {
    width: 27%;
    display: flex;
}

.td_link_wr {
    width: 27%;
}

.td_link > div, .td_link_many > div, .td_link_solo > div {
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    color: #638ec9;
}

.td_link, .td_link_many, .td_link_solo {
    display: inline-flex;
    position: relative;
    cursor: pointer;
}

.td_link_solo:hover {
    background: #e8e8e8;
}

.td_link:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    border-bottom: 1px dotted #638ec9;
}

.td_link:hover:after,
.filter_items_show .td_link:after {
    opacity: 0;
}

.td_link_many:hover {
    background: #e8e8e8;

}

.filter_items_show .td_links_many {
    display: block;
}

.filter_show_many_td span {
    position: relative;
    z-index: 1;
    pointer-events: none;
    /*padding-left: 2rem;*/
    display: block;
}

.header_fix.header_filter .main_teg,
.header_fix.header_filter .reset_tegs,
.header_fix.header_filter .show_more_tegs {
    margin-top: 0;
}

.pagination_wrap {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.pagination {
    display: inline-flex;
    justify-content: space-around;
}

.page_dotted {
    line-height: 3;
}

.page_number_prev {
    background: url(../img/arrow_page.png) no-repeat;
    background-position: center;
    transform: scale(-1);

}

.page_number_prev:hover {
    transform: scale(-1) translateX(0.2rem);
}

.page_number_next {
    background: url(../img/arrow_page.png) no-repeat;
    background-position: center;
}

.page_number_next:hover {
    transform: translateX(0.2rem);
}

.page_number {
    height: 2.6rem;
    width: 2.5rem;
    margin: 0 1rem;
    text-align: center;
    font-size: 1.4rem;
    color: black;
    cursor: pointer;
    transition: all 0.2s ease-out;
    line-height: 2;

}

.page_number:hover {
    color: #638ec9;
    box-shadow: inset 0 0 1px #777777;
}

.page_number_active {
    background: #efefef;
    color: #638ec9;
    box-shadow: none !important;
}

.close_pop_up_location {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    width: 17px;
    height: 17px;
    /*background: url(../img/close_popup.png) no-repeat;
    background-size: cover;*/
    background: url(../img/sprite_1.png) no-repeat;
    background-position: -1px -23px;
    cursor: pointer;
    transition: all 0.23s ease-out;
}

.close_pop_up_location:hover {
    transform: scale(1.1);
}

.famous_build_img {
    width: 100%;
    transition: all 0.2s ease-out;
    height: 12.2rem;
    overflow: hidden;
}

.page_number_link {
    display: block;
    width: 100%;
    height: 100%;
}

.page_number_disabled {
    opacity: 0;
    pointer-events: none;
}

.current_hidden {
    visibility: hidden;
    width: 0 !important;
    padding: 0 !important;
}

.dropdown_click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 17;
    cursor: pointer;
}

/* ============================================
/* РљР’РђР РўРР Рђ
=============================================*/
.link_back {
    position: relative;
    color: #b0b0b0;
    font-size: 12px;
    display: inline-block;
    padding-left: 1.5rem;
    transition: all 0.2s ease-out;
}

.link_back:hover {
    color: #777777;
}

.link_back:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 9px;
    background: url(../img/arrow_bread_crums.png) no-repeat;
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(-1);
}

.fl_wrap {
    display: flex;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.fl_wr_left {
    width: 80%;
    margin-right: 2vmin;
    background: white;
    padding: 3rem;
    border: 1px solid rgb(239, 239, 239);
}

.fl_wr_left_header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9e9e9;
}

.fl_wr_left_tittle {
    font-size: 1.6rem;
    color: #1d1d1d;
    font-family: 'Roboto-Medium';
}

.fl_wr_left_tit_link {
    color: #638ec9;
    border-bottom: 1px dotted transparent;
}

.fl_wr_left_tit_link:hover {
    border-bottom: 1px solid #638ec9;
}

.fl_wr_left_tittle sup {
    font-size: 11px;
}

.fl_wr_left_price_wr {
    display: flex;
}

.fl_wr_left_price {
    margin-right: 1.5rem;
    font-size: 1.6rem;
    color: #c11f2c;
    font-family: 'Roboto-Bold';
}

.fl_wr_left_price_for {
    font-size: 1.3rem;
    color: #777777;
}

.fl_wr_left_price_forspan {
    color: #777777;
    font-size: 1.1rem;
}

.fl_wr_left_info {
    font-size: 14px;
    display: flex;
    color: #3a3a3a;
    margin-top: 2rem;

}

.fl_wr_left_info_left {
    width: 30%;
    padding: 1rem;
    padding-top: 3rem;
}

.fl_wr_left_table_top {
    font-family: 'Roboto-Medium';
    width: 100%;
}

.fl_wr_left_table_bottom {
    width: 100%;
    margin-top: 1rem;
}

.fl_wr_left_info_left td:last-child {
    width: 7rem;
    white-space: nowrap;
}

.fl_wr_left_table_mid {
    width: 100%;
}

.fl_wr_left_table_mid td {

    color: #777777;
}

.fl_wr_left_table_mid td:first-child {
    color: #3a3a3a;
}

.fl_wr_left_table_mid .fl_wr_left_table_mid_th {
    /*text-align: center!important;*/
    color: #3a3a3a;
}

.fl_wr_left_table_mid tr:first-child td {
    font-family: 'Roboto-Medium';

}

.fl_wr_left_table_mid span {

    color: #565656;
    font-family: 'Roboto-Bold';
}

.fl_wr_left_info_left sup {
    font-size: 1rem;
}

.fl_wr_left_table_mid_pr {
    color: #3a3a3a;
    display: inline-block;
}

.fl_wr_left_table_mid td:last-child {
    width: auto;

    text-align: right;
}

.fl_wr_left_table_mid_floor {
    width: 3rem;
    padding-left: 1rem;
    text-align: right;
}

.fl_wr_left_info_right {
    width: 70%;
    padding: 1rem;
    text-align: center;
    position: relative;
}

.fl_wr_left_info_right_img {
    max-width: 100%;
    max-height: 57rem;
}

#flat_slider {
    height: 57rem;
    width: 100%;
    margin-bottom: 2rem;
}

#flat_slider .swiper-slide {
    /*height: auto;*/
}

.flat_slider_img {
    max-height: 100%;
    max-width: 100%;
}

#slider_flat_pagin {
    height: 6.7rem;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slide_pagin {
    height: 100%;
    width: 90%;
    left: 0;
    right: 0;
    cursor: pointer;
    margin: auto;
    position: relative;
    background-size: cover;
    background-position: center;
}

.slide_pagin:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0px 0px #d82332;
    transition: all 0.2s ease-out;
}

.swiper-slide-active .slide_pagin:after {
    box-shadow: inset 0 0 0px 3px #d82332;
}

.fl_wr_left_bot {
    font-size: 13px;
    color: #777777;
    display: flex;
    width: 30%;
    padding: 1rem;
}

.fl_wr_left_bot_fav {
    margin: 0 3rem;
    position: relative;
    transition: all 0.2s ease-out;
    padding-left: 2rem;
    cursor: pointer;
    white-space: nowrap;
    align-items: center;
    display: flex;
}

.fl_wr_left_bot_fav_active {
    color: #c01c29 !important;
}

.fl_wr_left_bot_fav:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    /*background: url(../img/star_grey.png) no-repeat;
    background-size: cover;*/
    background: url(../img/sprite_1.png) no-repeat;
    background-position: -25px -108px;

    left: 0;
    top: 49%;
    transform: translateY(-50%);
}

.fl_wr_left_bot_fav:hover:before,
.fl_wr_left_bot_fav_active:before {
    background: url(../img/star_red.png) no-repeat;
    background-size: cover;
}

.fl_wr_left_bot_print {
    display: block;
    color: #777777;
    transition: all 0.2s ease-out;
    padding-left: 2rem;
    position: relative;
    align-items: center;
    display: flex;
}

.fl_wr_left_bot_print:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../img/icon_print.png) no-repeat;
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fl_wr_left_bot_print:hover:before {
    background: url(../img/star_bl.png) no-repeat;
    background-size: cover;
}

.fl_wr_left_bot_fav:hover,
.fl_wr_left_bot_print:hover {
    color: #1d1d1d;
}

.another_wrap {
    margin-top: 2rem;
}

.another_wr {
    display: flex;

}

.another_item {
    display: block;
    width: 11.4rem;
    width: 12.6%;
    width: 14.6%;
    margin: 0 2%;
    margin: 0 1%;
}

.another_size {
    font-size: 1.3rem;
    font-family: 'Roboto-Medium';
    color: #3a3a3a;
    text-align: center;
}

.another_tittle {
    font-size: 1.6rem;
    color: #1d1d1d;
    font-family: 'Roboto-Medium';
    margin: 2rem 0;
}

.another_link,
.fl_wr_right_raspol a {
    color: #638ec9;
    border-bottom: 1px dotted transparent;
}

.another_link:hover,
.fl_wr_right_raspol a:hover,
.another_item:hover span {

    border-bottom: 1px solid #638ec9;
}

.another_size sup {

}

.another_imgage {
    height: 10.2rem;
    width: 100%;
    text-align: center;
    margin: 1rem 0;
}

.another_img {
    max-height: 100%;
    max-width: 100%;
}

.another_price {
    font-size: 1.3rem;
    color: #777777;
    text-align: center;
}

.another_price span {
    color: #7197cd;
}

.another_jk_name {
    font-size: 1.4rem;
    font-family: 'Roboto-Medium';
    color: #3a3a3a;
    text-align: center;
}

.fl_wr_right {
    max-width: 260px;
    width: calc(20% - 2vmin);
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
}

.fl_wr_right_top {
    padding: 3rem 2rem 2rem;
    border: 1px solid rgb(239, 239, 239);
    background: white;
    margin-bottom: 2vmin;
    width: 100%;
}

.fl_wr_right_stroke {

}

.fl_wr_right_stroke_1 {
    color: #777777;
    font-size: 13px;
    margin: 1rem 0;
    padding-bottom: 1px;
}

.fl_wr_right_stroke_2 {
    color: #3a3a3a;
    font-size: 13px;
    margin: 1rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 1px;
}

.fl_wr_right_stroke_2 a {
    font-size: 13px;
    color: #638ec9;
    border-bottom: 1px dotted transparent;
}

.fl_wr_right_stroke_2 a:hover {
    border-bottom: 1px solid #638ec9;
}

.fl_wr_right_stroke_left {
    margin-right: 1rem;

}

.fl_wr_right_stroke_right {
    width: 68%;
}

.fl_wr_right_middle {
    padding: 1rem 2rem;
    border: 1px solid rgb(239, 239, 239);
    background: white;
    margin-bottom: 2vmin;
    width: 100%;
}

.no_border {
    border: none;
    padding: 1rem 0;
}

.fl_wr_right_middle_map {
    border: 1px solid rgb(239, 239, 239);
    background: white;
    margin-bottom: 2vmin;
    position: relative;
    width: 100%;
    height: 23.7rem;
}

#map {
    height: 23.7rem;
}

.fl_wr_right div:last-child {
    margin: 0;
}

/*.zoom_map {
    position: absolute;
    bottom: 13px;
    right: 13px;
}
#plus, #minus {
height: 24px;
    width: 24px;
    background-color: white;
    cursor: pointer;
}
#plus {
    background-image: url(../img/plus.png);
    background-repeat: no-repeat;
    background-position: center;
}
#minus {
    background-image: url(../img/minus.png);
    background-repeat: no-repeat;
    background-position: center;
}
.zoom_map hr {
    width: 80%;
    border: 0.5px solid #e6e6e6;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}*/
.fl_wr_right_raspol {
    font-size: 13px;
    color: #3a3a3a;
    line-height: 1.5;
    font-family: 'Roboto-Medium';
}

.fl_wr_right_raspol span {
    font-size: 13px;
    color: #3a3a3a;
    font-family: 'Roboto-Medium';
    position: relative;
    padding-left: 16px;
}

.fl_wr_right_raspol span:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;

    background-size: cover;
    left: 2px;
    top: calc(50% - 5.5px);
}

.fl_wr_metro_blue:before {
    background: url(../img/metro_blue.png) no-repeat;
}

.fl_wr_metro_green:before {
    background: url(../img/metro_green.png) no-repeat;
}

.fl_wr_metro_red:before {
    background: url(../img/metro_red.png) no-repeat;
}

.fl_wr_right_skills {
    padding-left: 2rem;
    font-family: 'Roboto-Medium';
    list-style: square outside;
    font-size: 13px;
    line-height: 1.5;
}

.fl_wr_right_detal {
    font-family: 'Roboto-Medium';
    font-size: 13px;
    line-height: 1.5;
}

.fl_wr_right_link {
    color: black;
    font-size: 13px;
    display: block;
    background: #fcb800;
    transition: all .2s ease-out;
    line-height: 4;
    text-align: center;
    margin-bottom: 2vmin;
    width: 100%;
    max-height: 5rem;
}

.fl_wr_right_link span {

    position: relative;
}

.fl_wr_right_link:hover {
    background-color: rgb(255, 224, 98);
}

.fl_wr_right_link span:after {
    content: '';
    position: absolute;
    bottom: -0.2rem;
    width: 100%;
    left: 0;
    border-bottom: 1px dotted;

}

.fl_wr_right_tel {
    color: white;
    font-size: 13px;
    display: flex;
    justify-content: center;
    background: #c11f2c;
    transition: all .2s ease-out;
    line-height: 4;
    text-align: center;
    margin-bottom: 2vmin;
    width: 100%;
    max-height: 5rem;
    overflow: hidden;
    cursor: pointer;
}

.fl_wr_right_tel:hover {
    background-color: #a01e29;
    background-color: #fcb800;
    color: black;
}

.fl_wr_right_tel_show {
    display: block;
}

.fl_wr_right_tel_show:hover {
    background: #c11f2c;
}

.fl_wr_right_tel_text span {
    position: relative;
}

.fl_wr_right_tel_text span:after {
    content: '';
    position: absolute;

}

.fl_wr_right_tel_show {
    background-color: #c11f2c;
    /*background-color: #fcb800!important;*/
    color: black;
    cursor: default;
}

.fl_wr_right_tel_show .fl_wr_right_tel_text {
    display: none;
}

.fl_wr_right_number {
    width: 6.7rem;
    font-size: 1.6rem;
    line-height: 50px;
    /*color: white;*/
}

.fl_wr_right_number:hover {
    color: black;
}

.fl_wr_right_tel_show .fl_wr_right_number {
    color: white !important;
}

.fl_wr_right_tel_show .fl_wr_right_number {
    width: 100%;
}

.fl_wr_righ_stroke {
    display: flex;
}

.fl_wr_right_stroke_3 a {
    text-align: center;
    display: block;
    margin-top: 1rem;
    cursor: default;
}

.fl_wr_right_dev_name {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 1rem;
}

.fl_wr_right_stroke_3 a img {
    max-width: 100%;
}

.filter_table_view {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
    height: 0;
    overflow: hidden;

}

.filter_table_show {
    visibility: visible;
    opacity: 1;
    height: auto;
    position: relative !important;
}

.filter_table_plitka {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 2vmin);
    margin-left: -1vmin;
}

.filter_plitka {
    overflow: hidden;
    background: white;
    transition: box-shadow 0.2s ease-out;
    border: 1px solid #efefef;
    box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.05);
    display: block;
    padding: 3rem 1.7rem;
    margin: 0 1vmin 2vmin;
    width: calc(20% - 2vmin);
}

.filter_plitka:hover {
    box-shadow: none;
    /*border: 1px solid #777777;*/
    box-shadow: inset 0px 0 1px 0px rgba(44, 44, 44, 1);
}

.plitka_img {
    height: 12rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

.plitka_img_flat {
    max-width: 90%;
    max-height: 90%;
}

.plitka_flat {
    display: flex;
    width: 100%;
    margin: auto;
    position: relative;
}

.plitka_flat:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #efefef;
    width: 150%;
    left: -3rem;
    top: 50%;
}

.plitka_rooms {
    font-size: 13px;
    background: #c11f2c;
    color: white;
    transition: all 0.2s ease-out;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    z-index: 1;
    position: relative;
}

.plitka_size {
    color: #1d1d1d;
    font-size: 13px;
    background: #fff301;
    width: 40%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-family: 'Roboto-Medium';
    position: relative;
}

.plitka_size sup {
    font-size: 7px;
}

.plitka_table {
    margin-top: 1rem;
    font-size: 12px;
    font-size: 14px;
    color: #777777;
}

.plitka_table td:last-child {
    color: #1d1d1d;
    font-size: 13px;
    font-size: 15px;
    font-family: 'Roboto-Medium';
}

.plitka_jk_tittle {
    color: #1d1d1d;
    font-size: 13px;
    font-size: 15px;
    margin-top: 2rem;
    height: 30px;
    font-family: 'Roboto-Medium';
}

.plitka_location {
    font-size: 12px;
    font-size: 14px;
    height: 30px;
    color: #777777;
    margin: 1rem 0;
}

.plitka_adress {
    font-size: 12px;
    font-size: 14px;
    color: #777777;
    height: 30px;
    height: 3rem;
}

.plitka_zastroyjik {
    color: #1d1d1d;
    font-size: 13px;
    font-size: 15px;
    margin-top: 2rem;
    font-family: 'Roboto-Medium';
}

.btn_more_search_link_mob {
    display: inline-block;
    height: 5rem;
    width: 16%;
    vertical-align: top;
    text-align: center;
    line-height: 5rem;
    font-size: 1.4rem;
    color: #c11f2c;
    box-shadow: inset 0 0 1px rgba(193, 31, 44, 0.6);
    transition: all 0.2s ease-out;
    width: 21.4%;
    height: 4rem;
    line-height: 4rem;
}

.fl_wr_left_bot_fav_mob, .close_pop_up_tegs,
.popup_search_mob_wrap,
.btn_more_search_link_mob,
.popup_menu_mob_wrap {
    display: none;
}

.filter_table_view_spisok {
    padding-top: 4rem;
    position: absolute;
    top: 0;
}

.filter_table_tittle_fix {
    position: fixed;
}

/* CALL BACK */
.call_back_popup {
    left: 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    top: 0;
    justify-content: center;
    margin: auto;
    background: rgba(0, 0, 0, 0.50);
    transform: scale(0);
    transition: 0.8s opacity 0.5s ease-out;
}

.call_back_wr {
    background: white;
    padding: 4vmin;
    position: relative;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.pop_up_show .call_back_wr {
    opacity: 1;
    transition: .5s all .5s ease-out;
}

.call_back_close {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    width: 1.7rem;
    height: 1.7rem;
    background: url(../img/close_popup.png) no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all 0.23s ease-out;
    z-index: 1;
}

.call_back_close:hover {
    transform: scale(1.1)
}

.call_back_tittle {
    font-size: 2.4rem;
    color: #31302e;
    margin-bottom: 1rem;
    display: inline-block;
    margin-right: 2rem;
}

.call_back_form {

}

.input_wr {
    /*margin-right: 10rem;
    width: 55%;
    min-width: 221px;
    height: 3.8rem;*/
    transition: all 0.2s ease-out;
    margin-bottom: 1rem;
    height: 5rem;
    /*box-shadow: inset 0px 0px 0px 1px grey;*/
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.important_input {
    box-shadow: inset 0px 0px 0px 1px red;
}

#formName {
    width: 39.5rem;
    display: block;
    height: 5rem;
    font-family: 'Roboto-Regular';
    padding-left: 1rem;
    background: transparent;
    border: none;
}

#formMail {
    width: 39.5rem;
    display: block;
    margin-bottom: 1rem;
    height: 5rem;
    font-family: 'Roboto-Regular';
    padding-left: 1rem;
    background: transparent;
    border: none;
}

#formText {
    width: 39.5rem;
    display: block;
    margin-bottom: 1rem;
    font-family: 'Roboto-Regular';
    padding-left: 1rem;
    background: transparent;
    border: none;
}

#tel {
    width: 39.5rem;
    display: block;
    margin-bottom: 1rem;
    font-family: 'Roboto-Regular';
    height: 5rem;
    padding-left: 1rem;
    background: transparent;
    border: none;
}

#sent {
    margin-top: 2rem;
    cursor: pointer;
    width: 100%;
    background: #c11f2c;
    height: 5rem;
    text-transform: uppercase;
    font-family: 'Roboto-Regular';
    border: none;
    transition: all 0.2s ease-out;
    color: white;

}

#sent:hover {
    background-color: #a01e29;
}

#report {
    position: absolute;
}

input:focus, textarea:focus {
    outline: none;
}

.call_back_popup_done {
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: white;
    z-index: 1;
    font-size: 2.4rem;
    color: #31302e;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

.call_back_popup_done_show {
    visibility: visible;
    opacity: 1;
}

.load_wrap {
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    padding-top: 12vh;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    visibility: hidden;
}

.load_wrap_show .load_wrap {
    opacity: 1;
    visibility: visible;
}

.load_wrap_show .filter_table_tittle {
    pointer-events: none;
    opacity: 0.8;
}

.static_page .content {
    font-size: 1.4rem;
    color: #31302e;
    margin-bottom: 4rem;
}

.toggle_level_wrap {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.toggle_level_wr {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tabs_but_level {
    font-size: 1.3rem;
    color: #3a3a3a;
    transition: all 0.2s ease-out;
    cursor: pointer;
    position: relative;
    width: 12rem;
    height: 2.5rem;
}

.tabs_but_level span {
    position: relative;
    z-index: 1;
}

.tabs_but_level:hover {
    color: #638ec9;
}

.selected_tab {

}

.selected_tab:after {
    content: '';
    position: absolute;
    top: -27%;
    left: 0;
    background: #efefef;
    width: 100%;
    height: 116%;
    z-index: 0;
    border-radius: 15px;
}

.hide {
    display: none !important;
}

.flat_links_wr {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-top: 4rem;
}

.flat_links_rigth {
    font-size: 13px;
    color: #777777;
    display: flex;
}

.div_a {
    color: #638ec9;
}

.div_a:hover {
    color: #3d5f8e;
}

/* CALL BACK ABOUT */
.cb_about {
    width: 39.5rem;
}

.cb_about_text {
    font-size: 1.4rem;
    color: #31302e;
    margin-bottom: 1.2rem;
}

#formMailAbout {
    width: 39.5rem;
    display: block;
    margin-bottom: 1rem;
    height: 5rem;
    font-family: 'Roboto-Regular';
    padding-left: 1rem;
    border: none;
    color: #777777;
    background: transparent;
}

#formTextAbout {
    padding: 1rem;
    width: 39.5rem;
    resize: none;
    display: block;
    margin-bottom: 1rem;
    font-family: 'Roboto-Regular';
    padding-left: 1rem;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border: none;
    color: #777777;
}

#reportAbout {
    width: 39.5rem;
    position: absolute;
}

#sentAbout {
    margin-top: 2rem;
    cursor: pointer;
    width: 100%;
    background: #c11f2c;
    height: 5rem;
    text-transform: uppercase;
    font-family: 'Roboto-Regular';
    border: none;
    transition: all 0.2s ease-out;
    color: white;
    width: 39.5rem;
}

#sentAbout:hover {
    background-color: #a01e29;
}

.filter_plitka_many_items {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0.5;
    display: block;
    cursor: pointer;

}

.hide_filter_plitka_many_items .filter_plitka_many_items {
    opacity: 0.2;
    display: none;
}

.hide_filer_plitke {
    position: absolute;
    font-size: 1.3rem;
    top: 10px;
    text-transform: lowercase;
    right: 10px;
    opacity: 0;
    border-bottom: none;
    z-index: -1;
    transition: all 0.2s ease-out;
    color: #65a1d4;
    cursor: pointer;
}

.hide_filer_plitke:hover {
    border-bottom: 1px dotted;
}

.hide_filer_plitke:before {
    content: '';
    position: absolute;
    background: url(../img/arrow_blue.png) no-repeat;
    width: 13px;
    height: 7px;
    transform: rotate(90deg);
    top: 0;
    bottom: 0;
    margin: auto;
    left: -19px;
}

.hide_filter_plitka_many_items .hide_filer_plitke,
.show_hide_filer_plitke {
    opacity: 1;
    z-index: 2;
}

.filter_plitka_counts {
    position: absolute;
    right: 9px;
    top: 8px;
    background: #fff1a1;
    border-radius: 50%;
    font-size: 14px;
    color: #3a3a3a;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 2;
    display: block;
}

.hide_filter_plitka_many_items .filter_plitka_counts {

    display: none;
}

.filter_plitka_many_first {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hide_filter_plitka_many_items .filter_plitka_many_first {
    display: block;
}

.filter_plitka_link {
    display: block;
    height: 100%;
    background: white;
}

.filter_plitka_many_first .filter_plitka_link {
    padding: 3rem 1.7rem;

}

.dev_link a {
    position: relative;
    color: #638ec9;
}

.dev_link a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    border-bottom: 1px dotted #638ec9;
}

.dev_link a:hover:after {
    opacity: 0;
}

.loc_link {
    color: #638ec9;
}

.loc_link span {
    color: #638ec9;
    position: relative;
}

.loc_link li {
    padding: 3px 0;
}

.loc_link span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    border-bottom: 1px dotted #638ec9;
}

.loc_link:hover span:after {
    opacity: 0;
}

.fil_load {
    display: none;
}

.content a {
    color: #638ec9;
    text-decoration: none;
    border-bottom: 1px dotted #638ec9;
    font-size: 14px;
    margin-top: 2.3rem;
}

.content a:hover {
    color: #3d5f8e;
    border-bottom: 1px dotted transparent;
}

.bg_white {
    background: white;
    padding: 3rem;
    border: 1px solid rgb(239, 239, 239);
    line-height: 1.5;
    margin-bottom: 1rem;
    box-shadow: 0 0 1px 1px rgb(239, 239, 239);
}

.about_tittle {
    font-size: 3.1rem;
    color: #d82332;
    margin: 4rem 0 2rem;
    padding-left: 3rem;
}

.about_h3 {
    color: #3a3a3a;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

.text_repot {
    margin-top: 4rem;
    padding-left: 3rem;
}

.cb_drop_wr {
    margin-top: 2rem;
    width: 39.5rem;
}

.cb_drop_cur {
    position: relative;
    color: #777777;
    z-index: 16;
    display: flex;
    align-items: center;
    height: 100%;
}

.cb_me {
    margin-right: 0.5rem;
    height: 100%;
    line-height: 4.9rem;
    font-size: 13px;
}

.drop_forma .current {
    color: #777777;
    font-size: 13px;
    z-index: 16;
}

.drop_forma {
    width: 100%;
    z-index: 1;
    margin: 1rem 0 1rem;
}

.drop_forma .option {
    font-size: 13px;
}

.cb_drop {
    z-index: 11;
    position: relative;
}

.hr_full {
    width: 100%;
    background: #e9e9e9;
    height: 1px;
    border: none;
    margin: 1rem 0;
}

.show_tel_wr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    height: 2rem;
    position: relative;
    white-space: nowrap;
}

.show_tel_front {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 100%;

    /* opacity: 0;
     visibility: hidden;
     display: none;*/
}

.show_tel_img {
    margin-right: 0.5rem;
    width: 12px;
    height: 12px;
    background: url(../img/sprite_1.png) no-repeat;
    background-position: -25px -93px;
}

.show_tel_text {
    font-size: 1.2rem;
    color: #d82332;
    font-weight: bold;
}

.show_tel_back {
    font-size: 1.2rem;
    color: #d82332;
    font-weight: bold;
    display: flex;
    height: 2rem;
    align-items: center;
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.show_tel_open .show_tel_front {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.show_tel_open .show_tel_back {
    opacity: 1;
    visibility: visible;
}

.show_tel_hide {
    opacity: 0;
    visibility: hidden;
}

.fl_wr_right_tel_mob {
    display: none;
}

.breadcrumbs {
    margin-top: 2rem;
}

.breadcrumbs_2 {
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.page_number_span {
    display: block;
    height: 100%;
}

/* ERROR 404 */
.error_wrap {
    width: 100%;
}

.error_404_wrap {
    background: #ffe001;
    position: relative;
    width: 100%;
    /*height: 50.9rem;*/
}

.error_404_tittle {
    color: #c11f2c;
    font-size: 4.8rem;
    text-transform: uppercase;
    padding-left: 11rem;
}

.error_404_img_wr {
    height: 21.4rem;
    height: 12.4rem;
}

.error_404_img {
    /*width:89.7rem;
    height: 37.4rem;*/
    width: 70.7rem;
    width: 65.7rem;
}

.error_404_text_1 {
    font-size: 4.5rem;
    color: black;
    padding-left: 11rem;
}

.error_404_text_2 {
    font-size: 1.6rem;
    color: black;
    padding-left: 11rem;
}

.error_404_link {
    color: #638ec9;
    border-bottom: 1px dotted #638ec9;
}

.error_404_link:hover {
    color: #3d5f8e;
    border-bottom: 1px dotted transparent;
}

.error_404_center {
    text-align: center;
}

.error_404_wr {
    display: inline-block;
    text-align: left;
    margin-bottom: 3rem;
    margin-top: 4rem;
    margin-top: 1rem;
}

.error_wrap .housing .main {
    padding-bottom: 2rem;
}

.error_wrap .container {
    /*padding-bottom: 3rem;*/
}

/* ERROR 505 */
.arrors_wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.error_500_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.error_500_wr {
    width: 100%;
}

.error_500_shnurs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.snur_1 {
    width: 36%;
}

.error_500_tittle {
    font-size: 21rem;
    color: #ffe348;
    margin: 0 5rem;
    width: 26%;
    text-align: center;
}

.snur_2 {
    width: 37%;
}

.error_500_info {
    width: 63rem;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.error_500_text {
    font-size: 2.6rem;
    color: #1d1d1d;
    text-transform: uppercase;
}

.error_500_text span {
    color: #c11f2c;
    font-family: 'Roboto-Medium';
}

.error_500_links {
    padding-bottom: 10rem;
    display: flex;
    border-bottom: 1px solid #dedede;
    margin-top: 2rem;
    justify-content: center;
}

.error_500_link_1 {
    width: 16.9rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f3f3f4;
    font-size: 13px;
    background: #c11f2c;
    transition: all .5s ease-out;
    margin: 0 1rem;
}

.error_500_link_1:hover {
    background: #a01e29;
}

.error_500_link_2 {
    width: 16.9rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3a3a3a;
    font-size: 13px;
    background: #ffe348;
    margin: 0 1rem;
    transition: all .5s ease-out;
}

.error_500_link_2:hover {
    background: #fcb800;
}

.error_500_mail {
    font-size: 1.6rem;
    border-bottom: 1px dotted #638ec9;
    text-transform: uppercase;
    color: #638ec9;
    margin-top: 2rem;
    display: inline-block;
}

.error_500_mail:hover {
    border-bottom: 1px dotted transparent;
}

@media screen and (max-width: 1333px), (max-height: 630px) {
    html {
        font-size: 9px;
    }

    .filter_table_td,
    .td_link > div,
    .td_link_solo > div,
    .td_link_many > div {
        font-size: 12px;
    }

    .table_years {
        width: 7%;
    }

    .filter_items_wrap .table_years {
        width: 7%;
    }
}

@media screen and (max-width: 1025px) {
    .header_right .lang {
        margin-right: 0;
    }

    .header_fixed .special {
        margin-right: 13.1rem;
    }
}
