* {
    font-family: "Roboto", serif;
    font-style: normal;
}

.punktory ul li img {
    width: 26%;
    height: auto;
}

a {
    text-decoration: none;
    color: white;
}

body {
    margin: 0;
}

.lewa {
    position: relative;
    width: 50%;
    height: 100vh;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.lewa a {
    text-decoration: none;
    font-weight: 500;
    color: rgb(68, 188, 204);
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    height: auto;
}

.lewa-srodek {
    position: absolute;
    left: 20px;
    font-size: 135%;
    color: rgba(88, 90, 89, 255);
}

.lewa-srodek p {
    font-size: 80%;
    font-weight: 500;
    max-width: 100%;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 40px;
}

.lewa-srodek h1 {
    font-size: 170%;
    font-weight: 900;
    max-width: 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.lewa-stopka {
    text-align: left;
    font-weight: 500;
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 100%;
    color: rgba(70, 189, 201, 255);
}

button {
    background-color: rgba(70, 189, 201, 255);
    color: white;
    border: none;

    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    width: 65%;
}


button:hover {
    cursor: pointer;
    background-color: #6cd4e0;
}


.prawa {
    position: relative;
    width: 50%;
    height: 100vh;
    float: right;
    background-color: rgb(68, 188, 204);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.punktory ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 110%;
    height: auto;
    gap: 30px;
}

.punktory ul li {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15%;
    font-size: 60%;
    letter-spacing: 7px;
    flex-direction: row;
}

footer {
    font-weight: 500;
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 50%;
    color: white;

}

@media (min-width: 1200px) {
    .lewa-srodek {
        font-size: 135%;
    }

    .lewa {
        left: 20px;
    }

    .lewa-stopka {
        font-size: 80%;
    }

    .punktory ul li {
        font-size: 150%;
    }

    footer {
        font-size: 80%;
        right: 30px;
    }

    .logo {
        top: 5%;

    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .lewa-srodek {
        font-size: 135%;
    }

    .lewa {
        left: 20px;
    }

    .lewa-stopka {
        font-size: 80%;
    }

    .punktory ul li {
        font-size: 150%;
    }

    footer {
        font-size: 80%;
        right: 30px;
    }

    .logo {
        top: 5%;

    }
}

@media (max-width: 1000px) {
    body {
        font-size: 105%;
    }


    .punktory ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 110%;
        height: auto;
        gap: 10px;
    }
    
    .punktory ul li {
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 15%;
        font-size: 60%;
        letter-spacing: 7px;
        flex-direction: row;
        margin-bottom: 5px;
    }

    .punktory ul li img {
        width: 15%;
    }

    .lewa,
    .prawa {
        width: 100%;
        height: auto;
    }

    .lewa {
        text-align: center;
        align-items: center;
        height: 60vh;
    }

    .lewa-srodek p {
        font-size: 50%;
        font-weight: 500;
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .lewa-srodek h1 {
        font-size: 120%;
        font-weight: 900;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .prawa {
        height: 40vh;
        font-size: 120%;
        width: 100%;
    }

    .logo {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        width: 100px;
    }

    .lewa-srodek {
        align-items: center;
        font-size: 150%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .lewa-stopka {
        text-align: center;
        font-weight: 500;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 60%;
        color: rgba(70, 189, 201, 255);
    }

    footer {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 50%;
        width: 100%;
    }
    button {
        background-color: rgba(70, 189, 201, 255);
        color: white;
        border: none;
    
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 5px;
        width: 200px;
    }
}



@media (max-width: 650px) {
    body {
        font-size: 105%;
    }


    .punktory ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 110%;
        height: auto;
        gap: 10px;
    }
    
    .punktory ul li {
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 15%;
        font-size: 60%;
        letter-spacing: 7px;
        flex-direction: row;
        margin-bottom: 5px;
    }

    .punktory ul li img {
        width: 15%;
    }

    .lewa,
    .prawa {
        width: 100%;
        height: auto;
    }

    .lewa {
        text-align: center;
        align-items: center;
        height: 60vh;
    }

    .lewa-srodek p {
        font-size: 50%;
        font-weight: 500;
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .lewa-srodek h1 {
        font-size: 120%;
        font-weight: 900;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .prawa {
        height: 40vh;
        font-size: 120%;
        width: 100%;
    }

    .logo {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        width: 100px;
    }

    .lewa-srodek {
        align-items: center;
        font-size: 150%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .lewa-stopka {
        width: 100%;
        text-align: center;
        font-weight: 500;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 60%;
        color: rgba(70, 189, 201, 255);
    }

    footer {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 50%;
        width: 100%;
    }
    button {
        background-color: rgba(70, 189, 201, 255);
        color: white;
        border: none;
    
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 5px;
        width: 200px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 105%;
    }


    .punktory ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 110%;
        height: auto;
        gap: 10px;
    }
    
    .punktory ul li {
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 15%;
        font-size: 60%;
        letter-spacing: 7px;
        flex-direction: row;
        margin-bottom: 5px;
    }

    .punktory ul li img {
        width: 15%;
    }

    .lewa,
    .prawa {
        width: 100%;
        height: auto;
    }

    .lewa {
        text-align: center;
        align-items: center;
        height: 60vh;
    }

    .lewa-srodek p {
        font-size: 50%;
        font-weight: 500;
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .lewa-srodek h1 {
        font-size: 120%;
        font-weight: 900;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .prawa {
        height: 40vh;
        font-size: 120%;
        width: 100%;
    }

    .logo {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        width: 100px;
    }

    .lewa-srodek {
        align-items: center;
        font-size: 150%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .lewa-stopka {
        text-align: center;
        font-weight: 500;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 60%;
        color: rgba(70, 189, 201, 255);
    }

    footer {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 50%;
        width: 100%;
    }
    button {
        background-color: rgba(70, 189, 201, 255);
        color: white;
        border: none;
    
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 5px;
        width: 200px;
    }
}

@media (max-width: 420px) {
    body {
        font-size: 105%;
    }


    .punktory ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 110%;
        height: auto;
        gap: 10px;
    }
    
    .punktory ul li {
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 15%;
        font-size: 60%;
        letter-spacing: 7px;
        flex-direction: row;
        margin-bottom: 5px;
    }

    .punktory ul li img {
        width: 15%;
    }

    .lewa,
    .prawa {
        width: 100%;
        height: auto;
    }

    .lewa {
        text-align: center;
        align-items: center;
        height: 60vh;
    }

    .lewa-srodek p {
        font-size: 50%;
        font-weight: 500;
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .lewa-srodek h1 {
        font-size: 120%;
        font-weight: 900;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .prawa {
        height: 40vh;
        font-size: 120%;
        width: 100%;
    }

    .logo {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        width: 100px;
    }

    .lewa-srodek {
        align-items: center;
        font-size: 150%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .lewa-stopka {
        text-align: center;
        font-weight: 500;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 60%;
        color: rgba(70, 189, 201, 255);
    }

    footer {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 50%;
        width: 100%;
    }
    button {
        background-color: rgba(70, 189, 201, 255);
        color: white;
        border: none;
    
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 5px;
        width: 200px;
    }
    
}


@media (max-width: 370px) {
    .body {
        font-size: 105%;
    }


    .punktory ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 110%;
        height: auto;
        gap: 10px;
    }
    
    .punktory ul li {
        font-weight: 500;
        display: flex;
        align-items: center;
        gap: 15%;
        font-size: 60%;
        letter-spacing: 7px;
        flex-direction: row;
        margin-bottom: 5px;
    }

    .punktory ul li img {
        width: 15%;
    }

    .lewa,
    .prawa {
        width: 100%;
        height: auto;
    }

    .lewa {
        text-align: center;
        align-items: center;
        height: 60vh;
    }

    .lewa-srodek p {
        font-size: 50%;
        font-weight: 500;
        max-width: 100%;
        text-align: center;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .lewa-srodek h1 {
        font-size: 100%;
        font-weight: 900;
        max-width: 100%;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .prawa {
        height: 40vh;
        font-size: 120%;
        width: 100%;
    }

    .logo {
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
        height: auto;
        width: 100px;
    }

    .lewa-srodek {
        align-items: center;
        font-size: 150%;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }

    .lewa-stopka {
        text-align: center;
        font-weight: 500;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 60%;
        color: rgba(70, 189, 201, 255);
    }

    footer {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        font-size: 50%;
        width: 100%;
    }
    button {
        background-color: rgba(70, 189, 201, 255);
        color: white;
        border: none;
    
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 5px;
        width: 200px;
    }
}