/* Style ogólne */

html {
	scroll-behavior: smooth;
}
body {
	margin: 0!important;
	background-color: #59ADDC;
	overflow-x: hidden;
	width: 100vw;
}
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: montserrat, sans-serif;
	font-weight: 700!important;
	font-style: normal;
}
p, li, span, a {
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* Modal */

.modal {
	display: none; 
	position: fixed; 
	z-index: 999; 
	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);
	z-index: 999999;
}

/* 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: 27px;
    text-align: center;
    margin-top: 60px;
}
.form-name, .form-surname, .form-email {
	border: 0px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    font-family: 'montserrat';
    font-size: 16px;
    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: 'montserrat';
    font-size: 16px;
    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: 14px;
	margin-bottom: 30px;
}
.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: 16px;
	color: #000;
}
.wpcf7-list-item-label a {
	color: #000;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin-bottom: 15px;
}
.form-legal {
	font-size: 14px;
}
.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 {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 16px;
    margin: 0;
    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  {
    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 {
    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 {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 10px;
  }

  .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 {
    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 {
    background-color: #29563E;
  }

  .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 {
    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 {
    background-color: #29563E;
  }
.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: #C79338;
    padding: 10px 20px;
    border: 0;
    border-radius: 14px;
    font-family: 'montserrat';
    font-weight: 700;
    color: #fff;
	cursor: pointer;
}
#dowod-zakupu {
	position: absolute;
	display: none;
	width: 230px;
	height: 376px;
	background-image: url(../img/paragon_intermarche_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_intermarche_nip_sklepu.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_intermarche_nr_dow_zakupu.jpg);
	background-size: cover;
	pointer-events: none;
	z-index: 1;
}
.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;
}
.form-warrning {
	color: #9C1D21;
	text-align: center;
	font-weight: 700;
}
.form-text-area {
	width: 100%;
    border-radius: 30px;
    padding: 14px;
    border: 4px solid #F9D9C3;
    font-family: montserrat;
    font-size: 16px;
	box-sizing: border-box;
}
.textarea-container {
	position: relative;
}
.form-counter {
	position: absolute;
    bottom: 14px;
    right: 14px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: nowrap;
    font-size: 12px;
    color: #838383;
}


/* Menu */

.desktop {
	display: none;
}
.mobile {
	position: relative;
	z-index: 99999;
	height: 60px;
	background-color: #084975;
}
.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: 100vh;
	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;
}
.mobile ul li a:hover {
	color: #333332;
}
#myBtnMenu {
	cursor: pointer;
}

/* Home Page */

#slider-container {
	height: calc(60vh - 60px);
    overflow: hidden;
	background-image: url(../img/slider-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.slider-content {
	height: 100%;
    padding: 0 15px;
	position: relative;
}
.unilever-logo {
	width: 60px;
	height: auto;
	padding: 14px;
	background-color: #fff;
}
.intermarche-box {
	position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.intermarche-box p {
	font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
	margin: 0;
	text-shadow: 0px 0px 9px BLACK;
}
.intermarche-box img {
	width: 120px;
}
.text-main {
	width: calc(100% - 60px);
    position: absolute;
    bottom: 40px;
    left: 30px;
}
#nagrody {
	padding: 30px 15px 60px 15px;
}
#myBtn {
	font-size: 20px;
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
    font-weight: 700 !important;
    font-style: normal;
    color: #fff;
    padding: 10px 20px;
    border-radius: 32px;
    border-width: 0;
    background-color: #276182;
    cursor: pointer;
    z-index: 9;
    position: absolute;
    left: 50%;
    bottom: 15px;
	transform: translateX(-50%);
}
.marki-container {
	padding: 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
}
.marki-content {
	width: 100%;
}
.marki-content p {
	text-align: center;
	margin: 0 0 15px 0;
}
.marki-img {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	gap: 15px 15px;
}
.marki-img img {
	height: auto;
    width: 60px;
    margin: 0;
    padding: 5px;
}
#nagrody h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 700;
}
#zasady h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 700;
}
#kontakt h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 700;
}
.nagroda img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.number {
	margin: 30px 0;
	height: 64px!important;
}
#myBtn2 {
	font-size: 30px;
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
    font-weight: 700 !important;
    font-style: normal;
    color: #fff;
    padding: 10px 40px;
    border-radius: 66px;
    border-width: 0;
    background-color: #59ADDC;
    cursor: pointer;
    z-index: 9;
}
#zasady {
	width: 100%;
    margin: 0 auto;
    padding: 1px 15px;
    box-sizing: border-box;
    position: relative;
    background-color: #084975;
}
#nagrody::after{
	content: '';
    background-image: url(../img/bg.svg);
    position: absolute;
    left: 0;
    background-size: cover;
    height: 160px;
    width: 100vw;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: bottom;
}
.kroki-container {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: nowrap;
}
.krok {
	width: 100%;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}
.krok img {
	height: 110px;
	width: auto;
}
.krok h3 {
	font-size: 43px;
    color: #fff;
	margin: 50px 0 20px 0;
}
.krok p {
	text-align: center;
    font-size: 24px;
    color: #fff;
	margin: 0;
	font-family: "filson-pro", sans-serif;
	font-weight: 700;
}
.krok p span {
	text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    font-family: "filson-pro", sans-serif;
    font-weight: 700;
	display: inline-block;
}
.regulamin-container {
	margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
	z-index:99999
}
.regulamin-button {
	font-size: 30px;
    font-weight: 700;
    color: #fff;
    background-color: #59ADDC;
    padding: 15px 40px;
    border-radius: 50px;
    margin-top: 15px;
    text-transform: uppercase;
}
.regulamin-container p {
    margin-top: 30px;
}
#kontakt {
	width: 100%;
    margin: 0 auto;
	background-color: #084975;
	padding: 60px 0;
}
.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 0 0;
    color: #fff;
	font-family: "itc-avant-garde-gothic-pro", sans-serif;
	font-weight: 700;
}
.email-box p, .phone-box p, .email-box a, .phone-box a {
	margin: 0;
    font-size: 22px;
    color: #fff;
	text-align: center;
}
.regulamin-legal {
	color:#fff;
    text-align: center;
    margin-top: 50px;
	padding: 0 15px;
}
footer {
	height: 100%;
    background-color: #59ADDC;
    display: flex;
    align-items: center;
    padding: 60px 0 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;
}
.container-footer {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}
.ritf {
	width: 100px;
}
.ritf-logo {
	text-align: center;
}



.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;
}
.form-file-container span {
	position: relative;
    width: 100%;
    height: 210px;
    display: block;
    margin: 0 auto;
}
.form-file-container span:before {
	content:"";
	position:absolute;
	left:0;
	padding:5px;
	color:#fff;
	width: 100%;
	height: 169px;
	text-align:center;
	border-radius: 0;
	border: 1px solid #000;
	cursor:pointer;
	background-image: url(../img/choose-photo.svg);
	background-size: 160px;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
}
.form-file-container span>input {
    position: relative;
    width: 100%;
    height: 200px;
	font-size: 8px;
} 
.modal-content {
	background-color: #f0f0f0;
}
    .form-date, .form-nip, .form-number {
        background-color: #f0f0f0;
    }

    .form-name, .form-surname, .form-email {
        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;
}
.snow {
	display: none;
}
#nagrody {
	position: relative;
}


/* 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) {
	.modal {
		padding: 100px 60px 0 60px;
		box-sizing: border-box;
	}
	#slider-container {
		height: calc(60vh - 60px);
	}
	.unilever-logo {
		width: 120px;
		padding: 24px;
	}
	.intermarche-box p {
		font-size: 18px;
	}
	.intermarche-box img {
		width: 150px;
	}
	.marki-container {
		padding: 45px 30px;
		height: 100%;
	}
	.marki-img {
        flex-wrap: wrap;
		gap: 10px 0px;
    }
	.marki-img img {
        padding: 10px;
        width: 60px;
    }
	.nagrody-container {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		padding: 0 15px;
	}
	.kroki-container {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 30px;
		flex-wrap: nowrap;
		z-index: 99;
        position: relative;
	}
	.text-main {
		width: calc(60% - 30px);
		left: auto;
	}
	#zasady:after {
		bottom: 0;
		height: 112px;
		z-index: 9;
	}
	.snow {
		width: 100%;
		z-index: 99999999;
		position: absolute;
		top: 30px;
		left: 0;
		display: block;
	}
}

@media (min-width: 992px) {
	body {
		margin: 0!important;
	}
	#slider-container {
        height: calc(70vh - 60px);
    }
	.desktop {
		height: 70px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 100px;
		background-color: #084975;
	}
	.desktop a {
		font-size: 22px;
		font-weight: 700;
		color: #fff;
	}
	#menuBtn {
		font-size: 22px;
		font-weight: 700;
		color: #fff;
		background: none;
		border: 0;
		font-family: 'montserrat';
		cursor: pointer;
	}
	.mobile {
		display: none;
	}
	.modal {
		padding: 100px 0 0 0;
	}
	.unilever-logo {
        width: 80px;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 15px;
    }
	.text-main {
		width: 100%;
	}
	.slider-content {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		padding-right: 40%;
	}
	.marki-container {
        padding: 15px 30px;
    }
	.marki-img {
		gap: 10px 50px;
    }
	.marki-img img {
        padding: 10px;
        width: 56px;
    }
	.nagroda img {
		width: 100%;
	}
	.contact-container {
		flex-direction: row;
	}
	.container-footer {
		flex-direction: row;
		padding: 0 30px;
	}
	.navbar-footer {
		flex-direction: row;
	}
}

@media (min-width: 1024px) { 
	#slider-container {
		background-image: url(../img/slider-bg-desktop.jpg);
        background-position: center;
	}
	#myBtn {
    	left: auto;
        bottom: 25px;
        font-size: 28px;
        transform: translateX(0);
        border-radius: 20px;
        right: 90px;
	}
	.text-main {
        bottom: 90px;
        width: 420px;
        left: auto;
        right: 0;
    }
	#zasady:after {
		background-image: url(../img/bg.svg);
		bottom: 0;
        height: 181px;
    }
	footer {
		padding: 10px 0 10px 0;
	}
}

@media (min-width: 1366px) {
	.unilever-logo {
        left: 150px;
    }
	.slider-content {
        padding-right: 40%;
		padding-left: 150px;
    }
	.marki-container {
        padding: 15px 150px;
    }
	.nagrody-container {
        padding: 0 150px;
    }
	#zasady {
        padding: 100px 150px 0 150px;
	}
	.contact-container {
		padding: 0 150px;
	}
	#zasady:after {
        bottom: 0;
        height: 221px;
    }
	#nagrody {
		position: relative;
		padding-bottom: 90px;
	}
	#zasady h2 {
		position: relative;
	}
	#kontakt {
		position: relative;
	}
	#nagrody::after {
		height: 360px;
	}
	.text-main {
        right: 120px;
    }
	#myBtn {
        right: 210px;
    }
}

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

@media (min-width: 1680px) {
	.unilever-logo {
        width: 110px;
    }
	.marki-img img {
        padding: 14px;
        width: 80px;
    }
	.marki-container {
        padding: 30px 150px;
    }
	.container-footer {
        padding: 0 60px;
    }
	#zasady:after {
        bottom: 0;
        height: 270px;
    }
	.text-main {
		bottom: 120px;
        width: 580px;
	}
	#myBtn {
		right: 300px;
    }
	
}

@media (min-width: 1920px) {
	.slider-content {
        padding-left: 200px;
    }
	.marki-container {
        padding: 30px 200px;
    }
	.marki-img {
        gap: 30px 90px;
    }
	#nagrody h2, #zasady h2, #kontakt h3 {
		font-size: 60px;
	}
	.nagrody-container {
        padding: 0 200px;
    }
	.nagroda img {
        padding: 0 60px;
        box-sizing: border-box;
    }
	#zasady {
        padding: 100px 200px 0 200px;
    }
	.contact-container {
        padding: 0 200px;
    }
	#myBtn2 {
		font-size: 40px;
	}
	.marki-content p {
		font-size: 24px;
		margin: 0 0 30px 0;
	}
	.marki-img img {
        padding: 0;
        width: 100px;
    }
	#zasady:after {
		bottom: 0;
		height: 290px;
	}
	.text-main {
        bottom: 110px;
        width: 670px;
    }
	#myBtn {
        font-size: 42px;
    }
}

@media (min-width: 2200px) {
	.marki-img {
        flex-wrap: wrap;
        gap: 30px 120px;
    }
	.marki-img img {
        width: 120px;
    }
	.nagroda img {
        padding: 0 120px;
    }
	.krok p {
		font-size: 34px;
	}
	#myBtn2 {
		font-size: 60px;
	}
	.regulamin-container p {
		margin-top: 30px;
		font-size: 24px;
	}
	#myBtn {
        font-size: 64px;
    }
	.unilever-logo {
        left: 300px;
    }
	.slider-content {
        padding-left: 300px;
    }
	.intermarche-box {
        top: 30px;
		right: 180px;
    }
	.intermarche-box p {
        font-size: 28px;
    }
	.intermarche-box img {
        width: 200px;
    }
	.marki-container {
        padding: 30px 300px;
    }
	.email-box p, .phone-box p, .email-box a, .phone-box a {
		font-size: 24px;
	}
	.email-box h4, .phone-box h4 {
		font-size: 32px;
	}
	#zasady:after {
		bottom: 0;
		height: 200px;
		background-position: top;
	}
	#nagrody::before {
        width: 200px;
        height: 360px;
    }
	#kontakt::before {
        top: 240px;
        width: 160px;
        height: 320px;
    }
	#kontakt::after {
        top: 120px;
        width: 130px;
        height: 400px;
    }
	.text-main {
        bottom: 124px;
        width: 800px;
    }
}