/* Przycisk "DZWOŃ" */
#call-us {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff6600;
    z-index: 2;
    font-size: 30px;
    line-height: 1;
}

/* Tekst na slajdach */
.slide-text {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
}

/* Przycisk cennika na slajdach */
#prices-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.66);
    font-size: 40px;
    cursor: pointer;
}

/* Zadowoleni klienci */
#good-customers {
    background-color: #333333;
}

/* Belka "SKORZYSTAJ Z NAJNOWSZYCH PROMOCJI" */
#banner-sale .content {
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    font-size: 3.5vw;
}
#banner-sale .content span {
    color: #ff6600 !important;
    -webkit-text-stroke: white 1px;
}
@media screen and (min-width: 1801px) {
    #banner-sale .content {
        font-size: 60px;
    }
}

/* Okładka cennika */
#pricelist-cover {
    height: 650px;
    max-width: 100%;
    cursor: pointer;
    -webkit-box-shadow: 8px 8px 24px 5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 8px 8px 24px 5px rgba(0, 0, 0, 1);
    box-shadow: 8px 8px 24px 5px rgba(0, 0, 0, 1);
}

/* Cennik */
#pricelist-lightbox {
	position: fixed;
	display: flex;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	z-index: 100;
	text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
}
#pricelist-lightbox .fa-caret-left {
    margin-right: 10px;
    display: none;
    cursor: pointer;
}
#pricelist-lightbox .fa-caret-right {
    margin-left: 10px;
    cursor: pointer;
}
#pricelist img {
    max-width: 100%;
}
#pricelist-lightbox .fa-circle-xmark {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;  -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

/* Belka "BEZ PROBLEMU..." */
#banner-noproblem .content {
    width: 100% !important;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    font-size: 3.5vw;
    color: #17223d !important;
    -webkit-text-stroke: white 1px;
}
@media screen and (min-width: 1801px) {
    #banner-noproblem .content {
        font-size: 60px;
    }
}

/* Mapa */
#map-container {
    line-height: 1.3;
    font-size: 20px;
}
#map-container iframe {
    height: 400px;
    width: 100%;
}

/* Opinie Google */
#google-reviews iframe {
    background-color: white;
}

/* Kontakt */
#contact .content {
    width: 800px !important;
}
#top-text {
    font-size: 20px;
    line-height: 1.8;
}

/* Formularz kontaktowy */
form input:not([type=submit]), form textarea {
    width: 100%;
    border: none;
    color: #17223d;
    text-align: center;
}
form input:not([type=submit])::placeholder, form textarea::placeholder {
    color: #17223d;
}
form input[type=submit] {
    background: rgb(23,34,61);
    background: linear-gradient(to right, transparent 0, transparent 10%, rgba(255,102,0,1) 10%, rgba(255,102,0,1) 90%, transparent 90%, transparent);
    color: white;
    font-size: 30px;
    border: none;
}

/* Przycisk "DZWOŃ" pod formularzem */
#call-us-2 {
    background-color: #ff6600;
    font-size: 30px;
    line-height: 1;
}

/* Podpis pod galerią */
#see-gallery {
    font-size: 35px;
    text-align: right;
    cursor: pointer;
}
#see-gallery:hover {
    text-decoration: underline;
}

/* Zdjęcia w galerii */
.lb-image {
    max-height: 80vh !important;
    width: initial !important;
}
@media screen and (orientation: portrait) {
    .lb-image {
        max-width: 80vw;
        height: initial;
    }
}