.formPageModule input {
    padding: 10px;
    line-height: 20px;
    border: none;
    border-radius: 20px;
    background: #fff;
}

.formPageModule .half {
    width: calc(50% - 10px);
    float: left;
}

.formPageModule .halfLeft {
    margin-right: 20px;
}

.formPageModule .half input {
    width: calc(100% - 20px);
}

.formPageModule .full {
    width: calc(100% - 20px);
}

.formPageModule .wiadomoscBox {
    padding-bottom: 45px;
    background: url('../gfx/textareaBottomBcg.png') right bottom no-repeat;
}

.formPageModule .wiadomoscError {
    text-align: right;
    margin-top: -30px;
}

.formPageModule textarea {
    width: 680px;
    padding: 10px;
    min-height: 180px;
    max-height: 400px;
    border: none !important;
    border-radius: 20px;
    line-height: 20px;
    background: #fff;
    box-shadow: none !important;
    resize: none;
}

.formPageModule #submit {
    min-width: 143px;
    height: 43px;
    padding: 0 43px 0 10px;
    border-width: 0;
    margin-top: -90px;
    
    text-align: right;
    font: normal 18px/43px Verdana;
    text-transform: uppercase;
    
    border-radius: 20px;
    background: url("../gfx/wyslij.png") center right no-repeat #c60900;
    color: #fff;
}

.formPageModule *::input-placeholder {
   font: normal 18px/20px 'latolight';
   color: #c60900;
   opacity: 1;
}
.formPageModule *::-webkit-input-placeholder {
   font: normal 18px/20px 'latolight';
   color: #c60900;
   opacity: 1;
}
.formPageModule *:-moz-placeholder {
   font: normal 18px/20px 'latolight';
   color: #c60900;
   opacity: 1;
}
.formPageModule *::-moz-placeholder {
   font: normal 18px/20px 'latolight';
   color: #c60900;
   opacity: 1;
}
.formPageModule *:-ms-input-placeholder {
   font: normal 18px/20px 'latolight';
   color: #c60900;
   opacity: 1;
}

@media screen and (max-width: 762px) {

.pageModule.formPageModule {
    width: 260px;
    margin: 0 auto 20px;
}
    
.formPageModule .hdr2 {
    font-size: 24px;
    padding-bottom: 10px;
    padding-left: 0;
}

.formPageModule .halfLeft {
    margin-bottom: 20px
}

.formPageModule .half {
    width: 100%
}

.formPageModule textarea {
    width: 240px;
}

.formPageModule .wiadomoscBox {
    background-image: url('../gfx/textareaBottomBcgTel.png');
}

.moduleContact .mapPosition {
    float: none;
    position: relative;
    left: -10px;
}

.moduleContact .mapPosition .mapBox {
    width: 320px;
}

}