.content .siteform.nonfunctional_case {
    padding-top: 10px;
}

.nonfunctional_case h1{
    float:left;
}

.cases-tabs{
    display: flex;
    width: 100%;
    padding-top: 20px;
}

.cases-tabs a{
    font-size:20px;
    font-family: 'CirceBold';
    color:#b1b2b2;
    height:46px;
    line-height:46px;
    text-align:center;
    background-color:#f5f5f5;
    flex-grow: 1;
}

.cases-tabs a:first-child{
    box-shadow: inset -7px 0px 4px -4px rgba(0,0,0,0.1);
}

.cases-tabs a:last-child{
    box-shadow: inset 7px 0px 4px -4px rgba(0,0,0,0.1);
}

.cases-tabs a.active{
    padding-left:30px;
    position:relative;
    font-size:24px;
    color:#2d769c;
    background-color:#ffffff;
    box-sizing:border-box;
    box-shadow:none;
}

.cases-tabs a.active:before{
    content:'';
    display:block;
    background:url('images/active_tab.png') no-repeat;
    width:96px;
    height:65px;
    position:absolute;
    left:0;
    bottom:-1px;
}

.nonfunctional_case_detail_side .work_places_item-icon.icon-products{
    width:22px;
    left: 0;
    top: 0;
    background-image:url('images/icon-products.png');
}

.nonfunctional_case_detail_side .work_places_item-icon.icon-platform{
    width:59px;
    left: 0;
    top: 0;
    background-image:url('images/unfdlakogo.png');
}

.nonfunctional_case_detail_side .work_places_item-icon.icon-expert{
    width:24px;
    height:25px;
    left: 2px;
    top: -1px;
    background-image:url('images/icon-expert.png');
}

.nonfunctional_case_detail_side .work_places .icon-location {
    left: -1px;
}

.search_form_case_products{
    width:220px;
}

.wrapper .search_form_case_products .jq-selectbox__select-text:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 6px;
    display: inline-block;
    width: 22px;
    height: 20px;
    background-image: url('images/icon-products.png');
    background-repeat: no-repeat;
}

.content .wrapper_banner .banner_title span{
    position:relative;
    display:block;
}

.nonfunc_case_logo{
    width:54px;
    position:absolute;
    left:5px;
    top:5px;
    z-index:0;
}

.detail_nonfunc_case_logo{
    width: 170px;
    position: absolute;
    bottom: -65px;
    z-index: 0;
    right: -185px;
    color: #fbde08;
    font-size: 12px;
    font-family: 'Circe';
    font-weight: bold;
    text-transform: uppercase;
}

.wrapper_navigation_nonfunc .navigate_item {
    width: auto;
}

.top_serach_form_nonfunc_cases{
    display:flex;
}

.top_serach_form_nonfunc_cases .styler{
    flex-grow:1;
}

.top_serach_form_nonfunc_cases button{
    flex-shrink:0;
}

.open_nonfunc_case .desc thead th{
    padding: 5px;
}

.open_nonfunc_case .desc tbody td {
    padding: 10px 5px;
}

.open_nonfunc_case .desc tbody tr:hover{
    background-color:transparent;
}

.open_case .item table{
    max-width: none;
    border-collapse: separate;
    border-spacing: 0;
}

.scrolling_table{
    margin-bottom: 16px;
}

.scrolling_table:last-child{
    margin-bottom: 0;
}

@media (max-width: 1360px) {
    .top_serach_form_nonfunc_cases .styler{
        margin-bottom: 0;
    }
}

@media (max-width: 1350px) {
    .cases-tabs {
        float: none;
        width: 100%;
        padding-top: 30px;
    }

    .nonfunc_case_logo{
        left:120px;
    }

    .nonfunctional_case a.elm_client {
        padding-left:0;
        padding-right:0;
        width:100px;
    }

    .nonfunctional_case .absolut_work_elm .svg {
        left:26px;
    }
}

@media (max-width: 1210px) {
    div.title_desc_case {
        margin-bottom: 0;
    }
}

@media all and (max-width: 1100px) {
    .cases-tabs a{
        font-size:16px;
    }

    .cases-tabs a.active{
        font-size:18px;
    }
}

@media all and (max-width: 1050px) {
    .cases-tabs a{
        font-size:16px;
    }

    .cases-tabs a.active{
        font-size:18px;
    }
}
.color-blue-cell {
    background-color: #cee3f6;
    text-align: center;
}
.color-red-cell {
    background-color: #ed1c24;
    text-align: center;
}
.color-grey-cell {
    background-color: #eee;
    text-align: center;
}
.color-green-cell {
    background-color: #ccffcc;
    text-align: center;
}
.color-yellow-cell {
    background-color: #ffcf00;
    text-align: center;
}

.case-for-industry h2{
    margin-bottom: 30px;
    font-size: 48px;
    margin-left: 8%;
}

.case-for-industry h2 a{
    color: #000;
}

.case-for-industry-row{
    padding-left: 8%;
}

a.case-for-industry-item{
    margin-right:90px;
    margin-bottom:45px;
    display:inline-block;
    vertical-align:top;
    width:210px;
    text-align:center;
    text-transform:uppercase;
    font-size:19px;
    color:#000000;
    font-family:"CirceBold";
}

a.case-for-industry-item:last-child{
    margin-right:0;
}

a.case-for-industry-item:hover{
    color:#000000;
    font-family:'CirceExtraBold';
}

.case-for-industry-img{
    position:relative;
    height:208px;
}

.case-for-industry-img:before{
    content:'';
    display:block;
    width:226px;
    height:208px;
    background:url('images/gray_circles.png') no-repeat;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    transition:opacity 0.3s;
    -webkit-transition:opacity 0.3s;
    -moz-transition:opacity 0.3s;
    -o-transition:opacity 0.3s;
    -ms-transition:opacity 0.3s;
}

.case-for-industry-img:after{
    content:'';
    display:block;
    width:257px;
    height:208px;
    background:url('images/yellow_circles.png') no-repeat;
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    opacity:0;
    visibility:hidden;
    transition:opacity 0.3s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    -ms-transition:all 0.3s;
}

a.case-for-industry-item:hover .case-for-industry-img:after{
    opacity:1;
    visibility:visible;
}

.case-for-industry-img img{
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:2;
}

.case-for-industry-title{
    margin-top:25px;
    line-height:1;
}

.function-task {
    margin-left: 20px;
}
.mini-case-popup-content {
    max-width: 600px;
    overflow: hidden;
}