* {
    padding: 0;
    margin: 0;
    font-family: 'GFont', sans-serif;
}




@font-face {
    font-family: 'GFont';
    src: url(../Fonts/Radomir\ Tinkov\ -\ Gilroy-Bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: 'GFont';
    src: url(../Fonts/Radomir\ Tinkov\ -\ Gilroy-Regular.otf);
    font-weight: normal;
}

/* Nawigacja */

nav {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    background-color: black;
    z-index: 5;
}


div.bars {
    display: flex;
    position: absolute;
    flex-direction: column;
    height: 10vh;
    width: 5vw;
    right: 8vw;
    top: 1px;


}

div.bars div {
    display: flex;
    position: relative;
    height: 0;
    border: 1px solid white;
    transition: 1.1s;
}


div.bar1 {
    top: 4vh;
    width: 100%;
}

div.bar1.active {
    width: 50%;
}

div.bar2 {
    top: 5vh;
    width: 50%;
    margin-left: 50%;
}

div.bar2.active {
    width: 100%;
    margin-left: 0;
}

div.bar1.rotate {
    top: calc(5vh + 2px);
    width: 50%;
    transform: rotate(45deg);
}

div.bar2.rotate {
    margin-left: 0;
    width: 50%;
    transform: rotate(135deg);
}

img.logo {
    display: flex;
    position: fixed;
    top: 4vh;
    left: 3vw;
    height: 3vh;
}


div.menu {
    display: flex;
    position: fixed;
    overflow: hidden;
    top: 9vh;
    left: 150vw;
    width: 50%;
    height: 91vh;
    background-color: black;
    transition: 1s;
    z-index: 5;

}

div.menu.active {
    left: 50%;

}


ul {
    list-style: none;
    font-weight: bold;
    font-size: 8vh;
    width: 100%;

}

li {
    width: 100%;
    text-align: center;
    margin-top: 2vh;
}

a {
    text-decoration: none;
    color: white;
}

a:visited {
    color: white;
}

a.mail {
    display: flex;
    position: absolute;
    justify-content: center;
    bottom: 20vh;
    font-size: 2vh;
    width: 100%;
}

a.kom {
    display: flex;
    position: absolute;
    justify-content: center;
    bottom: 15vh;
    font-size: 3vh;
    width: 100%;
}

.fbMenu {
    display: flex;
    position: absolute;
    bottom: 10vh;
    width: 50%;
    justify-content: center;
    font-size: 3vh;
}


.instMenu {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 10vh;
    width: 50%;
    justify-content: center;
    font-size: 3vh;
}


/* Header */
header {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    background-image: url(../IMG/glowne-header3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    width: 100%;
    overflow: hidden;

}

div.fell {
    display: flex;
    position: absolute;
    top: 20vh;
    left: 3vw;
    font-size: 6vh;
    color: white;
    font-weight: bold;
}



div.fell p:nth-of-type(1) {
    display: flex;
    position: absolute;
    top: 25vh;
    left: 0;
    font-size: 4vh;
    font-weight: bold;
}

div.fell p:nth-of-type(2) {
    display: flex;
    position: absolute;
    top: 35vh;
    left: 0vw;
    font-size: 3vh;
    font-weight: normal;
}

div.buttonHeader button {
    background-color: transparent;
    border: 1px white solid;
    padding: 12px;
    color: white;
    transition: 0.5s;
    font-weight: bold;
    font-size: 2.5vh;

}

div.buttonHeader button:hover {
    background-color: white;
    color: black;
}

div.buttonHeader a {
    display: flex;
    position: absolute;
    transition: 0.5s;
}

div.buttonHeader a:nth-of-type(1) {
    top: 70vh;
    left: 5vw;
}

div.buttonHeader a:nth-of-type(2) {
    top: 80vh;
    left: 5vw;
}


/*1st secion*/
section.about {
    width: 100%;
    background-color: black;
    overflow: hidden;
}

section.about div.aboutIMG {
    display: flex;
    position: relative;
    top: 0vh;
    height: 50vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about article {
    width: 100%;
    height: 40vh;
    background-color: white;
}

.aboutUs article h2 {
    display: flex;
    position: relative;
    width: 50%;
    top: 1vh;
    left: 4vw;
    font-size: 8vh;
    font-weight: bold;
    color: black;

}

.about div article h2 {
    display: flex;
    position: relative;
    width: 50%;
    top: 1vh;
    left: 6%;
    font-size: 8vh;
    font-weight: bold;
    color: black;

}

.about div article p {
    margin: 2vh 20vw 1vh 6%;
    font-size: 2vh;
    font-weight: normal;

}

.about div article button {
    background-color: transparent;
    border: 1px white solid;
    margin-left: 40vw;
    padding: 10px;
    color: white;
    transition: 0.5s;
    font-weight: bold;
    font-size: 2.5vh;
}


.about div article button:hover {
    background-color: white;
    color: black;
}

.about div.trip article button:hover {
    color: white;
    background-color: black;
}

/* sekcja Wiatr */
.wind article {
    background-color: black;
}

div.wind article h2 {
    color: white
}

.wind article p {
    color: white;
}

.wind div.imageWind {
    background-image: url(../IMG/glowne-header3.png);
}

/* Sekcja Wycieczka */
div.trip article button {
    border: 1px black solid;
    color: black;
}

.trip div.imageTrip {
    background-image: url(../IMG/024.png);
}

/* Sekcja Nieznane */

.unknow article {
    background-color: black;
}

div.unknow article h2 {
    color: white
}

.unknow article p {
    color: white;
}

.unknow div.imageUnknow {
    background-image: url(../IMG/43.png);

}

/* sekcja Oferta samochów */

.offer h2 {
    padding: 2vh 0 2vh;
    font-size: 8vh;
    font-weight: bold;
    text-align: center;
}

div.wrapper {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    font-size: 0;
}

img.photo {
    width: 100%;
}

/* Price etc*/

div.description {
    display: grid;
    grid-template-columns: 36% 30% 34%;
    grid-template-rows: 8vh 20vh 10vh;
    z-index: 1;
    font-size: 2vh;
}

div.description h3:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    padding: 1vh 0 0 1vh;
    font-size: 2.5vh;
    border-bottom: 1px solid black;
}

div.description h3:nth-of-type(2) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 3vh;
    padding-top: 2.5vh;
    border-bottom: 1px solid black;
}

div.description p {
    padding-top: 2vh;
    padding-left: 1vw;
}

div.description p:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    text-align: right;
}

div.description p:nth-of-type(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    padding-left: 2vw;
}

div.description p:nth-of-type(3) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 4;
}

div.description span {
    display: inline-block;
    text-decoration: underline;
    font-weight: bold;
    font-size: 2.5vh;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.description a.buttonPrice {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
}

div.description button {
    border: solid 1px black;
    background-color: white;
    color: black;
    font-size: 2.5vh;
    font-weight: bold;
    margin-left: 2vw;
    padding: 10px 20px;
}

div.description h2.priceTable {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    text-align: center;
    text-decoration: underline;
    font-size: 2vh;
    color: black;
    cursor: pointer;
}

div.popPrice {
    display: grid;
    grid-template-columns: 10% 40% 40% 10%;
    grid-template-rows: repeat(8, 12.5%);
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4;
    z-index: 2;
    background-color: black;
    opacity: 0;
    z-index: -2;
    transition: 0.5s;
}

div.popPrice.active {
    opacity: 1;
    z-index: 2;
}

div.popPrice p {
    color: white;
    font-size: 2vh;

}

div.popPrice p:nth-of-type(2n+1) {
    grid-column-start: 2;
    grid-column-end: 3;
    text-align: left;
    color: white;
    border-bottom: 1px white solid;
}

div.description div.popPrice p:nth-of-type(2n) {
    grid-column-start: 3;
    grid-column-end: 4;
    text-align: right;
    color: white;
    border-bottom: 1px white solid;
}

/* moze sie rozjechac obserwowac */
div.popPrice p:nth-of-type(1) {
    grid-row-start: 1;
    grid-row-end: 2;
    text-align: left;


}

div.description div.popPrice p:nth-of-type(2) {
    grid-row-start: 1;
    grid-row-end: 2;

}

div.popPrice p:nth-of-type(3) {
    grid-row-start: 2;
    grid-row-end: 3;
}

div.popPrice p:nth-of-type(4) {
    grid-row-start: 2;
    grid-row-end: 3;
}

div.popPrice p:nth-of-type(5) {
    grid-row-start: 3;
    grid-row-end: 4;
}

div.popPrice p:nth-of-type(6) {
    grid-row-start: 3;
    grid-row-end: 4;
}

div.popPrice p:nth-of-type(7) {
    grid-row-start: 4;
    grid-row-end: 5;
}

div.popPrice p:nth-of-type(8) {
    grid-row-start: 4;
    grid-row-end: 5;
}

div.popPrice p:nth-of-type(9) {
    grid-row-start: 5;
    grid-row-end: 6;
}

div.popPrice p:nth-of-type(10) {
    grid-row-start: 5;
    grid-row-end: 6;
}

div.popPrice h3.popUpHidden {
    font-size: 2.5vh;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 7;
    grid-row-end: 8;
    border-bottom: white 1px solid;
    cursor: pointer;
    color: white;
}

/* Baner z Autami*/
div.banerCars {
    display: grid;
    grid-template-columns: 35% 30% 35%;
    grid-template-rows: repeat(2, 50%);
    height: 25vh;
    width: 100%;
    background-color: black;
    font-size: 4vh;
    color: white;
}

section div.banerCars h2,
section div.banerCars p {
    text-align: center;
    align-self: center;
}

section div.banerCars h2 {
    grid-row-start: 1;
    grid-row-end: 2;
}

section div.banerCars p {
    grid-row-start: 2;
    grid-row-end: 3;
    font-size: 2vh;
}

section div.banerCars h2:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 2;
}


section div.banerCars h2:nth-of-type(2) {
    grid-column-start: 2;
    grid-column-end: 3;
}



section div.banerCars h2:nth-of-type(3) {
    grid-column-start: 3;
    grid-column-end: 4;

}

section.baner div.banerCars p:nth-of-type(1) {
    grid-column-start: 1;
    grid-column-end: 2;
}

section.baner div.banerCars p:nth-of-type(2) {
    grid-column-start: 2;
    grid-column-end: 3;
}

section.baner div.banerCars p:nth-of-type(3) {
    grid-column-start: 3;
    grid-column-end: 4;

}

/* Section Works */

section.works h2 {
    text-align: center;
    padding: 3vh 0 3vh;
    font-size: 8vh;
}

section.works div {
    display: grid;
    grid-template-columns: 10% 80% 10%;
    grid-template-rows: 25% 45% 30%;
    height: 70vh;
}

section.works div img {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
}

section.works div div {
    display: grid;
    height: auto;
    grid-template-columns: 1% 80% 5%;
    grid-template-rows: 5% 20% 60% 15%;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    background-color: black;
}

#slides {
    display: grid;
    grid-template-columns: 10% 80% 10%;
    grid-template-rows: 1% 60% 35%;
    color: white;
    overflow: hidden;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
}

section.works div div h3 {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
    font-size: 2.5vh;
    text-align: center;
    align-self: center;
    color: white;

}

section.works div.slides-container div.mySlides {
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 15% 5% 5% 25% 15% 25% 10%;
}


section.works div div div.slides-container div.mySlides div.text {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 6;
}

section.works div div div.slides-container div.mySlides div.text p {
    font-size: 2vh;
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
}

section.works div div div.slides-container div.mySlides div.text p:nth-of-type(2) {
    font-size: 2vh;
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 4;
    grid-row-end: 6;
}

.prev,
.next {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 4;
    text-align: center;
    cursor: pointer;
    width: auto;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-weight: bold;
    line-height: 50vh;
    font-size: 4vh;
    transition: 0.2s;
}

.next {
    grid-column-start: 3;
    grid-column-end: 4;


}

#carusel {
    color: white;
    font-size: 4vh;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 7;
    grid-row-end: 7;

}


/*section apps */

section.apps {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 45% 25% 25% 5%;
    width: 100%;
    height: 35vh;
    color: white;
    font-size: 4vh;
    z-index: 5;
    background-color: #FF683C;
}

section.apps h2 {
    grid-column-start: 1;
    grid-column-end: 3;
    padding-left: 2vw;
}

section.apps a img {
    width: 40vw;
}

section.apps a.apple {
    padding-left: 2vw;
    grid-column-start: 1;
    grid-column-end: 2;

}

section.apps a.google {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;

}

/* FAQ */

section.faq h2 {
    text-align: center;
    font-size: 8vh;
}

section.faq ol {
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: left;
    width: 100%;
    padding-bottom: 2vh;
}

section.faq ol li {
    display: grid;
    grid-template-columns: 6% 70% 2% 8%;
    width: 100%;
    text-align: left;

}

section.faq ol li p {
    grid-column-start: 2;
    grid-column-end: 3;
}

section.faq ol li p.question {
    font-weight: bold;
}

div.arrow {
    grid-column-start: 4;
    grid-column-end: 5;
    font-size: 3vh;
    text-align: center;
    align-self: center;
    transform: rotate(180deg) translate(1vh, 1vh) scaleX(1.5);
    cursor: pointer;
}

div.arrow1.active,
div.arrow2.active,
div.arrow3.active,
div.arrow4.active,
div.arrow5.active,
div.arrow6.active,
div.arrow7.active,
div.arrow8.active,
div.arrow8.active,
div.arrow9.active,
div.arrow10.active {
    transform: translateX(-1.5vw) rotate(0) scaleX(1.5);
}

li p:nth-of-type(2) {
    display: none;
    height: 0px;
    z-index: -3;
    transition: 1s;
}

li p.active {
    display: block;
    height: auto;
    padding: 0.5vh 0.5vw;
}

/*footer*/
footer div.footer {
    display: grid;
    grid-template-columns: 10% 20% 15.5% 5% 15.5% 15.5% 13% 10%;
    grid-template-rows: 5% 15% 10% 10% 10% 1% 50%;
    height: 40vh;
    width: 100%;
    background-color: black;

}

footer div.footer a {
    font-weight: bold;
}

footer div.footer a:nth-of-type(1) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 3;
}

footer div.footer a:nth-of-type(2) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 3;
}

footer div.footer a:nth-of-type(3) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
}

footer div.footer a:nth-of-type(4) {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 5;
}

footer div.footer a:nth-of-type(5) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
}

footer div.footer a:nth-of-type(6) {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 5;
}

footer div.footer a:nth-of-type(7) {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 5;
    grid-row-end: 6;
}

footer div.footer a:nth-of-type(8) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 7;
    grid-row-end: 8;
    width: 10vw;
    text-align: center;
    align-self: center;

}

footer div.footer a:nth-of-type(9) {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 7;
    grid-row-end: 8;
    text-align: center;
    align-self: center;
}

footer div.footer a:nth-of-type(10) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 7;
    grid-row-end: 8;
    font-size: 5vh;
    text-align: center;
    align-self: center;
}

footer div.footer a:nth-of-type(11) {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 7;
    grid-row-end: 8;
    font-size: 5vh;
    text-align: center;
    align-self: center;
}


footer div.footer a img {
    width: 5vh;
}

/* Landscape */
@media only screen and (max-width:600px) and (orientation:landscape) {
    nav {
        height: 15vh;
    }


    div.bars {
        height: 15vh;
        width: 8vw;
        right: 5vw;
        top: 1px;
    }

    img.logo {
        height: 5vh;
    }


    div.menu {
        top: 14vh;
        height: 86vh;

    }

    ul {
        font-size: 10vh;
    }

    li {
        text-align: left;
    }

    a {
        padding-left: 8vw;
    }

    a:visited {
        color: white;
    }

    a.mail {
        width: 0;
        left: 5vw;
        bottom: 20vh;
        font-size: 3vh;
    }

    a.kom {
        left: 20vw;
        bottom: 20vh;
        font-size: 3vh;
        width: 30%;
    }

    .fbMenu {
        left: 5vw;
        bottom: 10vh;
        width: 0;
        font-size: 5vh;
    }


    .instMenu {
        right: 25vw;
        bottom: 10vh;
        width: 0;
        font-size: 5vh;
    }


    /* Header */

    div.fell {
        top: 30vh;
        left: 3vw;
        font-size: 8vh;
    }



    div.fell p:nth-of-type(1) {
        top: 25vh;
        left: 0;
        font-size: 5vh;
    }

    div.fell p:nth-of-type(2) {
        top: 35vh;
        left: 0vw;
        font-size: 4vh;
    }

    div.buttonHeader button {
        padding: 12px;
        font-size: 3vh;

    }

    div.buttonHeader a:nth-of-type(1) {
        padding-left: 0;
        top: 75vh;
        left: 4vw;
    }

    div.buttonHeader a:nth-of-type(2) {
        padding-left: 0;
        top: 75vh;
        left: 35vw;
    }


    /*1st secion*/

    section.about div.aboutIMG {
        top: 0vh;
        height: 50vh;
        width: 100%;
        background-position: 10% 30%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .about article {
        width: 100%;
        height: 50vh;
        background-color: white;
    }

    .about div article h2 {
        width: 50%;
        top: 1vh;
        left: 4vw;
        font-size: 10vh;

    }

    .about div article p {
        margin: 2vh 20vw 1vh 4vw;
        font-size: 4vh;
        font-weight: normal;

    }

    .about div article button {
        border: 1px white solid;
        margin-left: 50vw;
        font-weight: bold;
        font-size: 4vh;
    }


    .about div article button:hover {
        background-color: white;
        color: black;
    }

    .about div.trip article button:hover {
        color: white;
        background-color: black;
    }

    /* sekcja Wiatr */
    .wind article {
        background-color: black;
    }

    div.wind article h2 {
        color: white
    }

    .wind article p {
        color: white;
    }

    .wind div.imageWind {
        background-image: url(../IMG/glowne-header3.png);
    }

    /* Sekcja Wycieczka */
    div.trip article button {
        border: 1px black solid;
        color: black;
    }

    .trip div.imageTrip {
        background-image: url(../IMG/024.png);
    }

    /* Sekcja Nieznane */

    .unknow article {
        background-color: black;
    }

    div.unknow article h2 {
        color: white
    }

    .unknow article p {
        color: white;
    }

    div.unknow div.imageUnknow {
        background-image: url(../IMG/43.png);
        background-position: 50% 60%;

    }

    /* sekcja Oferta samochów */

    .offer h2 {
        padding: 2vh 0 2vh;
        font-size: 10vh;
    }

    div.wrapper {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        text-align: center;
        font-size: 0;
    }

    img.photo {
        width: 80%;
    }

    /* Price etc*/

    div.description {
        display: grid;
        grid-template-columns: 10% 20% 20% 20% 20% 10%;
        grid-template-rows: 8vh 20vh 10vh 10vh;
        z-index: 1;
        font-size: 3vh;
    }

    div.description h3:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 3;
        padding: 1vh 0 0 1vh;
        font-size: 2.5vh;
        border-bottom: 1px solid black;
    }

    div.description h3:nth-of-type(2) {
        grid-column-start: 5;
        grid-column-end: 6;
        font-size: 3vh;
        padding-top: 2.5vh;
        border-bottom: 1px solid black;
    }

    div.description p {
        padding-top: 2vh;
        padding-left: 1vw;
    }

    div.description p:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
        text-align: right;
    }

    div.description p:nth-of-type(2) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        padding-left: 2vw;
        text-align: left;
    }

    div.description p:nth-of-type(3) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 5;
    }

    div.description span {
        font-size: 4vh;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    div.description a.buttonPrice {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    div.description button {
        border: solid 1px black;
        background-color: white;
        color: black;
        font-size: 4vh;
        font-weight: bold;
        margin-left: 2vw;
        padding: 10px 20px;
    }

    div.description h2.priceTable {
        grid-column-start: 4;
        grid-column-end: 5;
        text-align: center;
        text-decoration: underline;
        font-size: 5vh;
        color: black;
    }

    div.popPrice {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    div.popPrice p {
        font-size: 3vh;
    }

    div.popPrice p:nth-of-type(2n+1) {
        grid-column-start: 2;
        grid-column-end: 3;
        text-align: left;
        color: white;
        border-bottom: 1px white solid;
    }

    div.description div.popPrice p:nth-of-type(2n) {
        grid-column-start: 3;
        grid-column-end: 4;
        text-align: right;
        color: white;
        border-bottom: 1px white solid;
    }

    /* moze sie rozjechac obserwowac */
    div.popPrice p:nth-of-type(1) {
        grid-row-start: 1;
        grid-row-end: 2;
        text-align: left;

    }

    div.description div.popPrice p:nth-of-type(2) {
        grid-row-start: 1;
        grid-row-end: 2;

    }

    div.popPrice p:nth-of-type(3) {
        grid-row-start: 2;
        grid-row-end: 3;
    }

    div.popPrice p:nth-of-type(4) {
        grid-row-start: 2;
        grid-row-end: 3;
    }

    div.popPrice p:nth-of-type(5) {
        grid-row-start: 3;
        grid-row-end: 4;
    }

    div.popPrice p:nth-of-type(6) {
        grid-row-start: 3;
        grid-row-end: 4;
    }

    div.popPrice p:nth-of-type(7) {
        grid-row-start: 4;
        grid-row-end: 5;
    }

    div.popPrice p:nth-of-type(8) {
        grid-row-start: 4;
        grid-row-end: 5;
    }

    div.popPrice p:nth-of-type(9) {
        grid-row-start: 5;
        grid-row-end: 6;
    }

    div.popPrice p:nth-of-type(10) {
        grid-row-start: 5;
        grid-row-end: 6;
    }

    div.popPrice h3.popUpHidden {
        font-size: 4vh;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 7;
        grid-row-end: 8;
        border-bottom: white 1px solid;
        cursor: pointer;
        color: white;
    }

    /* Baner z Autami*/
    div.banerCars {
        display: grid;
        grid-template-columns: 35% 30% 35%;
        grid-template-rows: repeat(2, 50%);
        height: 25vh;
        width: 100%;
        background-color: black;
        font-size: 6vh;
        color: white;
    }

    section div.banerCars h2,
    section div.banerCars p {
        text-align: center;
        align-self: center;
    }

    section div.banerCars h2 {
        grid-row-start: 1;
        grid-row-end: 2;
    }

    section div.banerCars p {
        grid-row-start: 2;
        grid-row-end: 3;
        font-size: 3vh;
    }


    /* Section Works */

    section.works h2 {
        text-align: center;
        padding: 3vh 0 3vh;
        font-size: 12vh;
    }

    section.works div {
        display: grid;
        grid-template-columns: 10% 80% 10%;
        grid-template-rows: 40% 45% 15%;
        height: 120vh;
    }

    section.works div img {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 3;
        width: 100%;
    }

    section.works div div {
        display: grid;
        height: auto;
        grid-template-columns: 1% 80% 5%;
        grid-template-rows: 5% 20% 60% 15%;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 4;
    }

    #slides {
        display: grid;
        grid-template-columns: 10% 80% 10%;
        grid-template-rows: 1% 60% 35%;
        color: white;
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    section.works div div h3 {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
        font-size: 5vh;
        text-align: center;
        align-self: center;
        color: white;

    }

    section.works div.slides-container div.mySlides {
        grid-template-columns: 20% 20% 20% 20% 20%;
        grid-template-rows: 15% 25% 20% 25% 15%;
    }


    section.works div div div.slides-container div.mySlides div.text {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 5;
        font-size: 4vh;
    }



    .prev,
    .next {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 4;
        padding-left: 0;
        text-align: center;
        align-self: center;
        cursor: pointer;
        width: auto;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        font-weight: bold;
        line-height: 50vh;
        font-size: 6vh;
        transition: 0.2s;
    }

    .next {
        grid-column-start: 3;
        grid-column-end: 4;


    }

    #carusel {
        color: white;
        font-size: 4vh;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 5;
        grid-row-end: 6;

    }


    /*section apps */

    section.apps {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 45% 25% 25% 5%;
        height: 50vh;
        font-size: 8vh;
        background-color: #FF683C;
    }

    section.apps h2 {
        grid-column-start: 1;
        grid-column-end: 3;
        padding-left: 2vw;
    }

    section.apps a img {
        width: 30vw;
        align-self: center;
    }

    section.apps a.google {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;

    }

    /* FAQ */

    section.faq h2 {
        text-align: center;
        font-size: 12vh;
    }

    section.faq ol {
        grid-column-start: 1;
        grid-column-end: 3;
        text-align: left;
        width: 100%;
        padding-bottom: 2vh;
    }

    section.faq ol li {
        display: grid;
        grid-template-columns: 5% 70% 2% 8%;
        width: 100%;
        text-align: left;

    }

    section.faq ol li p {
        grid-column-start: 2;
        grid-column-end: 3;
    }

    div.arrow {
        grid-column-start: 4;
        grid-column-end: 5;
        font-size: 6vh;
        text-align: center;
        align-self: center;
        transform: rotate(180deg) translate(1vh, 1vh) scaleX(1.5);
        cursor: pointer;
    }

    div.arrow1.active,
    div.arrow2.active,
    div.arrow3.active,
    div.arrow4.active,
    div.arrow5.active,
    div.arrow6.active,
    div.arrow7.active,
    div.arrow8.active,
    div.arrow8.active,
    div.arrow9.active,
    div.arrow10.active {
        transform: rotate(0) scaleX(1.5);
    }

    li p:nth-of-type(2) {
        display: none;
        height: 0px;
        z-index: -3;
        transition: 1s;
    }

    li p.active {
        display: block;
        height: auto;
        padding: 0.5vh 0.5vw;
    }

    /*footer*/
    footer div.footer {
        display: grid;
        grid-template-columns: 5% 18% 18% 18% 18% 18% 5%;
        grid-template-rows: 5% 15% 15% 15% 15% 1% 34%;
        height: 60vh;
        width: 100%;
        background-color: black;

    }

    footer div a {
        padding-left: 0;
    }

    footer div.footer a:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    footer div.footer a:nth-of-type(2) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    footer div.footer a:nth-of-type(3) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    footer div.footer a:nth-of-type(4) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    footer div.footer a:nth-of-type(5) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 5;
        grid-row-end: 6;
    }

    footer div.footer a:nth-of-type(6) {
        grid-column-start: 5;
        grid-column-end: 7;
        grid-row-start: 2;
        grid-row-end: 3;
        text-align: right;
    }

    footer div.footer a:nth-of-type(7) {
        grid-column-start: 5;
        grid-column-end: 7;
        grid-row-start: 3;
        grid-row-end: 4;
        text-align: right;
    }

    footer div.footer a:nth-of-type(8) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 7;
        grid-row-end: 8;
        width: 10vw;
        text-align: center;
        align-self: center;

    }

    footer div.footer a:nth-of-type(9) {
        grid-column-start: 6;
        grid-column-end: 7;
        grid-row-start: 7;
        grid-row-end: 8;
        text-align: center;
        align-self: center;
    }

    footer div.footer a:nth-of-type(10) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 7;
        grid-row-end: 8;
        font-size: 10vh;
        text-align: center;
        align-self: center;
    }

    footer div.footer a:nth-of-type(11) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 7;
        grid-row-end: 8;
        font-size: 10vh;
        text-align: center;
        align-self: center;
    }


    footer div.footer a img {
        width: 15vh;
    }
}

@media only screen and (min-width:601px)and (max-width:768px) and (orientation:landscape) {
    nav {
        height: 15vh;
    }


    div.bars {
        height: 15vh;
        width: 8vw;
        right: 5vw;
        top: 1px;
    }

    img.logo {
        height: 5vh;
    }


    div.menu {
        top: 14vh;
        height: 86vh;

    }

    ul {
        font-size: 10vh;
    }

    li {
        text-align: left;
    }

    a {
        padding-left: 8vw;
    }

    a:visited {
        color: white;
    }

    a.mail {
        width: 0;
        left: 5vw;
        bottom: 20vh;
        font-size: 3vh;
    }

    a.kom {
        left: 20vw;
        bottom: 20vh;
        font-size: 3vh;
        width: 30%;
    }

    .fbMenu {
        left: 5vw;
        bottom: 10vh;
        width: 0;
        font-size: 5vh;
    }


    .instMenu {
        right: 25vw;
        bottom: 10vh;
        width: 0;
        font-size: 5vh;
    }


    /* Header */

    div.fell {
        top: 30vh;
        left: 3vw;
        font-size: 8vh;
    }



    div.fell p:nth-of-type(1) {
        top: 25vh;
        left: 0;
        font-size: 5vh;
    }

    div.fell p:nth-of-type(2) {
        top: 35vh;
        left: 0vw;
        font-size: 4vh;
    }

    div.buttonHeader button {
        padding: 12px;
        font-size: 3vh;

    }

    div.buttonHeader a:nth-of-type(1) {
        padding-left: 0;
        top: 75vh;
        left: 4vw;
    }

    div.buttonHeader a:nth-of-type(2) {
        padding-left: 0;
        top: 75vh;
        left: 35vw;
    }


    /*1st secion*/

    section.about div.aboutIMG {
        top: 0vh;
        height: 50vh;
        width: 100%;
        background-position: 10% 30%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .about article {
        width: 100%;
        height: 50vh;
        background-color: white;
    }

    .about div article h2 {
        width: 50%;
        top: 1vh;
        left: 4vw;
        font-size: 10vh;

    }

    .about div article p {
        margin: 2vh 20vw 1vh 4vw;
        font-size: 4vh;
        font-weight: normal;

    }

    .about div article button {
        border: 1px white solid;
        margin-left: 50vw;
        font-weight: bold;
        font-size: 4vh;
    }


    .about div article button:hover {
        background-color: white;
        color: black;
    }

    .about div.trip article button:hover {
        color: white;
        background-color: black;
    }

    /* sekcja Wiatr */
    .wind article {
        background-color: black;
    }

    div.wind article h2 {
        color: white
    }

    .wind article p {
        color: white;
    }

    .wind div.imageWind {
        background-image: url(../IMG/glowne-header3.png);
    }

    /* Sekcja Wycieczka */
    div.trip article button {
        border: 1px black solid;
        color: black;
    }

    .trip div.imageTrip {
        background-image: url(../IMG/024.png);
    }

    /* Sekcja Nieznane */

    .unknow article {
        background-color: black;
    }

    div.unknow article h2 {
        color: white
    }

    .unknow article p {
        color: white;
    }

    div.unknow div.imageUnknow {
        background-image: url(../IMG/43.png);
        background-position: 50% 60%;

    }

    /* sekcja Oferta samochów */

    .offer h2 {
        padding: 2vh 0 2vh;
        font-size: 10vh;
    }

    div.wrapper {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: repeat(4, 25%);
        text-align: center;
        font-size: 0;
    }

    img.photo {
        width: 80%;
    }

    /* Price etc*/

    div.description {
        display: grid;
        grid-template-columns: 10% 30% 15% 20% 15% 5%;
        grid-template-rows: 8vh 20vh 10vh 10vh;
        z-index: 1;
        font-size: 3vh;
    }

    div.description h3:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 3;
        padding: 1vh 0 0 1vh;
        font-size: 3vh;
        border-bottom: 1px solid black;
    }

    div.description h3:nth-of-type(2) {
        grid-column-start: 5;
        grid-column-end: 6;
        font-size: 3vh;
        padding-top: 3vh;
        border-bottom: 1px solid black;
    }

    div.description p {
        padding-top: 2vh;
        padding-left: 1vw;
        font-size: 3vh;
    }

    div.description p:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        text-align: left;
    }

    div.description p:nth-of-type(2) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
        padding-left: 2vw;
        text-align: left;
    }

    div.description p:nth-of-type(3) {
        grid-column-start: 4;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 5;
        text-align: right;
    }

    div.description span {
        font-size: 3vh;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    div.description a.buttonPrice {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
        padding-left: 0vh;
    }

    div.description button {
        grid-column-start: 2;
        grid-column-end: 3;
        border: solid 1px black;
        background-color: white;
        color: black;
        font-size: 3vh;
        font-weight: bold;
        margin-left: 2vw;
        padding: 10px 20px;
        cursor: pointer;
    }

    div.description h2.priceTable {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
        text-align: left;
        padding-left: 2vh;
        font-size: 3vh;
    }

    div.popPrice {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    div.popPrice p {
        font-size: 3vh;
    }

    div.popPrice p:nth-of-type(2n+1) {
        grid-column-start: 2;
        grid-column-end: 3;
        text-align: left;
        color: white;
        border-bottom: 1px white solid;
    }

    div.description div.popPrice p:nth-of-type(2n) {
        grid-column-start: 3;
        grid-column-end: 4;
        text-align: right;
        color: white;
        border-bottom: 1px white solid;
    }

    /* Tabele samochodów */

    section.offer div.wrapper div:nth-of-type(2) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    section.offer div.wrapper div:nth-of-type(3) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    section.offer div.wrapper div:nth-of-type(4) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    section.offer div.wrapper div:nth-of-type(5) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    section.offer div.wrapper div:nth-of-type(6) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    section.offer div.wrapper div:nth-of-type(7) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    section.offer div.wrapper div:nth-of-type(8) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    /* moze sie rozjechac obserwowac */
    div.popPrice p:nth-of-type(1) {
        grid-row-start: 1;
        grid-row-end: 2;
        text-align: left;

    }

    div.description div.popPrice p:nth-of-type(2) {
        grid-row-start: 1;
        grid-row-end: 2;

    }

    div.popPrice p:nth-of-type(3) {
        grid-row-start: 2;
        grid-row-end: 3;
    }

    div.popPrice p:nth-of-type(4) {
        grid-row-start: 2;
        grid-row-end: 3;
    }

    div.popPrice p:nth-of-type(5) {
        grid-row-start: 3;
        grid-row-end: 4;
    }

    div.popPrice p:nth-of-type(6) {
        grid-row-start: 3;
        grid-row-end: 4;
    }

    div.popPrice p:nth-of-type(7) {
        grid-row-start: 4;
        grid-row-end: 5;
    }

    div.popPrice p:nth-of-type(8) {
        grid-row-start: 4;
        grid-row-end: 5;
    }

    div.popPrice p:nth-of-type(9) {
        grid-row-start: 5;
        grid-row-end: 6;
    }

    div.popPrice p:nth-of-type(10) {
        grid-row-start: 5;
        grid-row-end: 6;
    }

    div.popPrice h3.popUpHidden {
        font-size: 4vh;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 7;
        grid-row-end: 8;
        border-bottom: white 1px solid;
        cursor: pointer;
        color: white;
    }

    /* Baner z Autami*/
    div.banerCars {
        display: grid;
        grid-template-columns: 35% 30% 35%;
        grid-template-rows: repeat(2, 50%);
        height: 25vh;
        width: 100%;
        background-color: black;
        font-size: 6vh;
        color: white;
    }

    section div.banerCars h2,
    section div.banerCars p {
        text-align: center;
        align-self: center;
    }

    section div.banerCars h2 {
        grid-row-start: 1;
        grid-row-end: 2;
    }

    section div.banerCars p {
        grid-row-start: 2;
        grid-row-end: 3;
        font-size: 3vh;
    }


    /* Section Works */

    section.works h2 {
        text-align: center;
        padding: 3vh 0 3vh;
        font-size: 12vh;
    }

    section.works div {
        display: grid;
        grid-template-columns: 10% 80% 10%;
        grid-template-rows: 40% 45% 15%;
        height: 120vh;
    }

    section.works div img {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 3;
        width: 100%;
    }

    section.works div div {
        display: grid;
        height: auto;
        grid-template-columns: 1% 80% 5%;
        grid-template-rows: 5% 20% 60% 15%;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 4;
    }

    #slides {
        display: grid;
        grid-template-columns: 10% 80% 10%;
        grid-template-rows: 1% 60% 35%;
        color: white;
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    section.works div div h3 {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
        font-size: 5vh;
        text-align: center;
        align-self: center;
        color: white;

    }

    section.works div.slides-container div.mySlides {
        grid-template-columns: 20% 20% 20% 20% 20%;
        grid-template-rows: 15% 25% 20% 25% 15%;
    }


    section.works div div div.slides-container div.mySlides div.text {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 5;
        font-size: 4vh;
    }

    section.works div div div.slides-container div.mySlides div.text p {
        font-size: 2vh;
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    section.works div div div.slides-container div.mySlides div.text p:nth-of-type(2) {
        font-size: 2vh;
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 4;
        grid-row-end: 6;
    }


    .prev,
    .next {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 4;
        padding-left: 0;
        text-align: center;
        align-self: center;
        cursor: pointer;
        width: auto;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        font-weight: bold;
        line-height: 50vh;
        font-size: 6vh;
        transition: 0.2s;
    }

    .next {
        grid-column-start: 3;
        grid-column-end: 4;


    }

    #carusel {
        color: white;
        font-size: 4vh;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 5;
        grid-row-end: 6;

    }


    /*section apps */

    section.apps {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 45% 25% 25% 5%;
        height: 50vh;
        font-size: 8vh;
        background-color: #FF683C;
    }

    section.apps h2 {
        grid-column-start: 1;
        grid-column-end: 3;
        padding-left: 2vw;
    }

    section.apps a img {
        width: 30vw;
        align-self: center;
    }

    section.apps a.google {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;

    }

    /* FAQ */

    section.faq h2 {
        text-align: center;
        font-size: 12vh;
    }

    section.faq ol {
        grid-column-start: 1;
        grid-column-end: 3;
        text-align: left;
        width: 100%;
        padding-bottom: 2vh;
    }

    section.faq ol li {
        display: grid;
        grid-template-columns: 5% 70% 2% 8%;
        width: 100%;
        text-align: left;

    }

    section.faq ol li p {
        grid-column-start: 2;
        grid-column-end: 3;
    }

    div.arrow {
        grid-column-start: 4;
        grid-column-end: 5;
        font-size: 6vh;
        text-align: center;
        align-self: center;
        transform: rotate(180deg) translate(1vh, 1vh) scaleX(1.5);
        cursor: pointer;
    }

    div.arrow1.active,
    div.arrow2.active,
    div.arrow3.active,
    div.arrow4.active,
    div.arrow5.active,
    div.arrow6.active,
    div.arrow7.active,
    div.arrow8.active,
    div.arrow8.active,
    div.arrow9.active,
    div.arrow10.active {
        transform: rotate(0) scaleX(1.5);
    }

    li p:nth-of-type(2) {
        display: none;
        height: 0px;
        z-index: -3;
        transition: 1s;
    }

    li p.active {
        display: block;
        height: auto;
        padding: 0.5vh 0.5vw;
    }

    /*footer*/
    footer div.footer {
        display: grid;
        grid-template-columns: 5% 18% 18% 18% 18% 18% 5%;
        grid-template-rows: 5% 15% 15% 15% 15% 1% 34%;
        height: 60vh;
        width: 100%;
        background-color: black;

    }

    footer div a {
        padding-left: 0;
    }

    footer div.footer a:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    footer div.footer a:nth-of-type(2) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    footer div.footer a:nth-of-type(3) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    footer div.footer a:nth-of-type(4) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    footer div.footer a:nth-of-type(5) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 5;
        grid-row-end: 6;
    }

    footer div.footer a:nth-of-type(6) {
        grid-column-start: 5;
        grid-column-end: 7;
        grid-row-start: 2;
        grid-row-end: 3;
        text-align: right;
    }

    footer div.footer a:nth-of-type(7) {
        grid-column-start: 5;
        grid-column-end: 7;
        grid-row-start: 3;
        grid-row-end: 4;
        text-align: right;
    }

    footer div.footer a:nth-of-type(8) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 7;
        grid-row-end: 8;
        width: 10vw;
        text-align: center;
        align-self: center;

    }

    footer div.footer a:nth-of-type(9) {
        grid-column-start: 6;
        grid-column-end: 7;
        grid-row-start: 7;
        grid-row-end: 8;
        text-align: center;
        align-self: center;
    }

    footer div.footer a:nth-of-type(10) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 7;
        grid-row-end: 8;
        font-size: 10vh;
        text-align: center;
        align-self: center;
    }

    footer div.footer a:nth-of-type(11) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 7;
        grid-row-end: 8;
        font-size: 10vh;
        text-align: center;
        align-self: center;
    }


    footer div.footer a img {
        width: 15vh;
    }
}

@media only screen and (min-width:769px)and (max-width:1000px) {
    nav {
        height: 15vh;
    }


    div.bars {
        height: 15vh;
        width: 8vw;
        right: 5vw;
        top: 1px;
    }

    img.logo {
        height: 5vh;
    }


    div.menu {
        top: 14vh;
        height: 86vh;

    }

    ul {
        font-size: 8vh;
    }

    li {
        text-align: left;
    }

    a {
        padding-left: 8vw;
    }

    a:visited {
        color: white;
    }

    a.mail {
        width: 0;
        left: 5vw;
        bottom: 20vh;
        font-size: 3vh;
    }

    a.kom {
        left: 20vw;
        bottom: 20vh;
        font-size: 3vh;
        width: 30%;
    }

    .fbMenu {
        left: 5vw;
        bottom: 10vh;
        width: 0;
        font-size: 5vh;
    }


    .instMenu {
        right: 25vw;
        bottom: 10vh;
        width: 0;
        font-size: 5vh;
    }


    /* Header */

    div.fell {
        top: 30vh;
        left: 3vw;
        font-size: 8vh;
    }



    div.fell p:nth-of-type(1) {
        top: 25vh;
        left: 0;
        font-size: 5vh;
    }

    div.fell p:nth-of-type(2) {
        top: 35vh;
        left: 0vw;
        font-size: 4vh;
    }

    div.buttonHeader button {
        padding: 12px;
        font-size: 3vh;

    }

    div.buttonHeader a:nth-of-type(1) {
        padding-left: 0;
        top: 75vh;
        left: 4vw;
    }

    div.buttonHeader a:nth-of-type(2) {
        padding-left: 0;
        top: 75vh;
        left: 35vw;
    }


    /*1st secion*/

    section.about div.aboutIMG {
        top: 0vh;
        height: 50vh;
        width: 100%;
        background-position: 10% 30%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .about article {
        width: 100%;
        height: 50vh;
        background-color: white;
    }

    .about div article h2 {
        width: 50%;
        top: 1vh;
        left: 4vw;
        font-size: 10vh;

    }

    .about div article p {
        margin: 2vh 20vw 1vh 4vw;
        font-size: 4vh;
        font-weight: normal;

    }

    .about div article button {
        border: 1px white solid;
        margin-left: 50vw;
        font-weight: bold;
        font-size: 4vh;
    }


    .about div article button:hover {
        background-color: white;
        color: black;
    }

    .about div.trip article button:hover {
        color: white;
        background-color: black;
    }

    /* sekcja Wiatr */
    .wind article {
        background-color: black;
    }

    div.wind article h2 {
        color: white
    }

    .wind article p {
        color: white;
    }

    .wind div.imageWind {
        background-image: url(../IMG/glowne-header3.png);
    }

    /* Sekcja Wycieczka */
    div.trip article button {
        border: 1px black solid;
        color: black;
    }

    .trip div.imageTrip {
        background-image: url(../IMG/024.png);
    }

    /* Sekcja Nieznane */

    .unknow article {
        background-color: black;
    }

    div.unknow article h2 {
        color: white
    }

    .unknow article p {
        color: white;
    }

    div.unknow div.imageUnknow {
        background-image: url(../IMG/43.png);
        background-position: 50% 60%;

    }

    /* sekcja Oferta samochów */

    .offer h2 {
        padding: 2vh 0 2vh;
        font-size: 10vh;
    }

    div.wrapper {
        display: grid;
        grid-template-columns: repeat(2, 50%);
        grid-template-rows: repeat(4, 25%);
        text-align: center;
        font-size: 0;
    }

    img.photo {
        width: 90%;
    }

    /* Price etc*/

    div.description {
        display: grid;
        grid-template-columns: 5% 30% 15% 30% 15% 10% 5%;
        grid-template-rows: 8vh 20vh 10vh 10vh;
        z-index: 1;
        font-size: 3vh;
    }

    div.description h3:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 3;
        padding: 1vh 0 0 1vh;
        font-size: 3vh;
        border-bottom: 1px solid black;
    }

    div.description h3:nth-of-type(2) {
        grid-column-start: 5;
        grid-column-end: 6;
        font-size: 3vh;
        padding-top: 3vh;
        border-bottom: 1px solid black;
    }

    div.description p {
        padding-top: 2vh;
        padding-left: 1vw;
        font-size: 2.2vh;
    }

    div.description p:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        text-align: left;
    }

    div.description p:nth-of-type(2) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
        padding-left: 2vw;
        text-align: left;
    }

    div.description p:nth-of-type(3) {
        grid-column-start: 4;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 5;
        text-align: right;
    }

    div.description span {
        font-size: 2vh;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    div.description a.buttonPrice {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
        padding-left: 0vh;
    }

    div.description button {
        grid-column-start: 2;
        grid-column-end: 3;
        border: solid 1px black;
        background-color: white;
        color: black;
        font-size: 3vh;
        font-weight: bold;
        margin-left: 2vw;
        padding: 10px 20px;
        cursor: pointer;
    }

    div.description h2.priceTable {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
        text-align: left;
        padding-left: 3vh;
        font-size: 3vh;
    }

    div.popPrice {
        grid-column-start: 2;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    div.popPrice p {
        font-size: 2vh;
    }

    div.popPrice p:nth-of-type(2n+1) {
        grid-column-start: 2;
        grid-column-end: 3;
        text-align: left;
        color: white;
        border-bottom: 1px white solid;
    }

    div.description div.popPrice p:nth-of-type(2n) {
        grid-column-start: 3;
        grid-column-end: 4;
        text-align: right;
        color: white;
        border-bottom: 1px white solid;
    }

    /* Tabele samochodów */

    section.offer div.wrapper div:nth-of-type(2) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    section.offer div.wrapper div:nth-of-type(3) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    section.offer div.wrapper div:nth-of-type(4) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    section.offer div.wrapper div:nth-of-type(5) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    section.offer div.wrapper div:nth-of-type(6) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    section.offer div.wrapper div:nth-of-type(7) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    section.offer div.wrapper div:nth-of-type(8) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    /* moze sie rozjechac obserwowac */
    div.popPrice p:nth-of-type(1) {
        grid-row-start: 1;
        grid-row-end: 2;
        text-align: left;

    }

    div.description div.popPrice p:nth-of-type(2) {
        grid-row-start: 1;
        grid-row-end: 2;

    }

    div.popPrice p:nth-of-type(3) {
        grid-row-start: 2;
        grid-row-end: 3;
    }

    div.popPrice p:nth-of-type(4) {
        grid-row-start: 2;
        grid-row-end: 3;
    }

    div.popPrice p:nth-of-type(5) {
        grid-row-start: 3;
        grid-row-end: 4;
    }

    div.popPrice p:nth-of-type(6) {
        grid-row-start: 3;
        grid-row-end: 4;
    }

    div.popPrice p:nth-of-type(7) {
        grid-row-start: 4;
        grid-row-end: 5;
    }

    div.popPrice p:nth-of-type(8) {
        grid-row-start: 4;
        grid-row-end: 5;
    }

    div.popPrice p:nth-of-type(9) {
        grid-row-start: 5;
        grid-row-end: 6;
    }

    div.popPrice p:nth-of-type(10) {
        grid-row-start: 5;
        grid-row-end: 6;
    }

    div.popPrice h3.popUpHidden {
        font-size: 4vh;
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 7;
        grid-row-end: 8;
        border-bottom: white 1px solid;
        cursor: pointer;
        color: white;
    }

    /* Baner z Autami*/
    div.banerCars {
        display: grid;
        grid-template-columns: 35% 30% 35%;
        grid-template-rows: repeat(2, 50%);
        height: 25vh;
        width: 100%;
        background-color: black;
        font-size: 6vh;
        color: white;
    }

    section div.banerCars h2,
    section div.banerCars p {
        text-align: center;
        align-self: center;
    }

    section div.banerCars h2 {
        grid-row-start: 1;
        grid-row-end: 2;
    }

    section div.banerCars p {
        grid-row-start: 2;
        grid-row-end: 3;
        font-size: 3vh;
    }


    /* Section Works */

    section.works h2 {
        text-align: center;
        padding: 3vh 0 3vh;
        font-size: 12vh;
    }

    section.works div {
        display: grid;
        grid-template-columns: 10% 80% 10%;
        grid-template-rows: 40% 45% 15%;
        height: 120vh;
    }

    section.works div img {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 3;
        width: 100%;
    }

    section.works div div {
        display: grid;
        height: auto;
        grid-template-columns: 1% 80% 5%;
        grid-template-rows: 5% 20% 60% 15%;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 4;
    }

    #slides {
        display: grid;
        grid-template-columns: 10% 80% 10%;
        grid-template-rows: 1% 60% 35%;
        color: white;
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    section.works div div h3 {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 2;
        font-size: 5vh;
        text-align: center;
        align-self: center;
        color: white;

    }

    section.works div.slides-container div.mySlides {
        grid-template-columns: 20% 20% 20% 20% 20%;
        grid-template-rows: 15% 25% 20% 25% 15%;
    }


    section.works div div div.slides-container div.mySlides div.text {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 5;
        font-size: 3.5vh;
    }



    .prev,
    .next {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 4;
        padding-left: 0;
        text-align: center;
        align-self: center;
        cursor: pointer;
        width: auto;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        font-weight: bold;
        line-height: 50vh;
        font-size: 6vh;
        transition: 0.2s;
    }

    .next {
        grid-column-start: 3;
        grid-column-end: 4;


    }

    #carusel {
        color: white;
        font-size: 4vh;
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 5;
        grid-row-end: 6;

    }


    /*section apps */

    section.apps {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 45% 25% 25% 5%;
        height: 50vh;
        font-size: 6vh;
        background-color: #FF683C;
    }

    section.apps h2 {
        grid-column-start: 1;
        grid-column-end: 3;
        padding-left: 2vw;
    }

    section.apps a img {
        width: 30vw;
        align-self: center;
    }

    section.apps a.google {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;

    }

    /* FAQ */

    section.faq h2 {
        text-align: center;
        font-size: 12vh;
    }

    section.faq ol {
        grid-column-start: 1;
        grid-column-end: 3;
        text-align: left;
        width: 100%;
        padding-bottom: 2vh;
    }

    section.faq ol li {
        display: grid;
        grid-template-columns: 5% 70% 2% 8%;
        width: 100%;
        text-align: left;

    }

    section.faq ol li p {
        grid-column-start: 2;
        grid-column-end: 3;
    }

    div.arrow {
        grid-column-start: 4;
        grid-column-end: 5;
        font-size: 6vh;
        text-align: center;
        align-self: center;
        transform: rotate(180deg) translate(1vh, 1vh) scaleX(1.5);
        cursor: pointer;
    }

    div.arrow1.active,
    div.arrow2.active,
    div.arrow3.active,
    div.arrow4.active,
    div.arrow5.active,
    div.arrow6.active,
    div.arrow7.active,
    div.arrow8.active,
    div.arrow8.active,
    div.arrow9.active,
    div.arrow10.active {
        transform: rotate(0) scaleX(1.5);
    }

    li p:nth-of-type(2) {
        display: none;
        height: 0px;
        z-index: -3;
        transition: 1s;
    }

    li p.active {
        display: block;
        height: auto;
        padding: 0.5vh 0.5vw;
    }

    /*footer*/
    footer div.footer {
        display: grid;
        grid-template-columns: 5% 18% 18% 18% 18% 18% 5%;
        grid-template-rows: 5% 15% 15% 15% 15% 1% 34%;
        height: 60vh;
        width: 100%;
        background-color: black;

    }

    footer div.footer a {
        padding-left: 0;
        font-size: 3vh;
    }

    footer div.footer a:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    footer div.footer a:nth-of-type(2) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    footer div.footer a:nth-of-type(3) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    footer div.footer a:nth-of-type(4) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    footer div.footer a:nth-of-type(5) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 5;
        grid-row-end: 6;
    }

    footer div.footer a:nth-of-type(6) {
        grid-column-start: 5;
        grid-column-end: 7;
        grid-row-start: 2;
        grid-row-end: 3;
        text-align: right;
    }

    footer div.footer a:nth-of-type(7) {
        grid-column-start: 5;
        grid-column-end: 7;
        grid-row-start: 3;
        grid-row-end: 4;
        text-align: right;
    }

    footer div.footer a:nth-of-type(8) {
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 7;
        grid-row-end: 8;
        width: 6vw;
        text-align: center;
        align-self: center;

    }

    footer div.footer a:nth-of-type(9) {
        grid-column-start: 6;
        grid-column-end: 7;
        grid-row-start: 7;
        grid-row-end: 8;
        text-align: center;
        align-self: center;
    }

    footer div.footer a:nth-of-type(10) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 7;
        grid-row-end: 8;
        font-size: 6vh;
        text-align: center;
        align-self: center;
    }

    footer div.footer a:nth-of-type(11) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 7;
        grid-row-end: 8;
        font-size: 6vh;
        text-align: center;
        align-self: center;
    }


    footer div.footer a img {
        width: 15vh;
    }
}

@media only screen and (min-width:1001px)and (max-width:1200px) {
    nav {
        height: 10vh;
    }


    div.bars {
        height: 10vh;
        width: 5vw;
        right: 5vw;
        top: 1px;
    }

    img.logo {
        height: 3vh;
    }


    div.menu {
        top: 9vh;
        height: 91vh;

    }

    ul {
        font-size: 8vh;
    }

    li {
        text-align: left;

    }

    li:hover {
        text-decoration: underline;
    }

    a {
        padding-left: 8vw;
    }

    a:visited {
        color: white;
    }

    a.mail {
        width: 0;
        left: 5vw;
        bottom: 20vh;
        font-size: 3vh;
    }

    a.kom {
        left: 20vw;
        bottom: 20vh;
        font-size: 3vh;
        width: 30%;
    }

    .fbMenu {
        left: 5vw;
        bottom: 10vh;
        width: 0;
        font-size: 5vh;
    }


    .instMenu {
        right: 25vw;
        bottom: 10vh;
        width: 0;
        font-size: 5vh;
    }

    img.logo {
        display: flex;
        position: fixed;
        top: 4vh;
        left: 90px;
        height: 3vh;
    }

    /* Header */

    div.fell {
        display: grid;
        grid-template-columns: 6% 19% 1% 8% 6% 22% 38%;
        grid-template-rows: 15% 21% 8% 3% 20% 6% 28%;
        width: 100%;
        height: 90%;
        top: 10%;
        left: 0;
        font-size: 8vh;
    }

    div.fell h2 {
        left: 0;
        grid-column-start: 2;
        grid-column-end: 8;
        grid-row-start: 2;
        grid-row-end: 3;
        font-size: 15vh;
    }

    div.fell p:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
        top: 0;
        left: 0;
        font-size: 4vh;
    }

    div.fell p:nth-of-type(2) {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 5;
        grid-row-end: 6;
        top: 0;
        left: 0vw;
        font-size: 3vh;
    }

    div.buttonHeader button {
        padding: 12px;
        font-size: 3vh;
    }

    div.buttonHeader a:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 3;
        padding-left: 0;
        left: 90px;
    }

    div.buttonHeader a:nth-of-type(2) {
        top: 70vh;
        left: 220px;
    }

    div.buttonHeader button {
        padding: 12px;
        font-size: 16px;
    }


    /*1st secion*/
    section.about div.aboutIMG {
        display: flex;
        position: relative;
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 4;
        top: 0vh;
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }


    .about article {
        display: grid;
        grid-template-columns: 13% 34% 8% 17% 28%;
        grid-template-rows: 20% 20% 9% 13% 12% 1% 6% 19%;
        grid-column-start: 1;
        grid-column-end: 5;
        width: 100%;
        height: 58vh;
        background-color: white;
    }

    .about div.aboutUs article {
        display: grid;
        grid-template-columns: 6.5% 21% 11% 61.5%;
        height: 37vh;
    }


    .aboutUs article h2 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        width: 50%;
        top: 1vh;
        left: 4vw;
        font-size: 8vh;
        font-weight: bold;
        color: black;

    }

    .about div article h2 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        display: flex;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        font-size: 8vh;
        font-weight: bold;
        color: black;

    }

    .about div article p {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 5;
        margin: 0;
        font-size: 16px;
        font-weight: normal;

    }

    .about div.aboutUs article p {
        grid-column-start: 2;
        grid-column-end: 4;

    }

    .about div article button {
        border: 1px white solid;
        margin-left: 0vw;
        padding: 10px;
        color: white;
        transition: 0.5s;
        font-weight: bold;
        font-size: 1.5vh;
    }

    .about div article a {
        padding-left: 0;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 8;
        grid-row-end: 9;
    }

    .about div article button:hover {
        background-color: white;
        color: black;
    }

    .about div.trip article button:hover {
        color: white;
        background-color: black;
    }



    /* sekcja Wiatr */
    div.wind {
        display: grid;
        grid-template-columns: 6% 31% 3% 10% 50%;
        grid-template-rows: 50% 50%;
    }

    .wind article {
        background-color: black;
    }

    div.wind article h2 {
        color: white
    }



    .wind div.imageWind {
        background-image: url(../IMG/glowne-header3.png);
    }

    /* Sekcja Wycieczka */
    div.trip {
        display: grid;
        grid-template-columns: 50% 6% 31% 3% 10%;
        grid-template-rows: 50% 50%;
    }

    div.trip article {
        grid-column-start: 2;
        grid-column-end: 6;
    }


    div.trip article button {
        border: 1px black solid;
        color: black;
    }

    section.about div.trip div.imageTrip {
        background-image: url(../IMG/024.png);
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 3;
        height: 100%;
    }

    /* Sekcja Nieznane */
    div.unknow {
        display: grid;
        grid-template-columns: 6% 31% 3% 10% 50%;
        grid-template-rows: 50% 50%;
    }

    .unknow article {
        background-color: black;
    }

    div.unknow article h2 {
        color: white
    }

    .unknow article p {
        color: white;
    }

    div.unknow div.imageUnknow {
        background-image: url(../IMG/43.png);
        background-position: 50% 60%;

    }

    /* sekcja Oferta samochów */

    .offer h2 {
        padding: 3vh 0 3vh 6%;
        text-align: left;
        font-size: 10vh;
    }

    div.wrapper {
        display: grid;
        grid-template-columns: 6% 43% 2% 43% 6%;
        grid-template-rows: repeat(4, 25%);
        text-align: center;
        font-size: 0;
    }

    img.photo {
        width: 100%;
    }

    /* Price etc*/

    div.description {
        display: grid;
        grid-template-columns: 6% 30% 15% 30% 19% 10% 5%;
        grid-template-rows: 8vh 20vh 10vh 10vh;
        z-index: 1;
        font-size: 3vh;
    }

    div.description h3:nth-of-type(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        text-align: left;
        padding: 0;
        font-size: 3vh;
        border-bottom: 1px solid black;
    }

    div.description h3:nth-of-type(2) {
        grid-column-start: 5;
        grid-column-end: 6;
        font-size: 3vh;
        padding-top: 3vh;
        border-bottom: 1px solid black;
    }

    div.description p {
        padding-top: 2vh;
        padding-left: 1vw;
        font-size: 2.2vh;
    }

    div.description p:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        text-align: left;
    }

    div.description p:nth-of-type(2) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
        padding-left: 2vw;
        text-align: left;
    }

    div.description p:nth-of-type(3) {
        grid-column-start: 4;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 5;
        text-align: right;
    }

    div.description span {
        font-size: 2vh;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    div.description a.buttonPrice {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
        padding-left: 0vh;
    }

    div.description button {
        grid-column-start: 2;
        grid-column-end: 3;
        border: solid 1px black;
        background-color: white;
        color: black;
        font-size: 3vh;
        font-weight: bold;
        margin-left: 2vw;
        padding: 10px 20px;
        cursor: pointer;
    }

    div.description h2.priceTable {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
        text-align: left;
        padding-left: 8vh;
        font-size: 2.5vh;
    }

    div.wrapper div div.description div.popPrice {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    div.wrapper div div.description div.popPrice p {
        font-size: 2vh;
    }

    div.popPrice p:nth-of-type(2n+1) {
        grid-column-start: 2;
        grid-column-end: 3;
        text-align: left;
        color: white;
        border-bottom: 1px white solid;
    }

    div.description div.popPrice p:nth-of-type(2n) {
        grid-column-start: 3;
        grid-column-end: 4;
        text-align: right;
        color: white;
        border-bottom: 1px white solid;
    }

    /* Tabele samochodów */
    section.offer div.wrapper div:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    section.offer div.wrapper div:nth-of-type(2) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    section.offer div.wrapper div:nth-of-type(3) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    section.offer div.wrapper div:nth-of-type(4) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    section.offer div.wrapper div:nth-of-type(5) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    section.offer div.wrapper div:nth-of-type(6) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    section.offer div.wrapper div:nth-of-type(7) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    section.offer div.wrapper div:nth-of-type(8) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    /* moze sie rozjechac obserwowac */
    div.popPrice p:nth-of-type(1) {
        grid-row-start: 1;
        grid-row-end: 2;
        text-align: left;

    }

    div.description div.popPrice p:nth-of-type(2) {
        grid-row-start: 1;
        grid-row-end: 2;

    }

    div.popPrice p:nth-of-type(3) {
        grid-row-start: 2;
        grid-row-end: 3;
    }

    div.popPrice p:nth-of-type(4) {
        grid-row-start: 2;
        grid-row-end: 3;
    }

    div.popPrice p:nth-of-type(5) {
        grid-row-start: 3;
        grid-row-end: 4;
    }

    div.popPrice p:nth-of-type(6) {
        grid-row-start: 3;
        grid-row-end: 4;
    }

    div.popPrice p:nth-of-type(7) {
        grid-row-start: 4;
        grid-row-end: 5;
    }

    div.popPrice p:nth-of-type(8) {
        grid-row-start: 4;
        grid-row-end: 5;
    }

    div.popPrice p:nth-of-type(9) {
        grid-row-start: 5;
        grid-row-end: 6;
    }

    div.popPrice p:nth-of-type(10) {
        grid-row-start: 5;
        grid-row-end: 6;
    }

    div.popPrice h3.popUpHidden {
        font-size: 3vh;
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 7;
        grid-row-end: 8;
        border-bottom: white 1px solid;
        cursor: pointer;
        color: white;
    }

    /* Baner z Autami*/
    div.banerCars {
        display: grid;
        grid-template-columns: 35% 30% 35%;
        grid-template-rows: repeat(2, 50%);
        height: 25vh;
        width: 100%;
        background-color: black;
        font-size: 6vh;
        color: white;
    }

    section div.banerCars h2,
    section div.banerCars p {
        text-align: center;
        align-self: center;
    }

    section div.banerCars h2 {
        grid-row-start: 1;
        grid-row-end: 2;
    }

    section div.banerCars p {
        grid-row-start: 2;
        grid-row-end: 3;
        font-size: 3vh;
    }


    /* Section Works */

    section.works h2 {
        text-align: left;
        padding: 3vh 0 3vh 6%;
        font-size: 12vh;
    }

    section.works div {
        display: grid;
        grid-template-columns: 6% 6% 28% 3% 5% 31% 15% 6%;
        grid-template-rows: 40% 10% 20% 25% 5%;
        height: 90vh;
    }

    section.works div img {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 1;
        grid-row-end: 2;
        width: 100%;
        height: auto;
    }

    section.works div div {
        display: grid;
        height: auto;
        grid-template-columns: 1% 80% 5%;
        grid-template-rows: 5% 20% 60% 15%;
        grid-column-start: 2;
        grid-column-end: 8;
        grid-row-start: 3;
        grid-row-end: 7;
    }

    #slides {
        display: grid;
        grid-template-columns: 6% 40% 10% 10%;
        grid-template-rows: 20% 20%;
        color: white;
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    section.works div div h3 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        font-size: 34px;
        text-align: left;
        color: white;

    }

    section.works div.slides-container div.mySlides {
        display: grid;
        grid-column-start: 1;
        grid-column-end: 7;
        grid-row-start: 1;
        grid-row-end: 5;
        grid-template-columns: 6% 10% 20% 20% 10% 10% 24%;
        grid-template-rows: 15% 25% 15% 25% 15%;
    }

    section.works div div div.slides-container div.mySlides div.text {
        display: grid;
        grid-template-columns: 45% 5% 50%;
        grid-column-start: 2;
        grid-column-end: 8;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    section.works div div div.slides-container div.mySlides div.text p:nth-of-type(1) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
        font-size: 16px;
    }

    section.works div div div.slides-container div.mySlides div.text p:nth-of-type(2) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 4;
        font-size: 16px;
    }



    .prev,
    .next {
        grid-column-start: 6;
        grid-column-end: 7;
        grid-row-start: 3;
        grid-row-end: 4;
        padding-left: 0;
        text-align: center;
        align-self: center;
        cursor: pointer;
        width: auto;
        background-color: transparent;
        color: white;
        font-weight: bold;
        line-height: 0vh;
        font-size: 6vh;
        transition: 0.2s;
        z-index: 6;
    }

    .next {
        grid-column-start: 7;
        grid-column-end: 8;


    }

    #carusel {
        color: white;
        font-size: 4vh;
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 2;
        grid-row-end: 3;

    }


    /*section apps */

    section.apps {
        display: grid;
        grid-template-columns: 6% 37% 6% 37% 8% 6%;
        grid-template-rows: 10% 40% 15% 35% 10%;
        width: 100%;
        height: 42vh;
        font-size: 6vh;
        background-color: #FF683C;
    }

    section.apps h2 {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
        padding-left: 0;
    }

    section.apps a img {
        width: 14vw;
        align-self: center;
    }

    section.apps a.apple {
        padding-left: 0vw;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    section.apps a.google {
        padding-left: 0;
        text-align: right;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;

    }

    /* FAQ */



    section.faq h2 {
        text-align: left;
        font-size: 12vh;
        padding: 4% 0 5% 6%;
    }

    section.faq ol {
        grid-column-start: 1;
        grid-column-end: 3;
        text-align: left;
        width: 100%;
        padding-bottom: 2vh;
    }

    section.faq ol li {
        display: grid;
        grid-template-columns: 6% 70% 2% 8%;
        width: 100%;
        text-align: left;
        text-decoration: none;

    }

    section.faq ol li p {
        grid-column-start: 2;
        grid-column-end: 3;
        font-size: 2vh;
    }

    div.arrow {
        grid-column-start: 4;
        grid-column-end: 5;
        font-size: 6vh;
        text-align: center;
        align-self: center;
        transform: rotate(180deg) translate(1vh, 1vh) scaleX(1.5);
        cursor: pointer;
    }

    div.arrow1.active,
    div.arrow2.active,
    div.arrow3.active,
    div.arrow4.active,
    div.arrow5.active,
    div.arrow6.active,
    div.arrow7.active,
    div.arrow8.active,
    div.arrow8.active,
    div.arrow9.active,
    div.arrow10.active {
        transform: rotate(0) scaleX(1.5);
    }

    li p:nth-of-type(2) {
        display: none;
        height: 0px;
        z-index: -3;
        transition: 1s;
    }

    li p.active {
        display: block;
        height: auto;
        padding: 0.5vh 0.5vw;
    }

    /*footer*/
    footer div.footer {
        display: grid;
        grid-template-columns: 6% 10% 9% 7% 9% 10% 4%;
        grid-template-rows: 8vh 10% 9% 8% 15% 8vh;
        height: 25vh;
        width: 100%;
        background-color: black;

    }

    footer div.footer a {
        padding-left: 0;
        font-size: 1.3vh;
    }

    footer div.footer a:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    footer div.footer a:nth-of-type(2) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    footer div.footer a:nth-of-type(3) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    footer div.footer a:nth-of-type(4) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    footer div.footer a:nth-of-type(5) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 5;
        grid-row-end: 6;
    }

    footer div.footer a:nth-of-type(6) {
        grid-column-start: 6;
        grid-column-end: 7;
        grid-row-start: 2;
        grid-row-end: 3;
        text-align: left;
    }

    footer div.footer a:nth-of-type(7) {
        grid-column-start: 6;
        grid-column-end: 7;
        grid-row-start: 3;
        grid-row-end: 4;
        text-align: left;
    }

    footer div.footer a:nth-of-type(8) {
        grid-column-start: 8;
        grid-column-end: 9;
        grid-row-start: 4;
        grid-row-end: 5;
        width: 7vw;
        text-align: center;
        align-self: center;

    }

    footer div.footer a:nth-of-type(9) {
        grid-column-start: 9;
        grid-column-end: 10;
        grid-row-start: 5;
        grid-row-end: 6;
        text-align: center;
        align-self: top;
    }

    footer div.footer a:nth-of-type(10) {
        grid-column-start: 6;
        grid-column-end: 7;
        grid-row-start: 5;
        grid-row-end: 6;
        font-size: 2.2vh;
        text-align: left;
        align-self: top;
    }

    footer div.footer a:nth-of-type(11) {
        grid-column-start: 6;
        grid-column-end: 7;
        grid-row-start: 5;
        grid-row-end: 6;
        font-size: 2.2vh;
        text-align: center;
        align-self: center;
    }


    footer div.footer a img {
        width: 7vh;
    }
}

@media only screen and (min-width: 1201px) {
    nav {
        height: 10vh;
    }


    div.bars {
        height: 10vh;
        width: 5vw;
        right: 5vw;
        top: 1px;
    }

    img.logo {
        height: 3vh;
    }


    div.menu {
        top: 9vh;
        height: 91vh;

    }

    ul {
        font-size: 8vh;
    }

    li {
        text-align: left;

    }

    li:hover {
        text-decoration: underline;
    }

    a {
        padding-left: 8vw;
    }

    a:visited {
        color: white;
    }

    a.mail {
        width: 0;
        left: 5vw;
        bottom: 20vh;
        font-size: 3vh;
    }

    a.kom {
        left: 20vw;
        bottom: 20vh;
        font-size: 3vh;
        width: 30%;
    }

    .fbMenu {
        left: 5vw;
        bottom: 10vh;
        width: 0;
        font-size: 5vh;
    }


    .instMenu {
        right: 25vw;
        bottom: 10vh;
        width: 0;
        font-size: 5vh;
    }

    img.logo {
        display: flex;
        position: fixed;
        top: 4vh;
        left: 90px;
        height: 3vh;
    }

    /* Header */

    div.fell {
        display: grid;
        grid-template-columns: 6% 19% 1% 8% 6% 22% 38%;
        grid-template-rows: 15% 21% 8% 3% 20% 6% 28%;
        width: 100%;
        height: 90%;
        top: 10%;
        left: 0;
        font-size: 8vh;
    }

    div.fell h2 {
        left: 0;
        grid-column-start: 2;
        grid-column-end: 8;
        grid-row-start: 2;
        grid-row-end: 3;
        font-size: 15vh;
    }

    div.fell p:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
        top: 0;
        left: 0;
        font-size: 4vh;
    }

    div.fell p:nth-of-type(2) {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 5;
        grid-row-end: 6;
        top: 0;
        left: 0vw;
        font-size: 3vh;
    }

    div.buttonHeader button {
        padding: 12px;
        font-size: 3vh;
    }

    div.buttonHeader a:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 3;
        padding-left: 0;
        left: 90px;
    }

    div.buttonHeader a:nth-of-type(2) {
        top: 70vh;
        left: 220px;
    }

    div.buttonHeader button {
        padding: 12px;
        font-size: 16px;
    }


    /*1st secion*/
    section.about div.aboutIMG {
        display: flex;
        position: relative;
        grid-column-start: 5;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 4;
        top: 0vh;
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }


    .about article {
        display: grid;
        grid-template-columns: 13% 34% 8% 17% 28%;
        grid-template-rows: 20% 20% 9% 13% 12% 6% 20%;
        grid-column-start: 1;
        grid-column-end: 5;
        width: 100%;
        height: 58vh;
        background-color: white;
    }

    .about div.aboutUs article {
        display: grid;
        grid-template-columns: 6.5% 21% 11% 61.5%;
        height: 37vh;
    }


    .aboutUs article h2 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 2;
        width: 50%;
        top: 1vh;
        left: 4vw;
        font-size: 8vh;
        font-weight: bold;
        color: black;

    }

    .about div article h2 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        display: flex;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        font-size: 8vh;
        font-weight: bold;
        color: black;

    }

    .about div article p {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 5;
        margin: 0;
        font-size: 16px;
        font-weight: normal;

    }

    .about div.aboutUs article p {
        grid-column-start: 2;
        grid-column-end: 4;

    }

    .about div article button {
        border: 1px white solid;
        margin-left: 0vw;
        padding: 25px;
        color: white;
        transition: 0.5s;
        font-weight: bold;
        font-size: 1.5vh;
    }

    .about div article a {
        padding-left: 0;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 6;
        grid-row-end: 7;
    }

    .about div article button:hover {
        background-color: white;
        color: black;
    }

    .about div.trip article button:hover {
        color: white;
        background-color: black;
    }



    /* sekcja Wiatr */
    div.wind {
        display: grid;
        grid-template-columns: 6% 31% 3% 10% 50%;
        grid-template-rows: 50% 50%;
    }

    .wind article {
        background-color: black;
    }

    div.wind article h2 {
        color: white
    }



    .wind div.imageWind {
        background-image: url(../IMG/glowne-header3.png);
    }

    /* Sekcja Wycieczka */
    div.trip {
        display: grid;
        grid-template-columns: 50% 6% 31% 3% 10%;
        grid-template-rows: 50% 50%;
    }

    div.trip article {
        grid-column-start: 2;
        grid-column-end: 6;
    }


    div.trip article button {
        border: 1px black solid;
        color: black;
    }

    section.about div.trip div.imageTrip {
        background-image: url(../IMG/024.png);
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 3;
        height: 100%;
    }

    /* Sekcja Nieznane */
    div.unknow {
        display: grid;
        grid-template-columns: 6% 31% 3% 10% 50%;
        grid-template-rows: 50% 50%;
    }

    .unknow article {
        background-color: black;
    }

    div.unknow article h2 {
        color: white
    }

    .unknow article p {
        color: white;
    }

    div.unknow div.imageUnknow {
        background-image: url(../IMG/43.png);
        background-position: 50% 60%;

    }

    /* sekcja Oferta samochów */

    .offer h2 {
        padding: 3vh 0 3vh 6%;
        text-align: left;
        font-size: 10vh;
    }

    div.wrapper {
        display: grid;
        grid-template-columns: 6% 43% 2% 43% 6%;
        grid-template-rows: repeat(4, 25%);
        text-align: center;
        font-size: 0;
    }

    img.photo {
        width: 100%;
    }

    /* Price etc*/

    div.description {
        display: grid;
        grid-template-columns: 6% 30% 15% 30% 19% 10% 5%;
        grid-template-rows: 8vh 20vh 10vh 10vh;
        z-index: 1;
        font-size: 3vh;
    }

    div.description h3:nth-of-type(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        text-align: left;
        padding: 0;
        font-size: 3vh;
        border-bottom: 1px solid black;
    }

    div.description h3:nth-of-type(2) {
        grid-column-start: 5;
        grid-column-end: 6;
        font-size: 3vh;
        padding-top: 3vh;
        border-bottom: 1px solid black;
    }

    div.description p {
        padding-top: 2vh;
        padding-left: 1vw;
        font-size: 2.2vh;
    }

    div.description p:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        text-align: left;
    }

    div.description p:nth-of-type(2) {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
        padding-left: 2vw;
        text-align: left;
    }

    div.description p:nth-of-type(3) {
        grid-column-start: 4;
        grid-column-end: 6;
        grid-row-start: 2;
        grid-row-end: 5;
        text-align: right;
    }

    div.description span {
        font-size: 2vh;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    div.description a.buttonPrice {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
        padding-left: 0vh;
    }

    div.description button {
        grid-column-start: 2;
        grid-column-end: 3;
        border: solid 1px black;
        background-color: white;
        color: black;
        font-size: 3vh;
        font-weight: bold;
        margin-left: 2vw;
        padding: 10px 20px;
        cursor: pointer;
    }

    div.description h2.priceTable {
        grid-column-start: 3;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
        text-align: left;
        padding-left: 5vh;
        font-size: 3vh;
    }

    div.wrapper div div.description div.popPrice {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    div.wrapper div div.description div.popPrice p {
        font-size: 2vh;
    }

    div.popPrice p:nth-of-type(2n+1) {
        grid-column-start: 2;
        grid-column-end: 3;
        text-align: left;
        color: white;
        border-bottom: 1px white solid;
    }

    div.description div.popPrice p:nth-of-type(2n) {
        grid-column-start: 3;
        grid-column-end: 4;
        text-align: right;
        color: white;
        border-bottom: 1px white solid;
    }

    /* Tabele samochodów */
    section.offer div.wrapper div:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    section.offer div.wrapper div:nth-of-type(2) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    section.offer div.wrapper div:nth-of-type(3) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    section.offer div.wrapper div:nth-of-type(4) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    section.offer div.wrapper div:nth-of-type(5) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    section.offer div.wrapper div:nth-of-type(6) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    section.offer div.wrapper div:nth-of-type(7) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    section.offer div.wrapper div:nth-of-type(8) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    /* moze sie rozjechac obserwowac */
    div.popPrice p:nth-of-type(1) {
        grid-row-start: 1;
        grid-row-end: 2;
        text-align: left;

    }

    div.description div.popPrice p:nth-of-type(2) {
        grid-row-start: 1;
        grid-row-end: 2;

    }

    div.popPrice p:nth-of-type(3) {
        grid-row-start: 2;
        grid-row-end: 3;
    }

    div.popPrice p:nth-of-type(4) {
        grid-row-start: 2;
        grid-row-end: 3;
    }

    div.popPrice p:nth-of-type(5) {
        grid-row-start: 3;
        grid-row-end: 4;
    }

    div.popPrice p:nth-of-type(6) {
        grid-row-start: 3;
        grid-row-end: 4;
    }

    div.popPrice p:nth-of-type(7) {
        grid-row-start: 4;
        grid-row-end: 5;
    }

    div.popPrice p:nth-of-type(8) {
        grid-row-start: 4;
        grid-row-end: 5;
    }

    div.popPrice p:nth-of-type(9) {
        grid-row-start: 5;
        grid-row-end: 6;
    }

    div.popPrice p:nth-of-type(10) {
        grid-row-start: 5;
        grid-row-end: 6;
    }

    div.popPrice h3.popUpHidden {
        font-size: svh;
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 7;
        grid-row-end: 8;
        border-bottom: white 1px solid;
        cursor: pointer;
        color: white;
    }

    /* Baner z Autami*/
    div.banerCars {
        display: grid;
        grid-template-columns: 35% 30% 35%;
        grid-template-rows: repeat(2, 50%);
        height: 25vh;
        width: 100%;
        background-color: black;
        font-size: 6vh;
        color: white;
    }

    section div.banerCars h2,
    section div.banerCars p {
        text-align: center;
        align-self: center;
    }

    section div.banerCars h2 {
        grid-row-start: 1;
        grid-row-end: 2;
    }

    section div.banerCars p {
        grid-row-start: 2;
        grid-row-end: 3;
        font-size: 3vh;
    }


    /* Section Works */

    section.works h2 {
        text-align: left;
        padding: 3vh 0 3vh 6%;
        font-size: 12vh;
    }

    section.works div {
        display: grid;
        grid-template-columns: 6% 6% 28% 3% 5% 31% 15% 6%;
        grid-template-rows: 40% 10% 20% 25% 5%;
        height: 90vh;
    }

    section.works div img {
        grid-column-start: 1;
        grid-column-end: 9;
        grid-row-start: 1;
        grid-row-end: 2;
        width: 100%;
        height: auto;
    }

    section.works div div {
        display: grid;
        height: auto;
        grid-template-columns: 1% 80% 5%;
        grid-template-rows: 5% 20% 60% 15%;
        grid-column-start: 2;
        grid-column-end: 8;
        grid-row-start: 3;
        grid-row-end: 7;
    }

    #slides {
        display: grid;
        grid-template-columns: 6% 40% 10% 10%;
        grid-template-rows: 83px 20%;
        color: white;
        grid-column-start: 1;
        grid-column-end: 5;
        grid-row-start: 1;
        grid-row-end: 5;
    }

    section.works div div h3 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
        font-size: 34px;
        text-align: left;
        color: white;

    }

    section.works div.slides-container div.mySlides {
        display: grid;
        grid-column-start: 1;
        grid-column-end: 7;
        grid-row-start: 1;
        grid-row-end: 5;
        grid-template-columns: 6% 10% 20% 20% 10% 10% 24%;
        grid-template-rows: 5% 25% 20% 25% 15%;
    }

    section.works div div div.slides-container div.mySlides div.text {
        display: grid;
        grid-template-columns: 45% 5% 50%;
        grid-column-start: 2;
        grid-column-end: 8;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    section.works div div div.slides-container div.mySlides div.text p:nth-of-type(1) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
        font-size: 16px;
    }

    section.works div div div.slides-container div.mySlides div.text p:nth-of-type(2) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 4;
        font-size: 16px;
    }



    .prev,
    .next {
        grid-column-start: 6;
        grid-column-end: 7;
        grid-row-start: 2;
        grid-row-end: 4;
        padding-left: 0;
        text-align: center;
        align-self: center;
        cursor: pointer;
        width: auto;
        background-color: transparent;
        color: white;
        font-weight: bold;
        line-height: 0vh;
        font-size: 6vh;
        transition: 0.2s;
        z-index: 6;
    }

    .next {
        grid-column-start: 7;
        grid-column-end: 8;


    }

    #carusel {
        color: white;
        font-size: 4vh;
        grid-column-start: 7;
        grid-column-end: 8;
        grid-row-start: 2;
        grid-row-end: 3;

    }


    /*section apps */

    section.apps {
        display: grid;
        grid-template-columns: 6% 37% 6% 37% 8% 6%;
        grid-template-rows: 10% 40% 15% 35% 10%;
        width: 100%;
        height: 42vh;
        font-size: 6vh;
        background-color: #FF683C;
    }

    section.apps h2 {
        grid-column-start: 2;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
        padding-left: 0;
    }

    section.apps a img {
        width: 14vw;
        align-self: center;
    }

    section.apps a.apple {
        padding-left: 0vw;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    section.apps a.google {
        padding-left: 0;
        text-align: right;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;

    }

    /* FAQ */



    section.faq h2 {
        text-align: left;
        font-size: 12vh;
        padding: 4% 0 5% 6%;
    }

    section.faq ol {
        grid-column-start: 1;
        grid-column-end: 3;
        text-align: left;
        width: 100%;
        padding-bottom: 2vh;
    }

    section.faq ol li {
        display: grid;
        grid-template-columns: 6% 70% 2% 8%;
        width: 100%;
        text-align: left;
        text-decoration: none;

    }

    section.faq ol li p {
        grid-column-start: 2;
        grid-column-end: 3;
        font-size: 2vh;
    }

    div.arrow {
        grid-column-start: 4;
        grid-column-end: 5;
        font-size: 6vh;
        text-align: center;
        align-self: center;
        transform: rotate(180deg) translate(1vh, 1vh) scaleX(1.5);
        cursor: pointer;
    }

    div.arrow1.active,
    div.arrow2.active,
    div.arrow3.active,
    div.arrow4.active,
    div.arrow5.active,
    div.arrow6.active,
    div.arrow7.active,
    div.arrow8.active,
    div.arrow8.active,
    div.arrow9.active,
    div.arrow10.active {
        transform: rotate(0) scaleX(1.5);
    }

    li p:nth-of-type(2) {
        display: none;
        height: 0px;
        z-index: -3;
        transition: 1s;
    }

    li p.active {
        display: block;
        height: auto;
        padding: 0.5vh 0.5vw;
    }

    /*footer*/
    footer div.footer {
        display: grid;
        grid-template-columns: 6% 10% 9% 7% 9% 10% 4%;
        grid-template-rows: 8vh 10% 9% 8% 15% 8vh;
        height: 25vh;
        width: 100%;
        background-color: black;

    }

    footer div.footer a {
        padding-left: 0;
        font-size: 1.3vh;
    }

    footer div.footer a:nth-of-type(1) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    footer div.footer a:nth-of-type(2) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    footer div.footer a:nth-of-type(3) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    footer div.footer a:nth-of-type(4) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    footer div.footer a:nth-of-type(5) {
        grid-column-start: 4;
        grid-column-end: 5;
        grid-row-start: 5;
        grid-row-end: 6;
    }

    footer div.footer a:nth-of-type(6) {
        grid-column-start: 6;
        grid-column-end: 7;
        grid-row-start: 2;
        grid-row-end: 3;
        text-align: left;
    }

    footer div.footer a:nth-of-type(7) {
        grid-column-start: 6;
        grid-column-end: 7;
        grid-row-start: 3;
        grid-row-end: 4;
        text-align: left;
    }

    footer div.footer a:nth-of-type(8) {
        grid-column-start: 8;
        grid-column-end: 9;
        grid-row-start: 4;
        grid-row-end: 5;
        width: 7vw;
        text-align: center;
        align-self: center;

    }

    footer div.footer a:nth-of-type(9) {
        grid-column-start: 9;
        grid-column-end: 10;
        grid-row-start: 5;
        grid-row-end: 6;
        text-align: center;
        align-self: top;
    }

    footer div.footer a:nth-of-type(10) {
        grid-column-start: 6;
        grid-column-end: 7;
        grid-row-start: 5;
        grid-row-end: 6;
        font-size: 2.2vh;
        text-align: left;
        align-self: top;
    }

    footer div.footer a:nth-of-type(11) {
        grid-column-start: 6;
        grid-column-end: 7;
        grid-row-start: 5;
        grid-row-end: 6;
        font-size: 2.2vh;
        text-align: center;
        align-self: center;
    }


    footer div.footer a img {
        width: 7vh;
    }
}