.info-regulamin{
    margin-top: 20px;
    margin-bottom: 20px;
}
.regulamin-box{
    display: flex;
    flex-direction: inherit;
    margin-bottom: 20px;
}
#regulamin{
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    cursor: pointer;
    height: 17px;
    margin: 9px 3px;
    transition: all .25s ease-out;
    width: 17px;
    transform: scale(1.6);
}
#regulamin:checked{
    accent-color: #7ED321;
}
#regulamin-checkbox{
    margin-left: 20px;
}
.final-price{
    margin-top: 20px;
    margin-bottom: 20px;
}
#zarezerwuj{
    background-color: #7ED321;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0;
    padding: 13px 13px 13px 13px;
    text-transform: none;
}
#checkout{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.personal-info{
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}
.test{
    width: 670px;
}
.field-input-reservation {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    height: 48px;
    padding: 0 16px;
    width: 638px;
    outline: none;
}
@media only screen and (max-width: 900px) {
    .test {
        width: 350px;
    }
    .personal-info {
        display: flex;
        justify-content: center;
        margin-bottom: 70px;
    }
    .summary{
        font-size: 26px;
    }
    .field-input-reservation {
        width: 668px;
    }
    .final-price{
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 22px;
    }
    #zarezerwuj{
        font-size: 22px;
        padding: 20px;
    }
    .field-label {
        font-size: 18px;
    }
    .field-input-reservation {
        width: 315px;
    }
    .error{
        font-size: 18px;
    }
}