/***********************************
*   GRID
***********************************/

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

@media only screen and (max-width: 1120px) {
    .col-lg-1 {
        width: 8.33%;
    }
    .col-lg-2 {
        width: 16.66%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33%;
    }
    .col-lg-5 {
        width: 41.66%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33%;
    }
    .col-lg-8 {
        width: 66.66%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33%;
    }
    .col-lg-11 {
        width: 91.66%;
    }
    .col-lg-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .col-md-1 {
        width: 8.33%;
    }
    .col-md-2 {
        width: 16.66%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33%;
    }
    .col-md-5 {
        width: 41.66%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33%;
    }
    .col-md-8 {
        width: 66.66%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33%;
    }
    .col-md-11 {
        width: 91.66%;
    }
    .col-md-12 {
        width: 100%;
    }
}

@media only screen and (max-width: 320px) {
    .col-sm-1 {
        width: 8.33%;
    }
    .col-sm-2 {
        width: 16.66%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33%;
    }
    .col-sm-5 {
        width: 41.66%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33%;
    }
    .col-sm-8 {
        width: 66.66%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33%;
    }
    .col-sm-11 {
        width: 91.66%;
    }
    .col-sm-12 {
        width: 100%;
    }
}

/***********************************
*   OTHER
***********************************/

.nazwa-zakladki {
    font-weight: 700;
    font-size: 24px;
}


.link_produktu {
    min-width: 100%;
    width: 190px;
    height: 190px;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    transition: all 250ms ease 0ms;
}

.link_produktu:hover {
    opacity: 0.8;
}

.obrazek_produktu {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.obrazek_produktu>img {
    display: none;
}

.opis {
    clear: both;
    white-space: pre-line;
}

.produkt {
    font-weight: 700;
    font-size: 20px;
    color: black;
    display: block;
    text-align: center;
}

#tabela-produktow {
    border-spacing: 0px 16px;
}

.pole {
    padding: 10px 20px;
}

.opis_pro {
    display: inline-block;
    width: 660px;
}

.opis_pro a.produkt {
    display: block;
    text-align: left;
    margin-bottom: 8px;
}

.separator {
    width: 100%;
    height: 1px;
    float: left;
}

.linkpdf {
    color: black;
    text-decoration: none;

}

table tr {
    width: 100%;
    display: inline-table;
    background-color: #f7fbff;
}

table tr:nth-child(even) {
    width: 100%;
    background-color: #d4e4f5;
}

#img_glowne {
    float: left;
    padding-right: 20px;
}

#map-canvas {
    position: relative;
    overflow: initial;
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

@media print {
    html, body {
        height: auto;
    }

    #map-canvas, #map_canvas {
        height: 650px;
    }
}

#cookies-info {
    background-color: #414141;
    color: #cccccc;
    direction: ltr;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 30px;
    padding: 6px 20px 4px;
    position: fixed;
    text-align: center;
    width: auto;
    z-index: 99999;
    color: #fff;
}

.showValueAnalytics {
    color: #50728b;
    border-radius: 15px;
    cursor: pointer;
}

.showValueAnalytics[data-name="phone"] {
    align-items: center;
}

.data-value[data-name="phone"] span:first-child {
    padding: 10px;
}

.showValueAnalytics:hover {
    background-color: #d1e3f1;
    -webkit-box-shadow: inset 0 0 0 2px #aac6db;
    -moz-box-shadow: inset 0 0 0 2px #aac6db;
    box-shadow: inset 0 0 0 2px #aac6db;
}

.showValueAnalytics span:first-child {
    line-height: normal;
}

.showValueAnalytics .spoiler {
    font-weight: 400;
    font-size: 11px;
    border-bottom: 1px dotted #accaee;
    color: #50728b;
    margin: 0;
    margin-right: 10px;
}

.sendEventAnalytics {
    cursor: pointer;
}

@media only screen and (max-width: 1120px) {
    .opis_pro {
        width: auto;
    }
}

@media only screen and (max-width: 1050px) {
    #calosc, #baner {
        width: 100%;
        overflow: hidden;
    }
    #frazy {
        width: 50%;
        padding-top: 0;
    }

    img.website{
        float: left;
    }

    p.nazwa_firmy{
        width: 50%;
        margin-top: 95px;
    }
}

@media only screen and (max-width: 768px) {

    #main .kontakt-info > div.container {
        padding: 0;
    }

    .nazwa-zakladki {
        text-align: center;
        margin-top: 15px;
    }

    td.pole {
        display: block;
    }

    #map-canvas {
        height: 50vh;
    }
}
/***********************************
*   GALLERY
***********************************/

#main .gallery-container {
    padding: 0;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 0;
}

@media only screen and (max-width: 768px) {
    #main .gallery-container {
        grid-template-columns: 100%;
    }
}

.gallery-container>div.col {
    margin: 0;
}

.gallery-container .image {
    display: block;
    margin: 15px;
    text-align: center;
}

.gallery-container .image .background {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    height: 300px;
    width: 100%;
}

.gallery-container .image a {
    width: 100%;
}

.gallery-container .image figcaption {
    margin: 10px auto;
    font-size: 1.1rem;
}

.gallery-container .image .background img {
    display: none;
}

.gallery-container .image .background>div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    transition: all 250ms ease 0ms;
}

.gallery-container .image:hover .background>div {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
    opacity: 0.8;
}
