
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font: inherit;
        vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure, 
    footer, header, hgroup, menu, nav, section {
        display: block;
    }
    body {
        line-height: 1;
    }
    
    blockquote, q {
        quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

 
  a:link {COLOR: inherit; TEXT-DECORATION: none;}
  a:visited {COLOR: inherit; TEXT-DECORATION: none;}
  a:active {COLOR: inherit; TEXT-DECORATION: none;}
  a:hover {COLOR: inherit; TEXT-DECORATION: none;}

  
button { color: #1b1b1b; }


html, body {
    color: #222;
    font-size: 15px;
    line-height: 1.4; 
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    overflow: visible;
    background: #efefef;
    margin: 0px; padding: 0px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}


html{margin-top: 0px !important;}
em { font-style: italic; }

ul{ margin: 15px 0 25px; list-style: none; margin-left: 30px }
ul li{ margin-left: 0px; padding-left: 25px; margin-bottom: 10px; position: relative; }

.small { font-size: 14px;  }
.clear { clear: both; }
strong { font-weight: 700; }



.section{ margin-bottom: 50px; }

.txt{ margin:30px 0; font-size:17px; color:#fff; }
form {
    max-width: 650px;
    margin: 40px auto 60px;
    background: #fff;
    padding: 10px 30px;
    border-radius: 12px;
}

.container{ width:900px; margin:auto; }
h1 {
    margin: 30px auto; text-align: center; font-size: 35px; font-weight: bold; color: #fff;
}
h2 {
    margin-top: 40px; font-size: 21px; font-weight: bold; margin-bottom: 15px; text-transform: uppercase; text-align: center;
}

small{ font-size:13px; }

label {
    display: block;
    margin-bottom: 5px;
    margin-top: 8px;
    font-size: 17px;
}

label.form-field-container{ margin-bottom:30px; }

.opt-item{ margin-bottom:10px; }


input[type="text"],
textarea, 
select {
     width: 100%; height: 60px; padding: 20px 30px 20px 15px; font-size: 16px; border: 1px solid #ababab; background: transparent; outline: none; color: #000; font-family: inherit; border-radius: 4px; margin-top: 8px;
}
textarea{ height:170px; }


.logo{ display:flex; flex-direction:row; align-items:center; justify-content: center; margin-top: 30px;}
.logo div{ height:80px; margin:0 20px; }
.logo div img{ height:100%; width:auto; }
.logo div.oc{ height:70px; }

.hidden {
    display: none;
}

.hp {
    display: none;
}

#formMsg {
    margin-top: 20px;
    font-weight: bold;
}

.input-error {
    border: 2px solid #e53935 !important;
}

.section[data-section="5"],
.section[data-section="6"] {
    display: none;
}
.error-msg {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative; top: -10px;
}

button{ width:200px; height:60px; text-align:center; border:none; border-radius:5px; text-transform:uppercase; font-size:16px; background:rgba(30,87,153,1); cursor: pointer; padding: 13px; margin-top:5px; margin-bottom: 20px; color: #fff; font-weight: bold; transition: all 0.3s ease; }
button:hover{ background:rgba(125,185,232,1); color:#000 }



#ankietaForm.loading {
    opacity: 0.5;
    pointer-events: none;
}

#ankietaForm button {
    position: relative;
}

#ankietaForm button.loading::after {
    content: 'Wysyłanie...';
    position: absolute;
    inset: 0;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media only screen and (max-width: 1100px) {
    .container{ width:92%; margin:auto; }
}

@media only screen and (max-width: 800px) {
    form { max-width:95%; padding:15px; } 
    h2{ text-align:left; margin-top:26px; }
}
