/* Style ogólne */

/* Podlaczenie fontow */

@font-face {
	font-family: 'Isidora';
    src: url('../fonts/Isidora-Black.eot');
    src: url('../fonts/Isidora-Black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Isidora-Black.woff') format('woff'),
         url('../fonts/Isidora-Black.ttf') format('truetype');
    font-style: normal;
}

/* Ogólne */

html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	margin: 0;
	background-image: url(../img/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: Isidora;
	color: #028132;
}
.form-name, .form-surname, .form-email, .form-price, .form-satisfaction {
	border: 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    font-family: "oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
    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: "oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
    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;
	font-family: "oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.date-legal, .nip-legal, .number-legal {
	margin: 0;
    font-size: 16px;
	margin-bottom: 30px;
	font-family: "oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.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: "oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.wpcf7-list-item-label a {
	color: #000;
	font-family: "oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-bottom: 15px;
}
.form-task {
	font-size: 18px;
    color: #000;
    font-family: Isidora;
	margin-top: 30px;
}
.form-legal {
	font-size: 14px;
	font-family: "oswald", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.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;
  }
.wpcf7-form-control-wrap:nth-child(1) span {
	color: #DA205C
}
.form-warrning {
	text-align: center;
	font-weight: 700;
	color: #028132;
}

  .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: #DA205C;
    padding: 10px 20px;
    border: 0;
    border-radius: 24px;
    font-family: Isidora;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}
#dowod-zakupu {
	position: absolute;
	display: none;
	width: 230px;
	height: 376px;
	background-image: url(../img/Paragon_DATA.png);
	background-size: cover;
	pointer-events: none;
	z-index: 1;
}
#nip-sprzedawcy {
	position: absolute;
	display: none;
	width: 230px;
	height: 376px;
	background-image: url(../img/Paragon_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_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 {
    border-color: #438D69!important;
    font-size: 16px;
    font-family: 'montserrat';
}
.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;
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
	margin-top: -25px !important;
    margin-bottom: 30px;
    border: 1px solid red;
    padding: 10px 10px 15px 10px;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 700!important;
}
.wpcf7-response-output {
    padding: 10px!important;
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: arial, sans-serif;
}

/* Menu */

.desktop {
	display: none;
}
.mobile {
	position: relative;
	z-index: 99999;
	height: 60px;
	background-color: #008132;
}
.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: Isidora;
}
.mobile ul li a:hover {
	color: #333332;
}
.kaufland-logo {
	position: absolute;
    right: 18px;
    top: 10px;
    height: 40px;
}
#myBtnMenu {
	cursor: pointer;
}

/* Home Page */

#slider-container {
    position: relative;
}
.slider-img {
    height: auto;
    width: 100%;
}
.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 {
	margin: 0 auto;
}
.text-header-1, .text-header-2 {
    font-size: 54px;
    font-family: Isidora;
    color: #fff;
    margin: 0;
}
.text-header-2 {
	padding-left: 30px;
    transform: rotate(3deg);
	margin-top: -10px;
}
.counter {
	text-align: center;
    margin: 0 auto;
}
.counter p {
	font-family: Isidora;
	font-size: 20px;
    color: #fff;
	margin: 5px;
}
.counter button {
	font-family: Isidora;
	color: #fff;
	font-size: 30px;
	background-color: #DA205C;
	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: 26px !important;
    margin: 30px 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: #F8B125;
	color: #fff;
	font-family: Isidora;
}
#myBtn2 {
	background-color: #DA205C;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
    z-index: 9;
    font-family: Isidora;
    position: relative;
    border-radius: 22px;
    margin: 60px 0 30px 0;
}
.myBtn3 {
	background-color: #fff !important;
    color: #F8B125 !important;
    font-size: 24px !important;
    text-transform: uppercase !important;
    padding: 10px 20px !important;
    border: 0 !important;
    border-radius: 22px !important;
    cursor: pointer;
    z-index: 9;
    font-family: Isidora;
    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: Isidora;
    font-size: 30px;
}
.textbox {
	margin-bottom: 60px;
}
.textbox p {
	text-align: center;
    color: #fff;
    font-family: Isidora;
    font-size: 30px;
}
.textbox span {
	color: #FFCE07;
	font-family: Isidora;
}
.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: Isidora;
    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: #DA205C !important;
    position: relative;
    text-transform: uppercase;
}
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, .shops {
	font-family: Isidora;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-family: myriad-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}
#produkty-container {
	padding: 30px 0;
	position: relative;
}
#produkty-container h2 {
	text-align: center;
    color: #fff;
    font-family: Isidora;
    font-size: 30px;
}
.produkty-bg-box {
	background-image: url(../img/product-bg.png);
	background-size: cover;
    background-position: top;
	background-repeat: no-repeat;
}
.produkt-box {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.produkt-img {
	width: 100%;
    height: auto;
}
.produkt-title {
	font-family: Isidora;
	text-align: center;
	font-size: 22px;
	color: #fff;
	margin: 0 0 30px 0;
}
.knorr-logo-section-product {
	margin: 0 auto;
    display: block;
}
.produkty-bg-box {
    width: 100%;
    margin: 0 auto;
    padding: 60px 15px;
    box-sizing: border-box;
}
.produkt-box {
    width: 100%
}
.produkt-title span {
	font-family: Isidora;
    text-align: center;
    font-size: 30px;
    color: #008132;
}

#kontakt {
	width: 100%;
    margin: 0 auto;
	overflow: hidden;
}
#kontakt h3 {
	text-align: center;
    color: #fff;
	font-family: Isidora;
    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: Isidora;
}
.email-box p, .email-box a, .phone-box a {
	margin: 0;
    font-size: 22px;
    color: #fff;
	text-align: center;
	font-family: Isidora;
}
.email-box a, .phone-box a {
	color: #FFCE04;
	font-size: 22px;
}
.phone-box p {
	font-size: 14px;
	color: #fff;
	font-family: Isidora;
}
.organizator-text {
	text-align: center;
	padding: 0 15px;
	color: #fff;
	font-family: myriad-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
}
footer {
	height: 100%;
    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: Isidora;
}
.container-footer {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
#kontakt-container {
	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: Isidora;
    font-size: 16px;
    height: 150px;
}

/* Zakładka przepisy */

#przepisy-container-1, #przepisy-container-2 {
	padding: 0 15px;
}
#przepisy-container-2 {
	margin-top: 120px;
	margin-bottom: 60px;
}
.przepisy-1-img, .przepisy-2-img {
	width: 100%;
	z-index: 999;
    position: relative;
}
.przepisy-header {
	width: 100%;
}
.przepis-title-box h2 {
	font-family: Isidora;
	font-size: 48px;
	line-height: 48px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.przepis-title, .przepis-subtitle, ol li, ul li {
	font-family: Isidora;
}
.przepis-title {
	color: #028132;
	font-size: 26px;
}
.przepisy-2-bg-container .przepis-content-box .przepis-title {
	color: #F59D08!important;
}
.przepis-subtitle {
	color: #fff;
    font-size: 22px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: left;
    align-items: center;
}
ul li, ol li {
	color: #fff;
	font-size: 18px;
	padding-bottom: 10px;
}
.two-person-img {
	width: 60px;
	height: auto;
}
.przepisy-1-bg-container, .przepisy-2-bg-container {
	margin: 0 -15px;
    padding: 0 15px;
	position: relative;
}
.przepisy-1-bg-container, .przepisy-2-bg-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 950px;
    background-size: cover;
    background-repeat: no-repeat;
}
.przepisy-1-bg-container {
	background-image: url(../img/bg-1-1.png);
}
.przepisy-2-bg-container {
	background-image: url(../img/bg-2-1.png);
}
.abso {
	display: none;
}
.header-active {
	color: #F49F27!important;
}



/* 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) {
	.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: auto;
        width: 54%;
        margin: 0 auto;
        display: block;
    }
	.text-header-1, .text-header-2 {
		font-size: 74px;
	}
	.nagrody-container {
		display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
	}
	.kroki-container {
		flex-direction: row;
		gap: 0;
	}
	hr {
		display: block;
		position: absolute;
		width: 65%;
		top: 49px;
		left: 50%;
		transform: translateX(-50%);
		border: 4px dashed #fff;
		border-style: none none dashed;
	}
	.produkty-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 30px;
		justify-content: center;
	}
	.produkty-bg-box {
		width: 100%;
        margin: 0 auto;
        padding: 60px 15px;
        box-sizing: border-box;
		height: calc(1024px + 60px);
	}
	.produkt-box {
		width: calc(50% - 30px);
	}
	#kontakt-container {
		padding: 50px 0;
	}
	.email-box a, .phone-box a {
		color: #FFCE04;
		font-size: 22px;
	}
	.przepisy-header {
		width: 50%;
		margin: 0 auto;
		display: block;
	}
	#przepisy-container-1, #przepisy-container-2 {
		padding: 30px;
		position: relative;
	} 
	#przepisy-container-2 .przepis-title-box {
		display: flex;
		justify-content: end;
	}
	.przepisy-1-img {
		width: 100%;
		z-index: 999;
		position: absolute;
		top: -50px;
		right: 0;
		width: 60%;
	}
	.przepisy-2-img {
		width: 100%;
		z-index: 999;
		position: absolute;
		top: 76px;
        left: 0;
        width: 50%;
	}
	.przepisy-1-bg-container, .przepisy-2-bg-container {
		margin: 0 -30px;
		padding: 10px 30px;
		position: relative;
		height: 700px;
	}
	.przepisy-1-bg-container {
		background-image: url(../img/bg-1-2.png);
	}
	.przepisy-2-bg-container {
		background-image: url(../img/bg-2-2.png);
	}
	.przepis-content-box {
		width: 50%;
	}
	.przepisy-2-bg-container .przepis-content-box {
		width: 50%;
        margin: 0 0 0 auto;
	}
}

@media (min-width: 992px) {
	.desktop {
		height: 100px;
        display: flex;
        background-color: #008132;
        padding: 10px 30px;
		position: relative;
	}
	.mobile {
		display: none;
	}
	.menu {
		display: flex;
		width: 100%;
		justify-content: end;
		align-items: center;
	}
	.list {
		display: flex;
		flex-direction: row;
		gap: 30px;
	}
	.desktop a {
        font-family: Isidora;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }
	.slider-content {
		padding: 30px;
		box-sizing: border-box;
		justify-content: end;
	}
	.text {
		position: absolute;
		top: 60px;
		right: 60px;
	}
	#slider-container {
		position: relative;
		height: calc(768px - 120px);
	}
	.slider-img {
        position: absolute;
        top: -120px;
        width: 40%;
        left: 30px;
    }
	.text-header-1, .text-header-2 {
        font-size: 88px;
    }
	.text-header-2 {
		margin-top: -30px;
	}
	#regularmin-container {
		padding: 85px 15px 30px 15px;
	}
	.counter {
        top: 50%;
        right: 20%;
    }
	.produkty-container {
		display: flex;
   		flex-direction: row;
   		justify-content: center;
	}
	.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;
	}
	.slider-button {
        margin: 0 auto;
    }
	.produkty-bg-box {
		width: 75%;
		height: calc(1080px + 240px);
		padding: 60px;
	}
	.przepisy-header {
        width: 240px;
        margin: 0 auto;
        display: block;
        position: absolute;
        top: 0;
        left: 100px;
    }
	.przepis-title-box {
        margin-top: 90px;
    }
	.przepisy-1-img {
        width: 570px;
		top: 60px;
    }
	.przepisy-2-img {
        width: 460px;
    }
	footer {
		padding: 0 0 30px 0;
	}
	.przepis-title-box h2 {
		width: 50%;
	}
	.przepisy-container-2 .przepis-title-box {
        margin-bottom: 0px!important;
    }
	#przepisy-container-2 {
		margin-top: 0;
	}
	.abso {
		display: block;
		position: absolute;
		top: -140px;
		right: 0;
		width: 300px;
	}
		
}

@media (min-width: 1366px) {
	.desktop a, .navbar-footer a {
        font-size: 20px;
    }
	.counter {
        right: 22%;
    }
	.counter p {
		font-size: 26px;
	}
	.slider-button {
        font-size: 42px !important;
		padding: 30px 36px !important;
    }
	#myBtn2 {
        font-size: 42px !important;
        padding: 16px 36px !important;
    }
	.text-paragraph {
        width: 55%;
    }
	#regularmin-container {
        padding: 30px 15px 30px 15px;
    }
	.myBtn3 {
		font-size: 36px !important;
		margin: 0 auto 30px auto;
		padding: 16px 30px !important;
	}
	.slider-img {
        width: auto;
        left: 160px;
        height: 100%;
    }
	.text-header-1, .text-header-2 {
        font-size: 100px;
    }
	.text {
        right: 134px;
    }
	.produkty-bg-box {
		width: 50%;
		margin: 0 auto;
		height: calc(1080px + 230px);
		padding: 60px;
		box-sizing: border-box;
	}
	.przepis-title-box {
        margin-top: 140px;
    }
	.przepis-title-box h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.przepisy-1-img {
        width: 690px;
    }
	.przepis-title {
		font-size: 32px;
	}
	.przepis-subtitle {
		font-size: 28px;
	}
	ul li, ol li {
		font-size: 20px;
	}
	.przepisy-1-bg-container, .przepisy-2-bg-container {
        height: 800px;
    }
	.przepisy-1-bg-container {
		background-image: url(../img/bg-1-3.png);
	}
	.przepisy-2-bg-container {
		background-image: url(../img/bg-2-3.png);
	}
	.przepisy-2-img {
        top: 6px;
		width: 610px;
    }
	.abso {
        top: -240px;
        width: 450px;
    }
}

@media (min-width: 1440px) {
	.modal-content {
		width: 930px;
		padding: 20px 60px;
	}
}

@media (min-width: 1680px) {
	.desktop {
        height: 140px;
        padding: 0 30px;
    }
	#slider-container {
        height: 922px;
    }
	.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;
    }
	.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, .shops {
		font-size: 16px;
	}
	.wstazka-kontakt {
		width: 100%;
		transform: none;
	}
	.krok-box {
		font-size: 38px !important;
	}
	.slider-img {
        top: -140px;
    }
	.desktop a, .navbar-footer a {
        font-size: 24px;
    }
	.desktop {
        padding: 0 60px;
    }
	.text {
        right: 84px;
    }
	.text-header-1, .text-header-2 {
        font-size: 130px;
    }
	.text-header-2 {
		padding-left: 120px;
	}
	.produkt-title {
		font-size: 30px;
	}
	.produkty-container {
        gap: 0;
    }
	.produkt-box {
        width: 50%;
    }
	.przepisy-header {
        width: 300px;
    }
	.przepis-title-box h2 {
		font-size: 80px;
		line-height: 80px;
		padding: 0 70px 0 0;
	}
	.przepis-title-box {
        padding-left: 70px;
    }
	.przepisy-1-bg-container, .przepisy-2-bg-container {
        padding: 10px 100px;
    }
	.przepis-title {
        font-size: 38px;
    }
	.przepis-subtitle {
        font-size: 34px;
    }
	ul li, ol li {
        font-size: 24px;
    }
	.przepisy-1-img {
        width: 840px;
    }
	.przepisy-2-img {
        width: 740px;
    }
	.przepisy-1-bg-container, .przepisy-2-bg-container {
        height: 970px;
    }
	.abso {
        top: -300px;
        width: 520px;
    }
}

@media (min-width: 1920px) {
	.slider-img {
        top: -160px;
    }
	.contact-container {
        width: 1440px;
        margin: 0 auto;
    }
	.slider-content {
		padding: 60px;
	}
	#produkty-container::after {
		bottom: -1px;
		height: 40px;
	}
	.desktop {
        height: 160px;
    }
	.list {
        gap: 60px;
    }
	.text {
        right: 160px;
    }
	.text-header-1, .text-header-2 {
        font-size: 146px;
    }
	.przepisy-header {
        width: 420px;
    }
	.przepis-title-box {
        margin-top: 230px;
    }
    .przepisy-1-bg-container::before, .przepisy-2-bg-container::before {
        top: -436px;
    }
	.przepisy-1-bg-container::after, .przepisy-2-bg-container::after {
        bottom: -436px;
    }
	.przepis-title-box h2 {
		width: 50%;
    	padding: 0 40px 0 0;
	}
	.przepisy-1-bg-container {
        background-image: url(../img/bg-1-4.png);
    }
	.przepisy-2-bg-container {
        background-image: url(../img/bg-2-4.png);
    }
	.abso {
        top: -300px;
        width: 600px;
    }
	.przepisy-1-img {
        width: 900px;
    }
	.przepisy-2-img {
        width: 800px;
    }
}

@media (min-width: 2200px) {
	.desktop {
        height: 200px;
    }
	.list {
        gap: 90px;
    }
	.desktop a, .navbar-footer a {
        font-size: 36px;
    }
	.slider-img {
        top: -200px;
    }
	#slider-container {
        position: relative;
        height: calc(1440px - 200px);
    }
	.counter button {
        font-size: 70px;
    }
	.slider-button {
        font-size: 70px !important;
        padding: 30px 40px 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 0px 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, .shops {
        font-size: 20px;
    }
	.text {
        right: 180px;
		top: 80px;
    }
	.text-header-1, .text-header-2 {
        font-size: 200px;
    }
	.counter {
        right: 24%;
		top: 52%;
    }
	.produkty-bg-box {
        height: calc(1440px + 380px);
    }
	.przepisy-header {
        width: 500px;
    }
	.przepis-title-box {
        margin-top: 280px;
    }
	.przepisy-1-bg-container::before, .przepisy-2-bg-container::before {
        top: -584px;
    }
	    .przepisy-1-bg-container::after, .przepisy-2-bg-container::after {
        bottom: -584px;
    }
	.przepis-title-box h2 {
        font-size: 130px;
        line-height: 130px;
    }
	.przepis-title {
        font-size: 60px;
    }
	.przepis-subtitle {
        font-size: 50px;
    }
	ul li, ol li {
        font-size: 34px;
    }
	.przepisy-1-bg-container, .przepisy-2-bg-container {
        height: 1600px;
    }
	.przepisy-1-img {
        width: 1410px;
    }
	.przepisy-2-img {
        width: 1200px;
    }
	.abso {
        top: -500px;
        width: 780px;
    }
}