html,
body {
    font-family: "Manrope", arial, sans-serif;
    color: #323232;
}
body {
    font-size: 1.6rem;
    line-height: 1.4;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", arial, sans-serif;
    color: #1c1b1b;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: normal;
}
strong,
b {
    font-family: "Manrope", arial, sans-serif;
}
body small,
body .small {
    font-size: 1.4rem;
}
body p {
    font-size: 1.5rem;
}
h3{
    font-weight:bold;
}
@media (min-width: 1024px) {
    .h3,
    h3 {
        font-size: 34px;
        line-height: 42px;
    }
}
a {
    color: rgb(35, 33, 32);
}
a:hover {
    text-decoration: none;
}
.btn {
    cursor: pointer;
    font-family: Manrope, sans-serif;
    font-family: Manrope, sans-serif;
    font-feature-settings: normal;
    font-size: 15px;
    color: rgb(35, 33, 32);
    border-radius: 0;
    padding: 20px 70px;
    outline: none;
    box-shadow: none !important;
    position: relative;
    font-weight:bold;
}

.btn-winner-button{
    padding:10px 35px;
}
.btn.btn-primary {
    color: #ffffff;
    background-color: rgb(35, 33, 32);
    border-color: rgb(35, 33, 32);
}
.btn.btn-primary:active {
    color: #ffffff;
    background-color: #232120!important;
    border-color: rgb(35, 33, 32)!important;

}
.btn.btn-primary:hover {
    background-color: #fff;
    color:rgb(35, 33, 32)
}
.btn.btn-md {
    font-size: 14px;
    padding: 16px 40px;
}
html,
body {
    color: #323232;
}
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;
}
body .main-con {
    flex: 1 1 auto;
    margin-top: 82px;
}
.div-contest-form.col {
    max-width: 766px;
    margin: auto;
}
.div-contest-form .form-group {
    margin-bottom: 4rem;
}
@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 {
    margin: 0px;
    padding: 0px 40px 0px 20px;
    border-radius: 24px;
    font-size: 16px;
    line-height: 42px;
    color: rgb(35, 33, 32);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(196, 194, 195);
    height:42px;
}
.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 {
    outline: 0px;
}
.div-contest-form .form-input-wrapper .form-input .add-on {
    position: absolute;
    right: 25px;
    top: 20px;
    color: rgb(35, 33, 32);
    pointer-events: none;
}
.div-contest-form .form-input-wrapper textarea {
    width: 100%;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .div-contest-form .form-input-wrapper textarea {
        min-height: 200px;
    }
}
.div-contest-form .form-input-wrapper textarea::placeholder {
    color: rgba(0, 0, 0, 0.5);
    font-family: "Manrope", 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.8rem 1.5rem 0;
    margin-top: 0.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: 0;
    left: 17px;
    color: rgba(0, 0, 0, 0.5);
    background: #fff;
    font-family: "Manrope", arial, sans-serif;
    cursor: text;
    pointer-events: none;
    border-radius:24px;
}
.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(-18px);
}
.div-contest-form .form-input-wrapper span.form-label-error,
.div-contest-form #zdjecie-error,
.div-contest-form #zdjecie2-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: 17px;
    left: inherit;
}
.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(0, 0, 0, 0.5);
    background: #fff;
    font-family: "Manrope", 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 input[type="file"],
.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: 28px;
    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: #fff;
    border: 2px solid #eaeaea;
    line-height: 28px;
    text-align: center;
    color: #fff;
    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: rgb(35, 33, 32);
}
.div-contest-form .form-checkbox .form-checkbox-label.active:before {
    border-color: rgb(35, 33, 32);
}
.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: rgb(35, 33, 32);
    background-color: rgb(35, 33, 32);
}
.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: rgb(35, 33, 32);
}
.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;
    text-align: left;
    height: 55px;
    letter-spacing: normal;
    line-height: normal;
    outline: none;
    padding: 0 1.5rem;
    text-shadow: none;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.5);
    font-family: "Manrope", 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: #444;
    line-height: 28px;
    font-size: 14px;
    font-family: "Manrope", arial, sans-serif;
}
.div-contest-form .form-dropdown .dropdown-toggle:after {
    content: "\f105";
    border: none;
    font-family: "icomoon" !important;
    color: #1c1b1b;
    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 rgb(35, 33, 32);
    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: rgb(35, 33, 32);
}
.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;
}
.form-control:focus{
    border-color:black!important;
    box-shadow:none;
}
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: rgb(35, 33, 32);
}
*,
: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: rgb(35, 33, 32);
}
a:hover {
    color: rgb(94, 90, 89);
}
@media (min-width: 1024px) {
h3 {
    font-family: Manrope, 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: Manrope, 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;
}
h4.text__headline-main{
    font-size:45px;
    font-weight:bold;
}
#winner-section .formaty-zdjec{
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	color: #ABABAB;
	padding-top:5px;
}
.files-list{
	/*display:none;*/
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	margin-bottom:10px;
}
.files-list img{
	margin-top:-4px;
}
#winner-section .winner-button{
	cursor:pointer;
}
#winner-section .winner-button:hover{
	opacity:0.8;
}