body {
    background-color: #0c0c0c;
    padding: 0;
    margin: 0;
    color: #cfcfcf;
    font-family: "Nunito", sans-serif;
    font-size: 15px;
}

.main {
    background: url(img/bg_primary.png) 0 bottom repeat-x;
}

.contener-index {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 1 1' preserveAspectRatio='none'%3E%3ClinearGradient id='grad-ucgg-generated' gradientUnits='userSpaceOnUse' x1='0%' y1='0%' x2='0%' y2='100%'%3E%3Cstop offset='0%' stop-color='%230c0c0c' stop-opacity='1'/%3E%3Cstop offset='100%' stop-color='%23292929' stop-opacity='1'/%3E%3C/linearGradient%3E%3Crect x='0' y='0' width='1' height='1' fill='url(%23grad-ucgg-generated)' /%3E%3C/svg%3E");
    background: linear-gradient(to bottom, #0c0c0c 0%,#292929 100%);
}

.contener {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(img/bg_wrap_all.jpg) 0 0 repeat-x;
}

.contener-separator {
    background: url(img/bg_topHomeTop.png) 0px 0px no-repeat;
    width: 100%;
    height: 10px;
    position: relative;
    top: -3px;
}

.blok {
    display: flex;
    width: 1230px;
    min-height: 500px;
}

.blok-left-side {
    width: 70%;
    min-height: 500px;
    margin: 0 10px auto;
}

.blok-right-side {
    background-color: #434343;
    width: 70%;
    min-height: 500px;
    margin: 0 10px auto;
}

.blok-right-widget {
    width: 30%;
    min-height: 500px;
    margin: 0 10px auto;
}

.blok-left-widget {
    background-color: #747474;
    width: 30%;
    min-height: 500px;
    margin: 0 10px auto;
}

.blok-center {
    width: 100%;
    min-height: 500px;
    margin: 0 10px auto;
}

.page-contener {
    margin: 15px;
}

.widget-contener {
    margin: 15px;
}

.post-mini {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 180px;
}

.post-mini-2, .post-mini-3 {
    display: flex;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 180px;
    border-top: 1px solid #8d8d8d;
}

.post-mini-4 {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 180px;
}

.post-mini-2a {
    width: 50%;
}

.post-mini-2b {
    width: 48%;
    min-height: 250px;
    margin: 10px auto;
}

.img-left-side {
    
    width: 300px;
    height: 180px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.img-right-side {
    
    width: 300px;
    height: 180px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-left-side1 {
    padding-top: 20px;
}

.page-left-side1 h4 {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 9px;
}

.page-left-side1 li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.count {
    display: flex;
    margin-top: 20px;
}

.list-count {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #292929;
    margin-top: 3px;
    margin-right: 20px;
    margin-left: 20px;
}

.text-count {
    width: 80%;
}

.ofert-img {
    
    width: 250px;
    height: 160px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.serwis-img {
    
    width: 90%;
    height: auto;
    margin: 20px auto;
}

.post-data {
    font-size: 11px;
    font-style: italic;
    text-align: right;
}

.post-title {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-text {
    font-size: 15px;
}

.post-more {
    font-size: 13px;
    font-style: italic;
    text-align: right;
    background: url(img/bg_details.png) right -22px no-repeat;
    margin-top: 5px;
    padding-right: 25px; 
}

.post-more:hover {
    background: url(img/bg_details.png) right 2px no-repeat;
}

.kalkulator {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.kalkulator-box {
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.kalkulator-box-1 {
    width: 50%;
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;

}

.kalkulator-box-2 {
    width: 50%;
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;

}

.kalkulator-box-3 {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kalkulator-title {
    width: 180px;
    text-align: right;
    margin: 0 10px;
    padding: 8px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-radius: 20px 0px 0px 20px;
}

input[type="number"] {
    padding: 10px 5px;
    width: 100px;
    background-color: #323232;
    color: #cfcfcf;
    font-size: 16px;
    border: 0;
    border-radius: 0px 15px 15px 0px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.login {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.login-user {
    display: flex;
    margin: 25px 0;
    justify-content: flex-end;
    align-items: center;
}

.login-user label {
    margin-right: 10px;
}

.warsztat-menu {
    display: none;
}

.warsztat-menu a {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.warsztat-form {
	padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.warsztat-box {
	display: flex;
    justify-content: center;
}

.warsztat-box select {
	width: 200px;
	margin: 0 5px;
}

.warsztat-box input[type="text"] {
    width: 145px;
}

.dodaj{
    width: 100%;
    margin: 0 10px auto;
}

.zapis {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zapis-box {
    width: 450px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
}

.zapis-box span {
    display: flex;
    width: 200px;
    justify-content: flex-end;
    padding-right: 10px;
}

.zapis-box input[type="text"] {
    width: 250px;
}

.zapis-box select {
    width: 263px;
}

.zapis-2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.zapis-box-2 {
    width: 370px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
}

.zapis-box-2 span {
    display: flex;
    width: 170px;
    justify-content: flex-end;
    padding-right: 10px;
}

.zapis-box-2 input[type="text"] {
    width: 200px;
}

.left-side {
    width: 100%;
    text-align: right;
}

.szukaj {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
}

.szukaj-wynik {
    margin: 20px 10px;
}

.szukaj-wynik-box {
    border-top: 1px solid #323232;
    margin: 0 15px;
    padding: 15px 0; 
}

.szukaj-wynik-box-1 {
    display: flex;
    padding: 5px 5px;

}

.szukaj-wynik-box-2 {
    display: flex;
    padding: 5px 5px;
}

.szukaj-wynik-box-2:hover {
    background-color: #34343477;
}

.panel-box-1 {
    margin: 15px 0;
    display: flex;
}
.panel-box-2 {
    text-align: center;
    border-bottom: 1px solid #444443;
    border-top: 1px solid #444444;
    margin-bottom: 15px;
    padding: 10px 0;
    display: flex;
    justify-content: space-evenly;
}
.panel-box-3 {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
}
.panel-img {
    width: 300px;
}
.panel-dane {
    width: 50%;
    margin: 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.panel-dane span {
    color: #606060;
    font-size: small;
    font-style: italic;
}
.panel-dane a {
    font-size: large;
    color: #bebebe;
}
.panel-dane a:hover {
    color: #f14401;
}
.panel-dane-serwis {
    width: 50%;
    margin: 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 3px solid #818181;
}
.panel-dane-serwis span {
    color: #606060;
    font-size: small;
    font-style: italic;
}
.panel-dane-1 {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}
.panel-dane-2 {
    padding: 10px 20px;
    border-top: 1px solid #444444;
    display: flex;
    justify-content: space-between;
}
.panel-dane-3 {
    padding: 10px 20px;
    border-top: 1px solid #444444;
    border-bottom: 1px solid #444444;
    display: flex;
    justify-content: space-between;
}
.panel-dane-4 {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}
.kontakt {
    width: 100%;
    margin: 20px auto;
}

.kontakt input[type="text"],
.kontakt input[type="email"],
.kontakt textarea {
    width: calc(100% - 12px);
    margin: 5px 0;
}

.kontakt textarea {
    font-family: "Nunito", sans-serif;
    height: 210px;
    resize: none;
}

.kontakt input[type="submit"] {
    margin-top: 10px;
}

h1 {
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

h2 {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #8d8d8d;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

h3 {
    text-align: center;
}

h4 {
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

a {
    text-decoration: none;
    color: #909090;
    cursor: pointer;
}

a:hover {
    color: #f14401;
}

.sub-link {
    color: #909090;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 5px;
    padding: 10px 37px;
    display: inline-block;
    text-align: center;
    background: linear-gradient(to bottom, #323234 0%,#070707 100%);
    cursor: pointer;
}

.sub-link:hover {
    color: #f14401;
    background: linear-gradient(to bottom, #4e4e4e 0%,#101010 100%);
}

.active {
	color: #f14401;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    font-size: 15px;
    color: #cfcfcf;
    background-color: #323232;
    border: 1px solid #494848;
    padding: 8px 5px;
}

input[type="submit"] {
    color: #909090;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    border: 0px;
    margin: 0 5px;
    padding: 10px 37px;
    display: inline-block;
    text-align: center;
    background: linear-gradient(to bottom, #323234 0%,#070707 100%);
    cursor: pointer;
}

input[type="submit"]:hover {
    color: #f14401;
    background: linear-gradient(to bottom, #4e4e4e 0%,#101010 100%);
}



table {
    width: 95%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    margin: 0;
    padding: 10px;
}

.table {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.oferta-opis {
    font-size: 14px;
    text-align: right;
    border-top: 1px solid #6c6c6c;
    border-bottom: 1px solid #6c6c6c;
}

.oferta-cena {
    width: 70px;
    border-top: 1px solid #6c6c6c;
    border-bottom: 1px solid #6c6c6c;
    border-left: 1px solid #6c6c6c;
}

iframe {
    width: 100%;
    height: 362px;
    margin-top: 25px;
}

p {
    margin-top: 0;
}

img {
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none; /* Uniemożliwia zaznaczanie obrazów */
    -webkit-touch-callout: none; /* Wyłącz menu kontekstowe w iOS */
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

space {
    margin-right: 10px;
    margin-left: 10px;
}

/* #################### */

@media only screen and (max-width: 1240px) {
    .blok {
        width: 100%;
    }
}

@media only screen and (max-width: 1025px) {
    .kalkulator-box {
        flex-direction: column;
    }

    .kalkulator-box-1 {
        font-size: 13px;
        width: 100%;

    }

    .kalkulator-box-2 {
        font-size: 13px;
        width: 100%;

    }

    .kalkulator-box-3 {
        justify-content: flex-start;
        font-size: 13px;
        width: 100%;
    }

    .kalkulator-title {
    width: 160px;
    }
}

@media only screen and (max-width: 815px) {
    
    .blok {
        align-items: center;
        flex-direction: column;
    }

    .blok-left-side {
        width: 100%;
    }
    
    .blok-right-side {
        width: 100%;
    }
    
    .blok-right-widget {
        width: 100%;
    }
    
    .blok-left-widget {
        width: 100%;
    }

    .warsztat-menu {
        width: 100%;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #575757;
    }
}

@media only screen and (max-width: 768px) {

    .post-mini-4 {
        display: flex;
        flex-direction: column;
    }

    .post-mini-2b {
        width: 90%;
    }
}

@media only screen and (max-width: 600px) {

    .warsztat-box {
        flex-direction: column;
        align-items: center;
    }

    .warsztat-box select {
        width: 300px;
        margin: 10px 0px;
    }

    .warsztat-box input[type="text"] {
        width: 163px;
    }

    input[type="submit"] {
        margin: 5px 0px;
    }
}

@media only screen and (max-width: 426px) {

    .img-left-side, .img-right-side, .ofert-img {
        width: 100%;
        height: auto;
        margin-right: 0px;
    }

    .post-mini-2 {
        flex-direction: column-reverse;
    }

    .post-mini-3 {
        flex-direction: column;
    }

    .post-mini-2a {
        width: 100%;
    }

    .serwis-img {
        width: 100%;
        margin: 20px 0;
    }

    .login-user {
        flex-direction: column;
        align-items: center;
    }

    .login-user label {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .zapis-box {
        width: 95%;
    }

    .zapis-box span {
        width: 150px;
    }

    .zapis-box input[type="text"] {
        width: 230px;
    }

    .zapis-box select {
        width: 243px;
    }

    .panel-box-1 {
        flex-direction: column;
        align-items: center;
    }

    .panel-box-3 {
        flex-direction: column;
        align-items: center;
    }

    .panel-dane {
        width: 100%;
    }

    .panel-dane-serwis {
        width: 100%;
    }

}