#zamow-swiadectwo {
    height: 860px;
    background: url("graphics/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;
}

form {
    line-height: 30px;
}

label {
    display: block;
}

input[type=radio].radiolikecheckbox {
    appearance: none;
    background-color: #fff;
    width: 19px;
    height: 19px;
    border: 1px solid #757575;
    border-radius: 2px;
    display: inline-grid;
    place-content: center;
    margin: 2px;
    vertical-align: bottom;
    margin-right: 17px;
}

input[type=radio].radiolikecheckbox::before {
    content: "";
    width: 14px;
    height: 14px;
    transform: scale(0);
    transform-origin: bottom left;
    background-color: #fff;
    clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
}

input[type=radio].radiolikecheckbox:checked::before {
    transform: scale(1);
}

input[type=radio].radiolikecheckbox:checked {
    background-color: #0075FF;
    border: 2px solid #0075FF;
}

input[type=checkbox] {
    background-color: #fff;
    width: 19px;
    height: 19px;
    border: 1px solid #cfcfcf;
    border-radius: 3px;
    place-content: center;
    display: inline-grid;
    margin: 2px;
    margin-right: 17px;
    vertical-align: bottom;
}

.formant {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.formant>label>.req {
    color: red;
}

.formant>input,
.formant>select {
    width: 100%;
    display: block;
    height: 43px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;

}

.formant>select {
    appearance: base-select;
}

.formant>select::picker-icon {
    content: '˅';
    /* Unicode down arrow */
    color: #59585a;
    /* Change this to your desired color */
    margin-right: 0px;
    /* Adjust the spacing */
    text-align: right;
    line-height: 32px;
    vertical-align: bottom;
}

#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 */
#pojedyncze-swiadectwo {
    padding-top: 55px;
    padding-bottom: 55px;
}

#pojedyncze-swiadectwo>div:not(:last-child) {
    border-bottom: 1px solid #cfcfcf;

}

#pojedyncze-swiadectwo>div:first-child {
    display: flex;
    justify-content: space-between;
    gap: 110px;
    padding-top: 80px;
    padding-bottom: 80px;

}

#pojedyncze-swiadectwo>div:first-child>div:nth-child(2) {
    flex: 1;
    display: flex;
    flex-direction: column;
    row-gap: 65px;
}

#pojedyncze-swiadectwo>div:first-child>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;
    border: 0px;
    cursor: pointer;
}

.iconic-button>img {
    height: 25px;
    vertical-align: middle;
}

#pojedyncze-swiadectwo>div:first-child>div:first-child>div:first-child {
    display: flex;
    row-gap: 30px;
    flex-direction: column;
}

.wylistowanie {
    padding-top: 30px;
    list-style-image: url('graphics/punktor.png');
}

.wylistowanie>li:not(:first-child) {
    margin-top: 15px;
}

#pojedyncze-swiadectwo>div:first-child>div:nth-child(2)>img {
    width: 100%;
    aspect-ratio: 505 / 412;
    object-fit: cover;
    border-radius: 20px;
}

.google-icon {
    width: 60px;
    vertical-align: middle;
}

.ocenaopinii {
    width: 120px;
    vertical-align: middle;
}

#pojedyncze-swiadectwo>div:first-child>div:nth-child(1)>div:nth-of-type(2) {
    display: flex;
    gap: 15px;
}

/* SEKCJA WNIOSEK JAKIES CHECKBOXY */

#pojedyncze-swiadectwo>form>div {
    padding-top: 80px;
    padding-bottom: 80px;

}

#pojedyncze-swiadectwo>form>div:not(:last-child) {
    border-bottom: 1px solid #cfcfcf;
}

#pojedyncze-swiadectwo>form {
    border-bottom: 1px solid #cfcfcf;
}

/* */

.product-tabs {
    padding-bottom: 80px;

}

#product-to-cart-section {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.buttons-for-tabs {
    display: flex;
    justify-content: center;
    gap: 18px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.iconic-for-tabs-button {
    width: max-content;
    height: 52px;
    min-width: 160px;
    padding-left: 27px;
    padding-right: 27px;
    text-align: center;
}

.tab-content {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

label[for="rok_oddania"] {
    margin-left: -6px;
}