#mainBody {
    background-color: rgb(245, 241, 232);
}
#pageNav {
    display: flex;
    justify-content: center;
}
.navCircle {
    flex: 1;
    margin-left: 20px;
}
.navCircle:last-of-type {
    margin-right: 20px;
}
.navCircle .circle {
    background-color: #BDD7CF;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 0 0 5px 0  #295e4eab inset, 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.navCircle img {
    filter: invert(100%) drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
    width: 100%;
}
.navCircle .text {
    text-align: center;
    font-size: 0.9em;
}
#pageTitle {
    text-align: center;
    padding-top: 20px
}
#pageTitle h1 {
    margin: 0;
}
#pageTitle hr {
    width: 50%;
}
.serviceSection {
    padding: 20px 0;
}
.scrolLink {
    color: #4f8877;
    text-decoration: none;
}
.scrolLink:hover {
    color: #28463d;
    cursor: pointer;
}
.serviceSection h2 {
    text-align: center;
    margin: 0 0 20px 0;
}
.serviceSection p {
    width: 90%;
    text-align: justify;
    margin: 0 auto 20px auto;
}
#homeStaging {
    margin-top: 30px;
    background-color: #fff;
}
#otherServices {
    background-color: #fff;
}
.smallSection h3 {
    text-align: center;
    margin: 30px 0 10px 0;
}
.smallSection h4 {
    width: 90%;
    padding-left: 10px;
    margin: 30px auto 10px auto;
}
.pricesContainer {
    display: flex;
    flex-direction: column;
    transition: all 0.5s ease-in-out;
}
/* WŁOCHY */
.serviceSection .adnotation {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-style: italic;
    font-size: 1em;
    font-weight: 400;
    opacity: 0.9;
}
/* CENA Z IKONĄ DLA INNYCH USŁUG
.smallSection .priceBox {
    margin: 0 auto;
}
.smallSection .priceBox img {
    width: 48px;
}
.smallSection .priceTxt {
    display: flex;
    justify-items: center;
    align-items: center;
}
*/
.priceBox {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 20px 0;
}
.priceBox img {
    display: block;
    margin: 0 auto;
    width: max-content;
}
.priceTxt span {
    display: block;
    width: 100%;
    font-size: 18px;
}
.priceName {
    margin: 5px 0 5px 0;
}
.price {
    font-weight: 700;
}
.projectImg {
    text-align: center;
    align-items: center;
    align-content: center;
}
#questionMini {
    opacity: 1;
    transform: scale(1);
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    background-color: #95dac5;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.6), inset 0 0 5px -1px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    transition: all 0.3 ease-in-out;
}
#questionMini img {
    width: 15px;
}
#questionMini:hover {
    cursor: pointer;
    transition: all 0.2s ease;
    width: max-content;
    border-radius: 10px;
    height: 36px;
    bottom: 17px;
    left: 17px;
}
#questionMini:hover::before {
    display: flex;
    align-items: center;
    justify-items: center;
    content: "Masz wątpliwości";
    transition: all .3s ease;
    padding-right: 10px;
}
#questionMini:hover img {
    width: 20px;
    transition: all 0.2s ease;
}
#questionBox {
    opacity: 0;
    transform: scale(0);
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
    border-radius: 10px;
    background-color: #eeeeee;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.6), inset 0 0 10px -1px rgba(0, 0, 0, 0.3);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    transition: .6s ease opacity, .6s ease transform;
    z-index: 2;
}
#questionBox p {
    margin: 0 0 20px 0;
    font-weight: 600;
}
#questionBox button {
    padding: 20px 30px;
    border-radius: 20px;
    background-color: #95dac5;
    border: none;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.4);
    font-weight: 600;
}
#questionBox button:hover {
    cursor: pointer;
    background-color: #439e83;
    color: #fff;
}
#overlay {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
}
#questionFormWrapper {
    z-index: 11;
    opacity: 0;
    transform: scale(0);
    position: fixed;
    width: 90%;
    max-width: 800px;
    box-sizing: border-box;
    padding: 30px 0;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    background-color: rgb(245, 241, 232);
    transition: .6s ease opacity, .6s ease transform;
}
.quit {
    position: absolute;
    right: 30px;
    top: 20px;
    transition: all .2s ease;
}
.quit:hover {
    cursor: pointer;
    top: 19px;
    right: 29px;
}
.quit img {
    width: 16px;
    transition: all .2s ease;
}
.quit:hover img {
    width: 18px;
}
#questionFormWrapper h3 {
    margin: 0 0 20px 0;
    text-align: center;
}
#name, #mail, #message {
    display: block;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    border: none;
    border-radius: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}
#name:focus-visible, #mail:focus-visible, #message:focus-visible {
    outline: 3px solid rgb(57, 154, 123);
}
#quickQuestionForm #name, #quickQuestionForm #mail {
    width: 80%;
    max-width: 400px;
    height: 40px;
    padding-left: 10px
}
#quickQuestionForm #message {
    width: 90%;
    max-width: 600px;
    height: 200px;
    padding: 10px
}
#quickQuestionForm #rodoWrapper {
    width: max-content;
    margin: 0 auto;
}
#rodoWrapper a {
    color: rgb(57, 154, 123);
}
#quickQuestionForm input[type="submit"] {
    display: block;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    background-color: #95dac5;
    border: none;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    margin: 30px auto 0 auto;
}
#quickQuestionForm input[type="submit"]:hover {
    cursor: pointer;
    background-color: #439e83;
    color: #fff;
}
#quickQuestionForm input[type="submit"]:active {
    position: relative;
    top: -3px;
}

/* MEDIA */
@media screen and (min-width: 1000px) {
    .serviceSection {
        width: 90%;
        margin: 0 auto 40px auto;
    }
    .serviceSection p {
        font-size: 18px;
    }
    .desktopTile {
        border-radius: 10px;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
    }
    .projectPrev {
        width: max-content;
        margin: 0 auto;
        padding: 0;
        box-shadow: 0 3px 5px 0 rgba(51, 51, 51, 0.4);
        box-sizing: border-box;
    }
    .projectPrev {
        max-width: 700px;
    }
    .pricesContainer {
        width: 80%;
        margin: 0 auto;
        flex-direction: row;
    }
    .priceBox {
        flex-direction: row;
        text-align: left;
        gap: 20px;
    }
    .flexRight {
        margin-left: auto;
    }
    .priceName {
        margin: 5px 0 10px 0;
        font-size: 20px !important;
    }
    #questionBox {
        right: auto;
        padding: 40px 50px;
    }
}

@media screen and (min-width: 1250px) {
    .pricesContainer {
        width: 60%;
    }
}