html {

    font-family: 'Open Sans', arial, sans-serif;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* KLASA CLEARFIX */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

div.arrow {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: transparent;

    z-index: 2;
    opacity: 0;
}

div.arrow i {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #870082;

    border-radius: 50%;
    font-size: 60px;
}

div.arrow i:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 4px 4px #6e6e6e;
    box-shadow: 0 0 4px 4px #6e6e6e;
}

div.arrow.activated {
    opacity: 1;
}

/* HEADER */
header {
    position: relative;
    width: 100%;
    min-height: 748px;
    background-color: #f6f5f3;
    background-image: url(../images/tlo_1barzomale.jpg);
    background-repeat: no-repeat;
    background-size: 135%;
    background-position: -85px 0;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

div.circle {
    position: absolute;
    right: -91px;
    top: 308px;
    width: 128%;
}

/* NAWIGACJA */
nav {
    position: absolute;
    left: 0;
    top: 0;
    height: 40%;
    width: 100%;
}

nav ul li {
    list-style: none;
}

nav ul li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    color: white;
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 20px;
}

nav ul li.logo {
    height: 80px;
    width: 80%;
    margin-top: 20px;
}

nav ul li.logo img {
    width: 100%;
}

div.pocketone {
    float: left;
    width: 65%;
    border-right: 2px solid white;
}

div.pockettwo {
    float: left;
    width: 35%;
}

.pockettwo li:nth-child(1) img,
.pockettwo li:nth-child(2) img,
.pockettwo li:nth-child(3) img {
    height: 80%;
}

/* KONIEC NAWIGACJI */

/* DIV TITLE */
div.title {
    position: absolute;
    top: 410px;
    left: 28px;
    color: white;
}

div.title h1 {
    text-transform: uppercase;
    font-weight: 900;
}

/* DiV ANIMACJA */
div.anime {
    width: 80%;
    height: 65px;
    position: absolute;
    left: 48%;
    top: 538px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    text-align: left;
    letter-spacing: 8px;
    color: white;
}

.cursor {
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;

}


.cursor.active {
    opacity: 1;
}

/* DIV WORKS: co robimy */
.works {
    position: absolute;
    top: 586px;
    left: 20px;
    width: 100%;
    color: white;
    font-size: 14px;
}

.works p i {
    font-size: 8px;
    padding-right: 3px;
    padding-left: 3px;
    vertical-align: 3px;
}

@media (min-width: 360px) {
    header {
        background-size: 123%;
    }

    div.circle {
        top: 258px;
    }


}



@media (min-width: 400px) {
    header {
        background-size: 117%;
        background-position: -66px 0;
        min-height: 837px;
    }

    div.title h1 {
        font-size: 44px;
    }

    div.anime {
        left: 47%;
        top: 559px;
        font-size: 18px;
    }

    .works {
        top: 610px;
    }
}

@media (min-width: 460px) {
    header {
        background-image: url(../images/tlo_1male.jpg);
        background-size: 155%;
        background-position: -118px 0;
        min-height: 811px;
    }

    div.circle {
        top: 252px;
        width: 106%;
    }

    div.anime {
        left: 47%;
        top: 569px;
        font-size: 20px;
    }
}

@media (min-width: 520px) {
    header {
        background-size: 135%;
        min-height: 782px;
    }

    div.circle {
        top: 206px;
        width: 100%;
    }

    nav ul li.logo {
        width: 68%;
    }

    div.anime {
        left: 45%;
        top: 567px;
        font-size: 25px;
    }

    .works {
        left: 22px;
    }

    .works p {
        display: inline-block;
    }
}

@media (min-width: 640px) {
    header {
        background-size: 110%;
        background-position: -55px 0;
        min-height: 818px;
    }

    div.circle {
        top: 199px;
        width: 85%;
    }

    nav ul li.logo img {
        width: 80%;
    }

    div.title h1 {
        font-size: 52px;
    }

    div.anime {
        left: 45%;
        top: 567px;
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    header {
        background-size: 100%;
        background-position: 1px -88px;
        min-height: 800px;
    }

    div.circle {
        top: 195px;
        width: 67%;
    }

    nav ul li.logo img {
        width: 68%;
    }

    div.anime {
        left: 44%;
    }
}

@media (min-width: 950px) {
    header {
        background-image: url(../images/tlo_1.jpg);
        background-size: 139%;
        background-position: -129px 0;
        min-height: 747px;
    }

    div.circle {
        top: 144px;
        right: -103px;
        width: 60%;
    }

    nav {
        height: 20%;
    }

    nav ul li.logo {
        width: 52%;
        margin-left: 38px;
    }

    nav ul li a {
        padding-left: 46px;
        margin-bottom: 0px;
    }

    div.pocketone li {
        float: left;
    }

    div.pockettwo li {
        float: left;
    }

    div.pockettwo li a {
        margin-top: 6px;
    }

    div.pockettwo li:nth-child(1) {
        margin-left: 9px;
    }

    div.pockettwo li:nth-child(1) img,
    div.pockettwo li:nth-child(2) img,
    div.pockettwo li:nth-child(3) img {
        height: 71%;
    }

    div.title {
        top: 279px;
        left: 70px;
    }

    div.title h1 {
        font-size: 65px;
    }

    div.title p {
        font-size: 24px;
    }

    div.anime {
        left: 48%;
        top: 495px;
        font-size: 40px;
    }

    .works {
        left: 69px;
    }
}

@media (min-width: 1024px) {
    header {
        /* background-attachment: fixed; */
        background-size: 129%;
        background-position: -23px 0;
        min-height: 770px;
    }

    div.circle {
        right: -126px;
        top: 102px;
        width: 60%;
    }

    div.pockettwo li:nth-child(1) img,
    div.pockettwo li:nth-child(2) img,
    div.pockettwo li:nth-child(3) img {
        height: 55%;
        vertical-align: -2px;
    }

    div.pocketone {
        width: 51%;
        margin-top: 31px;
        margin-left: 20px;
    }

    div.pockettwo {
        width: 20%;
        margin-top: 31px;
    }

    div.pockettwo li {
        margin-right: 5px;
        margin-left: 10px;
        width: 20%;
    }

    div.pockettwo li:nth-child(1) {
        margin-left: 17px;
    }

    div.pocketone li {
        width: 25%;
    }

    nav {
        height: 13%;
    }

    nav ul li a {
        padding-left: 0px;
        -webkit-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s;
        text-align: center;
        font-size: 16px;
    }

    nav ul div.pocketone li:hover a {
        font-size: 18px;
        font-weight: 600;
        border-bottom: 3px solid #867dbd;
        color: #867dbd
    }

    nav ul div.pockettwo li:hover a {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
    }

    nav ul li.logo {
        float: left;
        width: 20%;
        height: 50px;
        margin-left: 54px;
        margin-top: 39px;
    }

    nav ul li.logo img {
        width: 100%;
    }

    div.title {
        top: 230px;
    }

    div.anime {
        top: 448px;
        left: 48%;
    }

    div.works {
        top: 568px;
        font-size: 16px;
    }

    div.works p i {
        margin-right: 3px;
        margin-left: 3px;
    }
}

@media (min-width: 1200px) {
    header {
        background-size: 113%;
        background-position: -39px 0;
    }

    div.circle {
        right: -119px;
        width: 55%;
        top: 81px;
    }

    nav ul li.logo {
        width: 16%;
        margin-left: 70px;
    }

    div.pocketone {
        width: 44%;
        margin-left: 220px;
    }

    div.pocketone li:nth-child(2) {
        padding-left: 11px;
    }

    div.pockettwo {
        width: 12%;
    }

    div.pockettwo li {
        margin-right: 5px;
        margin-left: 10px;
        width: 20%;
    }

    div.pockettwo li:nth-child(1) {
        margin-left: 21px;
    }

    div.pockettwo li:nth-child(1) img,
    div.pockettwo li:nth-child(2) img,
    div.pockettwo li:nth-child(3) img {
        height: 52%;
    }

    div.anime {
        left: 47%;
    }

    .works {
        left: 69px;
        font-size: 16px;
    }
}

@media (min-width: 1280px) {
    header {
        background-size: 107%;
        background-position: -9px 0;
        min-height: 850px;
    }

    div.circle {
        top: 41px;
    }

    div.anime {
        left: 46%;
    }
}

@media (min-width: 1360px) {
    header {
        background-size: 104%;
        min-height: 850px;
    }

    div.circle {
        width: 53%;
        top: 45px;
    }

    div.pocketone {
        margin-left: 260px;
    }

    div.anime {
        left: 46%;
    }
}

@media (min-width: 1600px) {
    header {
        background-size: 104%;
        background-position: 0px 0;
        min-height: 925px;
    }

    div.circle {
        right: -150px;
        top: 55px;
    }

    div.pocketone {
        margin-left: 300px;
    }

    div.anime {
        left: 44.75%;
    }
}

@media (min-width: 1680px) {
    header {
        background-size: 100%;
        background-position: 0px 0;
        min-height: 960px;
    }

    div.circle {
        width: 52%;
    }

    div.pocketone {
        margin-left: 350px;
    }

    div.title {
        top: 300px;
    }

    div.anime {
        left: 44.5%;
        top: 543px;
    }

    div.works {
        top: 700px;
        left: 69px;
        font-size: 20px;
    }

    div.works p i {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media (min-width: 1920px) {
    header {
        height: 1090px;
    }

    div.pocketone {
        margin-left: 429px;
    }

    div.pocketone li {
        width: 19%;
    }

    div.pocketone li:nth-child(1) {
        margin-left: 199px;
    }

    div.pockettwo li:nth-child(1) {
        margin-left: 28px;
    }

    nav ul li.logo {
        width: 15%;
        margin-top: 29px;
    }

    div.anime {
        left: 44%;
        top: 543px;
    }
}

/*KONIEC HEADER'A*/

/*SEKCJA PIERWSZA*/
section.one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #f6f5f3;
    min-height: 40vh;
    max-width: 1920px;
    margin: 0 auto;
}

div.experience,
div.clients,
div.projects {
    width: 65%;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
}

div.projects {
    margin-bottom: 60px;
}

section.one h1 {
    margin-top: 20px;
    height: 80px;
    line-height: 80px;
    font-weight: 700;
    border-bottom: 2px solid rgb(125, 7, 117);
    font-size: 54px;
}

section.one p {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
}

@media (min-width: 460px) {

    div.experience,
    div.clients,
    div.projects {
        width: 50%;
    }
}

@media (min-width: 950px) {
    section.one {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 30vh;
    }

    div.experience,
    div.clients,
    div.projects {
        -ms-flex-preferred-size: 183px;
        flex-basis: 183px;
        margin-bottom: 80px;
    }

    div.experience,
    div.clients {
        margin-right: 90px;
    }
}

@media (min-width: 1200px) {
    section.one {

        /* min-height: 40vh; */
        padding-bottom: 40px;
    }

    div.experience,
    div.clients,
    div.projects {
        -ms-flex-preferred-size: 241px;
        flex-basis: 241px;
    }

    div.experience,
    div.clients {
        margin-right: 90px;
    }

    section.one h1 {
        height: 90px;
        line-height: 90px;
        font-size: 76px;
    }

    section.one p {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (min-width: 1360px) {
    section.one p {
        margin-bottom: 50px;
    }
}

/*SEKCJA DRUGA ARTYKUŁ*/
section.two {
    min-height: 700px;
    max-width: 1920px;
    margin: 0 auto;
}

div.eggs {
    margin-bottom: 30px;
    margin: 0 auto;
}

div.eggs img {
    width: 100%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

article {
    padding-left: 3px;
    padding-right: 13px;
    margin: 30px 20px;
}

article h2 {
    margin-top: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

article h2 span {
    color: #830278;
}

article p {
    letter-spacing: 1px;
    text-align: justify;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

@media (min-width: 768px) {
    div.eggs {
        width: 80%;
    }

    article {
        padding-left: 21px;
        padding-right: 37px;
    }
}

@media (min-width: 950px) {
    div.eggs {
        width: 70%;
    }
}

@media (min-width: 1024px) {
    div.eggs {
        float: left;
        width: 50%;
        height: 100%;
        margin-top: 15%;
        text-align: center;
    }

    div.eggs img {
        width: 80%;
    }

    article {
        float: left;
        width: 50%;
        padding-left: 5px;
        padding-right: 30px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    div.eggs {
        margin-top: 8%;
    }

    article {
        padding-left: 20px;
        padding-right: 51px;
    }
}

@media (min-width: 1360px) {
    article {
        padding-left: 20px;
        padding-right: 73px;

    }
}

@media (min-width: 1440px) {
    div.eggs {
        margin-top: 4%;
    }
}

@media (min-width: 1600px) {
    div.eggs img {
        width: 65%;
    }
}

@media (min-width: 1680px) {
    div.eggs {
        margin-top: 2%;
    }
}

@media (min-width: 1920px) {
    article {
        padding-left: 31px;
        padding-right: 199px;
    }

    div.eggs img {
        width: 60%;
    }
}

/*SEKCJE OD 3 DO 10 (SKLEPOMATY-MALIBU)
Ogólne właścwiości sekcji od czwartej do dziesiątej */

section {
    padding-top: 50px;
    padding-bottom: 12px;
    max-width: 1920px;
    margin: 0 auto;
}

section div.text {
    min-height: 150px;
    width: 85vw;
    margin: 0px auto;
}

section div.text p::before {
    content: "";
    display: block;
    width: 70%;
    margin-bottom: 15px;
}

section div.text span {
    text-transform: uppercase;
}

section div.text p {
    width: 90%;
    padding: 10px 0px 10px 0px;
    margin: 21px auto 0 auto;
    font-size: 12px;
}

section div.text p strong {
    font-weight: 700;
}

section div.text h1 {
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
}

section div.text h1 span {
    font-weight: 800;
}

section div.pic {
    width: 90%;
    margin: 20px auto 40px auto;
}

section div.pic img {
    width: 100%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

@media (min-width: 520px) {
    section div.text {
        width: 50vw;
        margin: 0px auto 0px 40px;
    }
}

@media (min-width: 768px) {
    section div.text {
        width: 40vw;
        margin-left: 60px;
    }
}

@media (min-width: 950px) {
    section div.pic {
        width: 60%;
        margin-top: 30px;
    }
}

@media (min-width: 1024px) {
    section div.pic {
        width: 40%;
        -webkit-transition: 0.1s;
        -o-transition: 0.1s;
        transition: 0.1s;
    }

    section div.text {
        width: 32%;
    }

    section div.text p {
        font-size: 16px;
    }

    section div.text h1 {
        font-size: 33px;
    }

    section div.text h1 span {
        font-size: 43px;
    }

    section div.pic:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (min-width: 1360px) {
    section div.pic {
        width: 43%;
    }

    section div.text {
        width: 25%;
    }
}

@media (min-width: 1600px) {
    section div.pic {
        width: 40%;
    }

    section div.text {
        width: 23%;
    }
}

@media(min-width: 1920px) {
    section div.text {
        width: 19%;
    }
}

/*KONIEC OGÓLNYCH SEKCJIE OD 4 DO 10*/


/*SZCZEGÓLNE USTAWIENIA SEKCJI THREE strona sklepomat*/

section.three {
    background-color: #f6f5f3;
    overflow: hidden;
}

section.three div.text {
    color: #1b191a;
    margin-bottom: 20px;
}

section.three div.pic img {
    width: 120%;
}

section.three span.adress a {
    color: #fe7000;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 20px;
    vertical-align: 7px;
}

section.three div.text p::before {
    border-bottom: 6px solid #fe7000;
}

@media (min-width: 1024px) {
    section.three div.pic {
        float: right;
        margin-bottom: 127px;
        margin-top: 127px;
    }

    section.three div.pic img {
        width: 150%;
    }

    section.three div.text {
        float: right;
        margin-left: 120px;
        margin-right: 102px;
        margin-top: 124px;
    }

    section.three span.adress {
        font-size: 27px;
    }

    section.three span.adress a {
        font-size: 28px;

    }

    section.three div.text p::before {
        width: 95%;
    }
}

@media (min-width: 1360px) {
    section.three div.text {
        margin-left: 185px;
        margin-right: 162px;
        margin-top: 181px;
    }

    section.three div.text p::before {
        width: 92%;
    }
}

@media (min-width: 1600px) {
    section.three div.text {
        margin-left: 250px;
        margin-right: 200px;
        margin-top: 240px;
    }

    section.three div.text p::before {
        width: 90%;
    }
}

@media(min-width: 1920px) {
    section.three div.text {
        margin-left: 300px;
        margin-right: 300px;
        margin-top: 250px;
    }

    section.three div.text p::before {
        width: 85%;
    }
}

/*SZCZEGÓLNE USTAWIENIA SEKCJI CZWARTA robano*/
section.four {
    background-color: #343434;
}

section.four div.text {
    color: #f6f5f3;
}

section.four div.text p::before {
    border-bottom: 6px solid #0b7eb5;
    width: 90%;
}

@media (min-width: 1024px) {
    section.four div.pic {
        float: left;
    }

    section.four div.text {
        float: left;
        margin-left: 100px;
        margin-right: 80px;
        margin-top: 100px;
    }
}

@media (min-width: 1360px) {
    section.four div.text {
        margin-left: 173px;
        margin-top: 184px;
    }
}

@media (min-width: 1600px) {
    section.four div.text {
        margin-left: 296px;
        margin-right: 50px;
        margin-top: 192px;
    }

    section.four div.text p::before {
        width: 100%;
    }
}

@media(min-width: 1920px) {
    section.four div.text {
        margin-left: 343px;
        margin-top: 237px;
    }
}

/*SZCZEGÓLNE USTAWIENIA SEKCJA PIĄTA beton*/

section.five {
    background-color: #f6f5f3;
}

section.five div.text {
    color: #1b191a;
}

section.five div.text p::before {
    border-bottom: 6px solid #81c80a;
    width: 80%;
}

@media (min-width: 1024px) {
    section.five div.pic {
        float: right;
    }

    section.five div.text {
        float: right;
        margin-left: 90px;
        margin-right: 102px;
        margin-top: 100px;
    }

    section.five div.text p::before {
        width: 90%;
    }
}

@media (min-width: 1360px) {
    section.five div.text {
        margin-left: 160px;
        margin-right: 150px;
        margin-top: 184px;
    }

    section.five div.text p::before {
        width: 87%;
    }
}

@media (min-width: 1600px) {
    section.five div.text {
        margin-left: 96px;
        margin-right: 250px;
        margin-top: 192px;
    }

    section.five div.text p::before {
        width: 81%;
    }
}

@media(min-width: 1920px) {
    section.five div.text {
        margin-left: 150px;
        margin-right: 350px;
        margin-top: 237px;
    }
}

/*SZCZEGÓLNE USTAWIENIA SEKCJA SZÓSTA coffe time*/
section.six {
    background-color: #343434;
}

section.six div.text {
    color: #f6f5f3;
}

section.six div.text p::before {
    border-bottom: 6px solid #f6aa30;
    width: 90%;
}

section.six div.pic {
    margin-top: 36px;

}

@media (min-width: 1024px) {
    section.six div.pic {
        float: left;
        width: 50%;
    }

    section.six div.text {
        float: left;
        margin-left: 88px;
        margin-right: 73px;
        margin-top: 94px;
    }
}

@media (min-width: 1360px) {
    section.six div.text {
        margin-left: 120px;
        margin-top: 184px;
        margin-right: 120px;
    }

    section.six div.text p {
        width: 113%;
        margin-left: 20px;
    }

    section.six div.pic img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media (min-width: 1600px) {
    section.six div.text {
        margin-left: 214px;
        margin-right: 102px;
        margin-top: 192px;
    }

    section.six div.text p {
        width: 105%;
    }
}

@media(min-width: 1920px) {
    section.six div.text {
        margin-left: 293px;
        margin-top: 250px;
    }
}

/*SZCZEGÓLNE USTAWIENIA SEKCJA SEVEN docisksloikowy*/
section.seven {
    background-color: #f6f5f3;
    overflow: hidden;
}

section.seven div.text {
    color: #1b191a;
    margin-bottom: 20px;
}

section.seven div.pic {
    width: 120%;
}

section.seven span.adress a {
    color: #d81e36;
    text-transform: lowercase;
    text-decoration: none;
    font-size: 20px;
    vertical-align: 7px;
}

section.seven div.text p::before {
    border-top: 6px solid #aecf3a;
    width: 90%;
}

@media (min-width: 1024px) {
    section.seven div.pic {
        float: left;
        width: 50%;
        margin-bottom: 127px;
        margin-top: 127px;
    }

    section.seven div.pic img {
        width: 130%;
    }

    section.seven div.text {
        float: left;
        margin-left: 74px;
        margin-right: 73px;
        margin-top: 104px;
        width: 30%;
    }

    section.seven span.adress {
        font-size: 27px;
    }

    section.seven span.adress a {
        font-size: 28px;
    }
}

@media (min-width: 1360px) {
    section.seven div.text {
        margin-left: 105px;
        margin-right: 80px;
        margin-top: 212px;
    }

    section.seven div.text p::before {
        width: 58%;
    }
}

@media (min-width: 1600px) {
    section.seven div.text {
        margin-left: 180px;
        margin-right: 29px;
        margin-top: 266px;
    }

    section.seven div.text p::before {
        width: 54%;
    }
}

@media(min-width: 1920px) {
    section.seven div.text {
        margin-left: 150px;
        margin-right: 50px;
        margin-top: 289px;
    }

    section.seven div.text p::before {

        width: 46%;
    }
}

/*SZCZEGÓLNE USTAWIENIA SEKCJA OSIEM marmara*/
section.eight {
    background-color: #343434;
}

section.eight div.text {
    color: #f6f5f3;
}

section.eight div.text p::before {
    border-bottom: 6px solid #ff5c77;
    width: 90%;
}

section.eight div.pic {
    margin-top: 36px;
}

@media (min-width: 1024px) {
    section.eight div.pic {
        float: right;
        width: 50%;
    }

    section.eight div.text {
        float: right;
        margin-left: 40px;
        margin-right: 73px;
        margin-top: 94px;
    }
}

@media (min-width: 1360px) {
    section.eight div.text {
        margin-left: 55px;
        margin-right: 200px;
        margin-top: 184px;
    }

    section.eight div.pic img {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@media (min-width: 1600px) {
    section.eight div.text {
        margin-left: 70px;
        margin-right: 250px;
        margin-top: 218px;
    }
}

@media(min-width: 1920px) {
    section.eight div.text {
        margin-left: 106px;
        margin-top: 300px;
        margin-right: 300px;
    }
}

/*SZCZEGÓLNE USTAWIENIA SEKCJA DZIEWIĘĆ sklepomaty logotyp*/
section.nine {
    background-color: #f6f5f3;
}

section.nine div.text {
    color: #1b191a;
}

section.nine div.text p::before {
    border-bottom: 6px solid #f86e01;
    width: 70%;
}

@media (min-width: 1024px) {
    section.nine div.pic {
        float: left;
        width: 50%;
    }

    section.nine div.text {
        float: left;
        margin-left: 74px;
        margin-right: 73px;
        margin-top: 44px;
        width: 30%;
    }

    section.nine div.text p::before {
        width: 85%;
    }
}

@media (min-width: 1360px) {
    section.nine div.text {
        margin-left: 105px;
        margin-right: 112px;
        margin-top: 122px;
    }

    section.nine div.text p::before {
        width: 59%;
    }
}

@media (min-width: 1600px) {
    section.nine div.text {
        margin-left: 180px;
        margin-right: 69px;
        margin-top: 192px;
    }
}

@media(min-width: 1920px) {
    section.nine div.text {
        margin-left: 252px;
        margin-right: 37px;
        margin-top: 237px;
    }

    section.nine div.text p::before {
        width: 48%;
    }
}

/*SZCZEGÓLNE USTAWIENIA SEKCJA Dziesięć notebook hp*/

section.ten {
    background-color: #ffffff;
}

section.ten div.text {
    color: #1b191a;
}

section.ten div.text p::before {
    border-bottom: 6px solid #019cca;
    width: 80%;
}

@media (min-width: 1024px) {
    section.ten {
        height: 450px;
        overflow: hidden;
    }

    section.ten div.pic {
        float: right;
        width: 49%;
        margin-top: 43px;
    }

    section.ten div.text {
        float: right;
        margin-left: 31px;
        margin-right: 102px;
        margin-top: 65px;
    }

    section.ten div.text p::before {
        width: 90%;
    }
}

@media (min-width: 1152px) {
    section.ten {
        height: 500px;
    }
}

@media (min-width: 1280px) {
    section.ten {
        height: 540px;

    }
}

@media (min-width: 1360px) {
    section.ten {
        height: 570px;
    }

    section.ten div.text {
        margin-left: 41px;
        margin-right: 200px;
        margin-top: 65px;
    }

    section.ten div.text p::before {
        width: 71%;
    }
}

@media (min-width: 1600px) {
    section.ten {
        height: 650px;
    }
}

@media (min-width: 1680px) {
    section.ten {
        height: 680px;
    }

    section.ten div.text {
        margin-left: 65px;
        margin-right: 250px;
        margin-top: 75px;
    }
}

@media(min-width: 1920px) {
    section.ten {
        height: 770px;
    }

    section.ten div.text {
        margin-left: 150px;
        margin-right: 280px;
        margin-top: 237px;
    }
}

/*FOOTER*/
footer {
    background-image: url(../images/tlo_2.png);
    background-repeat: no-repeat;
    background-size: 407%;
    background-position: -310px 0;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

div.contact {
    padding: 40px 20px;
    color: white;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0 auto;
}

div.contact h2 {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 40px;
    font-weight: 800;
}

div.adress a {
    text-decoration: none;
    color: white;
}

div.contact h1 {
    width: 88%;
    padding-top: 20px;
    border-top: 4px solid #870081;
    padding-bottom: 20px;
    font-weight: 800;
    font-size: 25px;
}

div.contact .adress span {
    color: #870081;
}

div.contact div.logoboom {
    padding-bottom: 18px;
    margin-left: -7px;
}

div.contact div.logoboom img {
    width: 100%;
}

div.contact div.adress p {
    padding-bottom: 10px;
    font-weight: 400;
}

div.contact div.adress p:nth-child(3) span {
    display: none;
    opacity: 0;
}

@media (min-width: 460px) {
    footer {
        background-size: 251%;
        background-position: -178px 0;
    }

    div.contact h1 {
        width: 56%;
    }

    div.contact div.logoboom img {
        width: 70%;
    }
}

div.contact div.adress p:nth-child(3) span {
    display: inline;
}

@media (min-width: 520px) {
    div.contact h1 {
        width: 74%;
    }

    div.contact {
        width: 69%;
    }

    div.contact div.logoboom img {
        width: 60%;
    }
}

@media(min-width: 640px) {
    footer {
        background-size: 177%;
        background-position: -226px 0;
    }
}

@media(min-width: 1024px) {
    footer {
        height: 500px;
        background-size: 143%;
        background-position: -99px 0;
    }

    div.contact h1 {
        width: 70%;
    }

    div.contact {
        padding-top: 147px;
    }

    div.contact h2 {
        float: left;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-top: 76px;
        margin-right: -81px;
        margin-left: 10%;
        font-size: 46px;
    }

    div.adress {
        float: left;
        width: 50%;
    }
}

@media(min-width: 1280px) {
    footer {
        height: 600px;
        background-size: 138%;
    }

    div.contact h1 {
        width: 57%;
        font-size: 25px;
    }

    div.contact div.logoboom {
        padding-bottom: 23px;
    }

    div.contact div.logoboom img {
        width: 80%;
    }

    div.contact div.adress p {
        font-size: 18px;
    }

    div.contact h2 {
        margin-left: 15%;
        font-size: 51px;
        margin-top: 89px;
    }

}

@media(min-width: 1680px) {
    footer {
        background-size: 110%;
        background-position: -140px 0;
    }

    div.contact h1 {
        font-size: 35px;
    }

    div.contact h2 {
        margin-top: 110px;
        font-size: 65px;
    }

    div.contact div.adress p {
        font-size: 24px;
    }
}