
body{
    line-height: 1.2;
    font-family: "Inter Tight", sans-serif;
    background: #EFEFEF;
    padding-top: 4.608rem;
    color: #4A4A4A;
}
.logo{
    width: 4.388rem;
    display: block;
}
.container {
    width: 84.1rem;
}
header {
    padding: 0.65rem 0;
    background: #EEE;
}
.header_city{
    /*gap: 0.3rem;*/
    /*font-size: 0.875rem;*/
    /*margin-left: 1.2rem;*/
    /*position: relative;*/

    gap: 0.3rem;
    font-size: 0.8rem;
    margin-left: 1.2rem;
    position: relative;
    width: 13rem;
    line-height: 1;
}
.header_city img{
    width: 1.5rem;
}
.header_city span{
    /*border-bottom: 1px solid;*/
}
.socials{
    display: flex;
    gap: 0.35rem;
}
.socials a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    font-size: 1.4rem;
    background: #202020;
    color: white;
}
.socials a .fa-envelope{
    font-size: 1.2rem;
}
.socials a:hover{
    color: #ffffff;
    background: #F07F1B;
}
.active_lang{
    color: rgba(0,0,0,0.8);
}
.active_lang img{
    width: 1.5rem;
    transition: all 0.35s;
}
.lang_box{
    position: relative;
    margin-right: 1.8rem;
}
.menu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    display: flex;
    align-items: center;
    gap: 2.7rem;
    font-size: 0.875rem;
}
.menu_item > a{
    display: flex;
    gap: 0.1rem;
    align-items: center;
    color: #202020;
}
.menu_item > a img{
    width: 1.1rem;
    transition: all 0.35s;
    position: relative;
    top: 0.02rem;
}
.menu_item > a:hover, .menu_item > a.active{
    color: rgba(0,0,0,0.5);
}
.lang_drop{
    position: absolute;
    top: 100%;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    left: 1rem;
    padding: 0.25rem 0.5rem;
}
.lang_drop a{
    display: block;
    margin: 0.45rem 0;
}
.section_title{
    font-weight: 500;
    font-family: Manrope, sans-serif;
    font-size: 2.25rem;
}
.hero_block p {
    margin-bottom: 3.9rem;
    font-size: 1.25rem;
}
.btn{
    border-radius: 30px;
    height: 3.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: "Inter Tight", sans-serif;
    padding: 0 2.5rem;
    color: white;
    background: #202020;
    transition: all 0.35s;
    min-width: 13.4rem;
}
.btn.min_width{
    min-width: 20.7rem;
}
.btn.min_width2{
    min-width: 17.5rem;
}
.btn:hover{
    color: white;
    background: #696969;
}
.btn.hover_white:hover{
    background: white;
    color: #202020;
}
.hero_block{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 35.8rem;
    flex-direction: column;
}
.hero_block .section_title{
    margin-bottom: 1.1rem;
}
#box-1{
    background: black;
    position: relative;
}
#box-1 .container{
    position: relative;
    z-index: 2;
    color: white;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
}
.main_about{
    background: white;
    border-radius: 2.5rem;
}
#box-2{
    padding-top: 2.6rem;
}
.main_about_left{
    padding: 1.7rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    height: 100%;
    align-items: flex-start;
    padding-right: 2.5rem;
    color: #4A4A4A;
}
.main_about_left .content{
    font-size: 1.25rem;
    margin-bottom: 1.8rem;
}
.section_tag{
    border-radius: 100px;
    background: #FBF3EC;
    padding: 0.625rem 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    color: #F07F1B;
}
.section_title2{
    font-family: Manrope, sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 1.1rem;
    color: #4A4A4A;
}
.double_slider{
    margin-left: -2.2rem;
    margin-right: 2rem;
    height: 37rem;
    overflow: hidden;
}
.double_slider_list{
    width: 49.2%;
}
.double_slider_list .slick-slide > div{
    padding: 5px 0;
}
.double_slider_item_count{
    width: 4.75rem;
    height: 4.75rem;
    background: #FFF;
    display: flex;
    flex-direction: column;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
}
.spans{
    display: flex;
    justify-content: center;
    gap: 0.1rem;
    width: 100%;
}
.spans span{
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 4px;
    background: black;
    opacity: 0.3;
    display: block;
}
.spans span.active{
    opacity: 0.8;
}

.double_slider_item{
    border-radius: 30px;
    background: #D9D9D9;
    /*box-shadow: 0 4px 67.4px 0 rgba(0, 0, 0, 0.08);*/
    padding: 1.25rem;
}
.double_slider_item_info{
    width: calc(100% - 4.75rem);
    padding-left: 0.7rem;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.double_slider_item_title{
    font-size: 1.25rem;
    font-weight: 600;
    color: #4A4A4A;
}
.double_slider_item_text{
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1;
    opacity: 0.7;
}
.double_slider_item_img{
    border-radius: 20px;
    overflow: hidden;
    margin-top: 1rem;
    height: 19.5rem;
}
.result{
    font-size: 0.875rem;
}
.vertical-slider .slick-track {
    transition-timing-function: linear !important;
}

/* Төмен қарай жүретін слайдер */
.vertical-slider-down {
    transform: rotate(180deg);
}

.vertical-slider-down .double_slider_item {
    transform: rotate(180deg);
}

.box7_slider_down {
    transform: rotate(180deg);
}

.box7_slider_down .slick-slide > div {
    transform: rotate(180deg);
}
#box-2{
    position: relative;
    z-index: 1;
}
#box-3{
    position: relative;
    margin-top: -6rem;
}
#box-3 .section_title2{
    position: absolute;
    left: 0;
    top: 10rem;
    width: 100%;
    pointer-events: none;
}
.geo_map{
    margin: 0 auto
}
.geo_map svg{

}
#box-4{
    margin-top: -24rem;
    padding-bottom: 4.8rem;
    position: relative;
}
.box4_title{
    text-align: center;
}
.box4_logo{
    width: 22rem;
    margin: 0 auto;
}
#box-4 .section_title2{
    margin-top: 0.8rem;
    margin-bottom: 0.4rem;
}
.section_title2 sup{
    font-size: 1.5rem;
}
.section_text{
    font-weight: 500;
    font-size: 2rem;
    font-family: Manrope, sans-serif;
    margin-bottom: 2.2rem;
}



.box4_left{
    height: 32.5625rem;
    border-radius: 2.5rem;
    background: white;
    overflow: hidden;
    position: relative;
}
.box4_row{
    margin: 0 -5px;
}
.box4_row > div{
    padding: 0 5px;
}
.box4_dot{
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
}
.box4_dot:after{
    position: absolute;
    inset: 0;
    border-radius: 50%;
    content: "";
    background: rgba(101, 101, 101, 0.50);
    transition: all 0.35s;
    z-index: 1;
}
.box4_dot.active:after{
    background: #4A4A4A;
}
.box4_dot.active:before{
    inset: -0.35rem;
    opacity: 1;
}
.box4_dot:before{
    position: absolute;
    inset: 0;
    border-radius: 50%;
    content: "";
    background: #4A4A4A4D;
    transition: all 0.35s;
    opacity: 0;
    pointer-events: none;
}
.box4_dot img{
    width: 1.5rem;
    position: relative;
    z-index: 2;
    transition: all 0.35s;
}
.box4_dot.active img{
    transform: rotate(-180deg);
}
.bd1{
    right: 13.4rem;
    top: 3.9rem;
}
.bd2{
    right: 25.9rem;
    top: 9.7rem;
}
.bd3{
    right: 15.4rem;
    top: 13.4rem;
}
.bd4{
    right: 28.3rem;
    top: 16.4rem;
}
.bd5{
    right: 19.6rem;
    top: 24.8rem;
}

.box4_right{
    height: 32.5625rem;
    overflow: hidden;
}
.box4_right_item{
    opacity: 0.3;
    border-radius: 1.875rem;
     border: 1px solid rgba(255, 255, 255, 0.60);
     background: #FFF;
     backdrop-filter: blur(35.400001525878906px);
    display: flex !important;
    align-items: center;
    color: #050505;
    padding: 1rem 2.5rem;
    height: 8.2rem;
    margin-bottom: 10px;
    cursor: pointer;
}
.br_num{
    width: 2.125rem;
    height: 2.125rem;
    background: #828282;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.875rem;
}
.br_info{
    width: calc(100% - 2.125rem);
    padding-left: 0.5rem;
}
.br_info_title{
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.br_info_text{
    font-size: 0.875rem;
    font-weight: 300;
}
.box4_right_item, .box4_right_item *{
    transition: all 0.35s;
}
.slick-current .box4_right_item{
    opacity: 1;
}
.slick-current .br_num{
    background: #F07F1B;
}
.box4_slider .slick-list{
    overflow: unset;
}

.box5{
    border-radius: 2.5rem;
    background: white;
    padding: 1.3rem;
}
.box5_title .section_tag{
    margin-bottom: 1.4rem;
}
.sm_row{
    margin: 0 -5px;
}
.sm_row > div{
    padding: 0 5px;
}

.project_item{
    height: 100%;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 2.5rem;
    background: #F6F6F6;
    padding: 1.25rem;
}
.project_img{
    height: 21.875rem;
    border-radius: 1.25rem;
    overflow: hidden;
    margin-bottom: 1rem;
}
.project_title{
    font-size: 1.5rem;
    font-weight: 500;
}
.project_chars{
    font-size: 0.875rem;
    margin-top: 0.6rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    color: #4A4A4A;
}
.project_char{
    display: flex;
    justify-content: space-between;
}
.project_char span:first-child{
    opacity: 0.7;
}

.box5_title .section_title2{
    margin-bottom: 1.7rem;
}
.project_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.10);;
    margin-top: 0.9rem;
    font-weight: 500;
    padding: 1rem 0;
    color: #050505;
    padding-bottom: 0;
}
.project_bottom img{
    width: 1.5rem;
}
.projects_more {
    margin-top: 0.9rem;
}

#box-6{
    padding-top: 5rem;
}
.box5_text{
    font-size: 1.25rem;
    font-weight: 500;
    color: #1E1E1E;
    margin-top: -0.7rem;
    margin-bottom: 2rem;
}


.prod_item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 2.5rem;
    background: #E5E5E5;
    padding: 1.25rem;
}
.prod_img{
    height: 16.5rem;
    border-radius: 1.25rem;
    overflow: hidden;
    margin-bottom: 1rem;
    background: white;
    position: relative;
}
.z1{
    position: relative;
    z-index: 2;
}
.prod_stick{
    position: absolute;
    left: 0.65rem;
    top: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    font-size: 0.75rem;
    font-weight: 500;
    height: 2.0625rem;
    border-radius: 6.25rem;
    background: #EF7F1A;
    color: white;
    padding: 0 1rem;
    padding-right: 1.2rem;
    z-index: 1;
}
.prod_stick img{
    width: 1.0625rem;
}
.prod_title{
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    color: #000;
    line-height: 1.1;
}
.prod_bottom .project_bottom{
    padding-top: 0.6rem;
    margin-top: 1.3rem;
}
.prod_chars{
    font-size: 0.875rem;
    color: #000;
    opacity: 0.7;
    font-weight: 500;
    margin-top: 0.7rem;
}

.products_slider .slick-list{
    margin: 0 -5px;
    overflow: unset;
    display: flex;
}
.products_slider .slick-track{
    display: flex;
}
.slick-list .mb_30{
    padding: 0 5px;
    height: 100%;
    -ms-flex: none;
    flex: none;
    max-width: unset;
    margin: 0;
}
.products_slider .slick-slide > div{
    height: 100%;
}
.products_more{
    margin-top: 2rem;
}

#box-7{
    padding-top: 3.3rem;
}
.box7_item{
    background: #FFF;
    border-radius: 1.875rem;
    position: relative;
    overflow: hidden;
}
.box7_img{
    position: absolute;
    right: 1.3rem;
    top: 0.6rem;
    bottom: 0;
    width: 17rem;
}
.box7_flex{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 22.8rem;
    gap: 1rem;
    padding: 2.2rem;
    padding-bottom: 1.7rem;
    width: 26rem;
    position: relative;
    z-index: 2;
}
.box7_2 .box7_flex{
    width: 28rem;
}
.box7_2 .box7_img {
    right: 0;
    top: unset;
    bottom: 0;
    width: 61%;
}
.box7_3 .box7_flex{
    width: 40rem;
}
.box7_title{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}
.box7_text{
    font-size: 1.25rem;
}
.sm_row .mb_30{
    margin-bottom: 10px;
}

.box7_3{
    display: flex;
    justify-content: space-between;
}
.box7_slider{
    display: flex;
    width: 45.6%;
    justify-content: space-between;
    margin-right: 2.6rem;
    height: 22.8rem;
    overflow: hidden;
}
.box7_slider_item{
    width: 48.9%;
}
.box7_slider_img{
    border-radius: 1.25rem;
    overflow: hidden;
    margin-bottom: 10px;
    height: 8.8125rem;
}


#box-8 {
    padding-top: 4.1rem;
}
#box-8 .box5_text{
    margin-top: 1rem;
}

.border_img{
    border-radius: 1.875rem;
    overflow: hidden;
}
.h100{
    height: 100%;
}
.mb_m10{
    margin-bottom: -10px;
}
.box8_item{
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1.875rem;
    padding: 1.05rem;
    gap: 1rem;
    min-height: 16rem;
}
.box8_item_title{
    font-family: Manrope, sans-serif;
    color: #F07F1B;
    font-size: 2.25rem;
    font-weight: 600;
}
.box8_item_text{
    font-size: 1.25rem;
    font-weight: 500;
    color: #1E1E1E;
    line-height: 1.1;
}

#box-9{
    padding-top: 4.8rem;
}

.box9_form {
    color: white;
    border-radius: 1.875rem;
    overflow: hidden;
    position: relative;
    padding-top: 3.8rem;
    padding-bottom: 3.5rem;
    background: black;
}
.box9_form .section_title2, .box9_form .box5_text{
    color: white;
}
.box9_form_box{
    width: 39.6625rem;
    margin: 0 auto;
    margin-top: -0.2rem;
}

.form-group{
    margin-bottom: 0.6rem;
}
.form-control{
    width: 100%;
    border: 1px solid white;
    color: black;
    background: white;
    font-family: "Inter Tight", sans-serif;
    border-radius: 30px;
    padding: 0 1.1rem;
    height: 2.75rem;
    font-size: 0.875rem;
}
.policy{
    font-size: 0.75rem;
    margin-top: 1.3rem;
    color: rgba(255,255,255,0.7);
}
.policy a{
    color: rgba(255,255,255,0.7);
    text-decoration: underline;
}
.policy a:hover{
    color: white;
    text-decoration: none;
}
.btn.gray{
    height: 2.75rem;
    background: #D9D9D9;
    color: black;
    width: 100%;
}
.btn.gray:hover{
    background: #efeded;
    color: black;
}
.form_alert{
    font-weight: 500;
    margin-top: 1.5rem;
}

footer{
    width: 98%;
    margin: 0 auto;
    margin-top: 5.1rem;
    margin-bottom: 2.5rem;
    background: #202020;
    color: white;
    border-radius: 2.5rem;
    overflow: hidden;
    padding: 3.1rem 1.7rem;
}
footer a{
    color: white;
}
footer a.active, footer a:hover{
    opacity: 0.6;
    color: white;
}
.footer_info{
    font-size: 0.875rem;
    line-height: 1.3;
}
.footer_logo{
    width: 11.5rem;
    display: block;
}
.footer_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer_right{
    gap: 9.3rem;
}
.footer_title{
    font-weight: 600;
    opacity: 0.4;
}
.footer_right_item{
    max-width: 20.6rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}
.footer_contacts{
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.page_banner{
    background: black;
    min-height: 27.4rem;
    position: relative;
}
.page_banner .container{
    position: relative;
    z-index: 1;
}
.page_banner .breadcrumbs{
    position: absolute;
    left: 0;
    top: 1.3rem;
}
.page_banner .hero_block {
    min-height: 27.4rem;
    height: auto;
    padding: 3rem 0;
    padding-top: 4rem;
    flex-direction: column;
    width: 48rem;
    margin: 0 auto;
}
.page_banner .hero_block p{
    margin: 0;
}
.page_banner *, .page_banner .breadcrumbs li, .page_banner .breadcrumbs li:after{
    color: white;
}
.page_section{
    margin-top: 5rem;
}
#about-advantages, #certificates{
    position: relative;
    z-index: 1;
}
.about_items{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.about_items_row.reverse{
    flex-direction: row-reverse;
}
.about_items .border_img{
    border-radius: 2.5rem;
}
.about_item_info{
    background: white;
    height: 100%;
    color: #202020;
    padding: 1.9rem 2rem;
}
.about_item_top_icon{
    width: 3.8125rem;
    height: 3.8125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #202020;
}
.about_item_top_icon img{
    width: 2.25rem;
    display: block;
}
.about_item_top_title{
    font-size: 1.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 6.25rem;
    background: #EFEFEF;
    padding: 0 1.9rem;
    letter-spacing: -0.015rem;
}
.about_item_text{
    font-size: 1.25rem;
    margin-top: 1.1rem;
}
.about_preims{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.about_preim_item{
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: #D6D6D6;
    color: #696969;
    transition: all 0.35s;
    cursor: pointer;
}

.about_preim_item_text{
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
    letter-spacing: -0.01rem;
}
.about_preim_item_title{
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
}
#certificates{
    margin-top: -23.6rem;
}
.cert_slider .slick-list{
    margin: 0 -5px;
    overflow: unset;
}
.cert_slider .slick-slide > div{
    padding: 0 5px;
}
.cert_slider a{
    display: block!important;
    height: 19.3125rem;
    border-radius: 1.875rem;
    overflow: hidden;
}
#certificates .section_title2{
    margin-bottom: 1.9rem;
}

.about_preim_item_img:not(.active){
    display: none;
}
.elesgo_page .page_banner .hero_block{
    width: auto;
    min-height: 36rem;
    height: auto;
    padding-bottom: 0;
    padding-top: 5rem;
}
.elesgo_btns{
    margin-top: 5rem;
    display: flex;
    gap: 1rem;
}
.elesgo_page .page_banner .ab_img{
    opacity: 1;
}
.eles_video{
    display: block;
    position: relative;
}
.eles_video:hover .play_btn{
    background: #F07F1B;
}
.play_btn{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(30, 30, 30, 0.60);
    backdrop-filter: blur(10px);
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.35s;
}
.play_btn img{
    width: 1.5rem;
}

.eles_info{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.size20{
    font-size: 1.25rem;
}

.ex{
    border-radius: 2.5rem;
    padding: 2.8rem 0;
    color: white;
    position: relative;
    background: black;
    overflow: hidden;
}
.ex .container{
    position: relative;
    z-index: 2;
}
.ex .section_title2, .ex .box5_text{
    color: white;
}
.ex_list{
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.ex_item{
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.50);
     background: #202020;
     backdrop-filter: blur(35.400001525878906px);
    padding: 1.25rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    color: white;
    min-height: 12.2rem;
}
.ex_icon{
    width: 4rem;
    margin: 0 auto;
}
.ex_icon img{
    display: block;
    width: 100%;
}
.ex_title{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
}
.ex_text{
    font-size: 0.875rem;
    color: #E3E3E3;
}
.ex .box5_text {
    margin-bottom: 3.1rem;
}
.ex_btn{
    display: flex;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
}
.ex_btn .btn{
    width: 75%;
    min-width: auto;
    padding: 0;
}
.ex > .ab_img{
    opacity: 0.9;
}
.elesgo_page #box-4 {
    margin-top: 5rem;
    padding-bottom: 0;
}
.ex_preim_item{
    border-radius: 2.5rem;
    background: #FFF;
    padding: 1.25rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}
.ex_preim_img{
    height: 18.5rem;
    border-radius: 1.875rem;
    overflow: hidden;
}
.ex_preim_title{
    font-size: 1.25rem;
    font-weight: 500;
}
.ex_preim_text{
    font-size: 0.875rem;
    color: #050505;
    opacity: 0.7;
    line-height: 1.1;
}

.white_page{
    padding-top: 1.4rem;
}

.cat_item{
    border-radius: 2.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F6F6F6;
    padding: 1.25rem;
}
.cat_item_img{
    border-radius: 1.25rem;
    overflow: hidden;
    height: 21.875rem;
}
.cat_item_title{
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    margin-top: 1rem;
}
.cat_item_text{
    font-size: 0.875rem;
    color: #050505;
    opacity: 0.7;
    margin-top: 0.6rem;
    line-height: 1.1;
}
.cat_page_seo{
    margin-bottom: 1rem;
}

.sub_cats{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 0.5rem;
    margin-bottom: 2.5rem;
}
.sub_cat_btn{
    font-size: 0.875rem;
    padding: 0.625rem 1.25rem;
    color: #202020;
    border-radius: 30px;
    background: white;
}
.sub_cat_btn:hover{
    background: black;
    color: white;
}
.sub_cat_btn.active{
    background: #888;
    color: white;
}
.filter_toggle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
}
.filter_toggle.active, .filter_toggle:hover{
    color: rgba(0,0,0,0.5);
}
.filter_toggle img{
    transition: all 0.35s;
    width: 1.5rem;
}
.filter_lables{
    display: none;
}
.filter_toggle.active img{
    transform: rotate(-180deg);
}
.filter_lables label, .filter_lables a{
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 0.5rem;
    cursor: pointer;
    color: #050505;
}
.filter_lables label:last-child, .filter_lables a:last-child{
    margin-bottom: 0;
}
.filter_lables  input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1rem;
    height: 1rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.20);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.35s;
    cursor: pointer;
}
.filter_lables  input:checked{
    border-color: #F07F1B;
}
.filter_lables  input:checked:after{
    opacity: 1;
}
.filter_lables  input:after{
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    font-size: 0.7rem;
    color: white;
    background: #F07F1B;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: all 0.35s;
    opacity: 0;
}
.filter_lables  span{
    width: calc(100% - 1rem);
    padding-left: 0.5rem;
    opacity: 0.7;
    transition: all 0.25s;

}
.catalog_empty{
    color: #F07F1B;
    border-radius: 1rem;
    background: #FBF3EC;
    padding: 1.25rem;
    text-align: center;
}
.filter_lables a:hover, .filter_lables a.active{
    color: #F07F1B;
}
.filter_lables a.active span, .filter_lables a:hover span{
    opacity: 1;
}
.filter_item{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.filter_list{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.cat_with_filter{
    padding-top: 0.5rem;
}

.card_anons{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
}
.card_description{
    margin-bottom: -1rem;
}
.card_description_title{
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 0.8rem;
}
.card_description_content{
    font-size: 1.25rem;
}
.card_cahrs{
    font-size: 1.25rem;
}
.card_cahrs_list{
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.content_margin{
    margin-bottom: -1rem;
}
.card_cahrs_list_item{
    display: flex;
    justify-content: space-between;
}
.card_cahrs_list_item span:first-child{
    opacity: 0.7;
}

.card_btns{
    margin-top: 1rem;
    display: flex;
    gap: 0.5rem;
}
.card_info{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.card_info .section_title2{
    margin-bottom: 0;
}
.cat--unit__for{
    background: white;
    border-radius: 2.5rem;
    overflow: hidden;
}
.cat--unit__for a{
    display: block!important;
    height: 31.625rem;
}
.card_slider{
    overflow: hidden;
}
.nav_item{
    height: 12.3125rem;
    border-radius: 1.25rem;
    overflow: hidden;
    transition: all 0.35s;
    background: black;
}
.nav_item img{
    transition: all 0.35s;
}
.slick-current .nav_item img{
    opacity: 0.7;

}
.cat--unit__nav{
    margin-top: 10px;
    width: 80%;
}
.cat--unit__nav .slick-list{
    margin: 0 -5px;
    overflow: unset;
}
.cat--unit__nav .slick-slide{
    padding: 0 5px;
}

.diler_btns{
    margin-top: 5rem;
    display: flex;
    gap: 0.5rem;
}
.diler_white{
    background: white;
    border-radius: 2.5rem;
    padding: 1.25rem;
}
.diler_white_info{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.diler_white_content .content{
    padding-right: 3rem;
}
.diler_slider_section .box5_title .section_title2{
    margin-bottom: 2.2rem;
}
.diler_slider_list{
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    justify-content: space-between;
    height: 100%;
}
.diler_slider_item{
    display: flex;
    align-items: center;
    border-radius: 1.875rem;
    border-left: 2px solid #E4E4E4;
    padding: 1.25rem;
    transition: all 0.35s;
    filter: grayscale(1);
    background: #E4E4E4;
    color: #696969;
    cursor: pointer;
}

.diler_slider_img{
    width: 4rem;
}
.diler_slider_info{
    width: calc(100% - 4rem);
    padding-left: 0.7rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}
.diler_slider_title{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.1;
}
.diler_slider_text{
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.1;
}

.ex_sm_pteim_row .ex_preim_item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.875rem 1.7rem;
}
.ex_sm_pteim_row .ex_preim_img{
    width: 9.875rem;
    height: 7.75rem;
    border-radius: 1.25rem;
}
.ex_sm_pteim_row .ex_preim_title{

}
.ex_sm_pteim_row .ex_preim_text{
    padding-bottom: 1rem;
    border-bottom: 1px solid #000000;
}

.faq_list{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 58.125rem;
    margin: 0 auto;
}
.faq_item{
    display: flex;
    color: #000;
    border-radius: 1.25rem;
    border-left: 5px solid #FFFFFF;
    background: #FFF;
    padding: 1.25rem;
    cursor: pointer;
    transition: all 0.35s;
}
.faq_icon{
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 0.625rem;
    background: #F5F2F2;
    transition: all 0.35s;
    color: #000;
    position: relative;
    flex: 0 0 2.375rem;
}
.faq_icon span{
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 0.85rem;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease, opacity 0.25s ease;
}
.faq_icon span:nth-child(2){
    transform: translate(-50%, -50%) rotate(90deg);
}
.faq_item.active .faq_icon span:nth-child(2){
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
}
.faq_right{
    width: calc(100% - 2.375rem);
    padding-left: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-top: 0.3rem;
}
.faq_title{
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    transition: all 0.35s;
}
.faq_content{
    color: rgba(0,0,0,0.7);
    display: none;
}
.faq_item.active .faq_icon{
    background: #FDF2EB;
    color: #F07F1B;
}
.faq_item.active{
    border-color: #F07F1B;
}
.faq_item:hover .faq_title{
    opacity: 0.6;
}

.map{
    border-radius: 2.5rem;
    overflow: hidden;
    height: 24.5rem;
}
.map iframe{
    width: 100%!important;
    height: 100%!important;
}
.contacts_row{
    margin-top: 2.4rem;
}
.contacts_text{
    font-size: 1.25rem;
    margin-bottom: 1.2rem;
}
.filial_select{
    position: relative;
    z-index: 5;
}
.filial_select label{
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.6rem;
}
.filial_select select, .filial_toggle{
    border-radius: 0.625rem;
    border: 0.5px solid rgba(0, 0, 0, 0.13);
    background: #FFF;
    height: 3.125rem;
    padding: 0.625rem 1rem;
    width: 100%;
    font-size: 0.875rem;
    font-family: "Inter Tight", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filial_toggle img{
    width: 0.625rem;
    transition: all 0.35s;
}
.filial_toggle.active img{
    transform: rotate(-180deg);
}
.filial_info_title{
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
}
.filial_info_data{
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.filial_info{
    text-transform: uppercase;
    padding-top: 1.8rem;
}
.filial_info_item{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contacts_form_row .form-group{
    margin-bottom: 1.4rem;
}
.contacts_form_row .policy, .contacts_form_row .policy a{
    color: rgba(0,0,0,0.7);
}
.form_label{
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #000;
}
.form-control2{
    background: transparent;
    width: 100%;
    border-bottom: 1px solid #000;
    font-size: 0.875rem;
    font-family: "Inter Tight", sans-serif;
    padding: 0.4rem 0;
}
.form-control2::placeholder{
    color: rgba(0,0,0,0.5);
}
.btn.full{
    min-width: unset;
    padding: 0;
    width: 100%;
}
.blog_cats{
    padding-top: 0;
    margin-bottom: 2rem;
}
.blog_cats a.active{
    background: #F07F1B;
    color: white;
}

.blog_box{
    border-radius: 2.5rem;
    background: white;
    padding: 1.25rem;
}

.blog_top_logo{
    border: 0.5px solid rgba(74, 74, 74, 0.20);
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem;
}
.blog_top_left{
    gap: 1.2rem;
    color: #202020;
}
.blog_top_text p{
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}
.blog_top_text span{
    font-size: 0.875rem;
}
.arrow_btn img{
    width: 1.5rem;
    margin-left: 0.2rem;
}
.border_btn{
    background: white;
    color: #F07F1B;
    border: 1px solid #F07F1B;
}
.border_btn:hover{
    color: white;
    background: #F07F1B;
}
.blog_top_right{
    gap: 0.7rem;
    display: flex;
}
.blog_top_right .btn{
    padding: 0 1rem;
    min-width: 16.2rem;
    font-size: 0.875rem;
}

.insta_list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.65rem;
    margin-top: 1.25rem;
}
.insta_item{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 1.25rem;
    background: #EFEFEF;
    aspect-ratio: 1 / 1;
    color: white;
}
.insta_item_img{
    display: block;
    width: 100%;
    height: 100%;
}
.insta_item img,
.new_insta_item img{
    transition: all 0.35s;
}
.insta_item:hover img,
.new_insta_item:hover img{
    transform: scale(1.06);
}
.insta_item:after,
.new_insta_item:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 58%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    pointer-events: none;
}
.insta_item_type{
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: rgba(32, 32, 32, 0.75);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    z-index: 2;
}
.insta_item_info{
    position: absolute;
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.8rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.insta_item_caption{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.15;
}
.insta_item_meta{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
}
.insta_item_meta span{
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}
@media screen and (max-width:992px) {
    .insta_list{
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
        margin-top: 1rem;
    }
    .insta_item{
        border-radius: 1rem;
    }
    .insta_item_info{
        left: 0.7rem;
        right: 0.7rem;
        bottom: 0.65rem;
    }
    .insta_item_caption{
        font-size: 0.95rem;
    }
    .insta_item_meta{
        font-size: 0.85rem;
        gap: 0.45rem;
    }
}


.filial_select_box{
    position: relative;
}
.filial_dropdown{
    border-radius: 1.25rem;
    border: 0.5px solid rgba(0, 0, 0, 0.15);
    background: #FFF;
    padding: 1.25rem;
    width: 18.875rem;
    position: absolute;
    top: calc(100% + 0.5rem);
    display: none;
}
.modal{
    backdrop-filter: blur(19px);
    background: rgba(0, 0, 0, 0.4);
}
.call_modal .modal__block{
    /*width: 84.1rem;*/
    width: 52rem;
    padding: 0;
    background: transparent;
}
.call_modal .close{
    right: 1.25rem;
    top: 1.25rem;
}

.country_path{
    fill: #4A4A4A;
    fill-opacity: 0.3;
    stroke: #202020;
    transition: all 0.35s;
}
.country_path:hover{
    fill: #F07F1B;
    fill-opacity: 1;
}
.country_path.is-active{
    fill: #F07F1B;
    fill-opacity: 1;
}
.country_title{
    opacity: 0;
    transition: opacity 0.35s;
    filter: drop-shadow(0 6px 12px rgba(32, 32, 32, 0.08));
}
.country_title.is-active{
    opacity: 1;
}
.geo_map svg:has(.country_path[data-county-code="KG"]:hover) .country_title_KG,
.geo_map svg:has(.country_path[data-county-code="GE"]:hover) .country_title_GE,
.geo_map svg:has(.country_path[data-county-code="SK"]:hover) .country_title_SK,
.geo_map svg:has(.country_path[data-county-code="MD"]:hover) .country_title_MD,
.geo_map svg:has(.country_path[data-county-code="RU"]:hover) .country_title_RU,
.geo_map svg:has(.country_path[data-county-code="TJ"]:hover) .country_title_TJ,
.geo_map svg:has(.country_path[data-county-code="TR"]:hover) .country_title_TR,
.geo_map svg:has(.country_path[data-county-code="UZ"]:hover) .country_title_UZ{
    opacity: 1;
}
.country_title_bg{
    fill: #FBF3EC !important;
}
.country_title_text{
    fill: #F07F1B;
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
}
.geo_map rect{
    pointer-events: none;
}

.no_img{
    width: 100%;
    height: 100%;
    background: white;
    background-image: url("../img/logo.png");
    background-size: 5rem;
    background-position: center center;
    background-repeat: no-repeat;
    filter: grayscale(1);
}


.projects_slider .slick-list{
    margin: 0 -5px;
    display: flex;
}
.projects_slider .slick-track{
    display: flex;
}
.projects_slider .slick-slide > div{
    height: 100%;
    padding: 0 5px;
}
.project_modal{
    overflow-y: auto;
    color: #4A4A4A;
}
.project_modal .modal__block{
    border-radius: 2.5rem;
    background: #FFF;
    width: 70rem;
    text-align: left;
    top: 2rem;
    transform: none;
    color: #4A4A4A;
    padding: 2rem;
}
.project_modal .close:after, .project_modal .close:before{
    background: black;
}
.slick-arrow.slick-disabled{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.7;
}
.project_modal .close{
    right: 1.5rem;
    top: 1.5rem;
    z-index: 1;
}
.modal .card_description_content, .modal .card_cahrs {
    font-size: 1rem;
}

.modal .cat--unit__for a {
    height: 18.625rem;
}

.modal .nav_item {
    height: 7.3125rem;
}
.modal .cat--unit__for {
    border-radius: 2rem;
}
.modal .card_description_title {
    font-size: 1.25rem;
}
.modal .card_description_content h4{
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}
.modal_descriptions{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.new_insta_box{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.new_insta_item{
    border-radius: 20px;
    overflow: hidden;
    display: block;
    height: 30rem;
    position: relative;
    background: #EFEFEF;
    color: white;
}
.new_insta_item .scale_img{
    object-fit: cover;
}
.new_insta_item.sm{
    height: 14.7rem;
}
.insta_gap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.new_insta_grid.reverse{
    flex-direction: row-reverse;
}
.instagram_modal .modal__block{
    width: 76rem;
    border-radius: 1.3rem;
    background: white;
    padding: 1.25rem;
    text-align: left;
}
.instagram_modal .close:before,
.instagram_modal .close:after{
    background: #202020;
}
.instagram_modal_box{
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(20rem, 0.75fr);
    gap: 1.25rem;
    color: #202020;
}
.instagram_modal_media{
    display: block;
    height: 34rem;
    max-height: 75vh;
    overflow-y: auto;
    background: #111;
    border-radius: 1.25rem;
}
.instagram_modal_media.slick-initialized{
    overflow: visible;
}
.instagram_modal_media .slick-list{
    border-radius: 1.25rem;
    overflow: hidden;
    height: 100%;
}
.instagram_modal_media .slick-track,
.instagram_modal_media .slick-slide,
.instagram_modal_media .slick-slide > div{
    height: 100%;
}
.instagram_modal_media .slick-dots{
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    list-style-type: none;
}
.instagram_modal_media .slick-dots li{
    width: 10px!important;
    height: 10px!important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    list-style-type: none;
}
.instagram_modal_media .slick-dots li.slick-active{
    background: #F07F1B;
}
.instagram_modal_media .slick-dots button{
    display: none;
}
.instagram_modal_media_item{
    border-radius: 1.25rem;
    overflow: hidden;
    background: #EFEFEF;
    height: 100%;
}
.instagram_modal_media_item img,
.instagram_modal_media_item video{
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    background: #111;
}
.instagram_modal_info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.4rem 0.5rem 0.4rem 0;
}
.instagram_modal_username{
    font-size: 1.25rem;
    font-weight: 700;
}
.instagram_modal_date{
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: rgba(32, 32, 32, 0.55);
}
.instagram_modal_caption{
    max-height: 22rem;
    overflow-y: auto;
    font-size: 1rem;
    line-height: 1.4;
    white-space: normal;
}
.instagram_modal_meta{
    display: flex;
    gap: 0.75rem;
    font-size: 0.95rem;
    font-weight: 700;
}
.instagram_modal_meta span{
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}
.instagram_modal_link{
    min-width: 14rem;
}
.instagram_modal_loading{
    padding: 4rem 1rem;
    text-align: center;
    font-size: 1.1rem;
    color: #202020;
}
.instagram_modal .close{
    z-index: 2;
}
@media screen and (max-width:992px) {
    .new_insta_box{
        gap: 0.5rem;
        margin-top: 1rem;
    }

    .new_insta_grid > div,
    .new_insta_grid_sub > div{
        padding-bottom: 0;
    }
    .new_insta_item,
    .new_insta_item.sm{
        height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 1rem;
    }
    .insta_gap{
        gap: 0.5rem;
    }
    .instagram_modal .modal__block{
        width: 94%;
        padding: 1rem;
        border-radius: 1.5rem;
    }
    .instagram_modal_box{
        grid-template-columns: 1fr;
    }
    .instagram_modal_media{
        height: 25rem;
        max-height: 55vh;
    }
    .instagram_modal_info{
        padding: 0;
    }
    .instagram_modal_caption{
        max-height: 14rem;
        font-size: 1rem;
    }
}
