/*!/frontend/themes/montebook/style.css*//*
 * Theme name: montebook
 * Author: walltak
 * Version: 1.0
 */

a, button, input, select, textarea, form{
    outline: none;
}
a, button, label{
    transition: .2s ease;
    text-decoration: none;
}
body a:hover{
    color: #c9a464;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: #fff;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #c9a464; 
}

@font-face {
    font-family: 'Futura';
    src: url(/frontend/themes/montebook/asset/futura/FuturaPT-Light.woff2) format('woff2');
    font-weight: 100;
    font-style: normal;
 font-display:swap;}
@font-face {
    font-family: 'Futura';
    src: url(/frontend/themes/montebook/asset/futura/FuturaPT-Book.woff2) format('woff2');
    font-weight: 200;
    font-style: normal;
 font-display:swap;}
@font-face {
    font-family: 'Futura';
    src: url(/frontend/themes/montebook/asset/futura/FuturaPT-Medium.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
 font-display:swap;}
@font-face {
    font-family: 'Futura';
    src: url(/frontend/themes/montebook/asset/futura/FuturaPT-Demi.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
 font-display:swap;}
@font-face {
    font-family: 'Futura';
    src: url(/frontend/themes/montebook/asset/futura/FuturaPT-Heavy.woff2) format('woff2');
    font-weight: 600;
    font-style: normal;
 font-display:swap;}
@font-face {
    font-family: 'Futura';
    src: url(/frontend/themes/montebook/asset/futura/FuturaPT-Bold.woff2) format('woff2');
    font-weight: 800;
    font-style: normal;
 font-display:swap;}



body {
    font-family: 'Futura', sans-serif;
    font-weight: 400;
    color: #1A1A18;
} 

.wrapper_header_stick{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%); 
    z-index: 99;
}
.wrapper_header_stick{
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wrapper_header_stick.homehead{
    background: rgb(0 0 0 / 7%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: .2s ease;
}
.homehead.lides{
    background: rgb(0 0 0 / 35%);
}

.wrapper_header_stick.losder{
   position: fixed;
}


.liner_cats_row {
    margin-top: 30px !important;
}
.mob_nav_wrap{
    display: flex;
    align-items: center;
    height: 100%;
}
.mobile_bur_btm{
    background: #BD9144;
    border: 1px solid #BD9144;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 40px;
    padding: 0;
}
.mobile_bur_btm svg{
    max-width: 40px;
    width: 100%;
    height: auto;
}
.homehead .mobile_bur_btm{
    border: 1px solid #fff;
    background: transparent;
}
.mobile_bur_btm:hover{
    border-color: #BD9144;
    background: #BD9144;
}
.nav_head_wrap{
    display: flex;
    align-items: center;
    height: 100%;
    gap: 100px;
    justify-content: center;
}
.list_head_nav{
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 100px;
}
.list_head_nav a{
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: .03em;
}
.list_head_nav a:hover{
    color: #BD9144;
}
.homehead .list_head_nav a{
    color: #fff;
}
.homehead .list_head_nav a:hover{
    color: #000;
}
.wrap_lang_btm{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}
.lang_select{
    background: #BD9144;
    border: 1px solid #BD9144;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 40px;
    width: 80px;
    padding: 0;
}
.homehead .lang_select{
    border: 1px solid #fff;
    background: transparent;
}
.lang_select:hover, .lang_select.show{
    border-color: #BD9144;
    background: #BD9144;
}
.lang_select.dropdown-toggle::after{
    display: none;
}
.in_header_sellist{
    width: 190px;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 2px 16px rgb(0 0 0 / 14%);
    justify-content: space-between;
    padding: 30px;
}
.in_header_sellist.show{
    display: flex!important;
}
.in_header_sellist .list_langiage_sel{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 37%;
}
.in_header_sellist .lang_selects{
    width: 100%;
}
.in_header_sellist .lang_selects a{
    font-size: 18px;
    color: #8A8A8A;
    display: flex;
    align-items: center;
    gap: 10px;
}
.in_header_sellist .lang_selects a.selected, .in_header_sellist .lang_selects a:hover{
    color: #000000;
}
.col_selects_converts{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.col_selects_converts .form-check-label{
    font-size: 18px;
    color: #8A8A8A;
}
.form-check-input:checked[type=radio] + label{
    color: #000;
}
.btn_close{
    background: transparent;
    border: 0;
    padding: 0;
}
.btn_close img{
    transition: .2s ease;
}
.btn_close:hover img{
    transform: rotate(90deg);
}
.main_nav_ofcanv{
    margin-top: 30px;
}
.main_nav_ofcanv .menu{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.main_nav_ofcanv .menu a{
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .03em;
}
.main_nav_ofcanv .menu a:hover{
    color: #BD9144;
}
.main_nav_ofcanv .ses102, .main_nav_ofcanv .ses105{
    border-bottom: 1px dashed #a7a7a7;
    padding-bottom: 25px;
}

#main_mob_menu .btn_close{
    margin-left: 35px;
}
#main_mob_menu .offcanvas-body{
    display: flex;
    flex-direction: column;
}
#main_mob_menu .offcanvas-body{
    padding: 15px;
}
#main_mob_menu .offcanvas-header {
    padding: 15px;
}
.phone_liner_conts{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    gap: 30px;
}
.phone_link_cnt{
    color: #000;
    font-size: 23px;
    font-weight: 400;
}
.phone_link_cnt:hover{
    color: #BD9144;
}
.cont_socials_list_right{
    display: flex;
    align-items: center;
    gap: 10px;
}
.social_link_itm img{
    transition: .2s ease;
    width: 30px;
    height: auto;
}
.social_link_itm:hover img{
    transform: scale(1.05);
}
.border_orange_btn{
    background: transparent;
    border: 1px solid #D2A557;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 340px;
    width: 100%;
    height: 60px; 
    color: #BD9144;
    font-size: 18px;
    text-transform: uppercase;
}
.border_orange_btn:hover{
    background: #D2A557;
    color: #fff;
}
.btm_get_sale_nav{
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.bottom_cont_mobmenu{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    padding-left: 40px;
}
.social_list_subs{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 25px;
}
.social_list_subs .orange_social_sub img{
    transition: .2s ease;
    max-width: 50px;
    width: 100%;
    height: auto;
}
.social_list_subs .orange_social_sub:hover img{
    transform: scale(1.05);
}


.main_block_home{
    background: url(/frontend/uploads/2025/11/rectangle-1491.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.main_block_home .container, .main_block_home .row{
    height: 100%;
}
.wrap_home_cont{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 23.9vw;
}

.main_title_home{
    font-size: 4.688vw;
    margin-bottom: 0;
    line-height: 1.3em;
    letter-spacing: -0.04em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
}
.main_title_home.aboba_lan_sb{
    max-width: 52.083vw;
}
.main_title_home.aboba_lan_en{
    max-width: 41.667vw;
}
.main_title_home.aboba_lan_ru{
    max-width: 57.813vw;
}
.main_subtitle_home{
    margin-top: 30px;
    font-size: 33px;
    line-height: 1.5em;
    text-align: right;
    color: #fff;
    font-weight: 200;
    max-width: 920px;
}
.home_btms_wrap_one{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    gap: 30px;
    width: 100%;
}
.orange_btm{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D2A557;
    border: 1px solid #D2A557;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 10px;
}
.orange_btm:hover{
    background: #BD9144;
    color: #fff;
}
.white_btm{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 10px;
}
.white_btm:hover{
    background: #e5e5e5;
    color: #000;
}
.big_home_btm{
    max-width: 300px;
    width: 100%;
    height: 60px;
}
.home_search_cats{
    background-color: #1C2C3B;
    background-image: url(/frontend/uploads/2025/11/karta.webp);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 90px;
    background-size: contain;
}
.liner_name_fon{
    text-align: center;   
}
.liner_name_fon img{
    max-width: 1330px;
    width: 100%;
    height: auto;
}

.wrap_categories{
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.item_category_home{
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: url(/frontend/uploads/2025/11/kvartiry.webp) no-repeat;
    background-size: cover;
}
.item_category_home .top_cat_name{
    position: absolute;
    top: 30px;
    color: #C9A464;
    font-size: 36px;
    line-height: 1em;
    font-weight: 200;
    text-align: center;
    padding-left: 15px;
    z-index: 1;
    padding-right: 15px;
}
.item_category_home img{
    width: 100%;
    height: auto;
    transition: .2s ease;
    z-index: 0;
    position: relative;
    filter: grayscale(1);
}
.item_category_home:hover img{
    filter: grayscale(0);
}
.filtr_apparts_liner{
    margin-top: 20px!important;
}

.top_line_btms_filt{
    display: flex;
    gap: 10px;
}
.top_line_btms_filt .btn_check{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 140px;
    width: 100%;
    height: 50px;
    background: #fff;
    border: 0;
    color: #343330;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 10px;
    box-shadow: unset!important;
    cursor: pointer;
}
.top_line_btms_filt .btn_check:hover{
    background: #D2A557;
    color: #fff;
}
.bot_line_color_filt{
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.bot_line_color_filt .button_subm_row{
    width: 100%;
}


.sel_style_fil{
    width: 100%;
    background: #fff;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 15px 20px;
    font-size: 16px;
    color: #8A8A8A;
    font-weight: 400;
}
.sel_style_fil:hover{
    border-color: #8A8A8A;
    color: #000000;
}
.sel_style_fil.show{
    border-color: #D2A557;
    color: #000000;
}
.sel_style_fil.novalid{
    border: 1px solid #cb3b3b;
}

.filter_drop{
    width: 100%;
    padding: 0;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 5px 9px rgb(0 0 0 / 25%); 
    flex-direction: column; 
    overflow: hidden; 
}
.filter_drop.show{
    display: flex!important;
}
.filter_drop button{
    width: 100%;
    font-size: 16px;
    padding: 5px 15px;
    color: #000000;
    background: transparent;
    border: 0;
    text-align: left;
}
.filter_drop button:hover{
    background: #EDEDED;
}
.item_filter_sel .filter_drop{
    padding-top: 10px;
    padding-bottom: 10px;
}
.inputs_drop{
    padding: 15px 15px;
}
.checks_drop{
    padding: 15px 15px;
}
.inputs_drop .inp_tofilter:first-child{
    margin-bottom: 10px;
}
.inputs_drop .inp_tofilter::placeholder{
    color: #8A8A8A;
}
.inputs_drop .inp_tofilter{
    width: 100%;
    border: 1px solid #C7C7C7;
    border-radius: 5px;
    height: 40px;
    padding: 10px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 200;
}
.button_subm_row .infilterbtm{
    width: 100%;
    height: 100%;
}
.recent_rants_home{
    margin-top: 65px;
}
.title_alighs_wrap{
    text-align: center;
}
.main_page_title{
    font-size: 60px;
    font-weight: 200;
    line-height: 1.2em;
    margin-bottom: 0;
}
.subtile_main_page{
    font-size: 24px;
    font-weight: 200;
    line-height: 1.5em;
    margin: 0 auto;
    margin-top: 5px;
}
.recent_rant_space{
    margin-top: 25px!important;
}
.wrap_ads_image{
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.wrap_ads_image .main_image{
    width: 100%;
    height: 20vw;
    object-fit: cover;
}
.has_new_box{
    background: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #4C5C61;
    font-size: 18px;
}
.count_photos_ad{
    background: rgb(0 0 0 / 45%);
    padding: 4px 8px;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 16px;
}
.wrap_id_top_crd{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 0 5px rgb(0 0 0 / 71%);
}
.box_content_card{
    border: 1px solid #D3D3D3;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.top_adds_meta{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left_ad_city{
    color: #1C2C3B;
    font-size: 18px;
    font-weight: 200;
    text-align: right;
    text-transform: capitalize;
}
.center_card_meta{
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.title_card_ad{
    height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    color: #000000;
    font-size: 24px;
    transition: .2s ease;
}
.exept_cars_ad{
    margin-top: 0;
    color: #343330;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 200;
    max-height: 99px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
.bottom_card_meta{
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #D3D3D3;
}
.top_liner_botmeta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.right_cardmeta_preims{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.right_cardmeta_preims img{
    width: 21px;
    height: auto;
}
.advanch_imagesbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.allist_preimses{
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.advanch_imagesbox img{
    max-width: 30px;
    width: 100%;
    height: auto;
}
.advanch_imagesbox span{
    color: #9b9b9b;
    font-weight: 200;
    text-align: center;
    line-height: 0.9em;
    font-size: 12px;
    width: 100%;
    max-width: 48px;
    margin-top: 2px;
}
.bott_liner_botmeta{
    width: 100%;
}
.left_cardmeta_charast{
    display: flex;
    align-items: center;
    gap: 20px;
}
.charast_card_box{
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 16px;
    color: #4C5C61;
}
.data_publich_cardad{
    text-align: right;
    color: #8A8A8A;
    font-size: 16px;
    font-weight: 200;
}
.ads_card a:hover .title_card_ad{
    color: #c9a464;
}

.wrap_box_cards_home{
    position: relative;
}
.wrap_arrows_sli{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
    gap: 15px;
}

.nav_btn{
    background: transparent;
    border: 0;
    padding: 0;
    width: 30px;
    z-index: 9;
}
.nav_btn.swiper-button-disabled{
    opacity: 0.3;
}
.nav_btn img{
    width: 100%;
    height: auto;
}

.pag_btm_dots{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: auto !important;
}
.pag_btm_dots .swiper-pagination-bullet{
    margin: 0!important;
}

.btm_to_cat_wrap{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.centerbtm_cat{
    max-width: 300px;
    width: 100%;
    height: 60px;
}

.wrapper_carousel_agent{
    position: relative;
}
.our_team_box{
    margin-top: 60px;
}
.space_specials_line{
    margin-top: 30px!important;
}
.name_item_team{
    font-size: 36px;
    font-weight: 200;
}
.job_item_team{
    background: #EDEDED;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    max-width: 180px;
    height: 35px;
    align-items: center;
    color: #000000;
    font-size: 18px;
    margin-top: 10px;
}
.about_item_team{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4em;
}
.citat_item_team{
    color: #343330;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4em;
    margin-top: 40px;
}
.wtap_ino_bot_team .go_reserve_team{
    max-width: 300px;
}

.preims_home_box{
    margin-top: 60px;
    background: #1C2C3B;
    padding-top: 60px;
    padding-bottom: 70px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.togles_preims_comp{
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-top: 40px;
}
.item_preim_comp{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wrap_img_preim_comp img{
    max-width: 110px;
    width: 100%;
    height: auto;
}
.item_preim_comp .ttext_preim_comp{
    font-size: 22px;
    line-height: 1.4em;
    text-align: center;
    max-width: 215px;
    font-weight: 200;
}
.box_downld_cat_preims{
    margin-top: 60px;
    border: 2px solid #C9A464;
    border-radius: 10px;
    padding: 40px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title_dwnlcatalog_text{
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 200;
    text-align: center;
}
.box_downld_cat_preims .btm_loadcat{
    max-width: 350px;
    height: 60px;
    width: 100%;
    margin-top: 40px;
}
.image_wrap_preims_cat {
    position: absolute;
    right: -200px;
    top: 0;
}
.image_wrap_preims_cat img{
    width: 100%;
    height: auto;
    max-width: 1000px;
}
.blog_box_home{
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 80px;
    background: url(/frontend/uploads/2025/11/object-1.webp) no-repeat;
    background-position: bottom right;
    background-size: 470px;
}
.space_blog_liner{
    margin-top: 25px!important;
}
.image_blog_wrap{
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.image_blog_wrap img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.blog_card_wrap .card__body{
    border: 1px solid #D3D3D3;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 30px;
}
.blog_card_wrap .title_intes{
    font-size: 24px;
    font-weight: 200;
    line-height: 1.3em;
    color: #000000;
    max-height: 63px;
    min-height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
.blog_card_wrap .contods{
    padding-top: 10px;
    color: #343330;
    max-height: 79px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    font-size: 18px;
    font-weight: 200;
}
.outside_carousel_blog{
    padding-bottom: 2px;
}
.wrap_blog_carousel{
    position: relative;
}
.preims_live_space{
    margin-top: 60px!important;
}
.preims_live_space .main_page_title{
    max-width: 740px;
    margin: 0 auto;
}
.box_preims_boxes{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 60px;
}
.item_preim_box_lives{
    display: flex;
    gap: 20px;
    max-width: 710px;
    width: 100%;
}
.image_livpreim_wrap{
    min-width: 110px;
    width: 110px;
}

.image_livpreim_wrap img{
    width: 100%;
    height: auto;
    transition: .2s ease;
}
.image_livpreim_wrap a:hover img{
    transform: scale(1.05);
}
.title_preimlive{
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 200;
}
.title_preimlive a{
    color: #1A1A18;
}
.cont_preimlive{
    margin-top: 10px;
    font-size: 22px;
    color: #343330;
    line-height: 1.4em;
    font-weight: 200;
    max-width: 400px;
}
.carousel_ads_home{
    padding-bottom: 1px;
}

.wrap_footer{
    background: #1C2C3B;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 40px;
}
.logo_wrap_footer img{
    max-width: 225px;
    width: 100%;
    height: auto;
}
.contacts_footer_wrap{
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contacts_footer_wrap .phone_footer{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.contacts_footer_wrap .mail_footer{
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.contacts_footer_wrap a:hover{
    color: #C9A464;
}
.policy_foot_links{
    margin-top: 30px;
}
.policy_foot_links ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.policy_foot_links ul a{
    color: #FFFFFF;
    letter-spacing: .03em;
    font-size: 18px;
    font-weight: 200;
}
.policy_foot_links ul a:hover{
    color: #C9A464;
}
.copyright_footer{
    font-size: 12px;
    font-weight: 200;
    letter-spacing: .03em;
    width: 45%;
}
.copyright_footer span{
    display: block;
    max-width: 230px;
}
.nav_to_polisys {
    display: flex;
    margin-top: 25px;
}
.inline_inpus.inpst_infootsorm{
    max-width: 100%;
}
.inpst_infootsorm .sel_style_fil{
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #8D959D;
    font-size: 18px;
    padding: 10px 0;
    font-weight: 200;
    border-radius: 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.box_nav_policyc{
    width: 45%;
}
.footer_nav_wrap .menu{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.box_eblana{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_nav_wrap .menu li{
    width: 45%;
}
.footer_nav_wrap .menu li a{
    color: #ffffff;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.1em;
    max-width: 230px;
}
.footer_nav_wrap .menu li a:hover{
    color: #C9A464;
}
.socials_footer{
    margin-top: 24px;
}
.box_nav_policyc ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    row-gap: 0px;
}
.box_nav_policyc ul .sds206{
    margin-top: -5px;
}
.box_nav_policyc ul .sds207{
    margin-top: -5px;
}
.footer_form_conts .sand_form_conts{
    margin-top: 15px;
    height: 45px;
    font-size: 16px;
}
.footer_form_conts .phonemask{
    margin-top: 5px;
}
.box_nav_policyc ul a{
    font-size: 12px;
    color: #fff;
    line-height: 0.9em;
    font-weight: 200;
}
.list_socials_foot{
    display: flex;
    gap: 20px;
}


.list_socials_foot a svg{
    max-width: 25px;
    width: 100%;
}
.list_socials_foot a svg path{
    transition: .2s ease;
}
.list_socials_foot a:not(:hover) svg path,
.list_socials_foot a:not(:hover) svg stop{
    transition: .2s ease;
    fill: #fff;
}
.list_socials_foot a svg stop{
    transition: .2s ease;
}


.top_form_title_foot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.title_foot_form{
    font-size: 30px;
}
.list_massg_foot{
    display: flex;
    gap: 20px;
    margin-top: 25px;
}
.list_massg_foot a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_massg_foot a svg{
    max-width: 25px;
    width: 100%;
}
.list_massg_foot a svg path{
    transition: .2s ease;
}
.list_massg_foot a:not(:hover) svg path{
    transition: .2s ease;
    fill: #fff;
}
.emaon_footer_spacer{
    margin-top: 21px;
}
.footer_col_logo .logo_wrap_footer{
    margin-top: 7px;
}
.form_footer_wrap .wrap_form_coter{
    margin-top: 3px;
}

.hishesed{
    opacity: 0.01!important;
    height: 0.1px!important;
    width: 0.1px!important;
    padding: 0!important;
    margin: 0!important;
    visibility: hidden!important;
    font-size: 0!important;
    position: absolute;
}

.input_footer{
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    font-weight: 200;
}
.input_footer::placeholder{
    color: #8D959D;
    font-size: 18px;
}
.orange_white_btm{
    margin-top: 20px;
    width: 100%;
    border: 1px solid #BD9144;
    border-radius: 10px;
    background: transparent;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.orange_white_btm:hover{
    background: #BD9144;
}
.modal .modal-title{
    color: #fff;
    font-size: 28px;
}
.modal .orange_white_btm {
    margin-top: 30px;
}
.modal .input_footer {
    margin-bottom: 10px;
}

.wrap_main_page_space{
    margin-top: 80px;
}

.breadcrumbs{
    margin-top: 15px;
    color: #e7e7e7;
    font-size: 16px;
    font-weight: 200;
}
.breadcrumbs a{
    color: #e7e7e7;
}
.breadcrumbs a:hover{
    color: #BD9144;
}
.wrap_title_catalog{
    margin-top: 5px;
}

.wrap_title_catalog .main_title_cats{
    color: #000;
    font-size: 60px;
    font-weight: 200;
    line-height: 1.2em;
    margin-bottom: 0;
}
.main_subtitle_cats{
    max-width: 910px;
    font-size: 18px;
    color: #000;
    font-weight: 200;
    line-height: 1.4em;
}

.ofcanmobile .top_line_btms_filt {
    width: 100%;
}
.ofcanmobile .top_line_btms_filt .btn_check {
    border: 1px solid #D2A557;
    width: 100%;
    max-width: 100%;
    color: #8A8A8A;
}
.ofcanmobile .top_line_btms_filt .btn-check:checked + .btn-secondary{
    color: #fff;
}
.ofcanmobile .top_line_btms_filt .btn_check:hover{
    color: #fff;
}
.checks_drop.show{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.checks_drop .form-check{
    display: flex;
    align-items: center;
    gap: 10px;
}
.checks_drop .form-check-label{
    font-size: 16px;
    color: #000;
}
.checks_drop .form-check-input:checked[type=checkbox] {
    background-color: #d2a557;
    border-color: #d2a557;
}
.wrap_filter_catpage{
    margin-top: 40px;
}
.wrap_filter_catpage .bot_line_color_filt{
    padding: 0;
    margin-top: 10px;
}
.row_services_space{
    margin-top: 20px!important;
}
.box_map_btns_cat{
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 15px;
}
.count_search{
    font-size: 18px;
    font-weight: 200;
}
.drop_sorting{
    max-width: 260px;
    width: 100%;
}
.drop_sorting .filter_drop{
    min-width: 240px;
}
.drop_sorting .get_sorting{
    border-radius: 10px;
    color: #1C2C3B;
    gap: 10px;
}
.drop_sorting .get_sorting::after{
    display: none;
}
.bnt_cart_catalog{
    max-width: 170px;
    width: 100%;
    background: #fff;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 15px 20px;
    font-size: 16px;
    color: #1C2C3B;
    font-weight: 400; 
    gap: 10px;  
}
.bnt_cart_catalog:hover{
     border-color: #8A8A8A;   
}
.row_services_space .ads_card{
    margin-bottom: 30px;
}
.wra_calback_catalot{
    margin-top: 50px;
    background: #2C4155;
}
.centerforms_calatog{
    display: flex;
    align-items: center;
    justify-content: center;
}
.centerforms_calatog .list_massg_foot{
    margin-top: 0;
    margin-left: 5px;
}
.title_form_catalog{
    font-size: 60px;
    font-weight: 200;
    color: #fff;
    text-align: center;
}
.subtitle_form_catalog{
    font-size: 22px;
    font-weight: 200;
    color: #fff;
}
.form_box{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.inpcalb_cat{
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    background: transparent;
    color: #fff;
    font-size: 18px;
    max-width: 280px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 20px 15px;
}
.inpcalb_cat::placeholder{
    color: #5c6d7c;
}
.form_box .sel_style_fil{
    background: transparent;
    border: 1px solid #fff;
    color: #5c6d7c;
    width: 100%;
    height: 60px;
}
.form_box .sel_style_fil.selectedes{
    color: #ffffff;
}
.form_box .inline_btm_form{
    max-width: 100%;
    display: flex;
    justify-content: center;
}
.sas_pidoasu{
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.dandrormcalb{
    max-width: 280px;
    width: 100%;
    height: 60px;
}
.righliners_catform img{
    margin-top: -90px;  
    max-width: 580px;
}
.inline_inpus, .inline_btm_form{
    max-width: 280px;
    width: 100%;
}

.gallery {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.img_gallery_main {
    overflow: hidden;
    max-height: 440px;
}
.img_gallery_main img {
    width: 100%;
    transition: .4s ease;
    object-fit: cover;
    height: 440px;
}
.img_gallery_main:hover img {
    transform: scale(1.05);
}
.line_falicoalis{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}
.img_gallery_main iframe{
    height: 440px;
    width: 100%;
}


.gallery_colum {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
}
.gallery_rows {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.img_gallery {
    height: 210px;
    overflow: hidden;
    position: relative;
}
.img_gallery img {
    transition: .4s ease;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.img_gallery:hover img {
    transform: scale(1.05);
}
.hiden_gallery{
    display: none;
}
.with_bg_gal .linkimagegall img{
    filter: brightness(0.9);
}
.withbtms_gall {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btm_seeallgal{
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 50%);
    color: #ffffff;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff!important;
    border: 0;
}

.withbtms_gall .linkimagegall{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.flex_boxregvb{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;   
}
.cols_wrapper_info{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}
.sity_card_info{
    color: #000000;
    font-size: 20px;
    font-weight: 200;
}
.inline_meta_cards{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
    color: #343330;
    font-weight: 200;
}
.descript_single_card{
    color: #343330;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4em;
}
.descript_single_card h2, .descript_single_card h3{
    margin-top: 15px;
    font-size: 18px;
}
.descript_single_card ul{
    margin-top: 15px;
    padding-left: 1.5rem;
}

.hidesc_citypick{
    display: none;
}
.boc_name_objekt_card{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.aliger_price_card{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D2A557;
    border: 1px solid #D2A557;
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    width: 100%;
    max-width: 490px;
    height: 65px;
}
.price_single_card{
    font-size: 36px;  
}
.wrap_form_singles{
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
.cityvalurs{
    text-transform: capitalize;
}
.charasters_boxex_single{
    margin-top: 40px;
}
.charast_liner{
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
    row-gap: 20px;
}
.charastests{
    color: #000000;
    font-size: 28px;
    width: 100%;
}

.wrap_form_singles .form_reserve_single{
    max-width: 490px;
    width: 100%;
    padding: 40px;
    padding-top: 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    border-radius: 8px;
}
.title_form_sing_card{
    font-size: 36px;
    font-weight: 200;
}
.zayks_form_sing_card{
    margin-top: 5px;
    font-size: 18px;
}
.wrap_linters_form{
    margin-top: 25px;
}
.line_row_inp_frm{
    margin-bottom: 10px;
}
.line_row_inp_frm .inptsers{
    width: 100%;
    border: 1px solid #8A8A8A;
    border-radius: 8px;
    height: 60px;
    display: flex;
    align-items: center;
    background: transparent;
    font-size: 18px;
    font-weight: 200;
    padding: 16px;
}
.line_row_inp_frm .inptsers::placeholder{
    color: #8A8A8A;
}
.line_row_inp_frm .inptsers.coomments{
    height: 130px;  
}
.line_row_inp_frm.typecals{
    margin-top: 20px;
}
.line_row_inp_frm .title_caltypes{
    font-weight: 400;
    font-size: 18px;
}
.line_row_inp_frm .top_line_btms_filt .btn_check{
    border: 1px solid transparent;
    border-radius: 50px;
    margin-top: 10px;
    text-transform: none;
    font-size: 18px;
    font-weight: 200;
    max-width: 35px;
    height: 35px;
    width: 100%;
}
.line_row_inp_frm .top_line_btms_filt .btn_check img{
    width: 100%;
    height: auto;
}
.line_row_inp_frm .top_line_btms_filt .btn-check:checked + .btn-secondary img{
    border: 2px solid #C9A464;
    border-radius: 50px;
}

.line_row_btm_frm{
    margin-top: 20px;
}
.line_row_btm_frm .sand_form_sing{
    width: 100%;
    height: 60px;
    border-radius: 8px;
}
.title_appendinfos{
    font-size: 36px;
    font-weight: 200;
}
.description_appinfo{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4em;
}
.map_single{
    margin-top: 10px;
}

.space_recent_posts{
    margin-top: 40px!important;
}
.space_recentes{
    margin-top: 25px!important;
    margin-bottom: 80px !important;
}
.butn_select .filter_drop{
    max-height: 240px;
    overflow-y: scroll;
}
.butn_select .filter_drop .sepcity:not(:last-child){
    display: block;
    min-height: 1px;
    background: #e3e3e3;
    width: 100%;
}
.butn_select_list .filter_drop{
    max-height: 240px;
    overflow-y: scroll;
}
.butn_select_list .filter_drop .sepcity:not(:last-child){
    display: block;
    min-height: 1px;
    background: #e3e3e3;
    width: 100%;
}

.results_filter{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.remove_filter_bnt{
    border: 0;
    background: #EDEDED;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    gap: 5px;
    color: #343330;
    font-size: 15px;
    font-weight: 400;
}
.remove_filter_bnt:hover{
    background: #c3c3c3;
}

.leftliners_catform{
    padding-top: 55px;
    padding-bottom: 65px;
}


.top_line_cats_filt .item_filter_sel{
    width: 33%;
}
.top_line_cats_filt .top_line_btms_filt{
    max-width: 360px;
}
.top_line_cats_filt .category_filts{
    max-width: 360px;
}
.top_line_cats_filt .selcattophead{
    justify-content: center;
}

.mappage_filter .inpage_line_filter .top_line_cats_filt {
    flex-wrap: wrap;
}
.mappage_filter .selcattophead{
    margin-top: 10px;
}
.mappage_filter .top_line_cats_filt .top_line_btms_filt {
    max-width: 100%;
}
.mappage_filter .top_line_cats_filt .category_filts {
    max-width: 100%;
}
@media(max-width:991px){
    .inpage_line_filter .top_line_cats_filt {
        flex-wrap: wrap;
    }
    .selcattophead{
        margin-top: 10px;
    }
    .top_line_cats_filt .top_line_btms_filt {
        max-width: 100%;
    }
    .top_line_cats_filt .category_filts {
        max-width: 100%;
    }
}


.inpage_line_filter .top_line_cats_filt{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.inpage_line_filter .left_head_filtes{
    width: 60%;
    display: flex;
    gap: 10px;
}
.inpage_line_filter .left_head_filtes .item_filter_sel{
    max-width: 280px;
}
.inpage_line_filter .button_subm_row{
    /*width: 40%;*/
    display: flex;
    justify-content: flex-end;
}
.inpage_line_filter .button_subm_row .orange_btm {
    max-width: 250px;
}
.bot_line_color_filt_catalog{
    display: flex;
    margin-top: 10px;
    gap: 10px;
}
.footer_nav_wrap .sds207 {
    width: 100% !important;
    margin-top: -25px;
}
.footer_nav_wrap .sds206{
    width: 100%!important;
    margin-top: 57px;
}
.footer_nav_wrap .sds206 a,
.footer_nav_wrap .sds207 a{
    font-size: 12px!important;;
}
.footer_nav_wrap{
    margin-top: 15px;
}

.darkes .wrapper_header_stick{
   box-shadow: 0 0 20px rgb(0 0 0 / 5%); 
}


.top_map_controls_info{
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 1;
    background: rgb(255 255 255 / 88%);
    padding-top: 15px;
    padding-bottom: 15px;
}
.wrap_map_page_сat{
    margin-top: 80px;
    height: calc(100vh - 80px);
    overflow: hidden;
}
.wrap_map_page_сat .col-lg-4{
    padding-right: 5px!important;
}
.wrap_map_page_сat .col-lg-8{
    padding-left: 0!important;
}
.bnts_meta_leftbox{
    display: flex;
    justify-content: space-between;
}
.left_count_results{
    display: flex;
    align-items: center;
    gap: 10px;
}
.right_btns_controld{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}
.bnts_meta_leftbox .breadcrumbs{
    margin-top: 0;
}
.bnts_meta_leftbox .breadcrumbs a {
    color: #a1a1a1;
}
.bnts_meta_leftbox .breadcrumbs {
    color: #a1a1a1;
}
.top_map_controls_info .bnt_cart_catalog{
    max-width: 140px;
}
.bnts_meta_leftbox .breadcrumbs{
    font-size: 18px;
}
.top_map_controls_info .btm_filter_cats{
    max-width: 120px;
    width: 100%;
    background: #fff;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 15px 20px;
    font-size: 16px;
    color: #1C2C3B;
    font-weight: 400;
    gap: 10px;
}
.top_map_controls_info .btm_filter_cats:hover {
    border-color: #8A8A8A;
}
.bnts_meta_leftbox .left_count_results{
    width: 75%;
}
.bnts_meta_leftbox .right_btns_controld{
    width: 25%;
}
.mappage_filter .ofcanmobile .left_head_filtes,
.offcanvas.ofcanmobile .left_head_filtes{
    width: 100%;
    flex-wrap: wrap;
}
.mappage_filter .ofcanmobile .left_head_filtes .item_filter_sel,
.offcanvas.ofcanmobile .left_head_filtes .item_filter_sel {
    max-width: 100%;
}
.mappage_filter .ofcanmobile .bot_line_color_filt_catalog,
.offcanvas.ofcanmobile .bot_line_color_filt_catalog{
    flex-wrap: wrap;
}
.mappage_filter .ofcanmobile .item_filter_sel.input-group,
.offcanvas.ofcanmobile .item_filter_sel.input-group{
    width: 100%;
}
.mappage_filter .ofcanmobile .button_subm_row,
.offcanvas.ofcanmobile .button_subm_row{
    width: 100%;
    margin-top: 0;
}
.mappage_filter .ofcanmobile .button_subm_row .infilterbtm,
.offcanvas.ofcanmobile .button_subm_row .infilterbtm{
    width: 100%;
    max-width: 100%;
}
.mappage_filter .ofcadbodyplace .inpage_line_filter,
.offcanvas.ofcadbodyplace .inpage_line_filter{
    padding-bottom: 20px;
}
.mappage_filter .ofcanmobile .offcanvas-title,
.offcanvas.ofcanmobile .offcanvas-title{
    font-size: 22px;
}
.mappage_filter .ofcanmobile .sel_style_fil,
.offcanvas.ofcanmobile .sel_style_fil{
    background: #fff;
    border: 1px solid #C7C7C7;
    color: #8A8A8A;
}
.mappage_filter .button_subm_row.hide_mobile{
    display: none!important;
}
.mappage_filter .button_subm_row.hide_peca{
    display: flex!important;
}
.mappage_filter .button_subm_row.hide_peca .orange_btm {
    height: 50px;
}
.mappage_filter .offcanvas-header.hide_peca{
    display: flex!important;
}
.scroll_wrap_adds{
    margin-top: 20px;
    height: calc(100vh - 190px);
    overflow-y: auto;
    padding-right: 5px;
}
.scroll_wrap_adds .card_map_bap{
    margin-bottom: 20px;
}

.search_wrap_posts{
    margin-top: 20px;
    display: flex;
}
.form_search_blog{
    display: flex;
    align-items: center;
    position: relative;
    max-width: 350px;
    width: 100%;
}
.form_search_blog .input_serch_pst{
    border: 1px solid #BD9144;
    border-radius: 50px;
    padding: 15px 20px;
    width: 100%;
}
.form_search_blog .ininput_btn_loop{
    position: absolute;
    background: transparent;
    border: 0;
    right: 15px;
}
.list_categories_blog{
    margin-top: 20px;
}
.wrap_servs_tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.wrap_servs_tabs a{
    color: #343330;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    border: 1px solid #BD9144;
    border-radius: 50px;
    font-weight: 200;
}
.wrap_servs_tabs a:hover{
    background: #D2A557;
    color: #fff;
}
.wrap_servs_tabs .nav-link.actice{
    background: #D2A557;
    color: #fff;
}
.space_posts_box{
    margin-top: 20px!important;
    padding-bottom: 60px;
}
.space_posts_box .post{
    margin-bottom: 30px;
}
.pagination .nav-links{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.pagination .nav-links .page-numbers{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 1em;
    color: #343330;
    font-size: 15px;
    font-weight: 200;
}
.pagination .page-numbers.current, .pagination .nav-links .page-numbers:hover{
    border-radius: 5px;
    background-color: #D2A557;
    color: #fff;
}
.pagination .page-numbers.prev{
    font-size: 0;
    background-image: url(/frontend/uploads/2025/12/shape-3-copy.svg);
    background-position: center;
    background-size: 9px;
    background-repeat: no-repeat;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #BD9144;
}
.pagination .page-numbers.next{
    font-size: 0;
    background-image: url(/frontend/uploads/2025/12/shape-45454.svg) ;
    background-position: center;
    background-size: 9px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 1px solid #BD9144;
    border-radius: 5px;
}
.pagination .page-numbers.prev:hover, .pagination .page-numbers.next:hover{
    background-color: #D2A557;
}

.no-results{
    margin-top: 60px;
    margin-bottom: 50px;
    font-size: 18px;
}

.montent_lon_single{
    max-width: 960px;
    margin: 0 auto;
}
.title_single_posers{
    font-size: 60px;
    font-weight: 200;
    line-height: 1.1em;
    margin-top: -55px;
}
.box_icon_back{
    margin-top: 20px;
    background: #C9A464;
    color: #fff;
    max-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    border-radius: 10px;
}
.box_icon_back:hover {
    background: #BD9144;
    color: #fff;
}
.content_post_single{
    margin-top: 60px;
    font-size: 18px;
    font-weight: 200;
}
.content_post_single .wp-block-image{
    margin-top: 10px;
    margin-bottom: 10px;
}
.content_post_single .wp-block-image img{
    width: 100%;
    height: auto;
}
.content_post_single p{
    margin-bottom: 10px;
}
.content_post_single ul{
    padding-left: 1rem;
    margin-bottom: 15px;
}
.content_post_single h2, .content_post_single h3, .content_post_single h4, .content_post_single h5{
    font-size: 21px;
}
.single_lon_formes{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
}
.single_lon_formes .wra_calback_catalot{
    margin-top: 0!important;
    border-radius: 10px;
    padding: 40px;
    width: 100%;
    max-width: 1200px;
}
.space_related_posts{
    margin-top: 120px!important;
}
.space_related_posts .main_page_title{
    text-align: center;
}
.list_relat_post{
    margin-top: 25px!important;
    margin-bottom: 60px!important;
}

.map_company{
    width: 100%;
    height: 100%;
}

.box_contact_tworap{
    padding-left: 20px;
}
.space_box_contacts{
    margin-top: 20px!important;
}
.title_cont_set{
    font-size: 60px;
    font-weight: 200;
    line-height: 0.9em;
}
.liner_conts_itemses{
    margin-top: 20px;
}
.item_contact_line{
    display: flex;
    gap: 10px;
    font-size: 27px;
    align-items: center;
    margin-bottom: 15px;
}
.item_contact_line a{
    color: #000;
    display: flex;
    align-items: center;
}
.item_contact_line .inline_masssgers{
    display: flex;
    align-items: center;
    gap: 10px;
}
.boxer_se_gfd{
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    height: 250px;
}
.boxer_se_gfd img{
    width: 100%;
    height: auto;
}
.spacer_about_comp{
    margin-top: 10px!important;
}
.texter_abouners{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 200;
}
.texter_abouners ul{
    padding-left: 1.5rem;
    margin-bottom: 10px;
}
.texter_abouners p{
    margin-bottom: 10px;
}
.wrtaper_conterser{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding-right: 20px;
}
.bottm_counters_about{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.bottm_counters_about .count_itemes{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bottm_counters_about .bigunts_about{
    color: #BD9144;
    font-size: 60px;
    font-weight: 200;
}
.bottm_counters_about .texts_ints_abtr{
    color: #000000;
    font-size: 18px;
    font-weight: 200;
}
.wrap_imger_segers{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 450px;
}
.wrap_imger_segers img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.spacer_abouter_teams{
    margin-top: 80px!important;
}
.wrap_about_page{
   margin-bottom: 65px; 
}

.bnts_meta_leftbox .results_filter{
    margin-top: 0;
}
 #map_catalog {
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
}

.all_page_map{
    padding-left: 0;
    padding-right: 0;
}
.map-catalog-wrap {
    position: relative;
}
.map-info-panel {
    position: absolute;
    top: 80px;
    left: 0;
    width: min(510px, 90vw);
    height: 100%;
    background: #fff;
    box-shadow: 7px 7px 11px rgb(0 0 0 / 10%);
    z-index: 2;
    display: none;
}
.head_results_map{
    display: flex;
    justify-content: flex-end;
    padding: 5px 15px;
    background: #fff;
}
.map-info-panel.active {
    display: block;
}
.map-info-close {
    background: transparent;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #333;
}
.map-info-content {
    padding: 15px;
    overflow: auto;
    height: calc(100vh - 170px);
    padding-bottom: 60px;
}
.map-info-content .filcard_map{
    margin-bottom: 20px;
}

.jobs_page_wrap .space_posts_box {
    margin-top: 30px !important;
}
.lists_catjob{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.item_listers_job{
    color: #343330;
    font-size: 14px;
    border: 1px solid #BD9144;
    padding: 5px 15px;
    border-radius: 50px;
}
.lists_jobs .title_intes{
    margin-top: 10px;
    min-height: unset!important;
    max-height: unset!important;
}
.go_sand_resume{
    width: 100%;
    margin-top: 15px;
    height: 60px;
}
.wrap_select_obdert{
    border: 1px dashed #ffffff;
    padding: 15px;
    text-align: center;
    border-radius: 7px;
    margin-top: 8px;
}
#file-drop-area{
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.tilse_selecttest{
    color: #999999;
    font-weight: 200;
}
#selected-files{
    margin-top: 20px; 
    text-align: left; 
    color: #fff;
    display: none;
}
.sandcolor_form .wrap_linters_form{
    margin-top: 0;
}
.sandcolor_form .modal-body{
    padding-top: 0;
}
.sandcolor_form .space_resum_load{
    margin-top: 30px;
}
.sandcolor_form .space_resum_load label{
    color: #8D959D;
    font-weight: 200;
    font-size: 18px;
}
.space_resum_load .rightdopreas{
    text-align: left;
}
.sandcolor_form .title_caltypes{
    color: #8D959D;
    font-weight: 200;
}
.sandcolor_form .line_row_inp_frm .top_line_btms_filt .btn_check {
    background: transparent;
    color: #fff;
}
.sandcolor_form .line_row_inp_frm .top_line_btms_filt .btn-check:checked + .btn-secondary{
    background: #C9A464;
    color: #fff;
}
.sandcolor_form .line_row_inp_frm .top_line_btms_filt .btn_check:hover{
    background: #C9A464;
    color: #fff;
}  

.suc_massag{
    font-size: 22px;
    color: #c9a464;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 1.2em;
    width: 100%;
}

.title_job_wrap{
    display: flex;
    align-items: end;
    gap: 40px;
    margin-top: 5px;
}
.jobpageses{
    width: 80%;
}
.jobbabki{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.title_jop_main{
    color: #000;
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 0;
}
.count_job_price{
    font-size: 36px;
    font-weight: 200;
    color: #000000;
    margin-bottom: 6px;
}
.tags_links_job{
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}
.tags_links_job .item_listers_job:hover{
    background: #BD9144;
    color: #fff;
}
.space_texts_job{
    margin-top: 20px!important;
}
.title_jobrazddel{
    font-size: 36px;
    font-weight: 200;
    color: #000;
}
.twxt_fderaxzd{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 200;
}
.inpage_job .form_sand_resume{
    max-width: 490px;
    width: 100%;
    padding: 40px;
    padding-top: 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    border-radius: 20px;
}
.inpage_job {
    margin-top: -20px;
    display: flex;
    justify-content: flex-end;
}
.inpage_job .wrap_select_obdert {
    border: 1px dashed #8a8a8a;
}
.inpage_job #selected-files {
    color: #000000;
}
.wrap_page_carier{
    margin-bottom: 60px;
}
.line_row_inp_frm.space_resum_load{
    margin-top: 20px;
}
.line_row_inp_frm.space_resum_load label{
    font-size: 18px;
}
.form_wrapper_colonties{
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
}
.borderedes_form_add{
    max-width: 740px;
    width: 100%;
    padding: 40px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    border-radius: 20px;
}
.title_oegeres{
    font-size: 40px;
    font-weight: 200;
    line-height: 1em;
}
.moiobegerst{
    margin-top: 15px;
    font-size: 18px;
    line-height: 1em;
    font-weight: 200;
    margin-bottom: 20px;
}

.borderedes_form_add .top_line_btms_filt{
    width: 100%;
    margin-top: 20px;
}

.borderedes_form_add .item_filter_sel {
    margin-bottom: 20px;
}
.borderedes_form_add .inp_tofilter{
    width: 100%;
    background: #fff;
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 15px 20px;
    font-size: 16px;
    color: #8A8A8A;
    font-weight: 400;
}
.borderedes_form_add textarea.inp_tofilter{
    min-height: 100px;
    height: auto;
}
.borderedes_form_add .top_separates{
    margin-top: 30px;
    border-top: 1px solid #ebebeb;
    padding-top: 30px;
}
.place_fields_add{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.place_fields_add .item_filter_sel{
    width: 49%;
}
.place_fields_add .item_filter_sel.fulwidthes{
    width: 100%;
}
.form_wrapper_colonties .wrap_select_obdert {
    border: 1px dashed #d2a557;
}
.form_wrapper_colonties #foto-drop-area{
    justify-content: flex-start;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}
.form_wrapper_colonties .top_line_btms_filt{
    margin-top: 0;
}

.wrapper_justcontent h1 {
  margin: 2rem 0 1rem 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.wrapper_justcontent h2 {
  margin: 1.75rem 0 0.875rem 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.wrapper_justcontent h3 {
  margin: 1.5rem 0 0.75rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.wrapper_justcontent h4 {
  margin: 1.25rem 0 0.625rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.wrapper_justcontent h5 {
  margin: 1rem 0 0.5rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

.wrapper_justcontent h6 {
  margin: 0.875rem 0 0.4375rem 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #666;
}

/* Параграфы */
.wrapper_justcontent p {
  margin: 0 0 1rem 0;
  line-height: 1.6;
}

/* Списки */
.wrapper_justcontent ul,
.wrapper_justcontent ol {
  margin: 0 0 1rem 0;
  padding-left: 1rem;
  line-height: 1.6;
}

.wrapper_justcontent li {
  margin: 0.25rem 0;
  padding-left: 0.25rem;
}

/* Вложенные списки */
.wrapper_justcontent ul ul,
.wrapper_justcontent ul ol,
.wrapper_justcontent ol ul,
.wrapper_justcontent ol ol {
  margin: 0.5rem 0 0.5rem 1rem;
}

/* Горизонтальная линия */
.wrapper_justcontent hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}

/* Цитаты */
.wrapper_justcontent blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #007acc;
  background-color: #f8f9fa;
  font-style: italic;
}

/* Изображения */
.wrapper_justcontent img {
  margin: 1.5rem 0;
  max-width: 100%;
  height: auto;
}
.wrapper_justcontent{
    font-weight: 200;
}
/* Ссылки */
.wrapper_justcontent a {
  color: #007acc;
  text-decoration: none;
}

.wrapper_justcontent a:hover {
  text-decoration: underline;
}
.serer_align_pages{
    margin-top: 25px!important;
}
.spacer_jsttitle{
    margin-top: 25px;
    font-weight: 400;
}


.form_box .suc_massag{
    margin-top: 0;
    margin-bottom: 0;
}
.all_page_map .no-results{
    margin-top: 130px;
    text-align: center;
    width: 100%;
}

.bittitlecenter{
    text-align: center;
    margin-top: 150px;
    padding-bottom: 20px;
}
.bittitlecenter h1{
    font-size: 46px;
    color: #1c2c3b;
    text-transform: uppercase;
}
.content_block .bordered_btm_form{
    margin: 0 auto;
    max-width: 300px;
    height: 50px;
}
.nofound_page_wrapper{
    padding-bottom: 130px;
}

.sepa_or_form{
    text-align: center;
    margin-top: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #2c4155;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
}
.sepa_or_form span{
    display: block;
    background: #2c4155;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px; 
}
.sepa_or_form:before{
    content: '';
    width: 100%;
    position: absolute;
    height: 1px;
    background: #5c6d77;
    z-index: 0;
}
.form_box .inline_btm_form .dandrormcalb{
    max-width: 258px;
}
.line_falicoalis .list_massg_foot a img{
    max-width: 45px;
}

.inpageconsdee{
    max-width: 1200px;
    margin: 20px auto 80px;
    padding: 40px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    border-radius: 20px;
}

.sukadura{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-bottom: 80px;
}
.sasspiceuxs{
    margin-top: 40px;
}


.place_video{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
}
.place_video iframe{
    width: 100%;
    height: 100%;
}
.video_frapgall{
    width: 100%;
    height: 100%;
}
.playbntsf{
    position: absolute;
    background: transparent;
    border: 0;
    padding: 0;
}
.gallery_wrap .gallery_thumbs_wrap {
  margin-top: 10px;
}
.gallery_wrap .prod_gallery_thumbs {
  height: 140px;
}
.gallery_wrap .prod_gallery_thumbs .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  border: 2px solid transparent;
  overflow: hidden;
  transition: all 0.3s ease;
  border-radius: 8px;
}
.gallery_wrap .prod_gallery_thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #d2a557;
}
.gallery_wrap .prod_gallery_thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.space_prod_page {
  margin-top: 30px !important;
}
.gallery_wrap {
  position: relative;
  margin-top: 20px;
}
.gallery_wrap .prod_gallery a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 500px;
  border-radius: 8px;
}
.gallery_wrap .prod_gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: .4s ease;
}
.gallery_wrap .prod_gallery a:hover img{
    transform: scale(1.05);
}

.gallery_wrap .pagination_btms {
  display: flex;
  justify-content: space-between;
}
.gallery_wrap .pagination_btms .slide_left {
  position: absolute;
  z-index: 3;
  left: 20px;
  width: 50px;
  height: 80%;
  display: flex;
  align-items: center;
}
.gallery_wrap .pagination_btms .slide_right {
  position: absolute;
  z-index: 3;
  right: 20px;
  width: 50px;
  height: 80%;
  display: flex;
  align-items: center;
}
 
.title_liner_single{
    margin-top: 20px;
}
.wrap_charast_liner{
    margin-top: 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    border-radius: 8px;
    background: #d2a55714;
    padding: 15px 20px;
}
.box_grid_charast{
    grid-column-gap: 20px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.full_box_title{
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
.cont_texters_chars{
    display: flex;
    align-items: center;
    gap: 4px;
}
.value_perk_char a{
    color: #d2a557;
    display: flex;
    align-items: center;
    gap: 2px;
}
.value_perk_char a:hover{
    text-decoration: underline;
} 
.left_aligtitle{
    text-align: left;
    padding-bottom: 0;
    border: 0;
}
.title_sing_objekt{
    font-size: 42px;
}

.wrap_top_catalog_box{
    min-height: 300px;
    display: flex;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;    
    position: relative;
}
.wrap_top_catalog_box:before{
    content: '';
    z-index: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, #ffffff 45%, transparent);
}
.wrap_top_catalog_box .container{
    position: relative;
    z-index: 1;
}
.wrap_top_catalog_box .wrap_title_catalog{
    padding-bottom: 20px;
}
.wrap_top_catalog_box .breadcrumbs{
    color: #d3d3d3;
}
.wrap_top_catalog_box .breadcrumbs a {
    color: #d3d3d3;
}

.content_text_descr{
    margin-top: 20px;
    font-size: 14px;
}
.content_text_descr h1, .content_text_descr h2, .content_text_descr h3, .content_text_descr h4{
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 10px;
}
.content_text_descr p{
    margin-bottom: 10px;
}
.content_text_descr ul{
    list-style: none;
    padding-left: 1.5rem;
}
.catalog-pagination{
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 15px;
}
.catalog-pagination .page-numbers{
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #000;
    border-radius: 5px;
    transition: .2s ease;
    border: 1px solid #bd9144;
}
.catalog-pagination .page-numbers:hover, .catalog-pagination .page-numbers.current{
    background: #bd9144;
    color: #fff;
}
.watrewprase .fixedfwaters{
    max-width: 120px;
}

.top_inimage_meta{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.bott_inimage_meta{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    bottom: 0;
    padding: 10px;
}
.top_inimage_meta .topright_citye{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #0000002b;
}
.left_mesrterrvc{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;  
    text-shadow: 0 0 10px #0000002b;
}
.block_metsebogfe{
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-end;
}
.bot_liner_botmeta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.left_cardmeta_price .price_liner{
    color: #B98C42;
    font-size: 32px;
    font-weight: 700;
}
.unterprice_meta{
    display: flex;
    align-items: center;
    gap: 15px;
    color: #969495;
    font-size: 16px;
}
.bot_liner_botmeta{
    margin-top: 15px;
    margin-bottom: 30px;
}
.itmpereds{
    display: flex;
    align-items: center;
    gap: 5px;
}
.itmpereds img{
    max-width: 20px;
}

.ads_card {
    margin-bottom: 5px;
}
.hiderent{
    opacity: 0;
    pointer-events: none;
}
.wrap_top_catalog_box .breadcrumbs{
    margin-top: 0;
}




@media (min-width: 1760px){
    .gallery_wrap_space .info_main_chars_wrp{
        width: 69.666667%;
    }
    .gallery_wrap_space .form_singlese{
        width: 30.333333%;
    }
}

@media (min-width: 991px) and (max-width: 1760px){

    .list_head_nav {
        gap: 70px;
    }
    .nav_head_wrap{
        gap: 70px;
    }
    .list_head_nav a {
        font-size: 18px;
    }

    .main_title_home {
        font-size: 74px;
    }
    .liner_name_fon img {
        max-width: 1150px;
    }
    .main_page_title {
        font-size: 55px;
    }
    .item_preim_comp .ttext_preim_comp {
        font-size: 20px;
        max-width: 195px;
    }
    .main_subtitle_home {
        font-size: 30px;
        max-width: 900px;
        margin-top: 5px;
    }
    .wrap_home_cont {
        padding-top: 26vw;
    }
    .home_btms_wrap_one {
        margin-top: 35px;
    }
    .item_category_home .top_cat_name {
        font-size: 32px;
    }
    .subtile_main_page {
        font-size: 22px;
    }
    .blog_card_wrap .title_intes {
        font-size: 22px;
        max-height: 56px;
        min-height: 56px;
    }
    .image_wrap_preims_cat img {
        max-width: 880px;
    }
    .image_wrap_preims_cat {
        top: 30px;
    }
    .title_dwnlcatalog_text {
        font-size: 42px;
    }
    .orange_btm {
        font-size: 16px;
    }
    .border_orange_btn{
        font-size: 16px;
    }
    .white_btm{
        font-size: 16px;
    }
    .top_line_btms_filt .btn_check{
        font-size: 16px;
    }
    .blog_card_wrap .contods {
        max-height: 73px;
        font-size: 16px;
    }
    .title_preimlive {
        font-size: 28px;
    }
    .cont_preimlive {
        font-size: 18px;
        max-width: 350px;
    }
    .item_preim_box_lives {
        max-width: 520px;
    }
    .image_livpreim_wrap {
        min-width: 100px;
        width: 100px;
    }

    .list_massg_foot .img{
        max-width: 45px;
        height: auto;
        width: 100%;
    }
    .title_foot_form {
        font-size: 28px;
    }
    .space_specials_line {
        margin-top: 25px !important;
    }
    .preims_home_box {
        margin-top: 70px;
        padding-top: 55px;
        padding-bottom: 80px;
    }
    .wrap_title_catalog .main_title_cats {
        font-size: 55px;
    }
    .title_form_catalog {
        font-size: 55px;
    }
    .price_single_card {
        font-size: 32px;
    }
    .appent_innform_single .title_appendinfos{
        font-size: 28px;
        font-weight: 400;
    }
    .title_appendinfos {
        font-size: 32px;
    }
    .content_post_single {
        margin-top: 20px;
        font-size: 16px;
    }
    .title_single_posers {
        font-size: 48px;
    }
    .space_related_posts {
        margin-top: 80px !important;
    }
    .main_title_home.aboba_lan_ru {
        max-width: 955px;
    }
    .main_title_home.aboba_lan_en {
        max-width: 690px;
    }
    .main_title_home.aboba_lan_sb {
        max-width: 840px;
    }
    .wrap_form_singles {
        top: 95px!important;
        gap: 15px;
        margin-top: 58px;
    }
    .line_row_inp_frm .inptsers.coomments {
        height: 60px;
    }


}
@media (min-width: 991px) and (max-width: 1460px){
    .mobile_bur_btm svg {
        max-width: 30px;
    }
    .mobile_bur_btm {
        width: 70px;
        min-width: 70px;
    }
    .list_head_nav {
        gap: 40px;
    }
    .form_box .sel_style_fil{
        height: 50px;
    }
    .form_box .inline_btm_form .dandrormcalb{
        max-width: 254px;
    }

    .nav_head_wrap {
        gap: 40px;
    }
    .center_logo_main img{
        max-width: 220px;
        width: 100%;
        height: auto;
    }
    .lang_select{
        width: 70px; 
        min-width: 70px; 
    }
    .glob_image{
        max-width: 24px;
        width: 100%; 
        height: auto;
    }
    .list_head_nav a {
        font-size: 16px;
    }
    .main_nav_ofcanv .menu a {
        font-size: 18px;
    }
    .name_item_team {
        font-size: 32px;
    }
    .preims_home_box {
        margin-top: 60px;
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .border_orange_btn{
        font-size: 16px;
    }
    .main_title_home {
        font-size: 60px;
    }
    .main_subtitle_home {
        font-size: 25px;
        max-width: 790px;
    }
    .liner_name_fon img {
        max-width: 850px;
    }
    .item_category_home .top_cat_name {
        font-size: 24px;
    }
    .recent_rants_home {
        margin-top: 60px;
    }
    .main_page_title {
        font-size: 50px;
    }
    .subtile_main_page {
        font-size: 20px;
    }
    .exept_cars_ad {
        font-size: 14px;
        max-height: 58px;
        -webkit-line-clamp: 3;
        margin-top: 5px;
    }
    .bottom_card_meta {
        padding-top: 10px;
    }
    .left_ad_city {
        font-size: 16px;
    }
    .left_cardmeta_charast {
        gap: 7px;
    }
    .data_publich_cardad {
        font-size: 14px;
    }
    .charast_card_box {
        gap: 5px;
        font-size: 14px;
    }
    .charast_card_box img{
        max-width: 19px;
        height: auto;
        width: 100%;  
    }
    .about_item_team {
        font-size: 16px;
    }
    .citat_item_team {
        font-size: 14px;
        margin-top: 30px;
    }
    .item_preim_comp .ttext_preim_comp {
        font-size: 16px;
        max-width: 155px;
    }
    .image_wrap_preims_cat {
        right: -240px;
        top: 55px;
    }
    .wrap_img_preim_comp img {
        max-width: 95px;
    }
    .top_inimage_meta .topright_citye {
        font-size: 16px;
    }
    .left_mesrterrvc {
        font-size: 16px;
    }
    .wrap_id_top_crd {
        font-size: 14px;
    }
    .image_wrap_preims_cat img {
        max-width: 820px;
    }
    .title_dwnlcatalog_text {
        font-size: 36px;
    }
    .blog_card_wrap .title_intes {
        font-size: 20px;
        max-height: 48px;
        min-height: 48px;
        line-height: 1.1em;
    }
    .blog_card_wrap .contods {
        max-height: 65px;
        font-size: 14px;
    }
    .box_preims_boxes {
        margin-top: 45px;
        gap: 30px;
        row-gap: 40px;
    }
    .title_preimlive {
        font-size: 22px;
    }
    .image_livpreim_wrap {
        min-width: 85px;
        width: 85px;
    }
    .item_preim_box_lives {
        max-width: 510px;
        gap: 15px;
    }
    .cont_preimlive {
        font-size: 14px;
        max-width: 310px;
    }
    .blog_box_home {
        background-size: 320px;
    }
    .has_new_box {
        font-size: 14px;
    }
    .policy_foot_links ul a {
        font-size: 16px;
    }
    .list_socials_foot a img{
        max-width: 25px;
        width: 100%;
        height: auto;
    }
    .title_foot_form {
        font-size: 20px;
    }
    .orange_white_btm {
        font-size: 16px;
    }
    .contacts_footer_wrap .mail_footer {
        font-size: 20px;
    }
    .wrap_ads_image .main_image {
        height: 230px;
    }
    .wrap_team_item img {
        height: 410px!important;
    }
    .carusel_and_info_box{
        padding-bottom: 5px;
    }
    .nav_btn img {
        max-width: 27px;
    }
    .image_blog_wrap img {
        height: 220px;
    }
    .blog_card_wrap .card__body {
        padding: 15px 20px;
    }
    .img_gallery_main img {
        height: 400px;
    }
    .img_gallery_main iframe{
        height: 400px;
    }
    .img_gallery {
        height: 190px;
    }
    .btm_seeallgal {
        font-size: 14px;
    }
    .btm_seeallgal svg{
        max-width: 27px;
        width: 100%;
        height: auto;
    }
    .sity_card_info {
        font-size: 16px;
    }
    .inline_meta_cards{
        font-size: 16px;
    }
    .descript_single_card {
        font-size: 16px;
    }
    .charast_liner {
        margin-bottom: 30px;
    }
    .price_single_card {
        font-size: 28px;
    }
    .charasters_boxex_single {
        margin-top: 30px;
    }
    .title_form_sing_card {
        font-size: 30px;
    }
    .zayks_form_sing_card {
        font-size: 16px;
    }
    .charastests {
        font-size: 24px;
    }
    .line_row_inp_frm .inptsers {
        height: 50px;
        font-size: 16px;
    }
    .wrap_form_singles .form_reserve_single {
        padding: 25px;
        padding-top: 20px;
    }
    .line_row_inp_frm .inptsers.coomments {
        height: 65px;
    }
    .line_row_inp_frm .top_line_btms_filt .btn_check {
        font-size: 15px;
    }
    .line_row_inp_frm .top_line_btms_filt {
        gap: 5px;
    }
    .description_appinfo {
        margin-top: 15px;
        font-size: 16px;
    }
    .wrap_linters_form {
        margin-top: 15px;
    }
    .line_row_inp_frm.typecals {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .map_single img {
        height: 450px;
    }
    .space_recentes {
        margin-top: 20px !important;
    }
    .line_row_btm_frm .sand_form_sing {
        height: 50px;
    }
    .appent_innform_single .title_appendinfos {
        font-size: 24px;
    }
    .map_single {
        margin-top: 30px;
    }
    .wrap_title_catalog .main_title_cats {
        font-size: 46px;
    }
    .main_subtitle_cats {
        max-width: 780px;
        font-size: 16px;
    }
    .title_form_catalog {
        font-size: 42px;
    }
    .subtitle_form_catalog {
        font-size: 18px;
    }
    .line_falicoalis .list_massg_foot a img {
        max-width: 40px;
    }
    .inpcalb_cat {
        height: 50px;
    }
    .dandrormcalb {
        height: 50px;
    }
    .righliners_catform img {
        max-width: 510px;
    }
    .wra_calback_catalot {
        margin-top: 35px;
    }
    .box_map_btns_cat {
        gap: 10px;
        margin-top: 15px;
    }
    .wrap_filter_catpage {
        margin-top: 30px;
    }
    .results_filter{
        margin-top: 15px;
    }
    .row_services_space {
        margin-top: 30px !important;
    }
    .montent_lon_single {
        max-width: 100%;
    }
    .title_single_posers {
        margin-top: 30px;
    }
    .content_post_single {
        margin-top: 10px;
    }
    .content_post_single .wp-block-image img {
        max-width: 600px;
    }
    .content_post_single .wp-block-image{
        text-align: center;
    }
    .single_lon_formes .wra_calback_catalot {
        padding: 30px;
    }
    .title_cont_set {
        font-size: 48px;
    }
    .item_contact_line {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .liner_conts_itemses .inline_masssgers img{
        max-width: 27px;
        width: 100%;
        height: auto;
    }
    .box_contact_tworap {
        padding-left: 0;
    } 
    .boxer_se_gfd {
        margin-top: 30px;
    }
    .texter_abouners {
        margin-top: 15px;
        font-size: 16px;
    }
    .bottm_counters_about .bigunts_about {
        font-size: 48px;
    }
    .wrap_imger_segers {
        height: 350px;
    }
    .bnts_meta_leftbox .breadcrumbs {
        font-size: 16px;
    }
    .bnts_meta_leftbox .count_search {
        font-size: 14px;
        min-width: 140px;
    }
    .bnts_meta_leftbox .left_count_results {
        width: 85%;
    }
    .bnts_meta_leftbox .right_btns_controld {
        width: 15%;
    }
    .bnts_meta_leftbox .remove_filter_bnt {
        font-size: 13px;
    }
    .map-info-panel {
        top: 70px;
        width: 460px;
    }
    .map-info-content {
        height: calc(100vh - 160px);
        padding-bottom: 40px;
    }
    .title_jop_main {
        font-size: 42px;
    }
    .count_job_price {
        font-size: 26px;
        margin-bottom: 3px;
    }
    .tags_links_job {
        margin-top: 15px;
    }
    .space_texts_job{
        margin-top: 15px !important;
    }
    .title_jobrazddel {
        font-size: 26px;
    }
    .twxt_fderaxzd {
        font-size: 14px;
        margin-top: 5px;
    }
    .inpage_job .form_sand_resume {
        padding: 30px;
        padding-top: 20px;
    }
    .line_row_inp_frm.space_resum_load label {
        font-size: 16px;
    }
    .line_row_inp_frm .title_caltypes {
        font-size: 16px;
    }
    .bittitlecenter {
        margin-top: 110px;
    }
    .main_title_home.aboba_lan_sb {
        max-width: 680px;
    }
    .main_title_home.aboba_lan_ru {
        max-width: 765px;
    }
    .main_title_home.aboba_lan_en {
        max-width: 550px;
    }
    .leftliners_catform {
        padding-top: 50px;
    }
    .input_footer {
        font-size: 16px;
    }
    .input_footer::placeholder{
        font-size: 16px;
    }
    .inpst_infootsorm .sel_style_fil {
        font-size: 16px;
    }
    .gallery_wrap .prod_gallery a {
        height: 400px;
    }
    .gallery_wrap .prod_gallery_thumbs {
        height: 100px;
    }
    .title_sing_objekt{
        font-size: 36px;
    }
    .full_box_title {
        font-size: 20px;
    }
    .aliger_price_card {
        height: 60px;
    }
    .top_adds_meta {
        padding-left: 15px;
        padding-right: 15px;
    }
    .title_card_ad {
        font-size: 21px;
        height: 56px;
    }
    .left_cardmeta_price .price_liner {
        font-size: 24px;
    }
    .advanch_imagesbox img {
        max-width: 23px;
    }
    .allist_preimses {
        gap: 5px;
    }
    .advanch_imagesbox span {
        font-size: 10px;
        max-width: 40px;
    }
    .bot_liner_botmeta {
        margin-bottom: 20px;
    }
    .unterprice_meta {
        gap: 10px;
        font-size: 14px;
    }
    .center_card_meta {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

}
@media (max-width: 1200px){
    .leftliners_catform {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .center_logo_main img {
        max-width: 240px;
    }
    .in_header_sellist .lang_selects a {
        font-size: 16px;
    }
    .col_selects_converts .form-check-label {
        font-size: 16px;
    }
    .in_header_sellist .list_langiage_sel {
        width: 32%;
    }
    .main_page_title {
        font-size: 42px;
    }
    .wrapper_header_stick.homehead {
        background: rgb(0 0 0 / 30%);
    }
    .phone_link_cnt {
        font-size: 21px;
    }
    .main_title_home {
        font-size: 48px;
    }
    .main_subtitle_home {
        font-size: 18px;
        max-width: 550px;
    }
    .home_btms_wrap_one {
        margin-top: 45px;
        justify-content: center;
    }
    .liner_name_fon img {
        max-width: 700px;
    }
    .home_search_cats {
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .item_category_home .top_cat_name {
        font-size: 22px;
    }
    .bot_line_color_filt {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        row-gap: 10px; 
    }
    .item_filter_sel.input-group{
        width: calc(25% - 8px);
    }
    .item_filter_sel.button_subm_row{
        width: 100%;
    }
    .item_filter_sel.button_subm_row button{
        height: 50px;
    }
    .recent_rants_home {
        margin-top: 40px;
    }
    .subtile_main_page {
        font-size: 18px;
        margin-top: 10px;
        line-height: 1.4em;
    }
    .wrap_ads_image .main_image {
        height: 200px;
    }
    .has_new_box {
        font-size: 14px;
        padding: 4px 10px;
    }
    .left_ad_city {
        font-size: 15px;
    }
    .right_ad_id{
        font-size: 15px;
    }
    .exept_cars_ad {
        font-size: 14px;
        -webkit-line-clamp: 3;
        max-height: 61px;
    }
    .bot_liner_botmeta .right_cardmeta_preims img {
        width: 17px;
    }
    .allist_preimses {
        gap: 3px;
    }
    .left_cardmeta_charast {
        gap: 10px;
        flex-wrap: wrap;
    }
    .charast_card_box {
        font-size: 12px;
    }
    .bott_liner_botmeta {
        align-items: flex-start;
    }
    .info_box_team {
        width: 60%!important;
    }
    .slider_team_home {
        width: 40%!important;
    }
    .image_wrap_preims_cat img {
        max-width: 475px;
    }
    .image_wrap_preims_cat {
        right: -40px;
        top: unset;
        bottom: 48px;
    }
    .togles_preims_comp {
        justify-content: space-between;
    }
    .item_preim_comp .ttext_preim_comp {
        font-size: 18px;
        max-width: 175px;
    }
    .box_downld_cat_preims .btm_loadcat {
        margin-top: 20px;
    }
    .blog_card_wrap .title_intes {
        font-size: 20px;
        max-height: 49px;
        min-height: 49px;
        line-height: 1.2em;
    }
    .blog_card_wrap .contods {
        max-height: 75px;
        font-size: 16px;
    }

    .title_preimlive {
        font-size: 24px;
    }
    
    .image_livpreim_wrap {
        min-width: 110px;
        width: 110px;
    }
    .cont_preimlive {
        font-size: 18px;
        max-width: 100%;
    }
   
    .cont_text_livpreim_wrap{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .logo_wrap_footer img {
        max-width: 200px;
    }
    .contacts_footer_wrap .phone_footer {
        font-size: 24px;
    }
    .contacts_footer_wrap .mail_footer {
        font-size: 18px;
    }
    .policy_foot_links ul a {
        font-size: 14px;
    }
    .footer_nav_wrap .menu li a {
        font-size: 16px;
    }
    .footer_nav_wrap .menu {
        row-gap: 15px;
    }
    .list_socials_foot a img {
        max-width: 22px;
    }
    .list_socials_foot {
        gap: 20px;
    }
    .title_foot_form {
        font-size: 20px;
    }
    .orange_white_btm {
        height: 55px;
    }
    .input_footer {
        font-size: 16px;
    }
    .breadcrumbs {
        font-size: 14px;
    }
    .top_line_btms_filt .btn_check {
        font-size: 14px;
    }
    .img_gallery_main img {
        height: 350px;
    }
    .img_gallery_main iframe{
        height: 350px;
    }
    .img_gallery {
        height: 167px;
    }
    .btm_seeallgal span{
        display: none;
    }
    .gallery {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .gallery_rows {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .sity_card_info {
        font-size: 14px;
    }
    .inline_meta_cards {
        font-size: 14px;
    }
    .descript_single_card {
        font-size: 14px;
    }
    .price_single_card {
        font-size: 28px;
    }
    .charastests {
        font-size: 20px;
    }
    .charasters_boxex_single {
        margin-top: 20px;
    }
    .charast_liner {
        margin-bottom: 30px;
        gap: 50px;
        row-gap: 15px;
    }
    .title_appendinfos {
        font-size: 28px;
    }
    .appent_innform_single .title_appendinfos {
        font-size: 20px;
    }
    .description_appinfo {
        margin-top: 5px;
        font-size: 14px;
    }
    .wrap_form_singles .form_reserve_single {
        padding: 20px;
        max-width: 100%;
    }
    .title_form_sing_card {
        font-size: 28px;
    }
    .zayks_form_sing_card {
        font-size: 14px;
    } 
    .line_row_inp_frm.space_resum_load label {
        font-size: 16px;
    }
    .wrap_linters_form {
        margin-top: 15px;
    }
    .line_row_inp_frm .inptsers {
        height: 45px;
        font-size: 14px;
        padding: 13px;
    }
    .line_row_inp_frm .top_line_btms_filt {
        flex-wrap: wrap;
        margin-top: 10px;
    }
    .line_row_inp_frm .top_line_btms_filt .btn_check {
        font-size: 14px;
        margin-top: 0;
    }
    .line_row_inp_frm .inptsers.coomments {
        height: 55px;
    }
    .line_row_btm_frm .sand_form_sing {
        height: 50px;
    }
    .copyright_footer {
        max-width: 100%;
    }

    .wrap_title_catalog .main_title_cats {
        font-size: 38px;
    }
    .main_subtitle_cats {
        max-width: 600px;
        font-size: 14px;
    }
    .inpage_line_filter .button_subm_row{
        width: 30%;
    }
    .inpage_line_filter .left_head_filtes {
        width: 70%;
    }
    .inpage_line_filter .left_head_filtes .item_filter_sel {
        max-width: 255px;
        width: 100%;
    }
    .inpage_line_filter .left_head_filtes .item_filter_sel .btn_check{
        font-size: 14px;
    }
    .inpage_line_filter .sel_style_fil {
        font-size: 14px;
    }
    .bnt_cart_catalog {
        font-size: 14px;
    }
    .remove_filter_bnt {
        font-size: 14px;
    }
    .top_adds_meta {
        padding-left: 10px;
        padding-right: 10px;
    }
    .center_card_meta {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
    }
    .bottom_card_meta {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .left_cardmeta_price .price_liner {
        font-size: 20px;
    }
    .itmpereds img {
        max-width: 16px;
    }
    .itmpereds {
        gap: 3px;
    }
    .bot_liner_botmeta {
        margin-top: 10px;
    }
    .unterprice_meta {
        gap: 5px;
        font-size: 14px;
    }
    .advanch_imagesbox span {
        font-size: 9px;
        max-width: 38px;
    }
    .righliners_catform img {
        max-width: 400px;
        margin-top: -60px;
    }
    .title_form_catalog {
        font-size: 38px;
    }
    .checks_drop .form-check-label {
        font-size: 14px;
    }
    .inputs_drop .inp_tofilter {
        font-size: 14px;
    }
    .filter_drop button {
        font-size: 14px;
        padding: 10px 15px;
    }
    .sel_style_fil {
        padding: 15px 15px;
        font-size: 14px;
    }
    .count_search {
        font-size: 14px;
    }
    .advanch_imagesbox img {
        max-width: 25px;
    }
    .wra_calback_catalot {
        margin-top: 40px;
    }
    .wrap_filter_catpage {
        margin-top: 25px;
    }
    .results_filter {
        margin-top: 10px;
    }
    .row_services_space {
        margin-top: 25px !important;
    }
    .liner_cont_two{
        order: 1;
        width: 100%!important;
    }
    .liner_cont_one{
        order: 2;
        width: 100%!important;
    }
    .map_company {
        height: 400px;
        margin-top: 40px;
    }
    .bottm_counters_about .bigunts_about {
        font-size: 40px;
    }
    .bottm_counters_about .texts_ints_abtr {
        font-size: 16px;
    }
    .top_map_controls_info {
        height: 86px;
    }
    .map-info-panel {
        top: 86px;
    }
    .map-info-content {
        height: calc(100vh - 166px);
    }
    .line_row_inp_frm .title_caltypes {
        font-size: 16px;
    }
    .main_title_home.aboba_lan_en {
        max-width: 450px;
    }
    .main_title_home.aboba_lan_ru {
        max-width: 600px;
    }
    .main_title_home.aboba_lan_sb {
        max-width: 520px;
    }
    .list_massg_foot {
        margin-top: 35px;
    }
    .emailspacer{
        margin-top: 32px;
    }
    .cont_texters_chars {
        font-size: 14px;
    }
    .title_sing_objekt {
        font-size: 28px;
    }
    .aliger_price_card {
        height: 55px;
    }
    .top_adds_meta {
        padding-top: 5px;
    }
    .title_card_ad {
        font-size: 18px;
        line-height: 1.1em;
        height: 42px;
    }
    .wrap_top_catalog_box {
        background-size: cover;
    }
    .wrap_top_catalog_box:before {
        background: linear-gradient(90deg, #ffffff 35%, transparent);
    }

}


@media (min-width: 991px) and (max-width: 1460px){
    body .cust_col_ft_one {
        width: 24.333333% !important;
    }
    body .cust_col_ft_two {
        width: 52.666667% !important;
    }
    body .cust_col_ft_thr{
        width: 23%!important;
    }
}
@media (min-width: 991px) and (max-width: 1300px){
    .wrap_home_cont {
        align-items: flex-end;
        justify-content: space-between;
        padding-top: 37vw;
    }
    .home_btms_wrap_one {
        margin-top: 25px;
    }
    /*.main_title_home.aboba_lan_sb {
        text-align: right;
    }*/
    .main_subtitle_home{
        margin-top: 0;
    }
    .home_search_cats {
        padding-bottom: 70px;
    }
    .preims_home_box {
        padding-top: 45px;
    }
    .item_preim_comp .ttext_preim_comp {
        max-width: 185px;
    }
    .item_preim_box_lives {
        max-width: 48%;
    }
    .cont_preimlive {
        font-size: 16px;
    } 
    .title_preimlive {
        font-size: 23px;
    }
    .form_footer_wrap .wrap_form_coter{
        margin-top: 4px;
    }
    .nav_to_polisys {
        margin-top: 28px;
    }
    .footer_form_conts .inpst_infootsorm{
        margin-top: 5px;
    }
    .footer_form_conts .sand_form_conts {
        margin-top: 20px;
    }
    .box_nav_policyc ul .sds206 {
        margin-top: -4px;
    }
    .box_nav_policyc ul .sds207 {
        margin-top: -6px;
    }

    .box_nav_policyc {
        width: 50%;
    }
    .footer_form_conts .sand_form_conts {
        font-size: 14px;
    }
    /*body .sukadura{
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
    }*/
    /*.main_title_home {
        text-align: right;
    }*/
    .nav_head_wrap {
        gap: 25px;
    }
    .list_head_nav {
        gap: 25px;
    }
    .list_head_nav a {
        font-size: 14px;
    }
    .big_home_btm {
        max-width: 250px;
    }
    .main_subtitle_home{
        font-size: 24px;
    } 
    .subtile_main_page {
        font-size: 20px;
    }
    .footer_nav_wrap .menu li {
        width: 50%;
    }
    .copyright_footer {
        width: 50%;
    }
    .sasba_lan_en .nav_head_wrap {
        gap: 55px;
    }
    .sasba_lan_en .list_head_nav {
        gap: 55px;
    }

}



@media (min-width: 991px){
    /***скрываем на пк****/
    .hide_peca{
        display: none!important;
    }
    #main_mob_menu .main_nav_ofcanv{
        padding-left: 40px;
        padding-right: 30px;
    }
    #main_mob_menu{
        width: 500px;
    }
    .wrapper_header_stick.fixedhead{
        position: fixed!important;
    }
    .cust_col_ft_one{
        width: 30.333333%!important;
    }
    .cust_col_ft_two{
        width: 44.666667%!important;
    }
    .btm_mobile_form_calb{
        display: none;
    }
    .wrap_form_singles{
        position: sticky;
        top: 135px;  
        transition: .2s ease;
    }
/*    .wrap_form_singles.losder{
        top: 95px;
    }*/
    .space_texts_job .col-lg-2{
        width: 22.222%!important;
    }
    .main_subtitle_home br{
        display: none;
    }
    .main_title_home.aboba_lan_sb br{
        display: none;
    }

}
@media (min-width: 768px){
    .our_team_box{
        overflow: hidden;
        position: relative;
    }

    .carusel_and_info_box{
        display: flex;
    }
    .info_box_team{
        display: flex;
        width: 32%;
        background: #fff;
        padding-right: 40px;
        position: relative;
        z-index: 1;
        flex-direction: column;
        justify-content: space-between;
    }
    .slider_team_home{
        width: 68%;
        z-index: 0;
    }
    .wrap_team_item img{
        border-radius: 10px;
        filter: grayscale(1);
        transition: .2s ease;
        width: 100%;
        height: 455px;
        object-fit: cover;
    }
    .outside_carousel .swiper-slide-active .wrap_team_item img{
        filter: grayscale(0);
    }
    .info_box_team.mobilewiev{
        display: none;
    }
    .fullcountsfot{
        display: none;
    }
}



@media (max-width: 991px){

    /***скрываем на мобильном****/
    .hide_mobile{
        display: none!important;
    }
    .nav_head_wrap .left_nav_main, .nav_head_wrap .right_nav_main{
        display: none;
    }
    .main_nav_ofcanv .menu a {
        font-size: 18px;
    }
    .main_nav_ofcanv .menu {
        gap: 25px;
    }
    #main_mob_menu .main_nav_ofcanv {
        margin-top: 10px;
    }
    #main_mob_menu .btn_close {
        margin-left: 0;
    }
    .btm_get_sale_nav {
        margin-top: 20px;
    }
    .box_preims_boxes {
        margin-top: 30px;
    }
    .item_preim_box_lives {
        max-width: 100%;
        gap: 40px;
    }
    .blog_box_home {
        background: transparent;
        padding-bottom: 60px;
        margin-top: 45px;
    }
    .phone_link_cnt {
        font-weight: 400;
    }
    .top_line_btms_filt .btn_check {
        font-size: 16px;
    }
    .white_btm {
        font-size: 16px;
    }
    .orange_btm {
        font-size: 16px;
    }
    .item_category_home img {
        filter: grayscale(0);
    }
    .item_category_home .top_cat_name {
        font-size: 18px;
        top: 10px;
    }
    .title_card_ad {
        font-size: 20px;
        height: 46px;
    }
    .right_cardmeta_preims {
        gap: 10px;
    }
    .count_photos_ad {
        font-size: 14px;
    }
    .advanch_imagesbox span {
        font-size: 10px;
        max-width: 50px;
        line-height: 0.8em;
    }
    .bot_liner_botmeta .right_cardmeta_preims img {
        width: 20px;
    }
    .unterprice_meta {
        gap: 10px;
        font-size: 16px;
    }
    .advanch_imagesbox img {
        max-width: 22px;
    }
    .left_cardmeta_price .price_liner {
        font-size: 22px;
    }
    .data_publich_cardad {
        font-size: 15px;
    }
    .box_preims_boxes {
        row-gap: 30px;
        margin-top: 30px;
    }
    .image_blog_wrap img {
        height: 260px;
    }
    .blog_card_wrap .card__body {
        padding: 15px 20px;
    }
    .our_team_box:before {
        height: 90%!important;
        bottom: 0!important;
    }
    .preims_home_box {
        margin-top: 60px;
        padding-top: 50px;
        padding-bottom: 75px;
    }
    .togles_preims_comp {
        margin-top: 30px;
    }
    .box_downld_cat_preims {
        margin-top: 40px;
        padding: 30px;
    }
    .wrap_img_preim_comp img {
        max-width: 95px;
    }
    .title_dwnlcatalog_text {
        font-size: 30px;
    }
    .image_wrap_preims_cat img {
        max-width: 410px;
    }
    .border_orange_btn {
        font-size: 16px;
    }
    .name_item_team {
        font-size: 30px;
    }

    .policy_foot_links ul a {
        font-size: 16px;
    }
    .footer_col_logo .policy_foot_links{
        display: none;
    }
    .img_gallery_main img {
        height: 300px;
    }
    .img_gallery_main iframe{
        height: 300px;
    }
    .img_gallery {
        height: 142px;
    }
    .btm_seeallgal svg{
        max-width: 24px;
    }
    .btm_seeallgal {
        padding: 7px 16px;
    }
    .full_box_title{
        max-width: 100%;
    }
    .space_recentes{
        margin-top: 20px !important;
        margin-bottom: 40px !important;
    }
    .space_recentes .ads_card{
        margin-bottom: 10px;
    } 
    .charast_liner {
        gap: 30px;
        row-gap: 20px;
    }
    .wrap_main_page_space {
        margin-top: 80px;
    }
    .breadcrumbs {
        margin-top: 15px;
    }
    .map-info-panel {
        top: 75px;
    }
    .map-info-content{
        height: calc(100vh - 155px);
    }
    .borderedes_form_add {
        padding-top: 30px;
    }


    .cust_col_ft_two{
        order: 2;
    }
    .cust_col_ft_one{
        order: 1;
    }
    .cust_col_ft_thr{
        order: 3;
    }
    .wrap_form_coter{
        display: none!important;
    }
    .title_foot_form{
        display: none;
    }
    .footer_nav_wrap .menu {
        width: 100%;
    }
    .footer_nav_wrap .menu li {
        width: 50%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .top_form_title_foot {
        justify-content: center;
    }
    .footer_col_logo{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .footer_col_logo .logo_wrap_footer{
        text-align: center;
        display: none;
    }
    .contacts_footer_wrap {
        justify-content: center;
        text-align: center;
        margin-top: 0;
    }

    .contacts_footer_wrap .mail_footer {
        font-size: 24px;
        margin-top: 15px;
    }  
    .list_socials_foot {
        gap: 40px;
        justify-content: center;
    }
    .wrap_footer {
        padding-top: 25px;
        padding-bottom: 25px;
        height: 100vh;
        display: flex;
        align-items: flex-end;
    }
    .blog_box_home {
        padding-bottom: 50px;
    }
    .footer_nav_wrap .menu li a {
        max-width: 100%;
        display: block;
        text-align: center;
    }
    .footer_nav_wrap{
        margin-top: 30px;
        display: flex;
        justify-content: center;
        position: relative;
        order: 2;
        width: 100%;
    }
    .nav_to_polisys{
        flex-wrap: wrap;
        margin-top: 20px;
        justify-content: center;
    }
    .box_nav_policyc{
        width: 100%;
        text-align: center;
        margin-top: 2px;
    }
    .copyright_footer span {
        max-width: 100%;
    }
    .copyright_footer {
        font-size: 12px;
        text-align: center;
        color: #b9b9b9;
        width: 100%;
    }
    .socials_footer {
        order: 1;
        position: relative;
        margin-top: 115px;
        width: 100%;
    }
    .socials_footer::before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 50px;
        background: url(/frontend/uploads/2025/12/86533.svg) no-repeat;
        background-size: contain;
        top: -83px;
        background-position: center;
    }
    .cust_col_ft_two{
        position: relative;
        display: flex;
        flex-wrap: wrap;
    }
    .form_footer_wrap{
        margin-top: 50px;
    }
    .list_massg_foot {
        margin-top: 15px;
        gap: 30px;
    }
    .footer_nav_wrap .sds206 a,
    .footer_nav_wrap .sds207 a{
        font-size: 12px!important;;
    }
    .footer_nav_wrap .sds206{
        margin-top: 30px;
    }
    .footer_nav_wrap .sds207 {
        margin-top: 0;
    }
    #ofcanfiltr .ofcadbodyplace, #ofcanfiltr .offcanvas-header{
        opacity: 0;
    }
    #ofcanfiltr.show .ofcadbodyplace, #ofcanfiltr.show .offcanvas-header{
        opacity: 1;
    }      
    .wrapper_header_stick {
        box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    }
    .main_subtitle_cats {
        font-size: 16px;
        margin-top: 5px;
    }
    .wrap_title_catalog .main_title_cats {
        font-size: 36px;
    }
    .wrapper_btms_catalg{
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        margin-top: 20px;
    }
    .wrapper_btms_catalg .btm_filter_cats{
        border: 1px solid #D3D3D3;
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: center;
        background: transparent;
        color: #1C2C3B;
        border-radius: 10px;
        max-width: 110px;
        width: 100%;
        font-size: 14px;
        height: 45px;
    }
    .box_map_btns_cat{
        margin-top: 0;
    }
    .box_map_btns_cat .count_search{
        order: 1;
    }
    .box_map_btns_cat .sort_liner{
        order: 3;
    }
    .box_map_btns_cat .map_btn_cat{
        order: 2;
    }
    .wrap_filter_catpage {
        margin-top: 0;
    }
    .results_filter {
        margin-top: 0;
    }
    .remove_filter_bnt{
        margin-top: 15px;
    }
    .wrap_title_catalog{
        margin-top: 5px;
    }
    .wra_calback_catalot .righliners_catform{
        display: none;
    }
    .wra_calback_catalot  .leftliners_catform{
        width: 100%;
    }  
    .row_services_space {
        margin-top: 25px !important;
    }
    .wra_calback_catalot {
        margin-top: 30px;
    }
    .leftliners_catform .list_massg_foot {
        margin-top: 0;
    }
    .line_falicoalis {
        margin-top: 10px;
    }
    .title_form_catalog {
        font-size: 36px;
    }
    .subtitle_form_catalog {
        font-size: 18px;
    }
    .list_massg_foot a img {
        max-width: 25px;
    }
    .list_socials_foot a img {
        max-width: 25px;
    }
    .centerforms_calatog .inpcalb_cat {
        font-size: 16px;
        height: 50px;
    }
    .centerforms_calatog .dandrormcalb {
        height: 50px;
    }
    .bnt_cart_catalog{
        height: 45px;
    }
    .drop_sorting .get_sorting{
        height: 45px;
    }
    .space_specials_line {
        margin-top: 25px !important;
    }
    .description_appinfo {
        margin-top: 10px;
    }
    .wrap_form_singles {
        gap: 20px;
    }
    .appent_innform_single .title_appendinfos {
        font-size: 20px;
        font-weight: 400;
    }
    .map_single {
        margin-top: 0;
    }
    .box_galler_sin_wrap{
        order: 1;
    }
    .info_main_chars_wrp{
        order: 2;
    }
    .mapspacer_liner{
        order: 3;
    }
    .form_singlese{
        order: 4;
    }
    .form_search_blog {
        max-width: 100%;
    }
    .trox_bz_back{
        display: none;
    }
    .title_single_posers {
        font-size: 36px;
        margin-top: 10px;
    }
    .content_post_single {
        margin-top: 15px;
        font-size: 16px;
    }
    .wrap_contacts_page .centerforms_calatog {
        padding-top: 0;
        padding-bottom: 0;
    }
    .single_lon_formes .wra_calback_catalot {
        padding: 30px;
    }
    .single_lon_formes {
        margin-top: 40px;
    }
    .space_related_posts {
        margin-top: 40px !important;
    }
    .list_relat_post .post{
        margin-bottom: 20px;
    }
    .box_contact_tworap {
        padding-left: 0;
    }
    .title_cont_set {
        font-size: 38px;
    }
    .item_contact_line {
        margin-bottom: 10px;
    }
    .space_box_contacts {
        margin-top: 20px !important;
    }
    .top_level_contest .list_socials_foot{
        justify-content: flex-start;
        margin-top: 20px;
    }
    .boxer_se_gfd {
        margin-top: 30px;
        height: 300px;
    }
    .map_company {
        margin-top: 30px;
    } 
    .wrap_contacts_page .wra_calback_catalot{
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 55px;
    }
    .texter_abouners {
        margin-top: 15px;
        font-size: 16px;
    }
    .bottm_counters_about {
        margin-top: 20px;
    }
    .wrap_imger_segers {
        height: 250px;
        margin-top: 30px;
    }
    .spacer_abouter_teams {
        margin-top: 60px !important;
    }
    .wrap_about_page {
        margin-bottom: 60px;
    }
    .bnts_meta_leftbox .infotogleses{
        display: none;
    }
    .top_map_controls_info .btm_filter_cats{
        height: 45px;
        padding: 8px 15px;
        font-size: 14px;
    }
    .bnts_meta_leftbox .results_filter{
        gap: 5px;
    }
    .bnts_meta_leftbox .remove_filter_bnt{
        margin-top: 0;    
    }
    .top_map_controls_info {
        height: auto;
    }
    .mappage_filter .results_filter .remove_filter_bnt{
        margin-top: 0;
    }
    .mappage_filter .results_filter{
        margin-bottom: 20px;
    }
    .mappage_filter .filter_liner_cats {
        padding-top: 0;
    }
    .map_single iframe{
        border-radius: 15px;
        overflow: hidden;
    }
    .title_job_wrap {
        gap: 5px;
        margin-top: 15px;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .title_jop_main {
        font-size: 42px;
    }
    .count_job_price {
        font-size: 28px;
        margin-bottom: 0;
        width: 100%;
    }
    .tags_links_job {
        margin-top: 10px;
    }
    .space_texts_job {
        margin-top: 25px !important;
    }
    .title_jobrazddel{
        font-size: 28px;
    }
    .twxt_fderaxzd {
        margin-top: 5px;
        font-size: 16px;
        margin-bottom: 25px;
    }
    .inpage_job {
        margin-top: 10px;
    }
    .inpage_job .form_sand_resume {
        max-width: 100%;
        padding: 30px;
        padding-top: 20px;
    }
    .nofound_page_wrapper {
        padding-bottom: 60px;
    }
    .bittitlecenter {
        margin-top: 60px;
    }
    .bittitlecenter h1{
        font-size: 36px;
    }
    .wrap_new_add_page .form_wrapper_colonties {
        margin-top: 25px;
        margin-bottom: 40px;
    }
    .wrap_new_add_page .title_oegeres {
        font-size: 34px;
    } 
    .wrap_new_add_page .moiobegerst {
        margin-top: 10px;
        font-size: 16px;
        margin-bottom: 35px;
    } 
    .wrap_home_cont {
        justify-content: space-between;
        align-items: center;
        padding-top: unset;
        padding-bottom: 40px;
    }

    .main_subtitle_home {
        font-size: 37px;
        max-width: 100%;
        text-align: right;
        line-height: 1.2em;
        text-shadow: 0 0 30px rgb(0 0 0);
        margin-top: 15px;
    }
    .box_eblana .big_home_btm{
        font-size: 18px;
    }
    .box_eblana{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .form_box .sel_style_fil {
        height: 50px;
    }
    .form_box .inline_btm_form .dandrormcalb {
        max-width: 218px;
    }
    .cust_col_ft_two .btm_mobile_form_calb{
        order: 3;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .cust_col_ft_two .btm_mobile_form_calb .orange_white_btm{
        max-width: 350px;
        margin-top: 30px;
    }
    .copyright_footer .copyr_footer_text{
        color: #fff;
    }
    .bottom_cont_mobmenu .phone_liner_conts{
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
    }
    .bottom_cont_mobmenu .phone_link_cnt{
        width: 100%;
    }
    .bottom_cont_mobmenu .social_list_subs {
        justify-content: flex-start;
        margin-top: 25px;
    }
    .bottom_cont_mobmenu {
        margin-top: 40px;
    }
    .wrap_title_main{
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-top: 25vh;
        margin-right: -5vw;
    }

    .main_title_home {
        font-size: 7.5vw;
        text-align: center;
        text-shadow: 0 0 30px rgb(0 0 0 / 60%);
    }
    .main_title_home.aboba_lan_ru{
        max-width: 61vw;
    }
    .main_title_home.aboba_lan_sb{
        max-width: 48vw;
    }
    .main_title_home.aboba_lan_en{
        max-width: 50vw;
    }
    .home_search_cats {
        padding-top: 10px;
    }
    .borderedes_form_add .selpagetipes{
        width: 50%;
    }
    .borderedes_form_add .top_line_btms_filt .btn-secondary{
        border: 1px solid #D2A557;
    }
    .main_nav_ofcanv .menu {
        gap: 20px;
    }
    .main_nav_ofcanv .ses102, .main_nav_ofcanv .ses105 {
        padding-bottom: 20px;
    }
    #ofcanfiltr .filter_liner_cats{
        padding-top: 0;
    }
    .leftliners_catform {
        padding-bottom: 55px;
    }
    .wrap_title_main.conter_setg_en {
        margin-right: 7vw;
    }
    .wrap_title_main.conter_setg_sb{
        margin-right: 10vw;
    } 
    .bottom_cont_mobmenu {
        padding-left: 0;
    }
    .copyright_footer .copyr_footer_text br{
        display: none;
    }
    .sukadura{
        padding-bottom: 20px;
    }
    .jobpageses{
        width: 100%;
    }
    .jobbabki{
        width: 100%;
        justify-content: flex-start;
    }

    .gallery_wrap .prod_gallery_thumbs {
        height: 100px;
    }
    .title_liner_single {
        margin-top: 25px;
    }
    .placeconts_price .boc_name_objekt_card {
        display: block !important;
    }
    .aliger_price_card{
        justify-content: flex-start;
        background: transparent;
        border: 0;
        max-width: none;
        height: auto;
        color: #1A1A18;   
    }
    .gallery_wrap .prod_gallery a {
        height: 400px;
    }
    .space_recent_posts {
        margin-top: 60px !important;
    }

    .full_box_title {
        font-size: 22px;
    } 
    .wrap_top_catalog_box {
        min-height: 200px;
    }
    .top_inimage_meta .topright_citye {
        font-size: 16px;
    }
    .left_mesrterrvc {
        font-size: 16px;
    }
    .wrap_id_top_crd {
        font-size: 14px;
        font-weight: 300;
    }
    .wrap_top_catalog_box:before {
        background: linear-gradient(90deg, rgb(255 255 255 / 79%) 35%, transparent);
    }




}


@media (max-width: 768px){
    .leftliners_catform {
        padding-bottom: 60px;
    }
    .wrapper_header_stick{
        position: fixed;
    }
    .wrap_title_main {
        margin-top: 23vh;
        margin-right: -5vw;
    }
    .main_subtitle_home {
        font-size: 18px;
        text-shadow: 0 0 30px rgb(0 0 0);
        filter: drop-shadow(0 0 10px rgb(0 0 0 / 70%));
    }
    .wrap_title_main.conter_setg_en{
        margin-right: 4vw;
    }
    .wrap_title_main.conter_setg_sb{
        margin-right: 5vw;
    }

    .contacts_footer_wrap .mail_footer {
        margin-top: 10px;
    }
    .phone_liner_conts {
        gap: 15px;
    }
    .cont_socials_list_right {
        gap: 15px;
    }
    .center_logo_main img {
        max-width: 180px;
        width: 100%;
        height: auto;
    }
    .mobile_bur_btm{
        border: 0!important;
        background: transparent!important;
        justify-content: flex-start;
    }
    .drop_lng_img{
        display: none;
    }
    .lang_select{
        border: 0!important;
        background: transparent!important;
        justify-content: flex-end;
    }
    .wrapper_header_stick {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .wrapper_header_stick.homehead {
        box-shadow: unset;
    }
    .main_nav_ofcanv .menu a {
        letter-spacing: 0;
    }
    .lang_select .glob_image path{
        transition: .2s ease;
    }
    .lang_select.show .glob_image path{
        fill: #BD9144;
    }
    .mobile_bur_btm svg rect{
        transition: .2s ease;
    }
    .mobile_bur_btm:hover svg rect{
        fill: #BD9144;
    }

    .place_to_title_mob .main_title_home {
        font-size: 32px;
        max-width: 100%;
        text-align: center;
        margin-top: 20px;
        line-height: 1.2em;
        letter-spacing: 0;
        text-transform: none;
    }
    .liner_cats_row {
        margin-top: 25px !important;
    }
    .wrap_categories{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        row-gap: 10px;
    }
    .item_category_home{
        width: calc(50% - 10px);
    }
    .wrap_categories .item_category_home:last-child {
        width: 100%;
        height: 230px;
    }
    .item_category_home img{
        object-fit: cover;  
    }
    .item_filter_sel.input-group {
        width: calc(50% - 2.5px);
    }
    .top_line_btms_filt .btn_check {
        max-width: 100%;
    }
    .bot_line_color_filt{
        margin-top: 5px;
        background: transparent;
        border-radius: 0;
        padding: 0; 
        gap: 5px;
        row-gap: 5px;
    }
    .sel_style_fil {
        border: 1px solid #ffffff;
        color: #ffffff;
        background: transparent;
        font-weight: 200;
    }
    .top_line_btms_filt .btn_check{
        color: #8A8A8A;
    }
    .main_page_title {
        font-size: 32px;
        line-height: 1em;
    }
    .subtile_main_page{
        display: none;
    }
    .info_box_team.pecaviev{
        display: none;
    }
    .slider_team_home {
        width: 100% !important;
    }
    .wrap_team_item{
        text-align: center;
        width: 100px;
        height: 100px;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 100px;
    }
    .wrap_team_item img{
        width: 100px;
        height: 180px;
        object-fit: cover;
    }
    .info_box_team {
        width: 100% !important;
    }
    .info_box_team .name_item_team{
        font-size: 22px;
        text-align: center;
        margin-top: 10px;
    }
    .job_item_team {
        font-size: 16px;
        margin: 10px auto 0;
    }
    .about_item_team {
        margin-top: 10px;
        font-size: 18px;
    }
    .citat_item_team {
        font-size: 16px;
        margin-top: 10px;
    }
    .wtap_ino_bot_team{
        margin-top: 25px;
    }
    .wtap_ino_bot_team .go_reserve_team{
        max-width: 100%;
    }
    .preims_home_box {
        margin-top: 60px;
        padding-bottom: 65px;
    }
    .togles_preims_comp {
        flex-wrap: wrap;
        gap: 0;
        justify-content: space-between;
        margin-top: 25px;
        row-gap: 20px;
    }
    .item_preim_comp{
        width: 49%;
    }
    .wrap_img_preim_comp img {
        max-width: 60px;
    }
    .item_preim_comp .ttext_preim_comp {
        font-size: 16px;
        max-width: 160px;
        line-height: 1.2em;
    }
    .image_wrap_preims_cat {
        right: 0;
        top: unset;
        bottom: 198px;
        width: 100%;
        display: flex;
        justify-content: center;
        z-index: 0;
    }
    .box_downld_cat_preims {
        padding: 30px;
    }
    .title_dwnlcatalog_text {
        font-size: 24px;
        text-align: center;
    }
    .box_downld_cat_preims .btm_loadcat {
        max-width: 100%;
    }
    .box_preims_boxes {
        gap: 0;
        row-gap: 40px;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 25px;
    }
    .item_preim_box_lives {
        max-width: 47%;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cont_preimlive{
        display: none;
    }
    .image_livpreim_wrap {
        height: 110px;
    }
    .cont_text_livpreim_wrap {
        display: block;
        width: 100%;
        text-align: center;
        max-width: 150px;
    }
    .title_preimlive {
        font-size: 16px;
    }
    .liner_name_fon img {
        max-width: 100%;
    }
    .filtr_apparts_liner {
        background: radial-gradient(#50849a4a 0%, #1c2c3b 100%);
    }
    .home_search_cats {
        background-position-y: 10%;
        padding-top: 10px;
        padding-bottom: 60px;
    }
    .recent_rants_home {
        margin-top: 40px;
    }
    .sel_style_fil.show {
        color: #ffffff;
    }
    .inputs_drop {
        padding: 10px 10px;
    }
    .checks_drop{
        padding: 10px 10px;
    }
    .image_wrap_preims_cat img {
        margin-left: 40px;
        transform: rotate(344deg);
    }
    .blog_card_wrap .title_intes {
        font-size: 18px;
        max-height: unset;
        min-height: unset;
    }
    .left_cardmeta_price .price_liner {
        font-size: 24px;
    }
    .exept_cars_ad {
        font-size: 15px;
        max-height: 62px;
    }
    .blog_card_wrap .contods {
        max-height: 90px;
        -webkit-line-clamp: 4;
        font-size: 15px;
    }
    .logo_wrap_footer{
        text-align: center;
    }
    .logo_wrap_footer img {
        max-width: 210px;
    }

    .list_massg_foot a img {
        max-width: 45px;
    }
    .list_massg_foot {
        gap: 20px;
        margin-top: 25px;
        justify-content: center;
        width: 100%;
    }
    .emaon_footer_spacer{
        margin-top: 10px;
    }
    .socials_footer {
        margin-top: 110px;
    }
 
    .footer_nav_wrap .menu {
        row-gap: 15px;
        justify-content: space-between;
    }

    .policy_foot_links {
        margin-top: 40px;
    }
    .policy_foot_links li{
        text-align: center;
    }
    .orange_white_btm {
        font-size: 16px;
    }
    .modal .modal-title {
        font-size: 23px;
    }
    .btm_to_cat_wrap .orange_btm{
        max-width: 100%;
    }
    .mobile_bur_btm svg {
        max-width: 28px;
        height: 18px;
    }
    .mobile_bur_btm svg rect{
        height: 3px;
    }
    .main_block_home {
        height: 85vh;
        position: relative;
    }
    .main_block_home:before{
        content: '';

    }
    .info_box_team {
        padding-left: 15px;
        padding-right: 15px;
    }


    .home_btms_wrap_one{
        width: 100%;
        margin-top: 10px;
        gap: 20px;
    }
    .wrapper_header_stick .mobile_bur_btm rect{
        fill: #C9A464;
    }
    .wrapper_header_stick .wrap_lang_btm path{
        fill: #C9A464;
    }
    .homehead.wrapper_header_stick .mobile_bur_btm rect{
        fill: #fff;
    }
    .homehead.wrapper_header_stick .wrap_lang_btm path{
        fill: #fff;
    }
    .head_info_object_card .gallery{
        order: 2;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        position: relative;
        width: 100%;
        margin-top: 20px;
    }
    .head_info_object_card .meta_inf_card_sing{
        order: 1;
        display: flex;
        flex-wrap: wrap;
    }
    .gallery .img_gallery{
        display: none;
    }
    .gallery  .with_bg_gal{
        display: flex;
    }
    .head_info_object_card{
        display: flex;
        flex-wrap: wrap;
    }
    .gallery_rows {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-template-columns: 1fr;
    }
    .mobicononyy .linkimagegall{
        display: none;
    }
    .tobtnimgalser{
        display: flex!important;
    }
    .tobtnimgalser img{
        display: none;
    }
    .mobicononyy{
        height: 30px;
        position: absolute;
        right: 15px;
        top: 42.5vw;
    }
    .mobicononyy .btm_seeallgal{
        position: relative;
    }
    .btm_seeallgal{
        font-size: 15px;
        gap: 5px;
        padding: 0px 11px;
        height: 30px;
    }
    .mobicononyy .btm_seeallgal svg {
        width: 20px;
    }
    .img_gallery_main img {
        height: 50vw;
    }
    .img_gallery_main iframe{
        height: 50vw;
    }
    .img_gallery.plnirestse{
        height: 40vw;
        position: relative;
    }
    .plnirestse .btm_seeallgal{
        right: 15px;
        bottom: 15px;
    }
    .btm_seeallgal svg {
        max-width: 20px;
    }
    .shortcountsfot{
        display: none;
    }
    .nav_to_polisys{
        margin-top: 25px;
    }
    .socials_footer::before{
        top: -81px;
    }
    .wrap_form_singles {
       gap: 20px;
    }
    .cols_wrapper_info{
        order: 1;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .meta_inf_card_sing .left_col_info_city{
        width: 100%;
    }
    .meta_inf_card_sing .inline_meta_cards{
        margin-top: 5px;
    }
    .meta_inf_card_sing .boc_name_objekt_card{
        display: none;
    }
    .wrap_main_page_space {
        margin-top: 60px;
        padding-bottom: 40px;
    }
    .top_map_controls_info {
        top: 60px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .top_map_controls_info .btm_filter_cats {
        max-width: 113px;
    }
    .map-info-panel {
        top: 65px;
    }
    .charast_liner {
        gap: 30px;
        row-gap: 15px;
    }

    .head_results_map {
        padding: 1px 15px;
    }
    .map-info-content {
        height: calc(100vh - 125px);
    }
    .space_recentes .ads_card{
        margin-bottom: 20px;
    }
    .space_recentes {
        margin-bottom: -10px!important;
    }
    .full_box_title {
        line-height: 1.1em;
    }
    .description_appinfo {
        margin-top: 10px;
    }
    .main_text_ads {
        padding-left: 10px;
        padding-right: 10px;
    }
    .top_adds_meta {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    .bottom_card_meta {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
    }
    .blog_box_home {
        margin-top: 40px;
    }
    .wrap_arrows_sli {
        margin-top: 25px;
    }
    .wrap_title_catalog .main_title_cats {
        font-size: 32px;
        line-height: 1.1em;
    }
    .main_subtitle_cats {
        font-size: 14px;
        margin-top: 10px;
        color: #3a3a3a;
    }
    .box_map_btns_cat .count_search{
        display: none;
    }
    .wrapper_btms_catalg {
        gap: 10px;
    }
    .drop_sorting .get_sorting{
        border: 1px solid #C7C7C7;
        font-weight: 400;
    }
    .wrap_catalog_page {
        padding-bottom: 0;
    }
    .title_form_catalog {
        font-size: 32px;
        text-align: center;
    }
    .leftliners_catform .line_falicoalis{
        justify-content: center;
    }
    .leftliners_catform .list_massg_foot {
        width: auto;
    }
    .line_falicoalis .list_massg_foot a img {
        max-width: 40px;
    }
    .form_box {
        gap: 15px;
        margin-top: 20px;
    }
    .leftliners_catform .inline_inpus .family_cat{
        position: absolute;
    }
    .wrap_servs_tabs a {
        font-size: 14px;
        padding: 8px 15px;
    }
    .wrap_servs_tabs {
        gap: 10px;
    }
    .form_search_blog .input_serch_pst {
        padding: 10px 15px;
        font-size: 16px;
    }
    .space_posts_box .post {
        margin-bottom: 20px;
    }
    .space_posts_box {
        padding-bottom: 45px;
        margin-top: 25px !important;
    }
    .no-results{
        text-align: center;
    }
    .single_lon_formes {
        margin-top: 40px;
    }
    .space_related_posts {
        margin-top: 45px !important;
    }
    .list_relat_post {
        margin-top: 20px !important;
        margin-bottom: 30px !important;
    }
    .content_post_single {
        margin-top: 10px;
    }
    .boxer_se_gfd {
        margin-top: 30px;
        height: 260px;
    }
    .boxer_se_gfd img {
        object-fit: cover;
    }
    .bot_level_imagerescont{
        display: none;
    }
    .map_company {
        height: 350px;
    }
    .wrap_contacts_page {
        padding-bottom: 0;  
    }
    .item_contact_line {
        margin-bottom: 10px;
        flex-wrap: wrap;
        font-size: 18px;
        gap: 10px;
        row-gap: 0;
    }
    .item_contact_line .inline_masssgers {
        gap: 15px;
    }
    .top_level_contest .list_socials_foot{
        gap: 15px;   
    }
    .item_contact_line span{
        width: 100%;
        color: #5e5e5e;
        font-weight: 200;
    }
    .spacer_about_comp {
        margin-top: 15px !important;
    }
    .bottm_counters_about .bigunts_about {
        font-size: 33px;
    }
    .spacer_abouter_teams {
        margin-top: 50px !important;
    }
    .wrap_about_page{
        padding-bottom: 0;
        margin-bottom: 45px; 
    }
    .bottm_counters_about {
        margin-top: 15px;
    }
    .bottm_counters_about .texts_ints_abtr {
        font-size: 14px;
        font-weight: 400;
    }
    .bnts_meta_leftbox .right_btns_controld {
        width: 50%;
    }
    .bnts_meta_leftbox .left_count_results {
        width: 50%;
    }
    .top_map_controls_info .bnt_cart_catalog {
        max-width: 131px;
    }
    #map_catalog {
        height: calc(100vh - 60px);
    }
    .single_post_page .centerforms_calatog{
        padding-top: 0;
        padding-bottom: 0;
    }
    .row_services_space .ads_card {
        margin-bottom: 20px;
    }
    .sandcolor_form .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sandcolor_form .modal-header{
        padding-left: 20px;
        padding-right: 20px;
    }
    .go_sand_resume {
        margin-top: 20px;
        height: 50px;
    }
    .item_listers_job {
        font-size: 12px;
    }
    .jobs_page_wrap .space_posts_box {
        margin-top: 25px !important;
        padding-bottom: 30px;
    }
    .title_jop_main {
        font-size: 32px;
        line-height: 1em;
    }
    .count_job_price {
        font-size: 24px;
        margin-top: 5px;
    }
    .title_jobrazddel {
        font-size: 26px;
    }
    .inpage_job .form_sand_resume {
        padding: 20px;
    }
    .wrap_page_carier{
        margin-bottom: 10px;
    }
    .title_form_sing_card {
        font-size: 26px;
    }
    .nofound_page_wrapper  {
        padding-bottom: 80px;
    }
    .borderedes_form_add {
        max-width: 100%;
        padding: 10px;
        box-shadow: unset;
        border-radius: 10px;
        padding-bottom: 30px;
        padding-top: 25px;
    }
    .wrap_new_add_page .title_oegeres {
        font-size: 28px;
        font-weight: 400;
    }
    .wrap_new_add_page .moiobegerst {
        margin-top: 10px;
        font-size: 14px;
        margin-bottom: 19px;
    }
    .wrap_new_add_page .sel_style_fil{
        background: #fff;
        border: 1px solid #C7C7C7;
        color: #8A8A8A;
        font-size: 16px;
        font-weight: 400;
    }
    .wrap_new_add_page.wrap_main_page_space{
        padding-bottom: 30px;
    }

    .wrap_new_add_page .form_wrapper_colonties {
        margin-bottom: 0;
    }
    .sas_pidoasu {
        flex-wrap: wrap;
    }
    .form_box .sas_pidoasu .drop_in_form{
        max-width: 350px;
    }
    .form_box .sel_style_fil{
        font-weight: 400;
        font-size: 16px; 
    }
    .form_box .inline_btm_form .dandrormcalb {
        max-width: 100%;
    }
    .sas_pidoasu {
        justify-content: center;
    }
    .footer_nav_wrap {
        margin-top: 35px;
    }
    .bot_line_color_filt_catalog {
        margin-top: 5px;
        gap: 5px;
    }
    .offcanvas.ofcanmobile .item_filter_sel.input-group{
        margin-top: 0;
    } 
    .ofcadbodyplace .top_line_cats_filt{
        gap: 5px;
    }
    .our_team_box {
        margin-top: 60px;
    }
    .preims_live_space {
        margin-top: 60px !important;
    }
    .wrap_form_singles .line_row_btm_frm{
        margin-top: 15px;
    }
    .borderedes_form_add .item_filter_sel{
        width: 100%;
        margin-bottom: 10px;
    }
    .borderedes_form_add .top_separates{
        margin-top: 20px;
        padding-top: 20px;
    }
    .top_line_btms_filt {
        gap: 5px;
    }
    .wrap_contacts_page .wra_calback_catalot .leftliners_catform {
        padding-top: 45px;
        padding-bottom: 60px;
    }
    .wrap_footer {
        padding-top: 120px;
        padding-bottom: 25px;
    }
    .cust_col_ft_two .btm_mobile_form_calb .orange_white_btm {
        margin-top: 35px;
    }
    .wrap_form_singles .form_reserve_single{
        padding-top: 25px;
    }
    .charasters_boxex_single {
        margin-top: 15px;
    }
    #main_mob_menu{
        width: 310px;
    }

    .centerforms_calatog .line_falicoalis{
        flex-wrap: wrap;
        gap: 15px;
    }
    .list_massg_foot .ietrlgsex svg{
        max-width: 27px;
    }
    .gallery_wrap .prod_gallery_thumbs {
        height: 90px;
    }
    .title_sing_objekt {
        font-size: 24px;
        line-height: 1em;
    }
    .price_single_card {
        font-size: 24px;
    }
    .full_box_title {
        font-size: 20px;
        font-weight: 400;
    }
    .wrap_charast_liner {
        padding: 15px 15px;
    }
    .space_recent_posts {
        margin-top: 50px !important;
    }
    .box_grid_charast {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
    }
    .content_text_descr {
        font-size: 12px;
    }
    .content_text_descr h1, .content_text_descr h2, .content_text_descr h3, .content_text_descr h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .catalog-pagination{
        gap: 10px;
        margin-top: 10px;
    }
    .advanch_imagesbox span {
        font-size: 12px;
    }
    .title_card_ad {
        font-size: 22px;
        height: auto;
    }
    .center_card_meta {
        padding-top: 10px;
    }
    .left_cardmeta_price .price_liner {
        font-size: 24px;
    }
    .advanch_imagesbox img {
        max-width: 24px;
    }
    .allist_preimses {
        gap: 8px;
    }
    .bot_liner_botmeta {
        margin-bottom: 25px;
    }
    .itmpereds {
        gap: 5px;
    }
    .unterprice_meta {
        gap: 15px;
        font-size: 18px;
    }
    .wrap_ads_image .main_image {
        height: 55vw;
    }

}    

@media (max-width: 580px){
    .wtap_ino_bot_team{
        padding-bottom: 1px;
    }
    .img_gallery_main img {
        height: 70vw;
    }
    .img_gallery_main iframe{
        height: 70vw;
    }
    .mobicononyy {
        top: 60.5vw;
    }
    .img_gallery.plnirestse {
        height: 50vw;
    }
    .charast_liner {
        gap: 20px;
        row-gap: 15px;
        justify-content: space-between;
    }
    .zayks_form_sing_card {
        margin-top: 5px;
    }
    .wrap_form_singles .form_reserve_single{
        border-radius: 10px;
    }
    .leftliners_catform .form_box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .leftliners_catform .inline_inpus{
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    .centerforms_calatog .inpcalb_cat{
        max-width: 350px;
    }
    .centerforms_calatog .inline_btm_form{
        max-width: 350px;
    }
    .centerforms_calatog .inline_btm_form .dandrormcalb{
        max-width: 350px;
    }
    .centerforms_calatog .subtitle_form_catalog {
        width: 100%;
        text-align: center;
    }
    .map-info-panel {
        top: 0;
        width: 100%;
    }
    .head_results_map {
        padding: 3px 20px;
    }
    .map_single iframe {
        border-radius: 10px;
        height: 350px;
    }
    .inpageconsdee {
        margin: 20px auto 40px;
        padding: 20px 10px;
    }
    .gallery_wrap .prod_gallery a {
        height: 55VW;
    }
    .gallery_wrap .pagination_btms img{
        max-width: 40px;
    }
    .title_liner_single {
        margin-top: 20px;
    }
    .gallery_wrap .pagination_btms .slide_right{
        right: 10px;
    }
    .gallery_wrap .pagination_btms .slide_left{
        left: 10px;
    }
    .title_sing_objekt {
        margin-bottom: 5px;
    }


}

@media (max-width: 480px){
    .border_orange_btn {
        font-size: 16px;
    }
    .in_header_sellist {
        width: 180px;
        padding: 20px;
    }
    .home_btms_wrap_one {
        flex-wrap: wrap;
        gap: 10px;
    }
    .wrap_home_cont {
        padding-bottom: 20px;
    }
    .big_home_btm {
        max-width: 100%;
    }
    .image_wrap_preims_cat img {
        max-width: 350px;
    }
    .image_wrap_preims_cat {
        bottom: 190px;
    }
    .title_dwnlcatalog_text {
        font-size: 22px;
    }
    .blog_card_wrap .card__body {
        padding: 20px 20px;
    }
    .title_preimlive {
        font-size: 15px;
        font-weight: 400;
    }
    .main_nav_ofcanv .menu a {
        font-size: 16px;
    }
    .mobicononyy {
        top: 58.5vw;
    }
    .drop_sorting .get_sorting {
        font-size: 0;
        gap: 0;
    }
    .title_form_catalog {
        font-size: 28px;
        text-align: center;
        line-height: 1em;
    }
    .phone_link_cnt {
        font-size: 18px;
    }
    .allist_preimses {
        gap: 4px;
    }
    .advanch_imagesbox img {
        max-width: 22px;
    }
    .advanch_imagesbox span {
        font-size: 11px;
    }
    .itmpereds img {
        max-width: 18px;
    }
    .unterprice_meta {
        font-size: 16px;
    }
    .bot_liner_botmeta {
        margin-bottom: 20px;
    }
    .wrap_ads_image .main_image {
        height: 60vw;
    }

}

@media (max-width: 370px){
    .borderedes_form_add {
        padding: 20px;
    }
    .advanch_imagesbox span {
        font-size: 10px;
    }
    .advanch_imagesbox img {
        max-width: 20px;
    }
    .allist_preimses {
        gap: 3px;
    }
    .left_cardmeta_price .price_liner {
        font-size: 21px;
    }
    .title_card_ad {
        font-size: 20px;
    }
    .unterprice_meta {
        font-size: 14px;
    }


}