


.text_custom{
    padding-top: 40px;
    padding-bottom: 70px

}

.text_custom .tit{
    border-bottom: 1px dashed #BEC5C7;
}

.text_custom h2{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #0C1421;
    text-align: left;
    
}

.text_custom .item:first-child{
    border-right: 1px solid #0C1421;
}

.text_custom .item:last-child{
    border-left: 1px solid #0C1421;
}

.text_custom .item{
    text-align: center;
    padding-top: 20px;
}

.text_custom .item .fisrt_text{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #414446;
    text-align: center;
}

.text_custom .item h2{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #0C1421;
    text-align: center;
}

.text_custom .item a{
    color: #0C1421;
}

.text_custom .item a:hover{
    color: #E2A300;
    transition: all .3s ease;
    text-decoration: none;
}

 .block_how_work{
    background: #F2F5F5;
    padding-top: 80px;
    padding-bottom: 80px;
 }

 .block_how_work h2{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #0C1421;
    padding-bottom: 15px;
 }

 
 .block_how_work .item_work h3{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #000000;
 }

 .block_how_work .item_work p{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #414446;
 }

 .block_how_work .item-row{
    margin-right: -30px;
 }

 .block_how_work .item_work{
    background: #FFFFFF;
    padding: 15px 15px 15px 29px;
    max-width: calc(33.33% - 30px);
    margin-right: 30px; 
    margin-bottom: 30px;
 }



.title_top_5_project{
    padding-top: 80px;
}

.title_top_5_project h2{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #0C1421;
}

.tab_top_5_project .nav-pills .nav-link.active{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #E2A300;
    background-color: inherit!important;
    text-transform: uppercase;
    padding-left: 0;
    

}


.tab_top_5_project .nav-pills .nav-link{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #BEC5C7;
    background-color: inherit!important;
    text-transform: uppercase;
    margin-right: 5px;
    padding-left: 0;
}

.tab_top_5_project .nav-pills .nav-link:hover{
    color: #E2A300;
    background-color: #eee;
    transition: all .3s ease;
}


.img_photo_project{
    margin-top: -40px;
    transition: all .3s ease;
}

.content_project .text_spec h3{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #414446;
    border-bottom: 1px solid #0C1421;
    padding-bottom: 24px;
    margin-bottom: 0;
}

.row_spec{
    border-bottom: 1px solid #0C1421;
    padding-bottom: 10px;
    padding-top: 10px;
}

.row_spec .first_t{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #888D90;
}

.row_spec .data_t{
     float: right;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0C1421;
}

.home_btn_con{
    width: 100%;
    margin-top: 32px!important;
}



/*************** *********************/

.block_contact_price{
	margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F2F5F5;
}

.block_contact_price .block_form{
    max-width: 409px;
}

.contact_side h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #0C1421;
    padding-bottom: 24px;
}

.block_contact_price .contact_side a{
    background: #E2A300;
    padding: 16px 24px 16px 24px;
    display: block;
    max-width: 379px;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    margin-bottom: 34px;
}

.block_contact_price .contact_side a:hover{
    color: #0C1421;
    transition: all .3s ease;
    text-decoration: none;
}




@media (max-width: 768px){
    .text_custom {
    padding-top: 10px;
    }

    .block_how_work .item_work{
           max-width: 320px;
    margin-right: 30px;
    }

    .block_how_work .item-row{
        margin-right: inherit;
    }

}


@media (max-width: 450px){
    .text_custom {
    padding-top: 10px;
    }

    .block_how_work .item-row{
        margin-right: inherit;
    }

    .block_how_work .item_work{
        max-width: inherit;
    margin-right: inherit;
    }

    .tab_top_5_project .nav-pills .nav-link{
        padding-right:6px;
        font-size: 13px;
        margin-right: 0;
    }

    .tab_top_5_project .nav-pills .nav-link.active{
        font-size: 13px;
    }

    .tab_top_5_project .nav{
        padding-right: 0;
    }
}