.wrapper{
    min-height: 100vh;
}

.active{
    color: #aba398;
}

.intro{
    background: url('../img/pozadie.png') no-repeat;
    background-size: cover;
    background-position: 0% 20%;
    height: calc(50vh - 80px);
}

@media (max-height: 770px){
    .intro{
        height: calc(43vh - 80px);
    }
}

@media (max-height: 730px){
    .intro{
        height: calc(47vh - 80px);
    }
}

.priceListTitle{
    display: flex;
    align-items: center;
    justify-content: center;
}

.priceListTitle h1{
    color: #474747;
    letter-spacing: 1.5px;
    margin-top: 20px;
    font-size: 30px;
    display: inline;
}

@media (max-width: 1165px){
    .priceListTitle h1{
    font-size: 25px;  
    }   
}

@media (max-width: 758px){
    .priceListTitle h1{
    font-size: 20px;  
    }   
}

/* TAB LINKS TITLE */

.tabs{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
}

.tabs h3{
    color: #474747;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    margin-right: 40px;
}

.tabs h3:last-child{
    margin-right: 0px;
}

.tabs h3:hover{
    color: #aba398;
}

.tabs .active-tab{
    color: #aba398;
}

@media (max-width: 1090px){
    .tabs h3{
    font-size: 15px;  
    }   
}

@media (max-width: 905px){
    .tabs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    } 

    .tabs h3{
        margin-right: 0px;
        margin-top: 25px;
    }

    .tabs h3:last-child{
        margin-bottom: 0px;
    }
}

/* TAB LINKS CONTENT */
.tab-content{
    background: linear-gradient(to right, #dededd, #f7f7f7);
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 200px;
}

.tab-content h4{
    color: #474747;
    font-size: 15px;
    text-align: center;
}


@media (max-width: 1090px){
    .tab-content h4{
        font-size: 12px;
    } 
}

.priceList{
    display: flex;
    flex-direction: row;
    justify-content: right;
    flex-wrap: wrap;
}

.tab-content div{
    display: none;
}

.tab-content .active-tab{
    display: flex;
}

.break{
    flex-basis: 100%;
    height: 10px;
}

.leftSide{
    margin-top: 15px;
    margin-right: auto;
    margin-left: 150px;
}

.rightSide{
    margin-top: 15px;
    margin-right: 150px;
    margin-left: auto;
}

.aloneItem{
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.padding{
    padding-left: 8px;;
}

.mb20{
    margin-bottom: 20px;
}

.firstItem{
    margin-top: 40px;
}

.lastItem{
    margin-bottom: 40px;
}

.docasne{
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
}
@media (max-width: 952px){
    .docasne{
        font-size: 13px;
    }
}


.docasne:first-child{
    padding-top: 20px;
}

.docasne:last-child{
    padding-bottom: 20px;
}

        @media (max-width: 952px){

            .firstItem{
                margin-top: 40px;
            }
            
            .lastItem{
                margin-bottom: 40px;
            }}

            @media (max-width: 820px){

                .leftSide{
                    margin-left: 100px;
                }

                .rightSide{
                    margin-right: 100px;
                }
            }

            @media (max-width: 620px){
                .priceList{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    flex-wrap: wrap;
                }

                .rightSide{
                    flex-basis: 100%;
                    height: 10px;
                    margin: 0;
                }
                .leftSide{
                    margin: 0;
                    margin-top: 20px;
                }

                .mb20{
                    margin-bottom: 20px;
                }

                .padding{
                    padding-left: 0px;;
                }

                .mt20{
                    margin-top: 20px;
                }
            }   


            /* FOOTER */
footer{
    height: 150px;
    width: 100vw;
    background:  linear-gradient(to right, #dededd, #f7f7f7);
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    position: fixed;
    left: 0;
    bottom: 0;
  
}

footer p{
    margin-top: 10px;
    color: #474747;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
}

@media (max-width: 952px){
    footer p{
        font-size: 15px;
        margin-left: 20px;
        margin-right: 20px;
    }
}


footer a{
    font-size: 20px;
    color: #474747;
}

        
.tab-content .priceList .leftSide .area h4{
    color: #aba398;
}

