@font-face {
    font-family: 'ProbaPro';
    src: url(../fonts/Proba/ProbaPro-Regular.woff) format('woff'),url(../fonts/Proba/ProbaPro-Regular.ttf) format('truetype'),url(../fonts/Proba/ProbaPro-Regular.svg#webfont) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProbaPro';
    src: url(../fonts/Proba/ProbaPro-SemiBold.woff) format('woff'),url(../fonts/Proba/ProbaPro-SemiBold.ttf) format('truetype'),url(../fonts/Proba/ProbaPro-SemiBold.svg#webfont) format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ProbaPro';
    src: url(../fonts/Proba/ProbaPro-Bold.woff) format('woff'),url(../fonts/Proba/ProbaPro-Bold.ttf) format('truetype'),url(../fonts/Proba/ProbaPro-Bold.svg#webfont) format('svg');
    font-weight: bold;
    font-style: normal;
}

* {
    box-sizing: border-box;

}
body {
    font-family: 'ProbaPro';
    font-size: 14px;
    line-height: 1.42857143;
    color: #1d1d1b;
    background-color: #fff;
}



.node-webform {
    width: 1220px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
}

@media screen and (max-width: 1300px) {
    .node-webform {
        width: 970px;
    }
}

@media screen and (max-width: 1000px) {
    .node-webform {
        max-width: 750px;
        width: auto;
    }
    .webform-content {
        flex-direction: column;
    }
}


.webform-content {
    box-sizing: border-box;
    display: flex;
}
.webform-description {
    flex: 1;
    padding: 15px 30px;
    border: 1px solid #c2c5cb;
    background: #eef0f3;
}

form.webform-client-form,
form.webform-client-form-2 {
    flex: 1;
    padding: 15px 30px 15px 0;
}

 label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

 .checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    border-radius: 0px;
    border-color: #6d727c;
    border-width: 2px;
}

.page-header {
    margin-bottom: 0.7em;
    font-size: 36px;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 0;
    font-family: 'ProbaPro';
    color: #1d1d1b;
    font-weight: normal;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.webform-component.webform-component-file .input-group-btn {
    font-size: 0.73em;
}

.form-managed-file.input-group {
    display: flex;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

div.error, table tr.error {
    background-color: #f2dede;
    color: #a94442;
    font-size: 1.4em;
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.form-group {
    margin-bottom: 15px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-dismissible {
    padding-right: 35px;
}

.help-block {
    color: #777;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0;
}

.help-block a {
    color: #2d5ca6;
}

textarea.form-control {
    height: auto;
}
.form-textarea-wrapper textarea {
    display: block;
    margin: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    max-width: 100%;
    width: auto;
}

.webform-component--data-zapytu {
    display: flex;
    align-items: center;
}
.webform-component--data-zapytu input {
    width: auto;
    margin-left: 1em;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.field-name-body p, .page-node .field-name-pp-body p, .page-node .field-name-field-body p {
    margin-bottom: 1em;
}

.webform-description {
    font-size: 18px;
}

.webform-description a{
    color: #2d5ca6;
    text-decoration: none;
}

.webform-description a:hover{
    text-decoration: underline;
}

.webform-container-inline label {
    display: inline;
    margin-right: 1em;
}

.webform-container-inline div, .webform-container-inline div.form-item {
    display: inline;
}

.output_message {
    background: white;
    border: 1px solid;
    width: 300px;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
}

.form-item.webform-component.webform-component-markup.webform-component--vsi-polya-obovyazkovi.form-group.form-item.form-type-markup.form-group {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    font-size: 14px;
    height: auto;
    box-sizing: content-box;
}

.form-item.webform-component.webform-component-markup.webform-component--vsi-polya-obovyazkovi.form-group.form-item.form-type-markup.form-group p {
    margin: 0;
}
