/*
 * Theme name: mirgrad
 * Author: walltak
 * Version: 1.0
 */


 a, button, input, select, textarea, form{
    outline: none;
}
a, button, label{
    transition: .4s ease;
    text-decoration: none;
}
body a:hover{
    color: rgba(139, 31, 47, 1);
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background: #fff;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(124, 33, 49, 1);
}


body {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    background: rgba(12, 63, 58, 1);
    color: #fff;
}


.titlebox {
    font-weight: 300;
    font-family: "Bebas", sans-serif;
}

.main_head_page{
    padding-top: 25px;
    padding-bottom: 25px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: rgba(12, 63, 58, 1);
    border-bottom: 1px solid rgba(31, 90, 82, 1);
}
.inline_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrap_logo_head{
    display: flex;
    align-items: center;
    height: 100%;
    width: 20%;
}
.logo_head_inlines{
    display: flex;
    align-items: center;
    gap: 20px;
}
.text_in_logo_head{
    max-width: 150px;
    color: #fff;
    line-height: 1.1em;
    font-size: 13px;
}
.logo_head_inlines img{
    max-width: 175px;
    width: 100%;
    height: auto;
} 
.wrap_nav_head {
    display: flex;
    align-items: center;
    height: 100%;
    width: 48%;
    justify-content: center;
}
.wrap_nav_head .menu{
    display: flex;
    align-items: center;
    list-style: none;
    gap: 25px;
}
.wrap_nav_head .menu a{
    color: #fff;
    font-family: "Bebas", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    border-bottom: 1px solid transparent;
    letter-spacing: 0.05em;
}
.wrap_nav_head .menu a:hover{
    border-bottom: 1px solid #fff;
}
.bigphome_head{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.wrap_btns_head{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.social_btns_head{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}
.icon_social_green{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: rgba(31, 90, 82, 1);
}
.icon_social_green:hover{
    background: #7C2636;
} 
.red_btn_large{
    background: rgba(139, 31, 47, 1);
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Bebas", sans-serif;
    border: 0;
    padding: 10px 30px;
} 
.red_btn_large:hover{
    background: #7C2636;
    color: #fff;
}
.red_btn_togle{
    background: transparent;
    border: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.red_btn_togle img{
    width: 28px;
    height: auto;
    display: block;
}

.home_banner{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 50px;
    overflow: hidden;
    height: calc(100vh - 104px);
    margin-top: 104px;
}
.all_page_templ{
    margin-top: 104px;
    padding-top: 40px;
    color: #fff!important;
}
.home_banner:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.video_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    object-fit: cover;
}
.center_content_banner{
    z-index: 2;
    position: relative;
}
.subitle_top_main{
    font-family: "Bebas", sans-serif;
    font-size: 44px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 300;
}
.main_title_slider{
    text-align: center;
    font-size: 120px;
    font-weight: 600;
    color: #fff;
}
.box_cont_title_main{
    display: flex;
    flex-direction: column;
    align-items: center; 
}
.inslide_btn_main {
    margin-top: 30px;
}
.twoscols_comp{
    position: relative;
    background: url(/wp-content/uploads/2026/07/sdgsdsdg.svg) no-repeat;
    background-position: right bottom;
}
.image_over_box{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.box_containerimage_overe{
    position: absolute;
    left: 0;
    top: 0;
    width: 50vw;
    overflow: hidden;
}
.wrap_text_overbox{
    padding-top: 120px;
    padding-left: 80px;
    padding-bottom: 120px;
}
.main_reg_title{
    font-size: 72px;
    font-weight: 400;
    font-family: "Bebas", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1em;
    margin-bottom: 0;
}
.breadcrumbs{
    margin-bottom: 15px;
}
.sing_page_cont p{
    margin-bottom: 15px;
    font-size: 14px;
}
.sing_page_cont ul{
    padding-left: 1.5rem;
    margin-bottom: 15px;
}



.breadcrumbs .aioseo-breadcrumbs{
    color: #fff;
    font-size: 12px;
}
.breadcrumbs .aioseo-breadcrumbs a{
    color: #fff;
    font-size: 12px;
}
.jk_subtitle{
    margin-top: 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
}
.pad_left_subt{
    margin-left: 100px;
}
.box_perks_images{
    margin-top: 60px;
}
.item_perk_img{
    display: flex;
    align-items: center;
    gap: 40px;
}
.item_perk_img:not(:last-child){
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.textper_box_wrap{
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-weight: 400;
}
.box_space_120{
    margin-top: 120px;
}
.main_subtitle{
    margin-left: 100px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
}
.wrap_action_imagetitle img{
    max-width: 420px;
    width: 100%;
    height: auto;
}
.main_space_60{
    margin-top: 60px;
}
.grig_boxex_4cols {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;  
}
.item_perks_box {
    background: rgba(31, 90, 82, 1);
    padding: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transition: .2s ease;
    cursor: pointer;
}
.item_perks_box:hover{
    background: #7C2636;
}
.item_perks_box.firsct_box_color{
    background: rgba(124, 33, 49, 1);
}
.title_action_box{
    font-family: "Bebas", sans-serif;
    font-weight: 400;
    font-size: 44px;
    letter-spacing: 0.02em;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 0;
}
.buton_showmore{
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Bebas", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
}
.buton_showmore path{
    transition: .2s ease;
}
.item_perks_box:hover .buton_showmore path,
.item_perks_box.firsct_box_color .buton_showmore path{
   fill: rgba(255, 255, 255, 1); 
}
.large_inform_iten{
    margin-top: 30px;
}
.large_inform_iten .white_under_link{
    text-decoration: underline;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.large_inform_iten .white_under_link:hover{
    color: rgb(153 153 101);
}
.wrap_quiz_page img{
    width: 100%;
    height: auto;
}
.wrap_image_titright{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.wrap_image_titright img{
    max-width: 636px;
    width: 100%;
    height: auto;
}
.flex_box_wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.wrap_box_map{
    width: calc(67% - 15px);
}
.map_place_categhs{
    width: 100%;
    height: 520px;
}
.map_place_categhs .ymaps-2-1-79-ground-pane{
    filter: grayscale(1);
}
.custom-marker{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.custom-marker .marker-icon{
    width: 36px;
    height: auto;
    display: block;
}
.custom-marker .marker-label{
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    margin-top: 2px;
}
.wrap_box_placecat{
    width: calc(33% - 15px);
}
.perks_cat_location {
    width: 100%;
}
.wrap_grid_list_thres{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;  
}
.pickcat_text{
    font-size: 28px;
    font-family: "Bebas", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.list_cats_picker{
    margin-top: 10px;
}
.item_cat_place{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    transition: .2s ease;
    cursor: pointer;
     border-bottom: 1px solid transparent;
}
.item_cat_place:not(:last-child){
    border-bottom: 1px solid rgba(31, 90, 82, 1);
}
.item_cat_place.active{
    background: rgba(124, 33, 49, 1);
    border-bottom: 1px solid rgba(124, 33, 49, 1);
}
.item_cat_place:hover{
    background: #7C2636;
    border-bottom: 1px solid #7C2636;
}
.name_place_cat{
    font-size: 16px;
    font-weight: 400;
}
.count_catval{
    font-size: 16px;
    font-weight: 400;
}
.item_prloloist{
    display: flex;
    align-items: center;
    gap: 15px;
}
.textlocationpser{
    font-size: 16px;
}
.box_perk_itmlocat{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.flex_box_gaps_40{
    display: flex;
    gap: 40px;
}
.col_box_50{
    width: calc(50% - 20px);
}
.main_subtitle.left_space_text p{
    padding-bottom: 25px;
    line-height: 1.4em;
}
.box_image_wrappers{
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_image_wrappers img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.livemir_bg_img{
    background: url(/wp-content/uploads/2026/07/63232.svg) no-repeat;
    background-position: bottom left;
}
.mentalka_bg_img{
   background: url(/wp-content/uploads/2026/07/hfddf.svg) no-repeat;
   background-position: right 53%; 
}
.box_image_abtwos{
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_image_abtwos img{
    width: 100%;
    height: auto;
}
.col_box_60{
    width: calc(60% - 20px);
}
.col_box_40{
    width: calc(40% - 20px);
}
.vert_betw_box_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: flex-end;
}
.wrap_img_top_abvtes{
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrap_img_top_abvtes img{
    width: 100%;
    height: auto;
    text-align: right;
}
.main_subtitle.left_space_text p:last-child{
    padding-bottom: 0;
}
.white_box_present {
    background: rgba(255, 255, 255, 1);
    position: relative;
}
.box_present_flex{
    padding: 90px 0;
}
.black_title_present{
    color: rgba(0, 0, 0, 1);
    font-size: 72px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Bebas", sans-serif;
}
.subtitle_present_black{
    color: rgba(0, 0, 0, 1);
    margin-top: 30px;
    font-size: 16px;
}
.btn_get_present{
    width: fit-content;
    margin-top: 30px;
}
.box_filgreen_massges{
    background: rgba(241, 248, 247, 1);
    padding: 20px;
    max-width: 540px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}
.title_fileser{
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
.wrap_cos_bbnt_block .social_btns_page{
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    display: flex;
}
.back_image_presents{
    position: absolute;
    right: 0;
    bottom: -31px;
}
.back_image_presents img{
    max-width: 970px;
    width: 100%;
    height: auto;  
}
.right_box_benten_titcont{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    gap: 50px;
}
.cont_wrap_whitgreen{
    background: rgba(31, 90, 82, 1);
    padding: 50px;
}
.tabs_plans{
    display: flex;
    align-items: center;
    gap: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tabs_plans .nav-link{
    background: transparent;
    color: rgba(255, 255, 255, 0.6);
    font-size: 24px;
    font-weight: 400;
    border: 0;
    padding: 0;
    border-bottom: 3px solid transparent;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: "Bebas", sans-serif;
    letter-spacing: 0.03em;
}
.tabs_plans .nav-link.active, .tabs_plans .nav-link:hover{
    color: #fff;
    border-bottom: 3px solid #fff;
}
.right_box_dvireser{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}
.pesnewlinre p{
    display: block;
}
.wrap_slider_horisonts{
    display: flex;
    gap: 50px;
    align-items: stretch;
}
.box_slide_mainimage{
    flex: 1;
    min-width: 0;
    width: calc(78% - 25px);
}
.box_slide_mainimage .swiper-slide a{
    display: flex;
    line-height: 0;
    height: 720px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.box_slide_mainimage .swiper-slide a:hover img{
    transform: scale(0.95);
}
.box_slide_mainimage img{
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
    object-position: bottom;
    transition: .4s ease;
}
.gallery_thumbs_wrap{
    width: calc(22% - 25px);
    max-width: 260px;
    height: 720px!important;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
} 
.gallery_thumbs_wrap .pagination_btms.insideslide{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 2;
}
.gallery_thumbs_wrap .nav_btn{
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    line-height: 0;
}

.gallery_thumbs_wrap .nav_btn img{
    width: 30px;
    height: auto;
    display: block;
}
.gallery_thumbs_wrap .swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.gallery_thumbs_wrap .swiper-slide{
    opacity: 1;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 200px;
    opacity: 0.7;
}
.gallery_thumbs_wrap .swiper-slide.swiper-slide-thumb-active{
    outline-color: #fff;
    opacity: 1;
}
.gallery_thumbs_wrap .swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.thre_cols_grig_gallery{
    display: flex;    
    gap: 40px;
}
.smal_col_galler{
    width: calc(25% - 20px);
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.smal_col_galler a{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.smal_col_galler a img{
    transform: scale(1.03);
}
.smal_col_galler a:hover img{
    transform: scale(1.0);
}
.large_col_galler{
    width: calc(50% - 20px);
}
.large_col_galler a{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.large_col_galler a img{
    transform: scale(1.03);
}
.large_col_galler a:hover img{
    transform: scale(1.0);
}
.smal_col_galler img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: .4s ease;
}
.large_col_galler img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
    transition: .4s ease;
}
.block_twthbtn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.white_fill_btn{
    position: absolute;
    z-index: 2;
    font-family: "Bebas", sans-serif;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 18px;
}
.white_fill_btn:hover{
    color: rgba(12, 63, 58, 1);
    background: #fff;
}

.grid_gall_house {
    background: url(/wp-content/uploads/2026/07/85454.svg) no-repeat;
    background-position: 85% top;
}
.block_twthbtn:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}
.wrap_form_zapis_page{
    background-color: rgba(31, 90, 82, 1);
    background-image: url(/wp-content/uploads/2026/07/frame-1171277673.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 90px 120px;
}
.blockinsidetexts{

}
.wrap_image_gekrast{
    margin-bottom: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap_image_gekrast img{
    width: 100%;
    height: auto;
}
.wrap_right_big_image_gekrast{
    margin-top: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap_right_big_image_gekrast img{
    width: 100%;
    height: auto;
}
.whitergreen_box_gall {
    background: rgba(31, 90, 82, 1);
    padding: 120px 0;
}
.image_right_intits{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.slider_overflow_right {
    overflow: visible !important;
 
}
.slider_overflow_right .swiper-wrapper {
    overflow: visible;
}
.box_in_preimplac{
    height: auto;
    min-height: 250px;
}
.box_in_actions{
    height: 250px;
}
.box_in_preimoverflover{
    min-height: 250px;
}

.box_in_preimplac:hover{
    background: rgba(31, 90, 82, 1)!important;
    cursor: default;
}
.open_text_togle_wrap{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 20px;
}
.open_text_togle{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.4em;
    font-size: 16px;
    transition: .3s ease;
}
.open_text_togle_wrap.is-open .open_text_togle{
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}
.show_more_text_btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Bebas", sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1;
}
.show_more_text_btn path{
    transition: .2s ease;
    fill: #A60E1D;
}
.open_text_togle_wrap.is-open .show_more_text_btn svg{
    transform: rotate(180deg);
}
.show_more_text_btn svg{
    transition: .2s ease;
    flex-shrink: 0;
}
.outside_gallery_box {
    overflow: hidden;
}
.image_plane_large img{
    width: 100%;
    height: auto;
}
.slider_overflow_right .title_action_box{
    min-height: 97px;
}
.box_in_preimplac .show_more_text_btn:hover{
    color: #999965;
}
.box_in_preimplac .show_more_text_btn path{
    transition: .2s ease;
}
.box_in_preimplac .show_more_text_btn:hover path{
    fill: #999965;
}
.right_bot_arrows_slide{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.right_bot_arrows_slide .nav_btn {
    background: transparent;
    border: 0;
    padding: 10px;
}
.between_box_liner_right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
}
.swiper-button-disabled{
    opacity: 0.5;
    pointer-events: none;
}
.right_bot_arrows_slide .nav_btn:hover {
    background: #1f5a52;
}
.wrap_cont_whitegreen_form {
    background: rgba(31, 90, 82, 1);
    padding: 120px 0;
}
.perks_stap_pokaz{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.item_stap_pokaz{
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 360px;
}
.numm_big_stap{
    color: rgba(255, 255, 255, 0.3);
    font-size: 96px;
    font-weight: 400;
    font-family: "Bebas", sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.text_stap_rwe{
    font-family: "Bebas", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: uppercase;
}
.wrap_cont_whitegreen_form .center_text_form{
    text-align: center;
}
.wrap_image_ecos img{
    width: 100%;
    height: auto;
    transition: .4s ease;
    transform: scale(1.03);
}
.wrap_image_ecos a{
    overflow: hidden;
    display: flex;
    align-items: center;
}
.wrap_image_ecos a:hover img{
    transform: scale(1.0);
}
.box_imgtext_ecos{
    display: flex;
    gap: 40px;
    margin-top: 30px;
}
.iamge_intext_ecos{
    max-width: 140px;
    width: 100%;
    height: auto;
}
.text_main_ecos{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
.twos_cols_ecoses{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 40px;
}
.image_item_ecoses{
    width: calc(50% - 20px);
}
.image_item_ecoses a{
    display: flex;
    align-items: center;
    height: 275px;
    overflow: hidden;
}
.image_item_ecoses img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease;
    transform: scale(1.03);
}
.image_item_ecoses a:hover img{
    transform: scale(1.0);
}
.map_conts_box {
    background-color: rgba(31, 90, 82, 1);
    background-image: url(/wp-content/uploads/2026/07/fgfdgf.svg);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 120px 0;
    position: relative;
}
.map_box_cont .ymaps-2-1-79-ground-pane{
    filter: grayscale(1);
}
.white_box_contacts{
    background: #fff;
    position: absolute;
    z-index: 2;
    padding: 50px;
    max-width: 600px;
    width: 100%;
    right: 130px;
    top: 120px;
}
.map_box_cont{
    margin-top: 60px;
}


.title_liner_cont{
    color: rgba(113, 113, 113, 1);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.phone_red_map_cont{
    color: rgba(139, 31, 47, 1);
    font-size: 24px;
    font-weight: 600;
}
.email_map_cont{
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    display: flex;
}


.text_value_conts{
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 400;
}
.social_btns_page{
    display: flex;
    align-items: center;
    gap: 10px;
}
.boxserwcfgg .icon_social_green{
    background: rgba(139, 31, 47, 1);
}
.boxserwcfgg .icon_social_green:hover{
    background: #7C2636;   
}
.line_cont_coles{
    display: flex;
    justify-content: space-between;
}
.item_cont_liner{
    max-width: 235px;
    width: 100%;
}
.item_cont_liner .red_btn_large{
    margin-top: 30px;
}
.line_cont_coles.boxserwcfgg{
    margin-bottom: 30px;
}



.ofcanactions_panel{
    width: min(1000px, 100%);
    background: rgba(31, 90, 82, 1);
    color: #fff;
    border: 0;
}
.ofcanactions_panel .offcanvas-body,
.ofcanactions_body{
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.ofcan_close{
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    border: 0;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    transition: .2s ease;
    width: 44px;
    height: 44px;
    background: rgba(139, 31, 47, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.ofcan_close:hover{
    opacity: 1;
}
.ofcan_thumb_wrap{
    width: 100%;
    line-height: 0;
}
.ofcan_thumb_wrap[hidden]{
    display: none !important;
}
.ofcan_thumb{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.ofcan_title{
    margin: 0;
    font-family: "Bebas", sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.1em;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    padding-right: 30px;
}
.ofcan_content{
    font-size: 16px;
    line-height: 1.5em;
    color: #fff;
}
.ofcan_content p{
    margin: 0 0 1em;
}
.ofcan_content p:last-child{
    margin-bottom: 0;
}
.ofcan_more_btn{
    align-self: flex-start;
}
.ofcanactions_panel.is-loading{
    pointer-events: none;
}
.cont_wrap_whitgreen .tab-content{
    margin-top: 30px;
}
.form_wrap_box_inpage{
    margin-top: 30px;
}

.form_wrap_box_inpage form{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 850px;
}
.form_wrap_box_inpage .wrap_form_row{
    width: 35%;
}
.form_wrap_box_inpage .sand_btm{
    width: 22%;
}
.form_wrap_box_inpage .bottom_form_lest{
    width: 100%;
}
.imp_nobgr{
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    outline: none;
    box-shadow: none;
    padding: 18px 0;
}
.imp_nobgr:focus{
    border-bottom-color: #fff;
    outline: none;
    box-shadow: none;
}

.wrap_form_row.form-floating > p{
    position: relative;
    margin: 0;
}
.wrap_form_row.form-floating > p > br{
    display: none;
}
.wrap_form_row.form-floating .label_impbg{
    position: absolute;
    left: 0;
    top: 35%;
    font-family: "Bebas", sans-serif;
    transform: translateY(-20%);
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1;
    pointer-events: none;
    transition: top .2s ease, transform .2s ease, font-size .2s ease, color .2s ease;
    z-index: 1;
}
.wrap_form_row.form-floating .wpcf7-form-control-wrap{
    display: block;
}
.wrap_form_row.form-floating .imp_nobgr::placeholder{
    color: transparent;
}
.wrap_form_row.form-floating:focus-within .label_impbg,
.wrap_form_row.form-floating:has(.imp_nobgr:not(:placeholder-shown)) .label_impbg,
.wrap_form_row.form-floating.is-filled .label_impbg{
    top: 0;
    transform: translateY(-40%);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.sand_btm .bordered_btm_form{
    height: 56px;
    background: rgba(139, 31, 47, 1);
    color: #fff;
    text-transform: uppercase;
    border: 0;
    padding: 10px 30px;
    font-family: "Bebas", sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    width: 100%;
}
.sand_btm .bordered_btm_form:hover{
    background: #7C2636;
    color: #fff;
}
.bottom_form_lest .wpcf7-list-item{
    margin-left: 0;
}
.bottom_form_lest .wpcf7-list-item label{
    display: flex;
    align-items: center;
    gap: 10px;
}
.bottom_form_lest .checkformcalb{
    border-radius: 0;
    border-color: rgb(76 123 117);
    min-width: 20px;
}
.bottom_form_lest .checkformcalb:checked {
    background-color: rgba(139, 31, 47, 1);
    border-color: rgba(139, 31, 47, 1);
}
.bottom_form_lest .wpcf7-list-item-label{
    font-size: 13px;
    color: #fff;
}
.bottom_form_lest .wpcf7-list-item-label a{
    color: #fff;
    text-decoration: underline;
}
.wpcf7-not-valid-tip{
    font-size: 12px;
    margin-top: 4px;
    color: #efa1a1!important;
}
.wpcf7-response-output{
    margin: 0 !important;
    padding: 20px !important;
    border: 0 !important;
    background: rgb(24 55 50) !important;
    font-size: 16px;
    color: #ffc0ca;
}
.sand_btm .wpcf7-spinner{
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output{
    color: #46b450;
}

.wrap_vert_form_pok{
    display: flex;
    justify-content: flex-end;
}
.wrap_vert_form_pok .wpcf7{
    max-width: 780px;
}
.wrap_vert_form_pok .wpcf7-form{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.wrap_vert_form_pok .wrap_form_row {
    width: 100%;
    order: 1;
}
.wrap_vert_form_pok .sand_btm{
    order: 3;
    width: calc(35% - 10px);
    position: relative;
}
.wrap_vert_form_pok .bottom_form_lest{
    order: 2;
    position: relative;
    width: calc(65% - 10px);
}
.modal-title{
    font-family: "Bebas", sans-serif;
    font-size: 26px;
    text-transform: uppercase;
}
.close_pop{
    background: transparent;
    border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
}
.close_pop img{
    width: 100%;
    height: auto;
}
.wrap_form_in_pop .wpcf7-form{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.wrap_form_in_pop .wrap_form_row {
    order: 1;
    width: 100%;
}
.wrap_form_in_pop .bottom_form_lest{
    order: 2;
    width: 100%;
}
.wrap_form_in_pop .sand_btm{
    order: 3;
    width: 100%;
}
.wrap_form_in_pop .wpcf7-response-output {
    border: 1px solid #998b65 !important;
    background: transparent;
    font-size: 14px;
}
.white_box_present {
    overflow: visible!important;
}
footer{
    padding-top: 60px;
    padding-bottom: 120px;
    background-image: url(/wp-content/uploads/2026/08/37343.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.center_logo_footer{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
.center_logo_footer img{
    max-width: 280px;
    width: 100%;
    height: auto;
}
.bigphone_foot{
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
.space_top_foot_line_60{
    margin-top: 60px!important;
}
.wrap_center_nav_foot .menu{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 40px;
}
.wrap_center_nav_foot .menu a{
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    font-family: "Bebas", sans-serif;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
}
.wrap_center_nav_foot .menu a:hover{
    border-bottom: 1px solid #fff;
}
.right_block_metas{
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    width: 32%;
    align-items: center;
}

.wrap_box_fotifos{
   display: flex; 
   flex-direction: column;
   gap: 10px;
}
.wrap_box_fotifos .itemlisyoures{
    color: #fff;
    font-size: 14px;
}
.wrap_box_fotifos_fight{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.footlinisnfod{
    color: #fff;
    font-size: 14px;
    text-align: right;
}
.footlinisnfod:hover{
    text-decoration: underline;
    color: #fff;
}
.twocolsflexbox{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.left_coptext{
    width: calc(80% - 10px);
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
.right_makere{
    width: calc(20% - 10px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}
.right_makere a{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
.quiz_place_block .marquiz__container_inline{
    max-width: 100%!important;
}

.sinpage_templs .main_reg_title{
	 transform: translate(0, 0)!important;
    opacity: 1!important;
}
.spase_box_jk{
    margin-top: 15px;
}

@media (max-width: 1679px){
    .wrap_nav_head.hide_mobile{
        display: none;
    }
    .get_calb.hide_mobile{
        display: none;
    }
    .wrap_logo_head {
        width: 40%;
    }
    .right_block_metas {
        width: 50%;
    }
    .get_canvas_nav.hide_peca{
        width: 54px;
        height: 54px;
        background: rgba(139, 31, 47, 1);
        display: flex!important;
        justify-content: center;
        align-items: center;
    }
    .get_canvas_nav.hide_peca:hover{
        background: #7C2636;
    }
    .subitle_top_main {
        font-size: 38px;
    }
    .main_title_slider {
        font-size: 100px;
        margin-bottom: 0;
    }  
    .main_reg_title {
        font-size: 52px;
    }
    .item_perk_img {
        gap: 30px;
    }
    .main_subtitle {
        margin-left: 60px;
        font-size: 14px;
    }
    .title_action_box {
        font-size: 26px;
    }
    .item_perks_box {
        padding: 25px;
    }
    .large_inform_iten .white_under_link {
        font-size: 14px;
    }
    .box_space_120 {
        margin-top: 100px;
    }
    .grig_boxex_4cols {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }
    .wrap_image_titright img {
        max-width: 450px;
    }
    .pickcat_text {
        font-size: 24px;
    }
    .name_place_cat {
        font-size: 14px;
    }
    .item_cat_place {
        padding: 15px 15px;
    }
    .map_place_categhs{
        height: 400px;
    }
    .textlocationpser {
        font-size: 14px;
    }
    .main_subtitle.left_space_text p {
        padding-bottom: 15px;
    }
    .back_image_presents img {
        max-width: 600px;
    }
    .box_present_flex {
        padding: 70px 0;
    }
    .back_image_presents {
        bottom: -19px;
    }
    .black_title_present {
        font-size: 52px;
    }
    .subtitle_present_black {
        margin-top: 10px;
        font-size: 14px;
    }
    .btn_get_present {
        margin-top: 20px;
    }
    .title_fileser {
        font-size: 14px;
    }
    .icon_social_green {
        width: 50px;
        height: 50px;
    }
    .right_box_benten_titcont img{
        max-width: 450px;
    }
    .tabs_plans .nav-link {
        font-size: 21px;
    }
    .tabs_plans {
        gap: 30px;
    }
    .cont_wrap_whitgreen .tab-content {
        margin-top: 20px;
    }
    .main_space_60 {
        margin-top: 40px;
    }
    .smal_col_galler img {
        height: 170px;
    }
    .smal_col_galler {
        width: calc(25% - 15px);
        gap: 30px;
    }
    .thre_cols_grig_gallery {
        gap: 30px;
    }
    .large_col_galler img {
        height: 370px;
    }
    .wrap_form_zapis_page {
        padding: 60px 60px;
        background-size: 56%;
    }
    .white_box_contacts {
        right: 20vw;
        top: 110px;
    }
    .wrap_form_row.form-floating .label_impbg {
        font-size: 18px;
    }
    .imp_nobgr {
        padding: 13px 0;
        font-size: 14px;
    }
    .wrap_form_row.form-floating:focus-within .label_impbg, 
    .wrap_form_row.form-floating:has(.imp_nobgr:not(:placeholder-shown)) .label_impbg, 
    .wrap_form_row.form-floating.is-filled .label_impbg {
        transform: translateY(-70%);
    }
    .sand_btm .bordered_btm_form {
        height: 45px;
    }
    .form_wrap_box_inpage form {
        gap: 20px;
        max-width: 750px;
    }
    .gallery_thumbs_wrap .swiper-slide{
        max-height: 120px;
    }
    .gallery_thumbs_wrap{
        gap: 15px;
    }
    .wrap_slider_horisonts {
        gap: 30px;
    }
    .gallery_thumbs_wrap {
        width: calc(22% - 15px);
    }
    .box_slide_mainimage {
        width: calc(78% - 15px);
    }
    .gallery_thumbs_wrap {
        max-height: 480px;
    }
    .box_slide_mainimage .swiper-slide a {
        max-height: 480px;
    }
    .image_right_intits img{
        max-width: 500px;
    }
    .slider_overflow_right .title_action_box {
        min-height: 60px;
    }
    .open_text_togle{
        font-size: 14px;
    }
    .box_in_preimplac{
        min-height: 220px;
    }
    .text_stap_rwe {
        font-size: 21px;
    }
    .numm_big_stap {
        font-size: 80px;
    }
    .item_stap_pokaz {
        max-width: 240px;
    }
    .bottom_form_lest .wpcf7-list-item-label {
        font-size: 12px;
    }
    .wrap_vert_form_pok .bottom_form_lest {
        width: calc(55% - 10px);
    }
    .wrap_vert_form_pok .sand_btm {
        width: calc(45% - 10px);
    }
    .wrap_cont_whitegreen_form {
        padding: 100px 0;
    }
    .text_main_ecos {
        font-size: 14px;
    }
    .image_item_ecoses a {
        height: 170px;
    }
    .box_imgtext_ecos {
        display: flex;
        gap: 30px;
    }
    .twos_cols_ecoses {
        margin-top: 30px;
        gap: 30px;
    }
    .map_conts_box{
        padding: 100px 0;
    }
    .pad_left_subt {
        margin-left: 70px;
    }
    .jk_subtitle {
        font-size: 16px;
    }
    .textper_box_wrap {
        font-size: 14px;
    }
    .imageper_box_wrap img{
        max-width: 50px;
    }
    .box_imgtext_ecos{
        align-items: flex-start;
    }
    .title_liner_cont {
        font-size: 13px
    }
    .phone_red_map_cont {
        font-size: 21px;
    }
    .email_map_cont {
        font-size: 16px;
    }
    .text_value_conts {
        font-size: 16px;
    }
    .bigphone_foot {
        font-size: 24px;
    }
    .left_coptext {
        width: calc(70% - 10px);
    }
    .right_makere {
        width: calc(30% - 10px);
    }
    .wrap_center_nav_foot .menu a {
        font-size: 21px;
    }
    .box_in_actions{
        height: 190px;
    }
    .box_in_preimoverflover {
        min-height: 230px;
    }

}

@media (max-width: 1199px){
    .text_in_logo_head {
        font-size: 12px;
    }
    .main_subtitle {
        margin-left: 0;
    }
    .main_title_slider {
        font-size: 94px;
    }
    .back_image_presents img {
        max-width: 450px;
    }
    .back_image_presents {
        bottom: -14px;
    }
    .tabs_plans {
        gap: 20px;
    }
    .gallery_thumbs_wrap .swiper-slide {
        max-height: 101px;
    }
    .gallery_thumbs_wrap {
        max-height: 420px;
    }
    .white_box_contacts {
        right: 5vw;
    }
    .footlinisnfod, .left_coptext{
        font-size: 12px;
    }
    .wrap_box_fotifos .itemlisyoures{
        font-size: 12px;
    }
    .wrap_text_overbox {
        padding-top: 80px;
        padding-left: 60px;
        padding-bottom: 80px;
    }
    .box_slide_mainimage .swiper-slide a{
        height: 420px;
    }
    .box_in_actions {
        height: 180px;
    }
    .box_in_preimplac {
        min-height: 255px;
    }
}


@media (min-width: 992px){
    .hide_peca{
        display: none!important;
    }
}

@media (max-width: 991px){
    .hide_mobile{
        display: none!important;
    }
    .wrap_logo_head {
        width: 45%;
    }
    .main_head_page{
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .logo_head_inlines{
        gap: 12px;
    }
    .logo_head_inlines img{
        max-width: 140px;
    }
    .text_in_logo_head{
        max-width: 110px;
        font-size: 11px;
    }
    .icon_social_green{
        width: 44px;
        height: 44px;
    }
    .icon_social_green img{
        max-width: 20px;
    }
    .home_banner{
        height: auto;
        min-height: 70vh;
        margin-top: 76px;
        padding: 40px 20px 50px;
        align-items: center;
    }
    .all_page_templ{
        margin-top: 76px;
    }
    .main_title_slider{
        font-size: 56px;
    }
    .subitle_top_main{
        font-size: 28px;
    }
    .inslide_btn_main{
        width: 100%;
        max-width: 360px;
        margin-top: 15px;
    }
    .col_over_one{
        order: 2;
        height: 450px;
    }
    .col_over_two{
        order: 1;
    }
    .box_containerimage_overe{
        width: 100%;
        height: 450px;
        display: block;
        bottom: 0;
        top: unset;
    }

    .wrap_text_overbox{
        padding: 50px 0;
    }
    .main_reg_title,
    .black_title_present{
        font-size: 40px;
    }
    .box_perks_images {
        margin-top: 30px;
    }
    .jk_subtitle{
        margin-top: 20px;
    }
    .main_subtitle{
        margin-left: 30px;
        margin-top: 20px;
        line-height: 1.5em;
    }
    .wrap_text_overbox .pad_left_subt{
        margin-left: 30px;
    }
    .item_perk_img{
        gap: 20px;
    }
    .box_space_120{
        margin-top: 60px;
    }
    .wrap_action_imagetitle{
        margin-bottom: 30px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .orfder_meser_on{
        order: 2;
    }
    .orfder_meser_tw{
        order: 1;
    }
    .title_action_box{
        font-size: 22px;
    }
    .large_inform_iten {
        margin-top: 20px;
    }
    .ofcanactions_panel .offcanvas-body, .ofcanactions_body {
        padding: 30px;
        gap: 30px;
    }
    .ofcan_content {
        font-size: 14px;
    }
    .item_perks_box {
        padding: 20px;
    }
    .cont_wrap_whitgreen{
        padding: 30px;
    }
    .box_present_flex {
        padding: 50px 0 0 0;
    }
    .right_box_benten_titcont img{
        display: none;
    }
    .box_filgreen_massges{
        max-width: 100%;
        flex-wrap: wrap;
        margin-top: 20px;
        gap: 20px;
    }
    .box_filgreen_massges .title_fileser{
        text-align: center;
        width: 100%;
    }
    .right_box_benten_titcont{
        align-items: flex-start;
        gap: 24px;
        margin-top: 30px;
    }
    .wrap_cos_bbnt_block .social_btns_page {
        justify-content: center;
    }
    .wrap_cos_bbnt_block{
        width: 100%;
    }
    .right_box_dvireser,
    .image_right_intits{
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .wrap_image_titright{
        justify-content: flex-end;
    }
    .pickcat_text {
        font-size: 22px;
    }
    .main_space_60 {
        margin-top: 30px;
    }
    .between_box_liner_right{
        align-items: flex-start;
        gap: 20px;
        height: auto;
    }
    .wrap_box_placecat{
        width: 100%;
        order: 1;
    }
    .wrap_box_map{
        width: 100%;
        order: 2;
    }
    .perks_cat_location{
        order: 3;
        width: 100%;
    }
    .perks_cat_location .wrap_grid_list_thres{
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .col_box_50 {
        width: 100%;
    }
    .flex_box_gaps_40{
        flex-wrap: wrap;
        gap: 30px;
    }
    .perks_cat_location .wrap_grid_list_thres .item_perks_box {
        width: 100%;
        gap: 20px;
    }
    .right_bot_arrows_slide{
        justify-content: flex-start;
    }
    .slider_overflow_right .title_action_box{
        min-height: unset;
    }
    .box_imgtext_ecos{
        flex-direction: column;
        gap: 20px;
    }
    .twos_cols_ecoses{
        gap: 10px;
    }
    .image_item_ecoses{
        width: calc(50% - 5px);
    }
    .image_item_ecoses a{
        height: 220px;
    }
    .line_cont_coles{
        flex-wrap: wrap;
        gap: 24px;
    }
    .item_cont_liner{
        max-width: 100%;
    }
    .white_box_contacts{
        padding: 30px;
        position: relative;
        right: unset;
        top: unset;
        margin-top: 30px;
        max-width: 100%;
    }
    .text_value_conts {
        text-align: center;
    }
    .social_btns_page {
        justify-content: center;
    }

    .email_map_cont{
        display: block;
        text-align: center;
    }
    .phone_red_map_cont {
        font-size: 20px;
        text-align: center;
        display: block;
    }
    .title_liner_cont {
        font-size: 12px;
        text-align: center;
    }
    .ofcanactions_panel{
        width: 100%;
    }
    .ofcanactions_body{
        padding: 28px 20px 40px;
        gap: 20px;
    }
    .ofcan_title{
        font-size: 32px;
    }
    .wrap_vert_form_pok{
        justify-content: stretch;
    }
    .wrap_vert_form_pok .wpcf7{
        max-width: 100%;
    }
    .wrap_vert_form_pok .sand_btm,
    .wrap_vert_form_pok .bottom_form_lest{
        width: 100%;
    }
    footer{
        padding-bottom: 80px;
    }
    .wrap_center_nav_foot .menu{
        flex-direction: column;
        gap: 15px;
    }
    .get_canvas_nav.hide_peca {
        width: 44px;
        height: 44px;
    }
    .red_btn_togle img {
        width: 26px
    }
    .subitle_top_main {
        font-size: 24px;
    }
    .main_title_slider {
        font-size: 50px;
    }
    .twoscols_comp {
        background-position: right top;
    }
    .grig_boxex_4cols {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .col_box_60{
        width: 100%;
    }
    .col_box_40{
        width: 100%;
    }
    .vert_betw_box_right{
        flex-wrap: wrap;
    }
    .wrap_img_top_abvtes{
        order: 2;
        width: 100%;
        margin-top: 30px;
    }
    .vert_betw_box_right .main_subtitle {
        order: 1;
        margin-top: 0;
    }
    .white_box_present .black_title_present{
        text-align: center;
        margin-bottom: 0;
    }
    .white_box_present .subtitle_present_black{
        text-align: center;
    }
    .subtitle_present_black {
        margin-top: 15px;
    }
    .btn_get_present {
        margin: 20px auto 0;
    }
    .back_image_presents img {
        max-width: 100%;
    }
    .back_image_presents {
        position: relative;
        bottom: -27px;
    }
    .button_rigetitbox{
        width: 100%;
    }
    .button_rigetitbox .red_btn_large {
        width: 100%;
    }
    .tabs_plans {
        gap: 25px;
    }
    .cont_wrap_whitgreen .tabs_plans{
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    .cont_wrap_whitgreen .tabs_plans::-webkit-scrollbar {
        width: 1px;
        height: 1px;
        background: rgba(255, 255, 255, 0.1);
    }
    .cont_wrap_whitgreen .tabs_plans::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.1);
    }
    .tabs_plans .nav-link{
        white-space: nowrap;
        font-size: 20px;
    }
    .ordberejn_one{
        order: 2;
        margin-top: 20px;
    }
    .ordberejn_two{
        order: 1;
    }
    .ordberejn_thr{
        order: 3;
    }
    .ordberejn_two .right_box_dvireser{
        justify-content: flex-end;
        margin-bottom: 0;
    }
    .wrap_slider_horisonts{
        flex-direction: column;
        gap: 15px;
        padding: 0;
    }
    .box_slide_mainimage,
    .gallery_thumbs_wrap{
        width: 100%;
        max-width: none;
        height: auto !important;
        align-self: auto;
        align-items: center;
    }
    .gallery_thumbs_wrap{
        flex-direction: row;
        gap: 8px;
        max-height: none;
    }
    .gallery_thumbs_wrap .pagination_btms.insideslide{
        position: static;
        transform: none;
        width: auto;
    }
    .gallery_thumbs_wrap .swiper{
        flex: 1;
        height: 90px !important;
    }
    .gallery_thumbs_wrap .bto_top .nav_btn,
    .gallery_thumbs_wrap .bto_bot .nav_btn{
        transform: rotate(-90deg);
    }
    .thre_cols_grig_gallery{
        flex-direction: column;
        gap: 10px;
    }
    .smal_col_galler,
    .large_col_galler{
        width: 100%;
        gap: 10px;
        flex-direction: row;
    }
    .smal_col_galler img,
    .large_col_galler img{
        height: 250px;
    }
    .smal_col_galler .block_twthbtn{
        width: calc(50% - 5px);
    }
    .cols_gal_mbl{
        width: calc(50% - 5px);
    }
    .block_twthbtn{
        gap: 10px;
    }
    .box_slide_mainimage .swiper-slide a{
        height: 40vw;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery_thumbs_wrap .pagination_btms {
        display: none!important;
    }
    .thre_cols_grig_gallery {

    }
    .wrap_form_zapis_page {
        padding: 50px 50px;
        background-size: 50%;
    }
    .wrap_form_zapis_page .main_reg_title{
        text-align: center;
    }
    .form_wrap_box_inpage .wrap_form_row {
        width: 100%;
    }
    .form_wrap_box_inpage .sand_btm {
        width: 100%;
    }
    .blockinsidetexts .col_box_40{
        order: 2;
    }
    .blockinsidetexts .col_box_60{
        order: 1;
    }
    .wrap_image_gekrast {
        margin-bottom: 30px;
    }
    .whitergreen_box_gall {
        padding: 60px 0;
    }
    .wrap_slider_horisonts .gallery_thumbs_wrap{
        order: 2;
    }
    .wrap_slider_horisonts .box_slide_mainimage{
        order: 1;
    }
    .box_in_preimplac {
        min-height: unset;
    }
    .wrap_cont_whitegreen_form {
        padding: 60px 0;
    }
    .item_stap_pokaz {
        max-width: 200px;
    }
    .numm_big_stap {
        font-size: 60px;
    }
    .wrap_text_ecos{
        position: relative;
    }
    .iamge_intext_ecos{
        position: absolute;
        right: 0;
        top: 0;
        max-width: 120px;
    }
    .wrap_text_ecos .main_reg_title{
        padding-top: 90px;
    }
    .wrap_text_ecos .text_main_ecos{
        padding-left: 30px;
    }
    .line_cont_coles.bootredere .liner_one{
        order: 2;
    }
    .line_cont_coles.bootredere .liner_two{
        order: 1;
    }
    .map_box_cont {
        margin-top: 20px;
    }
    .map_box_cont{
        height: 450px!important;
    }
    .map_conts_box {
        padding: 60px 0;
    }
    .box_in_preimoverflover {
        min-height: 210px;
    }
    .center_logo_footer img {
        max-width: 220px;
    }

    .bigphone_foot {
        font-size: 24px;
    }
    .space_top_foot_line_60 {
        margin-top: 20px !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 20px!important;
    }
    .wrap_center_nav_foot .menu a {
        font-size: 20px;
    }
    .wrap_box_fotifos .itemlisyoures {
        font-size: 14px;
        text-align: center;
    }
    .wrap_box_fotifos_fight{
        margin-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 20px;
        align-items: center;
    }
    .footlinisnfod{
        text-align: center;
        font-size: 14px;
    }
    .twocolsflexbox{
        flex-wrap: wrap;
        gap: 30px;
    }
    .left_coptext{
        width: 100%;
        font-size: 14px;
    }
    .right_makere{
        width: 100%;
        justify-content: center;
    }
    .right_makere a{
        justify-content: center;
    }

} 

@media (max-width: 767px){
    .wrap_logo_head .text_in_logo_head{
        display: none;
    }
    .box_in_actions {
        height: 160px;
    }
    .home_banner {
        min-height: unset;
        margin-top: 68px;
        padding: 0;
        flex-wrap: wrap;
    }
    .all_page_templ{
        margin-top: 68px;
    }
    .video_bg {
        position: relative;
    }
    .center_content_banner {
        padding: 30px 10px;
    }
    .main_head_page {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .main_title_slider{
        font-size: 48px;
        line-height: 1em;
    }
    .jk_subtitle {
        margin-top: 15px;
    }
    .red_btn_large {
        font-size: 16px;
        letter-spacing: 0.03em;
    }
    .jk_subtitle {
        font-size: 14px;
    }
    .subitle_top_main{
        font-size: 20px;
    }
    .main_reg_title,
    .black_title_present{
        font-size: 34px;
    }
    .title_action_box{
        font-size: 24px;
    }
    .pickcat_text{
        font-size: 20px;
    }
    .count_catval {
        font-size: 14px;
    }
    .box_space_120{
        margin-top: 50px;
    }
    .item_cat_place {
        padding: 10px;
    }
    .item_perk_img:not(:last-child) {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .twoscols_comp {
        background-size: 40%;
    }
    .main_space_60{
        margin-top: 30px;
    }
    .box_perks_images{
        margin-top: 30px;
    }
    .wrap_action_imagetitle img {
        max-width: 240px;
    }
    .main_subtitle {
        margin-top: 15px;
    }
    .item_perk_img{
        align-items: flex-start;
        gap: 16px;
    }
    .item_perk_img img{
        max-width: 40px;
        height: auto;
        flex-shrink: 0;
    }
    .grig_boxex_4cols{
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .item_perks_box{
        padding: 15px;
    }
    .orfder_meser_on{
        margin-top: 30px;
    }
    .buton_showmore {
        font-size: 16px;
    }
    .large_inform_iten {
        margin-top: 15px;
    }
    .flex_box_wrap{
        flex-direction: column;
        gap: 20px;
    }
    .perks_cat_location{
        margin-top: 20px;
    }
    .map_place_categhs{
        height: 280px;
    }

    .flex_box_wrap {
        gap: 15px;
    }
    .wrap_grid_list_thres{
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .back_image_presents {
        bottom: -12px;
    }
    .box_present_flex {
        padding: 40px 0 0 0;
    }
    .wrap_img_top_abvtes,
    .vert_betw_box_right{
        align-items: stretch;
        width: 100%;
    }
    
    .white_fill_btn{
        padding: 12px 20px;
        font-size: 16px;
    }
    .wrap_form_zapis_page{
        padding: 36px 20px;
        background-position: right bottom;
        background-size: 300px auto;
    }
    .bottom_form_lest .wpcf7-list-item-label {
        font-size: 11px;
    }
    .form_wrap_box_inpage form{
        flex-direction: column;
        gap: 16px;
        max-width: 100%;
    }
    .form_wrap_box_inpage .wrap_form_row,
    .form_wrap_box_inpage .sand_btm,
    .form_wrap_box_inpage .bottom_form_lest{
        width: 100%;
    }
    .whitergreen_box_gall,
    .wrap_cont_whitegreen_form,
    .map_conts_box{
        padding: 48px 0;
    }

    .item_stap_pokaz{
        max-width: 175px;
    }
    .wrap_text_ecos .main_reg_title {
        padding-top: 50px;
        max-width: 150px;
    }
    .numm_big_stap{
        font-size: 56px;
    }
    .text_stap_rwe{
        font-size: 20px;
    }
    .right_box_dvireser img{
        max-width: 240px;
    }
    .image_item_ecoses a {
        height: 170px;
    }
    .cont_wrap_whitgreen{
        padding: 20px;
    }
    .wrap_image_gekrast{
        margin-bottom: 24px;
    }
    .open_text_togle{
        font-size: 14px;
    }
    .phone_red_map_cont{
        font-size: 20px;
    }
    .email_map_cont,
    .text_value_conts{
        font-size: 16px;
    }
    .map_box_cont #mapcont,
    .map_box_cont{
        height: 320px !important;
    }
    .center_logo_footer img{
        max-width: 170px;
    }
    .space_top_foot_line_60{
        margin-top: 32px !important;
    }
    .ofcan_more_btn,
    .inslide_btn_main,
    .sand_btm .bordered_btm_form{
        width: 100%;
        max-width: none;
    }
    .box_slide_mainimage .swiper-slide a{
        height: 50vw;
    }
    .smal_col_galler img, .large_col_galler img {
        height: 180px;
    }
    .open_text_togle_wrap {
        gap: 20px;
        margin-top: 20px;
    }
    footer {
        padding-top: 40px;
    }






}



.ofcannav_panel{
    width: min(360px, 100%);
    background-color: rgba(12, 63, 58, 1);
    border: 0;
    color: #fff;
    background-image: url(/wp-content/uploads/2026/08/956956.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.ofcannav_panel .offcanvas-title{
    font-family: "Bebas", sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0;
}
.ofcannav_body{
    padding: 24px 20px 55px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: space-between;
}
.ofcannav_body .menu{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}
.ofcannav_body .menu a{
    display: block;
    color: #fff;
    font-family: "Bebas", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.04em;
    text-align: center;
}
.ofcannav_body .menu a:hover{
    color: #fff;
    opacity: 0.8;
}
.ofcannav_contacts .title_liner_cont{
    color: rgba(255, 255, 255, 0.5);
}
.ofcannav_contacts .phone_red_map_cont{
    color: #fff;
}
.ofcannav_contacts .email_map_cont{
    color: #fff;
    justify-content: center;
}
.ofcannav_contacts .text_value_conts{
    color: #fff;
}
.ofcannav_contacts{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ofcannav_contacts .item_cont_liner{
    max-width: 100%;
    text-align: center!important;
}


@font-face {
  font-family: "Bebas";
  src: url("asset/font/BebasNeueProThin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Bebas";
  src: url("asset/font/BebasNeueProLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Bebas";
  src: url("asset/font/BebasNeueProMiddle.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bebas";
  src: url("asset/font/BebasNeueProRegular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Bebas";
  src: url("asset/font/BebasNeueProBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
