#zamow-swiadectwo {
    height: 860px;
    background: url("../img/background-produkty.png"), #f1f1f1;
    background-position: center;
    background-repeat: no-repeat;
    padding-right: max(11px, calc(50% - 790px));
    padding-left: max(11px, calc(50% - 620px));
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

#swiadectwa-opcje {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
}

#swiadectwa-opcje span>img,
#swiadectwa-gwarancja>img {
    margin-right: 23px;
}

#zamow-swiadectwo-button {
    width: 400px;
    height: 81px;

    filter: drop-shadow(1.5px 2.598px 1.5px rgba(29, 39, 60, 0.2));


    text-transform: uppercase;

    text-align: center;
    box-sizing: border-box;
    padding-top: 19px;
}

#swiadectwa-gwarancja {
    margin-top: 40px;
}

#kolko-na-ekranie {
    position: absolute;
    right: 0;
    margin-right: max(11px, calc(50% - 790px));
    top: 300px;
    width: 300px;
    height: 300px;
    filter: drop-shadow(3.5px 6.062px 9px rgba(29, 39, 60, 0.33));
    text-align: center;
    padding: 60px 20px 20px 20px;
    box-sizing: border-box;
    text-transform: uppercase;
}

/* SEKCJA LISTY SWIADECTW */
#lista-swiadectw {
    padding-top: 55px;
    padding-bottom: 55px;
}

#lista-swiadectw>div:not(:last-child) {
    border-bottom: 1px solid #cfcfcf;

}

#lista-swiadectw>div {
    display: flex;
    justify-content: space-between;
    gap: 110px;
    padding-top: 80px;
    padding-bottom: 80px;

}

#lista-swiadectw>div>div:nth-child(2) {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 65px;
}

#lista-swiadectw>div>div:first-child {
    flex-basis: 625px;
    row-gap: 65px;
    display: flex;
    flex-direction: column;
}

.iconic-button {
    display: block;
    width: max-content;
    height: 52px;
    padding-left: 27px;
    padding-right: 27px;
}

.iconic-button>img {
    height: 25px;
    vertical-align: middle;
}

#lista-swiadectw>div>div:first-child>div:first-child {
    display: flex;
    row-gap: 30px;
    flex-direction: column;
}

.wylistowanie {
    padding-top: 30px;
    list-style-image: url('../img/punktor.png');
}

.wylistowanie>li:not(:first-child) {
    margin-top: 15px;
}

#lista-swiadectw>div>div:nth-child(2)>img {
    width: 100%;
    aspect-ratio: 505 / 412;
    object-fit: cover;
}

.google-icon {
    width: 60px;
    vertical-align: middle;
}

.ocenaopinii {
    width: 120px;
    vertical-align: middle;
}

#lista-swiadectw>div>div:nth-child(2)>div {
    display: flex;
    gap: 15px;
}

/* SEKCJA WNIOSEK ITP */

section#wniosek-itp {
    background: url("../img/tlo-domek.png"), #ebe8e3;
    background-position: right;
    background-repeat: no-repeat;
    height: 640px;
    padding-top: 110px;
    padding-bottom: 110px;
    box-sizing: border-box;
}

section#wniosek-itp>div:first-child {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

section#wniosek-itp>div:nth-child(2) {
    display: flex;
    gap: 30px;
    padding-top: 50px;
}