@font-face {
    font-family: 'tele-grotesk-fet';
    src: url('../fonts/telegroteskfet-webfont.eot');
    src: url('../fonts/telegroteskfet-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/telegroteskfet-webfont.woff2') format('woff2'),
         url('../fonts/telegroteskfet-webfont.woff') format('woff'),
         url('../fonts/telegroteskfet-webfont.ttf') format('truetype'),
         url('../fonts/telegroteskfet-webfont.svg#tele-groteskfetregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tele-grotesk-hal';
    src: url('../fonts/telegroteskhal-webfont.eot');
    src: url('../fonts/telegroteskhal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/telegroteskhal-webfont.woff2') format('woff2'),
         url('../fonts/telegroteskhal-webfont.woff') format('woff'),
         url('../fonts/telegroteskhal-webfont.ttf') format('truetype'),
         url('../fonts/telegroteskhal-webfont.svg#tele-groteskhalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tele-grotesk-nor';
    src: url('../fonts/telegrotesknor-webfont.eot');
    src: url('../fonts/telegrotesknor-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/telegrotesknor-webfont.woff2') format('woff2'),
         url('../fonts/telegrotesknor-webfont.woff') format('woff'),
         url('../fonts/telegrotesknor-webfont.ttf') format('truetype'),
         url('../fonts/telegrotesknor-webfont.svg#tele-grotesknorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tele-grotesk-head-ult';
    src: url('../fonts/TeleGroteskHeadline-Ultra.eot');
    src: url('../fonts/TeleGroteskHeadline-Ultra.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TeleGroteskHeadline-Ultra.woff2') format('woff2'),
         url('../fonts/TeleGroteskHeadline-Ultra.woff') format('woff'),
         url('../fonts/TeleGroteskHeadline-Ultra.ttf') format('truetype'),
         url('../fonts/TeleGroteskHeadline-Ultra.svg#tele-grotesknorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
p, ul {
    margin: 0 0 30px 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'tele-grotesk-nor';
}
body * {
    box-sizing: border-box;
}

/* Header */
.header .container{
    max-width: 1500px;
}
.header .row{
    margin-top: 50px;
    margin-bottom: 50px;
}
.header .logo {
     max-width: 109px;
}
.header .life {
	max-width: 435px;
	margin-top: 10px;
}

/*Section 1*/
.section-1{
    background:url(../images/tlo.jpg) center ;
    position: relative;
    padding-bottom: 90px;
    height: 715px;
}
.section-1 h1{
    font-family: 'tele-grotesk-head-ult', sans-serif;
    display: flex;
    flex-direction: column;
}
.section-1 h1 span{
    padding: 15px;
    display: inline-block;
    align-self: flex-start;
}
.section-1 h1 span{
    color: #fff;
    background-color: #e10074;
    font-size: 29px;
    margin-left: -120px;
}
.section-1 h1 span:first-of-type{
    color: #e10074;
    background-color: #fff;
    font-size: 23px;
    margin-left: 0;
    margin-top: 50px;
}

.section-1 h1 span:last-of-type{
    color: #fff;
    background-color: #000;
    margin-left: -60px;
}
.section-1 img{
    display: block;
    margin: 0 auto;
}


/*Section 2 */
.section-2{
    background: url('../images/section2.png') no-repeat center;*/
	/*background-size: auto 443px;*/
	/*background: url(../images/section2.png) no-repeat bottom right;
	background-size: auto 363px;*/
	
	
}
.section-1 h2{
    position: absolute;
    left:calc(50% - 600px);
    bottom:-74px;

}
.section-1 h2 span:first-of-type{
    font-family: 'tele-grotesk-head-ult', sans-serif;
    font-size: 23px;
    color:  #e10074;
    background-color: #fff;
    display: inline-block;
    padding: 15px;
}
.section-1 h2 span:last-of-type{
    font-family: 'tele-grotesk-nor', sans-serif;
    font-size: 30px;
    color: #fff;
    background-color: #e20074;
    padding: 15px 30px;
    display: inline-block;
}

.section-2 {
   
   padding-top: 90px;
}
.section-2 p{
   font-family: 'tele-grotesk-fet', sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
}
.section-2 ul{
    font-family: 'tele-grotesk-nor', sans-serif;
    color: #000000;
    font-size: 22px;
    padding-left: 20px;
}
.section-2 span{
    font-family: 'tele-grotesk-fet', sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 1;
}
.section-2 h3{
    font-family: 'tele-grotesk-head-ult', sans-serif;
    color: #e20074;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
}
/*Section 3 */
.section-3{
    background-color: #e20074;
    position: relative;
    padding: 80px 0 50px 0;
}
.section-3 p{
    font-size: 36px;
    font-family: 'tele-grotesk-fet', sans-serif;
    color: #fff;
}
.section-3 .schedule img{
    position: absolute;
    top: -15px;
    left: -70px;
}
.section-3 span, .section-3 .rules img{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.section-3 .rules img{
    max-height: 60px;
}
.section-3 span{
     font-size: 24px;
    font-family: 'tele-grotesk-hal', sans-serif;
    color: #fff;
    margin-top: 25px;
}
.section-3 .rules div{
    margin-bottom: 50px;
}

/*Section 4*/
.section-4{
    padding: 75px 0;
    text-align: center
}
.section-4 p{
    font-size: 24px;
    font-family: 'tele-grotesk-fet', sans-serif;
    color: #000;
}
.section-4 a{
    font-size: 24px;
    font-family: 'tele-grotesk-nor', sans-serif;
    color: #fff;
    background-color: #e20074;
    padding: 15px 40px;
    text-decoration: none;
}

/*Footer*/
#footer-bottom {
    padding: 21px 0 10px 0;
    background-color: #6c6c6c;
}
#footer-bottom .container, #rights .container{
    max-width: 1500px;
}
.content{
    margin: 0 auto;
    max-width: 1140px;
}
#footer-bottom a {
    color: #fff;
    text-decoration: none;
    margin-right: 30px;
    font-size: 15px;
    float: left;
    padding-top: 0px;
    font-family: 'tele-grotesk-fet',Arial,sans-serif;
}
#footer-bottom a span {
    padding-top: 4px;
    display: inline-block;
    padding-right: 5px;
    float: left;
}
#footer-bottom a.right {
    float: right;
}
#footer-bottom a span.english-version {
    padding-top: 1px;
}
#footer-bottom a.without-img {
    padding-top: 4px;
}
#footer-bottom a.lang {
    padding-top: 3px;
}
#rights, #rights a {
    color: #4d4d4d;
    padding: 24px 0;
    font-size: 13px;
    text-decoration: none;
}
#rights a {
    margin-left: 30px;
}
.clear{
    clear: both;
}

/*Form*/
#form-wrapper{
    background-color: #000;
    padding: 40px;
    max-width: 500px;
    position: absolute;
    left: 50%;
    top:0px;
    z-index: 1;
}
#form-wrapper p.fill-form{
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 1;
}
#campaign-lead-warsztaty-wideo-analiza fieldset .row{
    margin: 0;
    padding: 0;
}
#campaign-lead-warsztaty-wideo-analiza .form-group{
    margin-bottom: 0;
}
#campaign-lead-warsztaty-wideo-analiza .rsform-block-name, #campaign-lead-warsztaty-wideo-analiza .rsform-block-phone{
    padding-left: 0;
    padding-right: 5px;
}
#campaign-lead-warsztaty-wideo-analiza .rsform-block-surname, #campaign-lead-warsztaty-wideo-analiza .rsform-block-nip{
    padding-right: 0;
    padding-left: 5px;
}
#campaign-lead-warsztaty-wideo-analiza .rsform-block-send{
    padding: 0;
}
#campaign-lead-warsztaty-wideo-analiza .formControls{
    padding: 0;
    border-radius: 0;
}
#campaign-lead-warsztaty-wideo-analiza .form-control{
    font-family: "tele-grotesk-nor",Arial,sans-serif;
    width: 100% !important;
    box-sizing: border-box!important;
    border: 0 !important;
    padding: 15px !important;
    font-size: 20px;
    font-weight: normal !important;
    color: #6e6b6b !important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: px!important;
    border-radius: 0px!important;
    margin-bottom: 15px;
    height: 65px;
}
#campaign-lead-warsztaty-wideo-analiza label{
    font-size: 9px;
    font-weight: normal;
    font-family: Arial;
    color: #fff;
}
#campaign-lead-warsztaty-wideo-analiza input[type=checkbox]{
    vertical-align: top;
    background: url(../images/unchecked_tick.jpg);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    min-height: 22px;
    min-width: 22px;
    display: inline-block;
    border: none;
    outline: none;
    margin-right: 10px;
    margin-top: 0px;
    border: 1px solid #000;
    float: left;
}
#campaign-lead-warsztaty-wideo-analiza input[type=checkbox]:checked{
    background: url(../images/checked_tick.jpg);
    min-height: 22px;
    min-width: 22px;
    display: inline-block;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    border: none;
    outline: none;
    border: 1px solid #000;
}
#campaign-lead-warsztaty-wideo-analiza label p.zgoda1{
    margin: 0;
    padding-left: 40px;
    color: #fff;
}
#campaign-lead-warsztaty-wideo-analiza label p.zgoda2{
    margin: 0 0 15px 0;
    padding-left: 40px;
}

#campaign-lead-warsztaty-wideo-analiza label p.zgoda3{
    margin: 0 0 15px 0;
    padding-left: 40px;
}

#campaign-lead-warsztaty-wideo-analiza .zgoda3 a{
    color: #fff;
}

#campaign-lead-warsztaty-wideo-analiza button[type=submit]{
    font-family: "tele-grotesk-nor",Arial, sans-serif;
    width: 100%;
    box-sizing: border-box;
    border: 0 !important;
    font-size: 24px;
    font-weight: bold !important;
    color: #fff !important;
    background: #E20074;
    cursor: pointer;
    padding: 14px 0 !important;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
#campaign-lead-warsztaty-wideo-analiza .formValidation{
    position: relative;
}
#campaign-lead-warsztaty-wideo-analiza .formError{
    position: absolute;
    top: -13px;
    left: -15px;
    width: 100px;
    z-index: 2;
}
#campaign-lead-warsztaty-wideo-analiza #more, #campaign-lead-warsztaty-wideo-analiza #less{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
#campaign-lead-warsztaty-wideo-analiza #less{
    display: none;
}
#campaign-lead-warsztaty-wideo-analiza .zgoda2 a{
    color: #fff;
}
@media screen and (max-width: 1366px){
    .section-1 h1 span {
        font-size: 24px;
    }
    .section-1 h1 span, .section-1 h1 span:last-of-type{
        margin-left: 0;
    }
    .section-3 .schedule img{
        display: none;
    }
}
@media screen and (max-width: 1199px){
     .section-1 h1 span {
        font-size: 20px;
    }
    .section-1 h2 {
        left:calc(50% - 470px);
        margin-bottom: 0;
        bottom:-60px;
    }
    .section-1 h2 span:last-of-type{
        font-size: 26px;
    }
}
@media screen and (max-width: 991px){
    .section-1 {
        height: auto;
        padding-bottom: 0
    }
    .section-1 .container {
        min-height: 500px;
    }
    #form-wrapper{
        position: relative;
        top: 0px;
        left: 0;
        right: 0;
        margin: 0 auto;
        min-width: 100%;
        /*background-color: #1b191a;*/
        padding-top: 0px;
        padding-bottom: 0;
        max-height: none;
    }
    .fill-form{
        max-width: 580px;
        background-color: #000;
        margin-bottom: 0;
        margin: 0 auto;
        padding-top: 40px;
    }
    form{
        max-width: 580px;
        margin: 0 auto;
        background-color: #000;
        padding: 40px;
    }
    .section-1 h1 span {
        font-size: 30px;
    }
    .section-1 h1 span:first-of-type{
        margin-left: 70px;
    }
    .section-1 h1 span:last-of-type{
        margin-left: 30px;
    }
    .section-2{
        padding-top: 50px;
        background-image: none;
    }
    .section-2.active p{
        margin-top: 140px;
    }
    .section-1 h2{
        position: absolute;
        top: 300px;
        bottom:auto;
        z-index: 2;
        left:calc(50% - 280px);
    }
    .section-1 h2 span:last-of-type{
        margin-left: 15px;
    }
    .section-3 .schedule img{
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        float: left;
        margin-right: 20px;
    }
}
@media screen and (max-width: 767px){
    .section-1 h1 span {
        font-size: 21px;
    }
    .section-1 h2{
        margin-left: 6px;
    }
    .section-3 span{
        font-size: 20px;
    }
    .section-4 p br{
        display: none;
    }
    #footer-bottom a {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 575px){
	
    .header .life {​​​​​​​
    max-width: 225px;
    margin-top: 15px;
    width: 100%;
}​​​​​​​

    .header .row{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .header .logo {
        max-width: 86px;
    }
/*    .section-1 {
        height: 360px;
    }*/
    .section-1 h1 span{
        font-size: 18px;
        padding: 8px 12px;

    }
    .section-1 h1 span:first-of-type{
        font-size: 20px;
    }
    .section-1 h2 {
        left: 15px
    }
    .section-1 h2 span:last-of-type{
        font-size: 19px;
    }
    .section-3 p{
        font-size: 24px;
    }
    .section-3 .rules img{
        max-height: 40px;
    }
    .section-3 .schedule img{
        max-height: 40px;
    }
    .section-3 span{
        font-size: 15px;
    }
    .section-4 a{
        font-size: 15px;
    }
    #form-wrapper{
        /*top: 300px;*/
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    }
    #form-wrapper p.fill-form{
        font-size: 25px;
    }
    .section-2.active p{
        margin-top: 250px;
    }
}
@media screen and (max-width: 374px){
    .header .life {
        width: 100%;
    }
    .section-1 h1 span:first-of-type{
        font-size: 16px;
    }
     .section-1 h2 span:first-of-type{
        font-size: 16px;
    }
    .section-2{
        /*padding-top: 850px;*/
    }
    .section-2 p{
        font-size: 23px;
        margin-top: 0;
    }
    .section-2.active p{
        margin-top: 220px;
    }
    .section-2 h3{
        font-size: 20px;
    }
    .section-1 h2{
        /*top: -960px;*/
    }
    .section-2 ul, .section-2 span{
        font-size: 20px;
    }
    .section-1 h2 span:last-of-type{
        font-size: 15px;
    }
    .section-3{
        padding-bottom: 0;
    }
    .section-3 p{
        font-size: 21px;
    }
    .section-3 span{
        font-size: 13px;
    }
    .section-4{
        padding: 30px 0 40px 0;
    }
    .section-4 a{
        font-size: 13px;
    }
     .section-4 p{
        font-size: 19px;
    }
    #form-wrapper{
    padding-top: 0px;
    }
    form{
        padding: 30px;
    }
}






.dark-bg {
    background:black;
}

form.lqt-form.custom {
    display: block;
    margin:0px auto;
    padding: 5px 15px ;
    box-sizing: border-box;
    border:none;
    color:white;
}

                                                @media screen and (max-width: 990px){
                                                    form.lqt-form.custom {
                                                        display: block;
                                                        margin:20px auto;
                                                        padding: 25px 15px ;
                                                        box-sizing: border-box;
                                                        border:none;
                                                        max-width: 400px;
                                                    }
                                                }

form.lqt-form.custom .lqt-form-header {
    display: block;
    margin:0px auto 20px;
    font-size: 28px;
    line-height: 1.25em;
    text-align: center;
    font-family: 'tele-grotesk-nor';
    color:white;
}
form.lqt-form.custom fieldset {
    border:none;
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
}
form.lqt-form.custom fieldset .item {
    display: block;
    width: 100%;
    position: relative;
    margin:15px auto;
}
form.lqt-form.custom fieldset .item input[type=text],
form.lqt-form.custom fieldset .item input[type=tel],
form.lqt-form.custom fieldset .item textarea,
form.lqt-form.custom fieldset .item input[type=email] {
    display: block;
    width: 100%;
    font-size: 18px;
    border:1px solid white;
    padding: 10px 8px;
}
                    form.lqt-form.custom fieldset .item input:focus,
                    form.lqt-form.custom fieldset .item textarea:focus {
                        outline:none;
                    }
form.lqt-form.custom fieldset .item textarea.wiadomosc {
  resize: vertical;
  min-height: 80px;
}
form.lqt-form.custom fieldset .item label.inside-label {
    font-size: 18px;
    position: absolute;
    top:.7em;
    left:.7em;
    color:#666;
    pointer-events: none;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
}
form.lqt-form.custom fieldset .item textarea:focus ~ label.inside-label ,
form.lqt-form.custom fieldset .item textarea.filled ~ label.inside-label ,
form.lqt-form.custom fieldset .item input:focus ~ label.inside-label ,
form.lqt-form.custom fieldset .item input.filled ~ label.inside-label {
    font-size: 18px;
    position: absolute;
    top:-.2em;
    left:.7em;
    color:#666;
    background:white;
    padding: 0 5px;
    transform: scale(.7);
     transform-origin:top left;
}
form.lqt-form.custom fieldset .item input.error,
form.lqt-form.custom fieldset .item select.error,
form.lqt-form.custom fieldset .item textarea.error {
    border-color: #e20074;
}


form.lqt-form.custom fieldset .item textarea ~ label.error ,
form.lqt-form.custom fieldset .item select ~ label.error ,
form.lqt-form.custom fieldset .item input ~ label.error {
    font-size: 14px;
    color:#e20074;
    display: block;
    margin:0;
}
form.lqt-form.custom fieldset .item select {
  font-family: 'Teleneo', arial;
   width: 100%;
   border:1px solid #fff;
   height: 49px;
   padding-left: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position:  calc(100% - 10px) calc(50%);
    background-repeat: no-repeat;
    background-size: 15px;
    background-origin: content-box;
    background-image:   url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAdCAYAAAA+YOU3AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAAUcaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0NSA3OS4xNjM0OTksIDIwMTgvMDgvMTMtMTY6NDA6MjIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMDMtMjBUMTQ6NDI6NDcrMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTAzLTIwVDE0OjQzOjM5KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTAzLTIwVDE0OjQzOjM5KzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjNlMzk3NjYwLWQyM2UtNDg0ZC05NWExLTJmN2IwOTMyYzJmZiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozZTM5NzY2MC1kMjNlLTQ4NGQtOTVhMS0yZjdiMDkzMmMyZmYiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZTM5NzY2MC1kMjNlLTQ4NGQtOTVhMS0yZjdiMDkzMmMyZmYiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjNlMzk3NjYwLWQyM2UtNDg0ZC05NWExLTJmN2IwOTMyYzJmZiIgc3RFdnQ6d2hlbj0iMjAyMC0wMy0yMFQxNDo0Mjo0NyswMTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqgSMUwAAAJ7SURBVFhHvdi/axNhHMfxz3NVqWCQ4qBDc9XF2bGL6KZ1M7TV2kFB1MXJougi+QMsWAQHQQmUthahrVLs4iC6+C84ODQX8AfoYBRtY/L4/aRPwoWmyT33POkbCnff43ovrk8v1yq0qYR7h6qoTMrBIwr6fRbTa+ZQzyvhzmAN1QuAGtDA2yE8eGMONduGLuHWcBXBMsFmJOnHAr8pM/k+vauIqTMaalGuc9CM2NMs1m8ovKia/VZ0hNunNGqrMj5gRrH0sywy1xTyNTPwmgGvCKjfjGLpJbn2hFx7k3tNtIDPCnhJRvvNqE26ICdf9Q3vDG6k16rI5I4h/zfgLu9wDfplZzBTV4ooFzTy9fN8lAzM1Egffi3L+lT1Oy0nfpTt4/VjCdLQcyGKl+PrLE3JwfH0pWAddwdswExBTUYIZzXG+szIunRg3jA1HIT49FM2/5iZRWoiwtC8LJU9ZpC4tGDTl4A/Yjl5xgxsG5c1vmADdwPrHxr/CvVfqEGU78tAnhz2yVIZjVBe1Li+14x2zPEO/5av80fx8LOcvxUvGiHzXBg5M7JMr2RRHld4UjGDltzB+lyI6XfcaaKZB/greY6PNT4EGvkEsxY0c4XL43A1xOaowqMN7vsGs21o5g7H6xAbuQj7TvsGs7Zo5mGpfBDwCd9gtiOaucNT1RHMOqLZLsO7gllXNNsleCIwS4RmPYYnBrPEaNYjuBWYWaGZZ7g1mFmjmSd4KjBLhWaO8NRglhrNUsKdwMwJzSzhzmDmjGYJ4V7AzAuadYF7AzNv/wrgy7/8EXBRNue3Js2++wQzb3c6XoSpEXnDOymvqN/6UVk4jJmv5pCHgP+79y9GaXDoiQAAAABJRU5ErkJggg==');
}
form.lqt-form.custom fieldset .item select {
  font-size: 15px
}

form.lqt-form.custom fieldset .item select option ,
form.lqt-form.custom fieldset .item option {
  font-family: 'Teleneo', Helvetica;
  font-size:16px;
  font-style: normal;
}
form.lqt-form.custom fieldset input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

form.lqt-form.custom fieldset input[type=checkbox]~.fake-chx {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: white;
      border:1px solid #64b9e4;
      border-radius: 4px;
      position: relative;
      top: 2px;
      padding: 0 !important;
      vertical-align: top;
  }
form.lqt-form.custom fieldset input[type=checkbox]:checked~.fake-chx {
      background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRF////4gB08H+58YC6XjDrMQAAADpJREFUeNq0zzEOACAMAsAC//+zxjZa4lzGYyBETIX8BKB3WyDrnoRwrEmZSZpLmXxed74ZR74vAQYARXgAZ2g4RzgAAAAASUVORK5CYII=") no-repeat scroll 0 0;
  }

form.lqt-form.custom fieldset input[type=checkbox].error~.fake-chx {
      border: 1px solid #e20074;
  }
form.lqt-form.custom fieldset .legal_zgoda {
    display: inline-block;
    font-size: 13px;
    line-height: 1.25em;
    width: calc(100% - 40px);
    margin-left:6px;
    color:white;
}
form.lqt-form.custom fieldset .legal_zgoda .moretxt {
    display: inline;
    font-size: 13px;
    font-weight: bold;
    color:#e20074;
    margin:0 5px;
    cursor: pointer;
}
form.lqt-form.custom fieldset .legal_zgoda .moretxt + .hoverTooltip1 {
    display: none;
}
form.lqt-form.custom fieldset .legal_zgoda .moretxt.hidden{
    display: none;
}
form.lqt-form.custom fieldset .legal_zgoda .moretxt.hidden + .hoverTooltip1 {
    display: inline;
}
form.lqt-form.custom fieldset .legal_zgoda .lesstext {
    color:#e20074;
    font-weight: bold;
    cursor: pointer;
}
form.lqt-form.custom fieldset .legal_zgoda a {
    color:#e20074;
    font-weight: bold;
    cursor: pointer;
}
form.lqt-form.custom fieldset button[type=submit] {
    display: block;
    background:#e20074;
    font-size: 18px;
    padding: 12px 0;
    border-radius: 6px;
    width: 100%;
    color:white;
    border: none;
    cursor: pointer;
}
form.lqt-form.custom fieldset button[type=submit]:hover {
     background: #a72263;
}
form.lqt-form.custom fieldset .desc-tooltip {
     background: #64b9e4;
     border-radius: 8px;
     width: 100%;
     font-size: 14px;
     color:white;
     padding: 10px;
     margin:10px 0 0 0;
     position: relative;
}


form.lqt-form.custom fieldset .desc-tooltip:after {
     bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(100, 185, 228, 0);
    border-bottom-color: #64b9e4;
    border-width: 9px;
    margin-left: -9px;
}
form.lqt-form.custom fieldset .desc-tooltip .q-mark-icon {
     display: inline-block;
     margin-right: 3px;
     vertical-align: top;
     padding-top: 0px;
}
form.lqt-form.custom fieldset .desc-tooltip p {
     display: inline-block;
     width: calc(100% - 20px);
     line-height: 1.2em;
     color:white;
     margin: 0;
}
form.lqt-form.custom .thx ,
form.lqt-form.custom .err {
     text-align: center;
     margin:3em 0;
     font-size: 21px;
     display: none;
}
form.lqt-form.custom .err span {
     font-weight: bold;
     color:red;
}

form.lqt-form.custom .tematy .f1 {
     margin:0 0 .5em 0;
}
form.lqt-form.custom .tematy .item {
     margin:0;
}


