/* Style ogólne */

/* Podlaczenie fontow */

@font-face {
	font-family: 'dollop-condensed';
    src: url('../fonts/dollop-condensed.eot');
    src: url('../fonts/dollop-condensed.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dollop-condensed.woff') format('woff'),
         url('../fonts/dollop-condensed.ttf') format('truetype');
    font-style: normal;
}

@font-face {
	font-family: 'dollop-expanded';
    src: url('../fonts/dollop-expanded.eot');
    src: url('../fonts/dollop-expanded.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dollop-expanded.woff') format('woff'),
         url('../fonts/dollop-expanded.ttf') format('truetype');
    font-style: normal;
	font-weight: 700;
}

/* Ogólne */

html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	margin: 0;
	background-image: url(../img/body-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
a, a:hover {
	text-decoration: none!important;
}
.slider div {
	overflow: hidden;
}
.no-padding {
	padding-left: 0!important;
	padding-right: 0!important;
}

/* Fonty */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: 700!important;
	font-style: normal;
}
p, li, span, a {
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
}
#tablesome__container {
	margin: 90px 0;
    padding: 0 30px;
    box-sizing: border-box;
}

/* Modal */

.modal {
	display: none; 
	position: fixed; 
	z-index: 99999; 
	padding: 100px 0 0 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.modal-content {
	background-color: #fff;
	margin: auto;
	padding: 20px 20px;
	width: 100%;
	border-radius: 30px;
	margin-bottom: 200px;
	box-sizing: border-box;
}
/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal h4 {
	font-size: 40px;
    text-align: center;
    margin-top: 60px;
    font-family: dollop-expanded;
	color: #003964;
}
.form-name, .form-surname, .form-email, .form-price, .form-satisfaction {
	border: 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    font-family: dollop-condensed;
    font-size: 20px;
    padding-bottom: 10px;
	width: 100%;
	outline: 0;
	box-sizing: border-box;
}
.form-date, .form-nip, .form-number {
	border: 0px;
    border-bottom: 1px solid #000;
    font-family: dollop-condensed;
    font-size: 20px;
    padding-bottom: 10px;
	width: 100%;
	outline: 0;
	box-sizing: border-box;
}
.form-date {
	margin-top: -5px;
}
.date-header {
	margin: 0;
    font-size: 14px;
}
.date-legal, .nip-legal, .number-legal {
	margin: 0;
    font-size: 16px;
	margin-bottom: 30px;
	font-family: dollop-condensed;
}
.wpcf7 p {
	margin-bottom: 5px!important;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #000 !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #000 !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #000 !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #000 !important;
opacity: 1;
}
.wpcf7-list-item-label {
	font-size: 18px;
	color: #000;
	font-family: dollop-condensed; 
}
.wpcf7-list-item-label a {
	color: #000;
	font-family: dollop-condensed; 
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-bottom: 15px;
}
.form-task {
	font-size: 18px;
    color: #000;
    font-family: dollop-condensed;
	margin-top: 30px;
}
.form-legal {
	font-size: 14px;
	font-family: dollop-condensed;
}
.wpcf7-list-item label .acceptance-1, .wpcf7-list-item label .acceptance-2, .wpcf7-list-item label .acceptance-3, .wpcf7-list-item label .acceptance-4, .wpcf7-list-item label .acceptance-5, .wpcf7-list-item label .acceptance-6, .wpcf7-list-item label .acceptance-7, .wpcf7-list-item label .acceptance-8 {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 16px;
    margin: 6px;
    position: relative;
    width: 26px;
  }

  .wpcf7-list-item label .acceptance-1::before, .wpcf7-list-item label .acceptance-2::before, .wpcf7-list-item label .acceptance-3::before, .wpcf7-list-item label .acceptance-4::before, .wpcf7-list-item label .acceptance-5::before, .wpcf7-list-item label .acceptance-6::before, .wpcf7-list-item label .acceptance-7::before, .wpcf7-list-item label .acceptance-8::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
  }

  .wpcf7-list-item label .acceptance-1, .wpcf7-list-item label .acceptance-1::after, .wpcf7-list-item label .acceptance-2, .wpcf7-list-item label .acceptance-2::after, .wpcf7-list-item label .acceptance-3, .wpcf7-list-item label .acceptance-3::after, .wpcf7-list-item label .acceptance-4, .wpcf7-list-item label .acceptance-4::after, .wpcf7-list-item label .acceptance-5, .wpcf7-list-item label .acceptance-5::after, .wpcf7-list-item label .acceptance-6, .wpcf7-list-item label .acceptance-6::after, .wpcf7-list-item label .acceptance-7, .wpcf7-list-item label .acceptance-7::after, .wpcf7-list-item label .acceptance-8, .wpcf7-list-item label .acceptance-8::after {
    transition: all 100ms ease-out;
  }

  .wpcf7-list-item label .acceptance-1::after, .wpcf7-list-item label .acceptance-2::after, .wpcf7-list-item label .acceptance-3::after, .wpcf7-list-item label .acceptance-4::after, .wpcf7-list-item label .acceptance-5::after, .wpcf7-list-item label .acceptance-6::after, .wpcf7-list-item label .acceptance-7::after, .wpcf7-list-item label .acceptance-8::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 10px;
  }

.form-warrning {
	text-align: center;
	font-weight: 700;
	color: #06439E;
}

  .wpcf7-list-item label input[type=checkbox] {
    cursor: default;
  }

  .wpcf7-list-item label .acceptance-1:hover, .wpcf7-list-item label .acceptance-2:hover, .wpcf7-list-item label .acceptance-3:hover, .wpcf7-list-item label .acceptance-4:hover, .wpcf7-list-item label .acceptance-5:hover, .wpcf7-list-item label .acceptance-6:hover, .wpcf7-list-item label .acceptance-7:hover, .wpcf7-list-item label .acceptance-8:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
  }

  .wpcf7-list-item label .acceptance-1:checked, .wpcf7-list-item label .acceptance-2:checked, .wpcf7-list-item label .acceptance-3:checked, .wpcf7-list-item label .acceptance-4:checked, .wpcf7-list-item label .acceptance-5:checked, .wpcf7-list-item label .acceptance-6:checked, .wpcf7-list-item label .acceptance-7:checked, .wpcf7-list-item label .acceptance-8:checked {
    background-color: #06439E;
  }

  .wpcf7-list-item label .acceptance-1:checked::after, .wpcf7-list-item label .acceptance-2:checked::after, .wpcf7-list-item label .acceptance-3:checked::after, .wpcf7-list-item label .acceptance-4:checked::after, .wpcf7-list-item label .acceptance-5:checked::after, .wpcf7-list-item label .acceptance-6:checked::after, .wpcf7-list-item label .acceptance-7:checked::after, .wpcf7-list-item label .acceptance-8:checked::after {
    background-color: #fff;
    left: 13px;
  }

  .wpcf7-list-item label :focus:not(.focus-visible) {
    outline: 0;
  }

  .wpcf7-list-item label .acceptance-1:checked:hover, .wpcf7-list-item label .acceptance-2:checked:hover, .wpcf7-list-item label .acceptance-3:checked:hover, .wpcf7-list-item label .acceptance-4:checked:hover, .wpcf7-list-item label .acceptance-5:checked:hover, .wpcf7-list-item label .acceptance-6:checked:hover, .wpcf7-list-item label .acceptance-7:checked:hover, .wpcf7-list-item label .acceptance-8:checked:hover {
    background-color: #06439E;
  }
.wpcf7-list-item label {
	display: flex;
}
.wpcf7-list-item label span {
	margin-left: 10px;
}
.form-send {
	font-size: 20px;
    margin: 0 auto;
    display: block;
    margin-top: 60px;
    background-color: #FFCE04;
    padding: 10px 20px;
    border: 0;
    border-radius: 24px;
    font-family: dollop-expanded;
    font-weight: 700;
    color: #003964;
	cursor: pointer;
}
#dowod-zakupu {
	position: absolute;
	display: none;
	width: 230px;
	height: 376px;
	background-image: url(../img/Paragon_Biedronka_DATA.jpg);
	background-size: cover;
	pointer-events: none;
	z-index: 1;
}
#nip-sprzedawcy {
	position: absolute;
	display: none;
	width: 230px;
	height: 376px;
	background-image: url(../img/Paragon_Biedronka_NIP.jpg);
	background-size: cover;
	pointer-events: none;
	z-index: 1;
}
#numer-sprzedawcy {
	position: absolute;
	display: none;
	width: 230px;
	height: 376px;
	background-image: url(../img/Paragon_Biedronka_Dow_Zakup.jpg);
	background-size: cover;
	pointer-events: none;
	z-index: 1;
}
.form-file-container span {
	position: relative;
    width: 300px;
    height: 210px;
    display: block;
    margin: 0 auto;
}
.form-file-container span:before {
	content:"";
	position:absolute;
	left:0;
	padding:5px;
	color:#fff;
	width: 300px;
	height: 169px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
	background-image: url(../img/button.svg);
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
}
.form-file-container span>input {
    position: relative;
    width: 300px;
    height: 200px;
	font-size: 8px;
} 
.date-legal-container, .nip-legal-container, .numer-legal-container {
	display: flex;
	flex-direction: row;
}
.lupa {
	margin: 0;
}
.lupa img {
	height: 12px;
    margin-left: 10px;
}
.wpcf7-not-valid-tip {
	font-size: 10px!important;
}
.wpcf7-form p:nth-child(-n + 5) .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	margin-top: -30px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #438D69!important;
    font-size: 16px;
    font-family: 'montserrat';
    text-align: center;
    padding: 10px;
    background-color: #438D69;
    color: #fff;
}
.wpcf7-list-item-label a {
	text-decoration: underline!important;
}
.wpcf7-not-valid-tip {
	margin-top: 0px!important;
	height: 10px!important;
}
.wpcf7-not-valid-tip::before {
	display: none;
}

/* Menu */

.navigation-container::after {
	content: "";
    background-image: url(../img/Zabki.svg);
    position: absolute;
    bottom: -33px;
    left: 0;
    background-size: 200%;
    background-repeat: no-repeat;
	background-position: center 0px;
    width: 100%;
    height: 33px;
    display: block;
}

.desktop {
	display: none;
}
.mobile {
	position: relative;
	z-index: 99999;
	height: 60px;
	background-color: #003964;
}
.mobile #overlay-button {
	position: absolute;
	left: 18px;
    top: 28px;
	z-index: 5;
	cursor: pointer;
	user-select: none;
}
 .mobile #overlay-button span {
	height: 4px;
	width: 35px;
	border-radius: 2px;
	background-color: white;
	position: relative;
	display: block;
	transition: all .2s ease-in-out;
}
 .mobile #overlay-button span:before {
	top: -10px;
	visibility: visible;
}
.mobile #overlay-button span:after {
	top: 10px;
}
.mobile #overlay-button span:before, .mobile #overlay-button span:after {
	height: 4px;
	width: 35px;
	border-radius: 2px;
	background-color: white;
	position: absolute;
	content: "";
	transition: all .2s ease-in-out;
}
.mobile input[type=checkbox] {
	display: none;
}
.mobile input[type=checkbox]:checked ~ #overlay {
	visibility: visible;
}
.mobile input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
    opacity: 1;
	background: #000;
}
.mobile input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
	background: #000;
}
input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
}
.mobile #overlay {
	height: 100vh;
	width: 100vw;
	background: #fff;
	z-index: 2;
	visibility: hidden;
	position: absolute;
}
.mobile #overlay.active {
	visibility: visible;
}
.mobile ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	height: 500px;
	padding-left: 0;
	list-style-type: none;
}
.mobile ul li {
	padding: 1em;
}
.mobile ul li a {
	color: #000;
	text-decoration: none;
	font-size: 1.5em;
	font-family: dollop-condensed;
}
.mobile ul li a:hover {
	color: #333332;
}
.kaufland-logo {
	position: absolute;
    right: 18px;
    top: 10px;
    height: 40px;
}
#myBtnMenu {
	cursor: pointer;
}

/* Home Page */

#slider-container {
	background-repeat: no-repeat;
    background-position: 36% bottom;
    position: relative;
    height: 600px;
    background-image: url(../img/KV-Women.png);
    background-color: #F8EFDF;
    background-size: 640px;
}
.slider-img {
	position: absolute;
    bottom: 10px;
    left: 10px;
    width: auto;
    height: 190px;
    z-index: 99;
}
.hellmanns-logo {
	height: 100px;
    width: auto;
    margin-top: 30px;
}
.slider-content {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    align-items: flex-start;
    justify-content: space-between;
}
.slider-content .text {
	padding: 0 10px;
}
.text-header {
    font-size: 40px;
    font-family: dollop-condensed;
    line-height: 40px;
    font-weight: 300;
    color: #003964;
    text-align: left;
    text-transform: uppercase;
    margin: 30px 0 15px 0;
}
.text-header span {
	font-family: dollop-expanded;
    font-weight: 700;
    font-size: 40px;
}
.text-paragraph {
	font-family: dollop-condensed;
	font-size: 20px;
    color: #003964;
}
.counter {
	padding: 0 0 120px 28px;
    text-align: center;
	position: absolute;
	top: 240px;
    right: 62%;
}
.counter p {
	font-family: dollop-condensed;
	font-size: 20px;
    color: #003964;
	margin: 5px;
}
.counter button {
	font-family: dollop-expanded;
	color: #003964;
	font-size: 30px;
	background-color: #FFCE04;
	padding: 10px 20px !important;
	border: 0!important;
	border-radius: 60px;
}
.slider-button {
	font-size: 20px !important;
    line-height: 20px;
    padding: 12px 26px !important;
    border-radius: 50px !important;
    margin: 0 auto 60px auto;
    display: block;
}
#myBtn {
	font-size: 30px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 30px;
    border-width: 0;
	cursor: pointer;
	z-index: 9;
	background-color: #FFCE04;
	color: #003964;
	font-family: dollop-expanded;
}
#myBtn2 {
	background-color: #FFCE07;
    color: #003964;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
    z-index: 9;
    font-family: dollop-expanded;
    position: relative;
    border-radius: 30px;
    margin: 60px 0 30px 0;
}
.myBtn3 {
	background-color: #fff !important;
    color: #003964 !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    border: 0 !important;
    border-radius: 30px !important;
    cursor: pointer;
    z-index: 9;
    font-family: dollop-expanded;
    position: relative;
    margin: 0 auto;
    display: block;
}
#regularmin-container {
    margin: 0 auto;
    padding: 30px 15px;
    position: relative;
}
#regularmin-container h2 {
	text-align: center;
    color: #fff;
	font-family: dollop-expanded;
    font-size: 30px;
}
.textbox {
	margin-bottom: 60px;
}
.textbox p {
	text-align: center;
    color: #fff;
    font-family: dollop-expanded;
    font-size: 30px;
}
.textbox span {
	color: #FFCE07;
	font-family: dollop-expanded;
}
.kroki-container {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
	position: relative;
    flex-wrap: nowrap;
}
.krok {
	width: 100%;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
	position: relative;
}
.krok img {
	height: 70px;
	width: auto;
}
.krok h3 {
	font-size: 43px;
    color: #fff;
	margin: 50px 0 20px 0;
}
.krok p {
	text-align: center;
    font-size: 24px;
    font-family: dollop-condensed;
    margin: 0;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
}
.krok span {
	text-align: center;
	color: #fff;
	margin-top: 30px;
}
.krok span strong {
	font-weight: 700!important;
}
.krok-box {
	padding: 10px 30px;
	background-color: #fff;
	border-radius: 30px;
	color: #003964!important;
	position: relative;
}
hr {
	display: none;
}
.regulamin-container {
	margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.regulamin-container a {
	font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding: 5px 10px;
    border: 6px solid #fff;
    border-radius: 50px;
}
.regulamin-legal {
	font-family: dollop-condensed;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
#produkty-container {
	background-color: #F8EFDF;
	padding: 30px 15px;
	position: relative;
}
#produkty-container h2 {
	text-align: center;
    color: #003964;
    font-family: dollop-expanded;
    font-size: 30px;
}
#produkty-container::after {
	content: "";
	background-image: url(../img/Zabki.svg);
	position: absolute;
	bottom: 0;
	left: 0;
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center 0px;
	width: 100%;
	height: 33px;
	display: block;
	transform: rotate(180deg);
}
.produkt-box {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.produkt-img {
	width: 60%;
    height: auto;
}
.produkt-title {
	font-family: dollop-condensed;
	text-align: center;
	font-size: 30px;
	color: #003964;
}


#kontakt {
	width: 100%;
    margin: 0 auto;
	overflow: hidden;
}
#kontakt h3 {
	text-align: center;
    color: #fff;
	font-family: dollop-expanded;
    font-size: 30px;
}
.contact-container {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
	padding: 0 15px;
	gap: 60px;
}
.email-box, .phone-box {
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.email-box img, .phone-box img {
	height: 110px;
	width: auto;
}
.email-box h4, .phone-box h4 {
	font-size: 28px;
    margin: 30px 0 14px 0;
    color: #fff;
	font-family: dollop-expanded;
}
.email-box p, .email-box a, .phone-box a {
	margin: 0;
    font-size: 22px;
    color: #fff;
	text-align: center;
	font-family: dollop-condensed;
}
.email-box a, .phone-box a {
	color: #FFCE04;
	font-size: 26px;
}
.phone-box p {
	font-size: 14px;
	color: #fff;
	font-family: dollop-condensed;
}
.organizator-text {
	text-align: center;
	padding: 0 15px;
	color: #fff;
	font-family: dollop-condensed;
	font-size: 14px;
}
footer {
	height: 100%;
    background-color: #003964;
    display: flex;
    align-items: center;
	padding: 30px 0;
}
.container-footer {
	width: 100%;
    margin: 0 auto;
}
.navbar-footer {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.navbar-footer a {
	color: #fff;
	font-family: dollop-expanded;
}
.container-footer {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
#kontakt-container {
    padding: 50px 0;
	position: relative;
}
.wstazka-kontakt {
	width: 200%;
    transform: translateX(-25%);
}
.text-organizator {
	text-align: center;
	color: #fff;
}
.hellmanns-logo {
	width: 150px;
    display: block;
    margin: 0 auto;
}
.wpcf7-form-control-wrap input::file-selector-button {
	padding: 10px 15px;
	border: 0;
	border-radius: 0px;
	cursor: pointer;
}

.wpcf7-form-control.wpcf7-file {
	padding: 180px 0 10px 0;
    box-sizing: border-box;
}

.modal-content {
	background-color: #f0f0f0;
}
    .form-date, .form-nip, .form-number {
        background-color: #f0f0f0;
    }

    .form-name, .form-surname, .form-email, .form-price, .form-satisfaction, .form-price, .form-satisfaction {
        background-color: #f0f0f0;
    }
input[type="file"]::-webkit-file-upload-button {
    position: relative;
	font-size: 0;
}
.image-container-mobile {
	display: block;
	padding-bottom: 30px;
   	box-sizing: border-box;
}
.image-container-desktop {
	display: none;
}
.swal-modal {
	width: calc(100% - 20px)!important;
}
.form-competition-task {
	width: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 20px;
    box-sizing: border-box;
    font-family: dollop-condensed;
    font-size: 16px;
    height: 150px;
}
#kontakt-container {
	background-color: #003964;
}

/* Responsywność */ 

@media only screen and (max-width: 992px) {
	.navbar {
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	.navbar-items, .navbar {
		flex-direction: column;
	}
	.navbar-items {
		display:none;
	}
	.navbar-toggle-show {
		display: flex;
	}
	.navbar-toggle {
		align-self: flex-end;
		display: initial;
		position: absolute;
		cursor: pointer;
	} 
}

@media (min-width: 768px) {
	#slider-container {
		height: 780px;
		background-size: 930px;
	}
	.text-header {
		font-size: 56px;
		line-height: 56px;
		margin: 50px 0 15px 0;
	}
	.text-header span {
		font-size: 56px;
	}
	.text-paragraph {
		width: 55%;
	}
	.counter {
		padding: 0;
		text-align: center;
		position: absolute;
		top: 50px;
		right: 15px;
	}
	.slider-button {
		font-size: 28px !important;
		padding: 20px 26px !important;
	}
	.slider-img {
		height: 320px;
	}
	.nagrody-container {
		display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
	}
	.kroki-container {
		flex-direction: row;
		gap: 0;
	}
	.produkt-img {
		width: 40%;
	}
	hr {
		display: block;
		position: absolute;
		width: 65%;
		top: 49px;
		left: 50%;
		transform: translateX(-50%);
		border: 4px dashed #fff;
		border-style: none none dashed;
	}
}

@media (min-width: 992px) {
	.nav-container::after {
        content: "";
        background-image: url(../img/Zabki.svg);
        position: absolute;
        bottom: -46px;
        left: 0;
        background-size: 102%;
        background-repeat: no-repeat;
        background-position: center 0px;
        width: 100%;
        height: 46px;
        display: block;
        z-index: 9;
    }
	.desktop {
		height: 60px;
        display: flex;
        background-color: #003964;
        padding: 10px 30px;
		position: relative;
	}
	.mobile {
		display: none;
	}
	.menu {
		display: flex;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}
	.Logo {
		height: 100%;
		width: auto;
	}
	.list {
		display: flex;
		flex-direction: row;
		gap: 30px;
	}
	.desktop a {
        font-family: dollop-expanded;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }
	.slider-content {
		padding: 30px;
	}
	.slider-content .text {
		padding: 0;
	}
	#slider-container {
        height: 680px;
        background-size: 1280px;
        background-position: 10% -130px;
    }
	.slider-img {
        bottom: -100px;
        left: 30px;
        height: 410px; 
    }
	.text-paragraph {
        width: 45%;
		font-size: 26px;
    }
	#regularmin-container {
		padding: 85px 15px 30px 15px;
	}
    .produkt-img {
        width: 200px;
    }
	.produkty-container {
		display: flex;
   		flex-direction: row;
   		justify-content: center;
	}
	.produkt-box {
		width: 25%;
		margin-top: 30px;
	}
	.contact-container {
		flex-direction: row;
		gap: 0px;
	}
	.navbar-footer {
		flex-direction: row;
		gap: 30px;
	}
	#produkty-container::after {
		background-size: 102%;
	}
	.counter button {
		font-size: 42px;
	}
	.krok-box {
		font-size: 30px !important;
	}
}

@media (min-width: 1366px) {
	.desktop a, .navbar-footer a {
        font-size: 20px;
    }
	#slider-container {
        background-position: 210% -130px;
    }
	.counter {
        right: 30px;
    }
	.counter p {
		font-size: 26px;
	}
	.text-header {
        font-size: 72px;
        line-height: 72px;
    }
	.text-header span {
        font-size: 72px;
    }
	.slider-button {
        font-size: 42px !important;
		padding: 30px 36px !important;
    }
	#myBtn2 {
        font-size: 42px !important;
        padding: 16px 36px !important;
        border-radius: 50px;
    }
	.text-paragraph {
        width: 55%;
    }
	#regularmin-container {
        padding: 30px 15px 30px 15px;
    }
	.myBtn3 {
		font-size: 36px !important;
		margin: 0 auto 30px auto;
		border-radius: 50px !important;
		padding: 16px 30px !important;
	}
	.regulamin-legal {
		width: 75%;
	}
}

@media (min-width: 1440px) {
	.modal-content {
		width: 930px;
		padding: 20px 60px;
	}
}

@media (min-width: 1680px) {
	.desktop {
        height: 90px;
        padding: 18px 30px 4px 30px;
    }
	#slider-container {
        background-position: 90px -170px;
        height: 922px;
        background-size: 105%;
    }
	.text-header {
        font-size: 90px;
        line-height: 90px;
    }
	.text-header span {
        font-size: 90px;
    }
	.text-paragraph {
        width: 55%;
		font-size: 32px;
    }
	.counter p {
        font-size: 32px;
    }
	.counter button {
        font-size: 56px;
        padding: 12px 40px !important;
    }
	.slider-button {
        font-size: 56px !important;
        padding: 20px 40px !important;
        line-height: 56px;
    }
	.slider-img {
        bottom: -100px;
        left: 30px;
        height: 530px;
    }
	.textbox p, #regularmin-container h2, #produkty-container h2, #kontakt h3 {
		font-size: 42px!important;
	}
	.krok p {
		font-size: 30px;
	}
	.regulamin-legal, .phone-box p, .organizator-text {
		font-size: 16px;
	}
	.wstazka-kontakt {
		width: 100%;
		transform: none;
	}
	.krok-box {
		font-size: 38px !important;
	}
}

@media (min-width: 1920px) {
	.slider-img {
        bottom: -160px;
        height: 620px;
    }
	.produkt-img {
        width: 280px;
    }
	.contact-container {
        width: 1440px;
        margin: 0 auto;
    }
	.slider-content {
		padding: 60px;
	}
	.counter {
        right: 60px;
    }
	#produkty-container::after {
		height: 40px;
	}
	
}

@media (min-width: 2200px) {
	.desktop {
        height: 120px;
    }
	.desktop a, .navbar-footer a {
        font-size: 26px;
    }
	#slider-container {
        background-position: 90px -260px;
        height: 1128px;
        background-size: 107%;
    }
	.text-header {
        font-size: 110px;
        line-height: 110px;
    }
	.text-header span {
        font-size: 110px;
    }
	.text-paragraph {
        font-size: 44px;
    }
	.slider-img {
        height: 740px;
    }
	.counter {
        top: 80px;
    }
	.counter p {
        font-size: 44px;
    }
	.counter button {
        font-size: 70px;
    }
	.slider-button {
        font-size: 70px !important;
        padding: 20px 40px !important;
        line-height: 70px;
    }
	#regularmin-container {
        padding: 30px 200px 30px 200px;
    }
	.kroki-container {
        flex-direction: row;
        gap: 60px;
    }
	#produkty-container {
		padding: 30px 15px 90px 15px;
	}
	#produkty-container::after {
		height: 45px;
	}
	.email-box h4, .phone-box h4 {
		font-size: 42px;
	}
	.email-box p, .email-box a, .phone-box a {
		font-size: 32px;
	}
	.email-box a, .phone-box a {
		font-size: 38px;
	}
	.regulamin-legal, .phone-box p, .organizator-text {
        font-size: 20px;
    }
}



