.big-box
{
    margin-bottom: 100px;
    min-height: 600px;
    padding: 100px 0;
    display: flex;
    align-items: center;
}
.big-box a
{
    font-weight: bold;
}
.grad-content
{
    background: #efefef;
    color: black;
    border-radius: 30px;
    box-shadow: black 5px 7px 20px 2px;
    transition: all .5s!important;
}
.grad-content:hover
{
    -webkit-transform: scale(1.1);
    transform: scale(0.97)!important;
    box-shadow: black 3px 4px 5px 0px;
    transition: all .3s!important;
}
.grad-content header
{
    margin-bottom: 20px;
}
.white-content header
{
    margin-bottom: 30px;
}
.white-content ul li
{
    margin: 15px 0;
}
.small-info
{
    font-size: 13px;
    color: #666;
}
.lang-img
{
    display: flex;
    justify-content: center;
    text-align: center;
}
#all-lang li div img
{
    transition: .5s;
}
#all-lang li div img:hover
{
    transform: scale(0.9);
    transition: .2s;
}
#oferty h4
{
    margin-bottom: 0;
    margin-top: 20px;
}
#oferty table
{
    border: 1px solid black;
    text-align: center;
    background: #ddd;
    margin-bottom: 30px;
}
#oferty table tr td
{
    border: 1px solid black;
    padding: 5px;
}
#oferty table tr th
{
    border: 1px solid black;
    padding: 5px;
}
#kontakt table tr td
{
    padding: 5px;
}
#kontakt table td th
{
    padding: 5px;
}
.header th
{
    font-size: 30px;
}
.basic
{
    background: rgb(150, 150, 255);
    font-weight: bold;
}
.medium
{
    background: rgb(255, 255, 150);
    font-weight: bold;
}
.advanced
{
    background: rgb(255, 150, 150);
    font-weight: bold;
}
.table-x
{
    color: red;
}
.table-v
{
    color: green;
}
#zamowienie form
{
    margin-top: 20px;
}
.bg-custom {
    background-color: #b7dd29 !important
}
.progress {
    margin-bottom: 15px;
    background: #ccc;
}




/* GRADIENTY */
.grad1
{
    background: linear-gradient(75deg, #fc3f6c, #fc4a2b);
    background-attachment: fixed;
}
.grad2
{
    background: linear-gradient(75deg, #d5fe77, #93e4a0);
    background-attachment: fixed;
}
.grad3
{
    background: linear-gradient(75deg, #fedea1, #ff859d);
    background-attachment: fixed;
}
.grad4
{
    background: linear-gradient(75deg, #21d3f7, #872dbe);
}
.grad5
{
    background: linear-gradient(75deg, #7bd03c, #125377);
}
.grad6
{
    background: linear-gradient(75deg, #c1e9fa, #a1c1f9);
}
.grad7
{
    background: linear-gradient(75deg, #f5ccc5, #f99a99);
}