* {
    font-family: "Roboto", serif;
    font-style: normal;
}

.punktory ul li img {
    width: 26%;
    height: auto;
}

a {
    text-decoration: none;
    color: white;
}

body {
    margin: 0;
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
    display: flex;
}

.lewa {
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

.lewa a {
    text-decoration: none;
    font-weight: 500;
    color: rgb(68, 188, 204);
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    height: auto;
}

.in-progress-img {
    display: block;
    width: 150px;
    height: auto;
    max-width: 150px;
    margin-left: -20px;
}



.lewa-srodek {
    position: absolute;
    left: 30px;
    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;
    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;
    position: relative;
}

.punktory ul li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
}

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: 0;
    }

    .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 {
        flex-direction: column;
        height: auto;
        min-height: 100vh;
    }

    .lewa, .prawa {
        width: 100%;
        height: auto;
        position: relative;
    }

    .lewa {
        padding: 80px 20px 60px;
        box-sizing: border-box;
    }

    .prawa {
        padding: 30px 0;
    }

    .logo {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        width: 120px;
    }

    .lewa-srodek {
        position: relative;
        left: auto;
        transform: none;
        width: 100%;
        text-align: center;
        padding: 0 15px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .in-progress-img {
        margin: 0 auto;
    }

    .lewa-srodek h1 {
        font-size: 24px;
        margin: 10px 0;
    }

    .lewa-srodek p {
        font-size: 16px;
        margin: 20px 0 30px;
        line-height: 1.4;
        text-align: center;
    }

    button {
        width: auto;
        padding: 12px 30px;
        font-size: 16px;
    }

    .punktory ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        width: 100%;
        flex-wrap: wrap;
    }

    .punktory ul li {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        letter-spacing: 2px;
        width: auto;
        text-align: center;
    }

    .punktory ul li img {
        width: 60px;
        height: auto;
    }

    .lewa-stopka {
        position: relative;
        left: auto;
        transform: none;
        text-align: center;
        margin-top: 30px;
        font-size: 14px;
        line-height: 1.4;
    }

    footer {
        position: relative;
        transform: none;
        text-align: center;
        margin-top: 20px;
        font-size: 12px;
        padding: 10px 0;
        color: #313234;
        width: 100%;
        left: 0;
    }
}

@media (max-width: 650px) {
    .punktory ul li {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        text-align: left;
    }

    .punktory ul li img {
        width: 40px;
    }

    .lewa-srodek h1 {
        font-size: 22px;
    }

    .lewa-srodek p {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .lewa {
        padding: 70px 15px 40px;
    }

    .lewa-srodek h1 {
        font-size: 20px;
    }

    .lewa-srodek p {
        font-size: 14px;
    }

    .punktory ul li {
        font-size: 12px;
    }
}