
.services_title {
    max-width: 1368px;
    margin: 0 auto;
    color:  #005BBB;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-transform: uppercase;
}


.services_container {
    max-width: 1800px;
    margin: 0 auto;
}

.services_type_container {
    max-width: 1440px;
    margin: 0 auto;
}

.services_type {
    width: 100%;
    height: 200px;
    cursor: pointer;
    position: relative;
}

.services_type_title {
    position: absolute;
    width: 250px;
    top: 80px;
    left: 50px;
    font-family: Inter;
    text-transform: uppercase;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.5px;
}

.services_type_selected .services_type_selected_helper {
    position: absolute;
    top: 10px;
    /*left: 120px;*/
    width: 320px;
    height: 180px;
    border: 1px solid #657B81;
    background-color: rgba(66, 121, 136, 0.15);
}

.services_type_blue {
    background: url("../img/services/services_cat_blue.png") center left no-repeat;
}

.services_type_green {
    background: url("../img/services/services_cat_green.png") center left no-repeat;
}

.services_type_orange {
    background: url("../img/services/services_cat_orange.png") center left no-repeat;
}

.services_menu_item {
    /*margin-left: 150px;*/
    margin-top: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    padding: 2px 4px;
}

.services_menu_item_active span {
    /*display: inline-block;
    border-radius: 10px;*/
    font-weight: bold;
}
.services_menu_item_active{
    position: relative;
}
.services_menu_item_active:before{
    content: ' ';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: -8px;
    left: -38px;
}
.services_items_type_orange .services_menu_item_active:before{
    background-image: url(../img/services/flash_orange.png);
}
.services_items_type_green .services_menu_item_active:before{
    background-image: url(../img/services/flash_green.png);
}
.services_items_type_blue .services_menu_item_active:before{
    background-image: url(../img/services/flash_blue.png);
}


.services_items_type_blue .services_menu_item:hover span {
    background: #b7e4f8;
    box-shadow: 0 0 10px 10px #b7e4f8;
}
.services_items_type_green .services_menu_item:hover span {
    background: #baf4b8;
    box-shadow: 0 0 10px 10px #baf4b8;
}
.services_items_type_orange .services_menu_item:hover span {
    background: #fde4b1;
    box-shadow: 0 0 10px 10px #fde4b1;
}

.services_menu_table td{
    padding:0 30px;
    width: 33.3%;
}
.services_menu_table td.services_type{
    padding:0;
}

.services_table_wrapper{
    width: 100%;
    overflow-x: auto;
}

.services_table {
    min-width: 100%;
}

.hidden {
    display: none;
}

.services_table td{
    text-align: center;
    padding: 8px 16px;
    /*min-width: 7%;*/
    /*max-width: 200px;*/
    height: 80px;
    overflow: hidden;
}

.services_td_head {
    font-weight: bold;
    font-size: 13px;
    min-width: 125px;
    /*word-break: break-word;*/
}
.services_table_blue td {
    background-color: #e0f5ff;
}
.services_table_green td {
    background-color: #e2ffe1;
}
.services_table_orange td {
    background-color: #fff3da;
}

.services_table td.services_td_flash {
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.services_table_blue td.services_td_flash {
    background-image: url("../img/services/flash_blue.png");
}

.services_table_green td.services_td_flash {
    background-image: url("../img/services/flash_green.png");
}

.services_table_orange td.services_td_flash {
    background-image: url("../img/services/flash_orange.png");
}

.services_table_blue td.services_td_flash_selected {
    background-color: #b7e4f8;
}
.services_table_green td.services_td_flash_selected {
    background-color: #baf4b8;
}
.services_table_orange td.services_td_flash_selected {
    background-color: #fde4b1;
}

.services_table_orange td:hover{
    background-color: #fde4b1;
}
.services_table_blue td:hover{
    background-color: #b7e4f8
}
.services_table_green td:hover{
    background-color: #baf4b8
}



.services_models_wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.services_model {
    margin-bottom: 40px;
}

.services_model_title {
    font-family: "Frutiger", Roboto;
    line-height: 36px;
    margin: 20px 0 20px 0;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #005BBB;
}

.services_model_text {
    margin: 10px 0;
}

.services_model_duration {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 20px 0px;
}

.services_model_blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.services_model_give {
    width: calc(50% - 50px);
    background-color: #657B81;
    padding: 20px;
    color: #FFFFFF;
    margin-right: 100px;
}

.services_model_get {
    width: calc(50% - 50px);
    background-color: #D98821;
    padding: 20px;
    color: #FFFFFF;
}

.services_model_block_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.services_model_blocks ul {
    margin-bottom: 16px;
}

.services_model_blocks ul li::marker {
    color: #FFFFFF;
}


.services_model_blocks p {
    margin-bottom: 8px;
}


.type_desc_wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.type_desc_title {
    font-family: "Frutiger", Roboto;
    line-height: 36px;
    margin: 20px 0 20px 0;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #005BBB;
    /*text-transform: uppercase;*/
}

.type_desc_icon_wrapper{
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}
.type_desc_icon {
    width: 170px;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 120px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Inter;
    font-weight: 700;
}

.type_desc_icon_audit {
    background-image: url("../img/services/icon_audit.png");
}
.type_desc_icon_ocenka {
    background-image: url("../img/services/icon_ocenka.png");
}
.type_desc_icon_analiz {
    background-image: url("../img/services/icon_analiz.png");
}
.type_desc_icon_stroitelstvo {
    background-image: url("../img/services/icon_stroitelstvo.png");
}
.type_desc_icon_expluatacia {
    background-image: url("../img/services/icon_expluatacia.png");
}
.type_desc_icon_lizing {
    background-image: url("../img/services/icon_lizing.png");
}
.type_desc_icon_consult {
    background-image: url("../img/services/icon_consult.png");
}

.type_desc_wide {
    padding: 50px;
    margin-bottom: 50px;
}
.type_desc_wide.type_desc_wide_blue{
    background: #0093d8;
    color: white;
}
.type_desc_wide_green {
    background: #07BA00;
    color: white;
}
.type_desc_wide_orange{
    background: #EF9F00;
    color: white;
}
.type_desc_wide_title {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 30px;
}
.type_desc_wide_columns{
    display: flex;
}
.type_desc_wide_columns ul{
    list-style: none;
    flex-basis: 33%;
    margin-right: 60px;
}
.type_desc_wide_columns ul li{
    margin: 14px 0;
}
.services_h3{
    text-transform: uppercase;
    font-size: 18px;
    font-family: Inter;
    font-weight: 700;
    margin-bottom: 20px;
}
.services_desc ul li::marker{
    color: #212529;
}
.type_desc_col_wrap{
    flex-basis: 50%;
}
.type_desc_col-block{
    padding: 30px;
    border: solid #5d7a7e 1px;
    min-height: 205px;
}
.type_desc_col-block-filled {
    background-color: #5b7c83;
    color: white;
}
.type_desc_col-block ul li{
    margin-bottom: 10px;
}
.big-numbers{
    font-family: Roboto;
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    float: left;
    margin-right: 30px;
}
.big-numbers_wrap1{
    margin-right: 70px;
    margin-top: 50px;
}
.big-numbers_wrap2{
    margin-left: 70px;
    margin-top: 50px;
}
.big-numbers-desc{
    padding-top:40px;
}

.services_menu_sub_items {
    display: none;
}
.services_type_title-mob{
    display: none;
}
.services_menu_table{
    margin: 0 -30px;
}
.goto-up-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border: none;
    cursor:pointer;
    outline: none !important;
    background: #e9960f;
    color: #FFFFFF;
    font-size: 24px;
    display: none;
}
@media (max-width: 1440px) {
    .services_type_container{
        max-width: 1200px;
    }
    .type_desc_wrapper{
        max-width: 1200px;
    }
    .services_models_wrapper{
        max-width: 1200px;
    }
}

@media (max-width: 992px) {
    .services_table_wrapper {
        display: none;
    }
    .services_menu_table td {
        width: 100%;
        display: block;
    }
    .services_type_tr{
        display: none;
    }
    .services_menu_item{
        padding-left: 50px;
    }
    .services_menu_item_active .services_menu_sub_items {
        display: block;
    }
    .services_menu_sub_items li{
        margin: 10px 0;
    }
    .services_menu_sub_items li::marker{
        color: #212529;
    }
    .services_menu_item span {
        background: url('../img/services-menu-item-arrow.png') no-repeat 100% 11px;
        display: block;
        padding-right: 15px;
    }
    .services_menu_table .services_menu_item_active span {
        background: url('../img/services-menu-item-arrow-up.png') no-repeat 100% 11px;
        box-shadow: none;
    }
    .services_type_title{
        position: static;
        background-repeat: no-repeat;
        height: 150px;
        padding-left: 50px;
        width: 100%;
        max-width: 310px;
        padding-top: 50px;
    }
    .services_type_title-mob{
        display: block;
    }
    .services_items_type_blue .services_type_title{
        background-image: url("../img/services/services_cat_blue.png");
    }
    .services_items_type_green .services_type_title{
        background-image: url("../img/services/services_cat_green.png");
    }
    .services_items_type_orange .services_type_title{
        background-image: url("../img/services/services_cat_orange.png");
    }
    .type_desc_wrapper{
        padding: 0 15px;
    }
    .type_desc_icon{
        width: auto;
        min-width: 62px;
        background-size: 65px;
        padding-top: 85px;
        text-align: center;
        padding-right: 0 !important;
        padding-left: 0 !important;
        font-size: 14px;
        margin: 15px 0;
    }

    .type_desc_wide{
        padding:15px;
    }
    .type_desc_wide_columns{
        flex-wrap: wrap;
    }
    .type_desc_wide_columns ul{
        flex-basis: 100%;
        margin-right: 0;
        padding-left: 0;
    }
    .type_desc_col_wrap{
        flex-basis: 100%;
    }
    .type_desc_col-block{
        margin: 10px 0 !important;
        min-height: auto;
    }
    .services_model{
        margin: 10px 30px 40px 30px;
    }
    .services_model_give{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .services_model_get{
        width: 100%;
    }

    .big-numbers{
        font-size: 65px;
        line-height: 65px;
        margin-right: 0;
        float: none;
        text-align: center;
    }
    .big-numbers_wrap1{
        margin: 0;
    }
    .big-numbers_wrap2{
        margin: 0;
    }
    .big-numbers-desc{
        padding-top:10px;
        text-align: center;
    }
    .type_desc_icon_wrapper{
        flex-wrap: wrap;
    }
    .services_menu_item_selected{
        font-weight: bold;
    }
}
@media (max-width: 425px) {
    .services_menu_item{
        padding-left: 10px;
    }
}