.paragraph--type--jeden-sloupec + .paragraph.paragraph--type--formular{
    padding-top: 0;
}
.paragraph.paragraph--type--jeden-sloupec:has(.paragraph--type--formular){
    padding-bottom: 30px;
}
.paragraph--type--formular > h2{
    color: #044834;
}
form{
    padding: 40px;
    background: #F7F7F6;
}
form .form-item{
    margin: 0 0 20px;
}
form .form-item label,
form .form-item legend{
    display: block;
    font-size: 15px;
    line-height: 21px;
    padding: 0 0 10px;
    margin: 0;
    font-weight: 600;
    color: #363636;
}
form .form-item input{
    width: 100%;
    background: #fff;
    border-radius: 0;
    height: 50px;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    padding: 0 16px;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    color: #363636;
}
form .form-item select{
    width: 100%;
    max-width: 486px;
    border-radius: 0;
    height: 50px;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    padding: 0 40px 0 16px;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    color: #363636;
    appearance: none;
    -webkit-appearance: none;
    background: #fff url(/themes/custom/azdata/images/menu-arrow.svg) no-repeat right 16px center;
}
form .form-item input[id*="jmeno-a-prijmeni"],
form .form-item input[id*="e-mail"]{
    max-width: 486px;
}
form .form-item input[id*="telefon"]{
    max-width: 251px;
}
form .form-item textarea{
    width: 100%;
    background: #fff;
    border-radius: 0;
    height: 175px;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    padding: 14px 16px;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    color: #363636;
}
form .form-actions{
    margin: 0;
    padding: 10px 0 0;
}
form .form-actions input.button{
    font-size: 15px;
    line-height: 21px;
    color: #1C1C1B;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    display: inline-block;
    padding: 14px 35px;
    text-decoration: none;
    margin: 0;
    background: #B4CC05;
    cursor: pointer;
}
form .form-actions input.button:hover{
    background: #5EB130;
}
form .form-item--error-message::before {
    vertical-align: middle;
}
form .form-item.form-type-webform-document-file .description{
    display: none;
}
form .form-item.form-type-webform-document-file .form-managed-file{
    width: 100%;
    background: #fff;
    border-radius: 0;
    height: 50px;
    border: 1px solid #D4D4D4;
    box-sizing: border-box;
    padding: 0 66px 0 16px;
    font-size: 15px;
    line-height: 21px;
    font-weight: normal;
    color: #363636;
    max-width: 486px;
    position: relative;
}
form .form-item.form-type-webform-document-file .form-managed-file > label{
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #D4D4D4;
    font-size: 0;
    text-indent: -9999px;
    background: #eee url(/themes/custom/azdata/images/form-file.svg) no-repeat center center;
    padding: 0;
    cursor: pointer;
}
form .form-item.form-type-webform-document-file .form-managed-file > input[id*="remove"]{
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-left: 1px solid #D4D4D4;
    font-size: 0;
    text-indent: -9999px;
    background: #eee url(/themes/custom/azdata/images/form-file-remove.svg) no-repeat center center;
    background-size: 22px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
form .form-item.form-type-webform-document-file .form-managed-file > span.file{
    margin: 14px 0;
}
form fieldset{
    padding: 0;
    border: none;
}
form .form-item.form-type-radio{
    position: relative;
    margin-bottom: 10px;
}
form .form-item.form-type-radio:last-child{
    margin-bottom: 0;
}
form .form-item.form-type-radio input{
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    border-radius: 20px;
    appearance: none;
    background: transparent;
}
form .form-item.form-type-radio input + label{
    padding: 0 0 0 35px;
    position: relative;
    font-weight: normal;
}
form .form-item.form-type-radio input + label:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #D4D4D4;
}
form .form-item.form-type-radio input + label:after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    background: #B4CC05;
    position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
}
form .form-item.form-type-radio input:checked + label:after{
    opacity: 1;
}
form .form-item.form-type-checkbox{
    position: relative;
    margin-bottom: 10px;
}
form .form-item.form-type-checkbox:last-child{
    margin-bottom: 0;
}
form .form-item.form-type-checkbox input{
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    appearance: none;
    background: transparent;
}
form .form-item.form-type-checkbox input + label{
    padding: 0 0 0 35px;
    position: relative;
    font-weight: normal;
}
form .form-item.form-type-checkbox input + label:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #D4D4D4;
}
form .form-item.form-type-checkbox input + label:after{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    background: transparent url(/themes/custom/azdata/images/checkbox.svg) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
form .form-item.form-type-checkbox input:checked + label:after{
    opacity: 1;
}

form:has(.webform-progress){
    padding-top: 0;
}

@media screen and (max-width: 479px){
    form {padding: 20px;}
}