#catalogTableList .column:first-child {
    width: 150px!important;
}
#catalogTableList .picture {
    height: 100px!important;
    width: 130px!important;
}
.tabs-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.tabs-nav li {
    float: none;
    width: 100%;
}
.tabs-nav a {
    border: none;
    background: none;
}
.tabs-nav a:hover {
    color: #0061B2;
}
.tabs-nav a.active {
    border-bottom: 1px solid #0061B2;
    color: #0061B2;
}
.tabs-nav li:last-child a {
    border: none;
}
.tabs-items {
    border: none;
}
.tabs-item {
    padding: 0;
}
.dws_table {
    margin-bottom: 20px;
    margin-top: 5px;
}
.dws_table tr:nth-child(even) td {
    background-color: #F6F6F6;
}
.dws_table td.nameProperties {
    width: 80%;
}
.dws_table td.valueProperties {
    width: 20%;
    min-width: 110px;
}
.dws_tab_text {
    font-weight: 600;
    margin-bottom: 20px;
}
.dws_ico_wrapper {
    display: flex;
    align-items: center;
}
.dws_ico_wrapper img {
    margin-right: 15px;
    width: 40px;
}
.dws_ico_wrapper a {
    color: #424040;
    text-decoration: none;
}
.dws_ico_wrapper a:hover {
    color: #0061B2;
    text-decoration: underline;
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .tabs-nav {
        justify-content: left;
        flex-wrap: wrap;
        border-bottom: none;
    }
    .tabs-nav li {
        width: auto;
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .tabs-nav a {
        border: 1px solid #E4E4E4;
        padding: 7px 10px;
    }
    .tabs-nav a.active {
        border: 1px solid #0061B2;
    }
    .tabs-nav li:first-child a {
        border-radius: inherit;
    }
    .tabs-nav li:last-child a {
        border: 1px solid #E4E4E4;
    }
    .tabs-nav li:last-child a.active {
        border: 1px solid #0061B2;
    }
    #catalogTableList .column:first-child {
        width: 100%!important;
    }
    #tabs .stats .name span, #tabs .stats .nameProperties span {
        display: inline-block;
    }
    #elementProperties .stats {
        /*margin: 0 -25px!important;*/
    }
	#catalogTableList .column:first-child {
    width: 85px!important;
	margin-left: 3px !important;
}
}