body{
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p{
    line-height: 1.4em;
    letter-spacing: 0.16px;
    margin: 0.85em 0;
}
.headerImage{

margin:40px;

}
.splosniobrazec{
 
    margin: 2% auto;
    padding: 25px 5% 25px 5%;
    /*border: 1px solid #f6f6f6;*/
    width: 90%;
    max-width: 750px;
    position: relative;   
}


.maForm .maFormElement:nth-child(odd){
    margin-right: 2%
}
.maForm .maFormElement{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.maFormElement label{
    display: block;
    position: relative;
    color:#666666;
    font-weight: bold;
    line-height: 26px;
        font-size: 15px;
}
.maFormElement input[type='text']{
    display: block;
    width:100%;
    min-height: 50px;
    border: 1px solid #dfdfdf;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    padding-left: 5px;
}
.maForm .maFormElement:nth-child(5) {
    display: block;
    width: 100%;
}
.pogojiC{
    font-weight: normal;
    line-height: 20px;
    font-size:14px;
    color:#666666;
}
.maFormElement.maFormFieldTypeStandardCheckbox .formCheckboxLabel {
    display: block;
    max-width: 100% !important;
    margin-left: 0px !important;
    font-weight: normal;
    line-height: 20px;
    font-size:14px;
    color:#666666;
}
.maForm .maFormElement:nth-child(6) {
    display: block;
    width: 100%;
}
form.maForm input[type="checkbox"] {
    width: 1em;
    height: 1em;
    position: relative;
    top: 1px;
    margin-right: 5px;
}
#gdprLabel .formRequiredLabel {
    display: none;
}
.maFormElement.maFormFieldTypeStandardSubmitButton .formSubmit {
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    background-color: #c5271c;
    color: #fff;
    border-color: #c5271c;
    padding: 9px 22px;
    transition: all 0.3s ease-out;
    margin-top: 20px;
    border-radius: 0;
}
form.maForm button {
    font-size: 16px;
    text-shadow: none;
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 400;
    border: none;
    background-color: #0078e7;
    background-image: none;
    width: 100%;
    border-radius: 3px;
}
a, button {
    cursor: pointer;
}

.maFormElement {
    margin-bottom: 16px;
    padding: 0;
}
form.maForm .formRequiredError {
    background-color: #FEECEC;
    border: 1px solid #c5271c!important;
    padding:5px;
}
.headerText{
    color:#444444;
    font-size:20px;
    line-height:22px;
    font-weight:700;
}
.headerPtext{
    color:#333433;
    font-size:16px;
    line-height:22px;
    font-weight:400;
}
#discussionTopic{
    min-height: 50px;
    border-radius: 0;
}

@media screen and (max-width: 768px) {
  .maForm .maFormElement{
    width: 100%;
    display: block;
    vertical-align: top;
}
}