/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 2px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #8a9fca;
}


/* desktop */

.gallery-box {
    width: 720px;
    float: left;
    min-height: 200px;
    position: relative;
    background-color: transparent;
    margin-bottom: 20px;
}

.item-gallery-car {
    height: 150px;
    width: 150px;
    background-color: black;
    margin: 15px;
    float: left;
}

.table-block {
    width: 400px;
    float: left;
    min-height: 200px;
    position: relative;
    background-color: transparent;
    margin-bottom: 20px;
    margin-left: 160px;
    margin-right: 160px;
}

.table-block tr td {
    width: 200px;
    height: 30px;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
}

.table-block tr td:first-child {
    font-weight: bold;
}

.box-cenik {
    width: 700px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    min-height: 200px;
    padding: 15px;
    background-color: transparent;
    margin-bottom: 20px;
}

.contact-form-car {
    width: 500px;
    margin-left: 110px;
    margin-right: 110px;
    margin-top: 30px;
    float: left;
    min-height: 70px;
    padding: 15px;
    background-color: #f6f6f6;
    margin-bottom: 20px;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, .09);
    border-radius: 3px;
    color: black;
}
.cat-block {
    width: 1000px;
    min-height: 100px;
    margin: 0 auto;
    background-color: transparent;

}
.btn-cat {
    min-width:150px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height:20px;
    margin-left:10px;
    margin-right:10px;
    margin-bottom: 20px;
    background-color:rgba(255, 255, 255, 0.1);
    float:left;
}
@media only screen and (max-width: 1100px) {
    .gallery-box {
        width: 315px;
    }
    .item-gallery-car {
        margin: 3.75px;
    }
    .table-block {
        width: 315px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .box-cenik,
    .contact-form-car {
        width: 315px;
        margin-left: 0;
        margin-right: 0;
    }
    .btn-cat {
        width: 250px;
        margin-left: 25px;
        margin-right: 25px;
    }
    .cat-block {
        width: 300px;
    }
}