@font-face {
  font-family: 'Scale VF';
  src: url('../fonts/scale.otf') format('opentype');
  font-weight: 200 900; /* zakres wag */
  font-style: normal italic;
}
html,
body {
    font-family: 'Scale VF', arial, sans-serif;
    color: #ffffff;
}
body {
    font-size: 1.6rem;
    line-height: 1.4;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Scale VF", arial, sans-serif;
    color: #ffffff;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: normal;
}
strong,
b {
    font-family: "Scale VF", arial, sans-serif;
    font-weight:bold;
}
body small,
body .small {
    font-size: 1.4rem;
    font-weight:300;
    color:#bfbfbf;
}
body p {
    font-size: 1.5rem;
}
@media (min-width: 1024px) {
    .h3,
    h3 {
        font-size: 34px;
        line-height: 42px;
    }
}
a {
    color: #ffffff;
}
a:hover {
    color: #CF1820;
    text-decoration: none;
}
.btn {
    cursor: pointer;
    font-family: 'Scale VF', sans-serif;
    font-feature-settings: normal;
    font-size: 15px;
    color: #002c5f;
    border-radius: 0;
    padding: 20px 70px;
    outline: none;
    box-shadow: none !important;
    position: relative;
}
.btn.btn-primary {
    color: #ffffff;
    background-color:transparent;
    text-transform: uppercase;
    border-radius:0px;
    font-size:30px;
    line-height:30px;
    padding:15px 50px;
    border:2px solid #fff;
    padding-bottom:10px;
}
.btn.btn-primary:hover {
    background-color: #B0151A;
    border-color: #B0151A;
}
.btn.btn-md {
    font-size: 14px;
    padding: 16px 40px;
}
html,
body {
    color: #ffffff;
    background:url(../img/tlo_black.png) left top / cover no-repeat;
    /*background:rgba(207, 24, 32, 1);*/
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: none;
    font-feature-settings: none;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body {
    min-height: 100vh;
}


/* The customcheck */
.custom-checkbox{
    padding-left:0;
}
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 300;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height:15px;
}
.customcheck a{
    text-decoration: underline;
    color:#bfbfbf;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: transparent;
	border:1px solid #bfbfbf;
	filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.49));
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #e32e1f;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #fff;
	border:1px solid #e32e1f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 8px;
    top: 0px;
    width: 13px;
    height: 20px;
    border: solid #e32e1f;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
body .main-con {
    flex: 1 1 auto;
    margin-top: 82px;
}
.div-contest-form.col {
    max-width:1200px;
    margin: auto;
    padding:20px 10px;
}
.div-contest-form .form-header {
    font-weight:300;
    margin-bottom:15px;
    color: #bfbfbf;
    font-size:14px;
}
.div-contest-form .form-group {
    margin-bottom: 3rem;
}.div-contest-form .form-group-last {
    margin-bottom: 1rem;
}
@media (max-width: 1199px) {
    .div-contest-form .form-group {
        margin-bottom: 2.5rem;
    }
}

@media (max-width: 1199px) {
    .div-contest-form .form-group > div:not(:last-child) {
        margin-bottom: 1.5rem;
    }
}
.div-contest-form .form-input-wrapper input[type="text"],
.div-contest-form .form-input-wrapper input[type="email"],
.div-contest-form .form-input-wrapper input[type="tel"],
.div-contest-form .form-input-wrapper input[type="date"],
.div-contest-form .form-input-wrapper textarea,
.div-contest-form .form-input-wrapper select,
.div-contest-form .form-input-wrapper .select2-container--default {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Scale VF', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: normal;
    line-height: normal;
    outline: none;
    padding: 6px;
    text-shadow: none;
    border-radius: 0;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    resize: none
}
.div-contest-form .form-input-wrapper input[type="text"]:focus,
.div-contest-form .form-input-wrapper input[type="text"]:active,
.div-contest-form .form-input-wrapper input[type="text"]:hover,
.div-contest-form .form-input-wrapper input[type="email"]:focus,
.div-contest-form .form-input-wrapper input[type="email"]:active,
.div-contest-form .form-input-wrapper input[type="email"]:hover,
.div-contest-form .form-input-wrapper input[type="tel"]:focus,
.div-contest-form .form-input-wrapper input[type="tel"]:active,
.div-contest-form .form-input-wrapper input[type="tel"]:hover,
.div-contest-form .form-input-wrapper textarea:focus,
.div-contest-form .form-input-wrapper textarea:active,
.div-contest-form .form-input-wrapper textarea:hover,
.div-contest-form .form-input-wrapper select:focus,
.div-contest-form .form-input-wrapper select:active,
.div-contest-form .form-input-wrapper select:hover,
.div-contest-form .form-input-wrapper .select2-container--default:focus,
.div-contest-form .form-input-wrapper .select2-container--default:active,
.div-contest-form .form-input-wrapper .select2-container--default:hover {
    border: solid 2px #ffffff;
    box-shadow: none;
    outline: none;
}
.textarea-container{
	position:relative;
}
span.counter{
	font-family:'Scale VF',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 131%;

	color: #ccc;
	position:absolute;
	display:block;
	bottom:10px;
	right:13px;
}
.div-contest-form .form-input-wrapper .form-input .add-on {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #CF1820;
    pointer-events: none;
}
.div-contest-form .form-input-wrapper textarea {
    width: 100%;
    vertical-align: middle;
}

.div-contest-form .form-input-wrapper textarea {
    min-height: 200px;
}
.div-contest-form .form-input-wrapper textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Scale VF", arial, sans-serif;
    font-size: 1.5rem;
}
.div-contest-form .form-input-wrapper label.form-label,
.div-contest-form .form-input-wrapper span.form-label-error {
    padding: 0.5rem 0.5rem 0;
    margin-top: 1.2rem;
    position: absolute;
    z-index: 2;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    top: -6px;
    left: 15px;
    color: #a5a5a5;
    background: #fff;
    font-family: 'Scale VF', arial, sans-serif;
    cursor: text;
    pointer-events: none;
}
.div-contest-form .form-input-wrapper.focus-active label.form-label {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-size: 12px;
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}
.div-contest-form .form-input-wrapper span.form-label-error {
    color: #e32e1f;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-size: 12px;
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    top: inherit;
    right: 15px;
    left: inherit;
    border:1px solid #fff;
}
.div-contest-form .form-input-wrapper .form-select {
    width: 100%;
}
.div-contest-form .form-input-wrapper .form-select .form-select-field {
    width: 100%;
}
.div-contest-form .form-input-wrapper .form-select label.form-label {
    cursor: pointer;
    pointer-events: none;
}
.div-contest-form .form-input-wrapper .form-select .select2-container--focus ~ .form-label-wrapper label.form-label,
.div-contest-form .form-input-wrapper .form-select .select2-container--open ~ .form-label-wrapper label.form-label,
.div-contest-form .form-input-wrapper .form-select .select2-selected ~ .form-label-wrapper label.form-label {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-size: 12px;
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}
.div-contest-form .form-input-wrapper .form-select .select2-container--default .select2-selection--single {
    border: none;
}
.div-contest-form .form-input-wrapper .form-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    margin-top: -4px;
}
.div-contest-form .form-input-wrapper .form-select .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: rgba(255, 255, 255, 0.7);
    background: rgba(207, 24, 32, 0.7);
    font-family: 'Scale VF', arial, sans-serif;
}
.div-contest-form .form-input-wrapper .form-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    margin-left: -14px;
    margin-top: 5px;
}
.div-contest-form .form-input-wrapper.form-input-error input[type="text"],
.div-contest-form .form-input-wrapper.form-input-error input[type="email"],
.div-contest-form .form-input-wrapper.form-input-error input[type="tel"],
.div-contest-form .form-input-wrapper.form-input-error textarea,
.div-contest-form .form-input-wrapper.form-input-error select,
.div-contest-form .form-input-wrapper.form-input-error .select2-container--default {
    /*border-color: #e32e1f;*/
}
.div-contest-form .form-checkbox .form-checkbox-input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.div-contest-form .form-checkbox .label-legal {
    font-size: 80%;
}
.div-contest-form .form-checkbox .form-checkbox-label {
    position: relative;
    padding-left: 45px;
    display: inline-block;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 18px;
    user-select: none;
}
.div-contest-form .form-checkbox .form-checkbox-label:before {
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    position: absolute;
    top: -1px;
    left: 0;
    margin-right: 13px;
    background: #CF1820;
    border: 2px solid #eaeaea;
    line-height: 28px;
    text-align: center;
    color: #CF1820;
    cursor: pointer;
}
.div-contest-form .form-checkbox .form-checkbox-label .form-checkbox-icon {
    opacity: 0;
    position: absolute;
    left: 9px;
    top: 8px;
    font-size: 1.2rem;
    cursor: pointer;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.div-contest-form .form-checkbox .form-checkbox-label:hover:before {
    border-color: #fff;
    background:rgba(255,255,255,0.5);
}
.div-contest-form .form-checkbox .form-checkbox-label.active:before {
    border-color: #fff;
    background:rgba(255,255,255,0.5);
}
.div-contest-form .form-checkbox .form-checkbox-label.active .form-checkbox-icon {
    opacity: 1;
}
.div-contest-form .form-checkbox .form-checkbox-input:checked + label:before {
    /*border-color: #CF1820;*/ /*obramowanie po zaznaczeniu*/
    background-color: #fff; /*tło po zaznaczeniu*/
}
.div-contest-form .form-checkbox .form-checkbox-input:checked + label .form-checkbox-icon {
    opacity: 1;
}
.div-contest-form .form-input-wrapper.form-input-error .form-checkbox .form-checkbox-label:before {
    border-color: #e32e1f;
}
.div-contest-form .form-input-wrapper.form-input-error .form-checkbox-input:checked + label:before {
    border-color: #CF1820;
}
.div-contest-form .form-input-wrapper.form-input-error .form-checkbox-input:checked + label .form-checkbox-icon {
    opacity: 1;
}
.div-contest-form .form-dropdown label.form-label {
    left: 2px;
}
.div-contest-form .form-dropdown .dropdown-toggle {
    width: 100%;
    border: 2px solid #eaeaea;
    background-color: rgba(207, 24, 32, 0.7);
    color: #ffffff;
    text-align: left;
    height: 55px;
    letter-spacing: normal;
    line-height: normal;
    outline: none;
    padding: 0 1.5rem;
    text-shadow: none;
    border-radius: 0;
    font-family: 'Scale VF', arial, sans-serif;
    font-size: 16px;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.div-contest-form .form-dropdown .dropdown-toggle .label {
    opacity: 0;
    -moz-transition: all 200ms ease-in-out 0s;
    -ms-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    color: #ffffff;
    line-height: 28px;
    font-size: 14px;
    font-family: 'Scale VF', arial, sans-serif;
}
.div-contest-form .form-dropdown .dropdown-toggle:after {
    content: "\f105";
    border: none;
    font-family: "icomoon" !important;
    color: #ffffff;
    display: block;
    height: 26px;
    position: absolute;
    top: 20px;
    right: 6px;
    width: 20px;
    font-size: 14px;
}
.div-contest-form .form-dropdown .dropdown-toggle:focus,
.div-contest-form .form-dropdown .dropdown-toggle:active,
.div-contest-form .form-dropdown .dropdown-toggle:hover {
    border: solid 2px #ffffff;
    box-shadow: none;
    outline: none;
}
.div-contest-form .form-dropdown .dropdown-menu {
    width: 100%;
    border: 2px solid #eaeaea;
    margin-top: -2px;
    border-top: 0;
    border-radius: 0;
    font-size: 100%;
}
.div-contest-form .form-dropdown .form-input-wrapper,
.div-contest-form .form-dropdown .form-radio {
    padding: 1rem 1.5rem;
}
.div-contest-form .form-input-wrapper.focus-active .dropdown.form-dropdown .dropdown-menu,
.div-contest-form .form-input-wrapper.focus-active .dropdown.form-dropdown .dropdown-toggle {
    border-color: #ffffff;
}
.div-contest-form .form-input-wrapper.focus-active .dropdown.form-dropdown .dropdown-toggle .label {
    opacity: 1;
}
.div-contest-form .form-input-wrapper.focus-active .dropdown.form-dropdown .dropdown-toggle:after {
    content: "\2716";
    top: 16px;
}
.div-contest-form .form-input-wrapper.filter-active .dropdown.form-dropdown label.form-label {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-size: 12px;
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}
.div-contest-form .form-input-wrapper.filter-active .dropdown.form-dropdown .dropdown-toggle .label {
    opacity: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
    width: calc(100% - 30px);
    display: block;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    height: 100%;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: none;
    font-feature-settings: none;
    -webkit-font-variant-ligatures: none;
    font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #ffffff;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
a,
img {
    vertical-align: top;
}
a {
    text-decoration: none;
    color: #ffffff;
}
a:hover {
    color: rgba(255,255,255,0.5);
    transition:0.5s ease all;
}
@media (min-width: 1024px) {
h3 {
    font-family: Scale VF, sans-serif;
    font-size: 24px;
    line-height: 29px;
}
}
@media (min-width: 768px) {
    h3 {
        font-size: 28px;
        line-height: 34px;
    }
}
@media (min-width: 1024px) {
    h3 {
        font-size: 34px;
        line-height: 42px;
    }
}
p {
    font-family: 'Scale VF'aiTextReg, sans-serif;
    font-size: 16px;
    line-height: 27px;
}
@media (min-width: 768px) {
    p {
        font-size: 16px;
        line-height: 27px;
    }
}
@media (min-width: 1024px) {
    p {
        font-size: 16px;
        line-height: 27px;
    }
}
button {
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    font-style: inherit;
}
button:focus {
    outline: 0;
}
button:hover {
    cursor: pointer;
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1204px;
    }
}
#counter{
	position:absolute;
	bottom:5px;
	right:35px;
	background:rgba(255,255,255,0.85);
	border:1px solid #fff;
	padding:3px;
	display:block;
	font-size:12px;
}

.form-input-error #counter{
	bottom:20px;
}
.togglePriv{
	text-decoration:underline;
	cursor:pointer;
	display:inline-block;
}
.togglePrivContent{
	display:none;
}
.div-contest-form .form-input-wrapper .form-checkbox span.form-label-error{
	margin-top:15px;
}
small.small{
    font-size:12px;
}
.hide-pesel{
    display:none;
}
.row.show-pesel{
    display:flex;
}
.col-md-6.show-pesel{
    display:initial;
}
.input-nopesel{
    margin-top:13px;
}

@media (max-width: 768px) {
    small.small{
        display:block;
        margin-top:10px;
    }
}
.laureaci{
    margin-top:100px;
}
.laureaci .laureaci-lista .row{
    padding:15px 0;
}

.laureaci .laureaci-lista .row:nth-child(odd){
    background:#eaeaea;
}
.laureaci .laureaci-lista .row:first-child{
    background:#dbdbdb;
}
.laureaci .laureaci-lista .laureat-imie{
    font-weight:bold;
    font-size:18px;
}
.laureaci .laureaci-lista .laureat-miasto{
    font-size:18px;
    text-align:center;
}
.laureaci .laureaci-lista .laureat-nagroda{
    font-weight:bold;
    font-size:18px;
    text-align:right;
}
.laureaci .laureaci-lista .row-head{
    font-weight:bold!important;
    text-align:center!important;
}

.szczegolowe-info{
	cursor:pointer;
}
.dowod-zakupu{
	display:inline-block;
	position:relative;
}
.dowod-zakupu > .par{
	display:none;
	position:absolute;
	top:15px;
	left:20px;
	/*box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.49);*/
	width:600px;
    z-index:100;
}
.dowod-zakupu > .par .zamknij{
	font-family:Arial;
	display:none;
	font-size:30px;
	color:#000;
	position:absolute;
	top:10px;
	right:10px;
	cursor:pointer;
    z-index:101;
}
.div-contest-form h2{
	font-family: 'Heineken Serif 18';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	text-align: center;
	text-transform: uppercase;

	color: var(--niebieski);
}
.div-contest-form .h2-desc{
	font-family:'Scale VF',sans-serif;
	font-size: 60px;
	font-weight: 900;
	line-height: 70px;
	text-align: left;
	color:#ffffff;
	margin-top:0px;
    text-transform: uppercase;
}
.div-contest-form .zadanie{
	font-family:'Scale VF',sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 40px;
	text-transform:uppercase;
	text-align: center;
	color: #ffffff;
	margin:0 auto;
	margin:70px auto;
	border-radius:50px;
	max-width:920px;
    font-stretch: extra-condensed;	
}
.div-contest-form .zadanie .zadanie-inner{
	/*margin:11px;*/
	border-radius:50px;
	background:#fff;
	color:#000;
	line-height:60px;
    padding:11px;
}
.div-contest-form .zadanie .zadanie-inner span{
	display:block;
	float:left;
	width:70px;
	border-right:1px solid #ffffff;
	font-size:32px;
    padding:12px 0;
	font-weight:400;
}
.div-contest-form .zadanie .zadanie-inner div{
	font-size:22px;
    line-height:32px;
    padding:10px 0;
    font-stretch: semi-condensed;
}
.div-contest-form label{
    font-family:'Scale VF',sans-serif;
    font-weight:300;
    color:#bfbfbf;
    font-size:14px;

}
.div-contest-form .label-zdjecie{
    width:100%;
}
.div-contest-form .label-zdjecie .form-winner-button{
    background:#fff;
    color:#a5a5a5;
    border: 2px solid #ffffff;
    font-family: 'Scale VF', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    line-height:40px;
    letter-spacing: normal;
    outline: none;
    text-shadow: none;
    border-radius: 0;
    text-align: left;
    width:100%;
    cursor:pointer;
    transition:0.5s ease all;
    padding-left:2px;
}
.div-contest-form .label-zdjecie .form-winner-button:hover{
    opacity:0.6;
}
.div-contest-form .formaty-zdjec{
    font-size:1.4rem;
    font-weight:300;
    line-height:14px;
    margin-top:5px;
}
.div-contest-form .files-list{
    font-weight:300;
    font-size:1.4rem;
}
.pamietaj{
	font-family:'Scale VF',sans-serif;
	font-style: normal;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
    color: #ffffff;
	background: rgba(207, 24, 32, 0.7);
	margin:25px auto 50px;
	padding:35px 10px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
    max-width:700px;
    font-weight:300;
}
.pamietaj-duzo{
	font-family:'Scale VF',sans-serif;
	font-size: 27px;
	font-weight: 700;
	line-height: 75px;
	text-align: left;
}
h3.text__headline-main{
    margin-top:20px;
    margin-bottom:100px;
}
h4.text__headline-main{
   font-size:30px;
   font-weight:bold;
}


@media (max-width: 600px) {
    .div-contest-form .zadanie .zadanie-inner span{
        display:none;
    }
    .div-contest-form .zadanie .zadanie-inner div{
        padding:10px 2px;
    }
    .pamietaj-duzo{
        text-align:center;
    }
    h3.text__headline-main{
        margin-bottom:50px;
        font-size:24px;
    }
}
.label-zdjecie:hover img{
    cursor:pointer;
    opacity:0.5;
    transition:0.5s ease all;
}
.files-list{
    margin-top:20px;
}
.mt25{
    margin-top:25px;
    display:block;
}
#winner-section label.customcheck{
    line-height: 32px;
}
.custom-checkbox ol,
.custom-checkbox ol li{
    font-size:14px;
    line-height:15px;
}
.custom-checkbox .show-more-text{
    display:none;
}
.show-more-btn,
.show-less-btn{
    cursor:pointer;
    text-decoration:underline;
}
.custom-checkbox ol{
    list-style:auto;
}
.custom-checkbox ol li{
    margin-bottom:10px;
}
.custom-checkbox ol li ul{
    list-style:disc;
    margin-left:20px;
}
ol.counter-none{
    list-style:none;
}

.pytanie-konkursowe{
    font-family:'Scale VF',sans-serif;
	font-style: normal;
    font-weight:900;
    font-size:43px;
    color:#fff;
    text-align:left;
    line-height:60px;
    margin-top:245px;
    margin-bottom: 122px;
}
.pytanie-konkursowe span{
    text-transform: uppercase;
    display:inline-block;
    color:#000;
    background:#fff;
    padding:10px;
    padding-bottom:0;
    line-height:40px;
    margin-left:-10px;
}
.pamietaj-small{
    font-size:14px;
    color:#bfbfbf;
    line-height:15px;
    margin-top:10px;
    font-weight:300;
}
.polawymagane{
    margin-top:-50px;
}
.frame{
    margin:150px 0;
    margin-bottom:100px;
}
@media (max-width: 800px) {
    .div-contest-form .h2-desc{
        font-size:40px;
    }
    .pytanie-konkursowe{
        font-size:30px;
    }
}
@media (max-width: 768px) {
    .pytanie-konkursowe{
        margin-top:60px;
        margin-bottom:60px;
        line-height:40px;
    }
    .pytanie-konkursowe span{
        padding:5px;
        margin-left:-5px;
        padding-bottom:0;
    }
    .btn.btn-primary{
        margin:0 auto;
        display:block;
    }
    .div-contest-form .h2-desc{
        text-align:center;
    }
}
.form-checkbox .form-label-error{
    margin-top:25px!important;
}