.line3_label_item {
    padding: 0px !important;
    display: table;
    border-right: 3px solid transparent;
}
.line3_label_item a{
    display: inline-block;
    text-decoration: none;
    background: #626364;
    color: #fff;
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 5px;
    padding-bottom: 7px;
    border-bottom: 3px solid #626364;
}

.line3_label_item:last-of-type {
    border-right: 0px;
}

.line3_label_item a:hover{
    text-decoration: none;
    background: #ffae00;
    color: #333b40;
    border-bottom: 3px solid #ffae00;
}

.line3_label_item a.active{
    text-decoration: none;
    background: #ffae00;
    color: #333b40;
    border-bottom: 3px solid #ffae00;
}
.screeshot_group_cont_slides{
    position: relative;
    z-index: 1;
}
.screeshot_group_cont_slides_items{
    visibility: hidden;
    position: absolute;
    z-index: 2;
}
.active_slide{
    visibility: visible;
    position: relative;
    z-index: 3;
}
.screenshot_group_main_block{
    overflow: hidden;
}

.screenshot_tabs_cont .screeshot_group_cont_show_more991 .col-md-3{
    width: auto;
}
.screenshot_tabs_cont .screeshot_group_cont_show_more991 .col-md-4{
    width: auto;
}
.screenshot_tabs_cont .screeshot_group_cont_show_more991 .col-md-6{
    width: auto;
}

.screenshot_tabs_cont .line3_label_item{
    /* 	display: inline-block; */
    border: 0px;
    margin-right: 20px;
}

.screenshot_tabs_cont .line3_label_item:last-of-type{
    margin-right: 0px;
}
.screenshot_tabs_cont .line3_label_item a{
    /* 	display:  block; */
    width: auto;
    background: transparent;
    color: #494949;
    border-bottom: 5px solid #e6e6e6;

}

.screenshot_tabs_cont .line3_label_item a.active{
    color: #1c69d4;
    background: transparent;
    border-bottom: 5px solid #1c69d4;
}

.screenshot_tabs_cont .line3_label_item a:hover{
    text-decoration: none;
    background: transparent;
    color: #1c69d4;
    border-bottom: 5px solid #e6e6e6;
}
.screenshot_tabs_cont  .line3_label_item_wrapper{

}

.screenshot_cont_item{
    text-align: center;
}


.screenshot_group_main_block{
    padding-top: 30px;
}

.screeshot_group_cont_show_991{
    padding-left: 15px;
    padding-right: 15px;
}

.screenshots_descr_wrapper ul{
    font-size: 16px;
    list-style: none;
}

.screenshots_descr_wrapper ul li{
    background: url("images/liGT1.jpg") top left no-repeat;
    padding-left: 25px;
    padding-bottom: 15px;
    background-position-y: 6px;
}

@media screen and (max-width: 1193px) {
    .screeshot_group_cont_show_991{
        display: block;
    }
    .screeshot_group_cont_show_more991{
        display: none;
    }
}
@media screen and (min-width: 1194px) {
    .screeshot_group_cont_show_991{
        display: none;
    }
    .screeshot_group_cont_show_more991{
        display: block;
    }
}

.jq-selectbox__select{
    height: auto !important;
}