/* Style ogólne */

html {
	scroll-behavior: smooth;
}
body {
	margin: 0!important;
	background-color: #F6CE5B;
	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 */

@font-face {
  font-family: 'DIN Pro Regular';
  src: url('../fonts/dinpro.otf') format('otf'),
       url('../fonts/dinpro.ttf') format('ttf'),
	   url('../fonts/dinpro.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro Medium';
  src: url('../fonts/dinpro_medium.otf') format('otf'),
       url('../fonts/dinpro_medium.ttf') format('ttf'),
	   url('../fonts/dinpro_medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro Bold';
  src: url('../fonts/dinpro_bold.otf') format('otf'),
       url('../fonts/dinpro_bold.ttf') format('ttf'),
	   url('../fonts/dinpro_bold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'DIN Pro Bold';
	font-weight: 500!important;
	font-style: normal;
}
p, li, span, a {
	 font-family: 'DIN Pro Bold';
	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: 'DIN Pro Regular';
    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: 'DIN Pro Regular';
    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;
}
.form-legal-bold {
	font-size: 14px;
	font-weight: 700;
}
.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: #123597;
    padding: 10px 20px;
    border: 0;
    border-radius: 14px;
    font-family: 'DIN Pro Bold';
    font-weight: 500;
    color: #fff;
	cursor: pointer;
}
#dowod-zakupu {
	position: absolute;
	display: none;
	width: 230px;
	height: 376px;
	background-image: url(../img/Paragon_Haugen_Przepisnawygrana_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_Haugen_Przepisnawygrana_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_Haugen_Przepisnawygrana_Dow_Zakup.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: #123597!important;
    font-size: 16px;
    font-family: 'DIN Pro Bold';
    text-align: center;
    padding: 10px;
    background-color: #123597;
    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 #123597;
    font-family: 'DIN Pro Regular';
    font-size: 16px;
	box-sizing: border-box;
	resize: none;
}
.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: #F6CE5B;
}
.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: #430B47;
	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: #430B47;
	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: #F6CE5B;
}
.mobile input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
	background: #F6CE5B;
}
input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
}
.mobile #overlay {
	height: 100vh;
	width: 100vw;
	background: #430B47;
	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: #F6CE5B;
	text-decoration: none;
	font-size: 1.5em;
}
.mobile ul li a:hover {
	color: #333332;
}
#myBtnMenu {
	cursor: pointer;
}

/* Home Page */

#slider-container {
	height: calc(100vh - 60px);
    overflow: hidden;
	background-image: url(../img/header-bg-mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.slider-content {
	height: 100%;
    padding: 0 15px;
	position: relative;
}

.text-main {
	width: calc(100% - 60px);
    position: absolute;
    bottom: 60px;
    left: 30px;
}

.spacer {
	display: block;
	width: 100%;
}
#nagrody {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#myBtn {
	font-size: 24px;
    text-transform: uppercase;
	font-family: 'DIN Pro Bold';
    font-weight: 500 !important;
    font-style: normal;
    color: #fff;
    padding: 10px 20px;
    border-radius: 32px;
    border-width: 0;
    background-color: #123597;
    cursor: pointer;
    z-index: 9;
    position: absolute;
    left: 50%;
    bottom: 15px;
	transform: translateX(-50%);
}

.nagrody-title {
    text-align: center;
    color: #430B47;
    font-size: 28px;
	margin-bottom: 10px;
}
#nagrody .nagrody-subtitle {
    text-align: center;
    color: #430B47;
    font-size: 30px;
	font-family: 'DIN Pro Bold';
	font-weight: 700;
	margin: 0;
	margin-bottom: 10px;
}

.desktop-n {
		display: block!important;
		width: 100%;
	}
	
#nagrody .nagrody-container {
	    display: flex;
    justify-content: center;
    gap: 25px;
    flex-direction: column;
	padding: 25px 0;
}

#nagrody .nagrody-container .nagroda-1 {
		padding: 0 25px;
    }
	
#nagrody .nagrody-container .nagroda-2 {
        padding: 0 25px;
    }

#kontakt h3 {
    text-align: center;
    color: #430B47;
    font-size: 30px;
	font-family: 'DIN Pro Bold';
	font-weight: 700;
	margin-bottom: 10px;
}

#kontakt .spacer{
	display: block;
    margin: auto;
}
.nagroda img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.number {
	margin: 30px 0;
	height: 64px!important;
}
#myBtn2 {
	font-size: 24px;
    text-transform: uppercase;
	font-family: 'DIN Pro Bold';
    font-weight: 500 !important;
    font-style: normal;
    color: #fff;
    padding: 10px 20px;
    border-radius: 32px;
    border-width: 0;
    background-color: #123597;
    cursor: pointer;
    z-index: 9;
}
#zasady {
	width: 100%;
    margin: 0 auto;
    padding: 25px 25px;
    box-sizing: border-box;
    position: relative;
}

.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;
	gap: 25px;
}
.krok img {
	height: 140px;
	width: auto;
}

.krok p {
	text-align: center;
    font-size: 24px;
    color: #430B47;
	margin: 0;
	font-family: 'DIN Pro Medium';
	font-weight: 400;
	padding: 0px 25px;
}
.krok p span {
	text-align: center;
    font-size: 24px;
    color:  #430B47;
    margin: 0;
	font-family: 'DIN Pro Bold';
    font-weight: 500;
	display: inline-block;
}
.regulamin-container {
	margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	position: relative;
	z-index:99999
}
.regulamin-button {
	font-size: 20px;
    font-family: 'DIN Pro Bold';
    font-weight: 500 !important;
    color: #fff;
    background-color: #123597;
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 15px;
    text-transform: uppercase;
}
.regulamin-container p {
    margin-top: 25px;
}
#kontakt {
	width: 100%;
    margin: 0 auto;
	padding: 25px 0;
}
.contact-container {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
	padding: 0 15px;
	gap: 25px;
}
.email-box, .phone-box {
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.email-box img, .phone-box img {
	height: 70px;
	width: auto;
}
.email-box h4, .phone-box h4 {
	font-size: 28px;
    margin: 30px 0 0 0;
    color: #430B47;
	font-family: 'DIN Pro Bold';
	font-weight: 500;
}
.email-box p, .phone-box p, .email-box a, .phone-box a {
	font-family: 'DIN Pro Regular';
	margin: 0;
    font-size: 18px;
    color: #430B47;
	text-align: center;
}
.regulamin-legal {
	font-family: 'DIN Pro Regular';
	font-weight: 300;
	color: #430B47;
    text-align: center;
    margin-top: 50px;
	padding: 0 15px;
}
footer {
	height: 100%;
    background-color: #430B47;
    display: flex;
    align-items: center;
    padding: 30px 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;
}


/* 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 {
		background-image: url(../img/header-bg.jpg);
		height: 50vh;
	}

	.spacer {
		width: 50%;
	}
	
	#myBtn {
		font-size: 32px;
	}
	
	.nagrody-title {
   		font-size: 32px;
		margin-bottom: 10px;
	}
	.nagrody-subtitle {
		font-size: 32px;
		margin-bottom: 10px;
	}
	
		.desktop-n {
		display: block!important;
		width: 100%;
	}
	
	.nagrody-container .nagroda-1 {
		padding: 0 50px;
    }
	
	.nagrody-container .nagroda-2 {
        padding: 0 50px;
    }
	
	.nagrody-container {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding: 50px 50px;
	}
	.kroki-container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 30px;
		flex-wrap: nowrap;
		z-index: 99;
        position: relative;
	}
	.text-main {
		width: 540px;
        left: 50%;
        transform: translateX(-50%);
	}
	#zasady:after {
		bottom: 0;
		height: 112px;
		z-index: 9;
	}
	.krok img {
		height: 90px;
	}
	.number {
		height: 56px !important;
	}
}

@media (min-width: 992px) {
	body {
		margin: 0!important;
	}
	#slider-container {
		background-image: url(../img/header-bg.jpg);
        height: calc(70vh);
    }
	.desktop {
		height: 70px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 100px;
		background-color: #F6CE5B;
	}
	.desktop a {
		font-size: 22px;
		font-weight: 700;
		color: #430B47;
	}
	
	.desktop-n {
		display: block!important;
		width: 100%;
	}
	.mobile {
		display: none;
	}
	
	.nagrody-title {
   		font-size: 36px;
		margin-bottom: 10px;
	}
	.nagrody-subtitle {
		font-size: 36px;
		margin-bottom: 10px;
	}
	
	.nagrody-container .nagroda-1 {
		padding: 0 100px;
    }
	
	.nagrody-container .nagroda-2 {
        padding: 0 100px;
    }
	
	.kroki-container {
		display: flex;
		flex-direction: row;
	}
	
	.regulamin-container {
    margin-top: 50px;
}
	
	.modal {
		padding: 100px 0 0 0;
	}

	.text-main {
		width: 100%;
	}
	.slider-content {
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		padding-right: 40%;
	}

	.nagroda img {
		width: 100%;
	}
	.contact-container {
		flex-direction: row;
	}
	.container-footer {
		flex-direction: row;
		padding: 0 30px;
	}
	.navbar-footer {
		flex-direction: row;
	}
	#zasady:before {
        height: 15vh;
    }
}

@media (min-width: 1024px) { 
	#slider-container {
		background-image: url(../img/header-bg.jpg);
        background-position: center;
		background-size: cover;
		height: calc(70vh);
	}
	#myBtn {
        bottom: 20px;
        font-size: 36px;
		border-radius: 80px;
		padding: 10px 40px;
    }
	
		#myBtn2 {
        font-size: 36px;
		border-radius: 80px;
		padding: 10px 40px;
    }
	
	.nagrody-title {
		font-size: 48px;
		margin-bottom: 25px;
	}
	
	.nagrody-container {
		flex-direction: column;
        width: 100%;
        margin-top: 50px;
		gap: 50px;
		margin-bottom: 25px;
    }
	
	.nagrody-container .nagroda-1 {
		padding-left: 100px;
		justify-items: flex-start;
		background-image: url(../img/bg-1.png);
        background-repeat: no-repeat;
        background-position: 110%;
		background-size: 40%;
    }
	
	.nagrody-container .nagroda-2 {
        padding-right: 200px;
        justify-items: flex-end;
        background-image: url(../img/bg-2.png);
        background-repeat: no-repeat;
        background-size: 50%;
        background-position: -30%;
    }
	
	#nagrody .nagrody-subtitle {
        font-size: 48px;
		margin-bottom: 25px;
    }
	
	#zasady {
        padding: 25px 50px 0 50px ;
    }
	
	#kontakt {
		padding: 25px 0;
}
	
	.krok img {
        height: 150px;
    }
	
	.krok p {
    font-size: 24px;
	}
	
	.krok p span {
		font-size: 24px;
	}
	
	 .nagrody-container {
		 gap: 25px;
    }
	
	.desktop-n {
		display: block !important;
		width: 60%;
    }
	
	.text-main {
        bottom: 76px;
        width: 560px;
        left: 50%;
        transform: translateX(-50%);
    }
	
	#kontakt h3 {
		font-size: 48px;
		margin-bottom: 25px;
	}
	
	.contact-container {
        margin-top: 50px;
    }
	
	
	footer {
		padding: 10px 0 10px 0;
	}
	.phone-box p {
		font-size: 14px;
	}
	
	.email-box img, .phone-box img {
		height: 110px;
		width: auto;
	}
	
	#kontakt {
		position: relative;
		background-image: url(../img/bg-3.png);
        background-repeat: no-repeat;
		background-size: 45%;
        background-position: -35% 0;
	}

}

@media (min-width: 1366px) {
	
	#slider-container {
		background-image: url(../img/header-bg.jpg);
        background-position: center;
		background-size: cover;
		height: calc(100vh);
	}
	
	#myBtn {
        font-size: 36px;
		padding: 10px 40px;
    }
	
	#myBtn2 {
        font-size: 36px;
		padding: 10px 40px;
    }
	
	.slider-content {
        padding-right: 40%;
		padding-left: 150px;
    }

	.nagrody-container {
		flex-direction: column;
        width: 100%;
        margin-top: 50px;
		gap: 100px;
		margin-bottom: 50px;
    }
	
	.nagrody-container .nagroda-1 {
		padding-left: 150px;
		justify-items: flex-start;
		background-image: url(../img/bg-1.png);
        background-repeat: no-repeat;
        background-position: 120%;
		background-size: 40%;
    }
	
	.nagrody-container .nagroda-2 {
		padding-right: 200px;
		justify-items: flex-end;
		background-image: url(../img/bg-2.png);
		background-repeat: no-repeat;
        background-size: 50%;
        background-position: -45%;
    }
	
	#kontakt {
		padding: 50px 0;
	}
	
	#zasady {
		padding: 70px 150px 15px 150px;
	}
	.contact-container {
		padding: 0 150px;
	}
	#zasady:after {
        bottom: 0;
        height: 221px;
    }
	#nagrody {
		position: relative;
	}
	#nagrody .nagrody-subtitle {
		position: relative;
		font-size: 48px;
		margin-bottom: 50px;
	}
	
	.krok p {
    font-size: 30px;
	}
	
	.krok p span {
		font-size: 30px;
	}
	
	.krok img {
        height: 200px;
    }
	
	#kontakt {
		position: relative;
		padding: 0 0 50px 0;
		background-image: url(../img/bg-3.png);
        background-repeat: no-repeat;
		background-size: 45%;
        background-position: -35% 0;
	}
}

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

@media (min-width: 1680px) {
	
	#slider-container {
        background-image: url(../img/header-bg.jpg);
        background-position: bottom;
        background-size: cover;
        height: calc(100vh);
    }
	
	.container-footer {
        padding: 0 60px;
    }
	#zasady:after {
        bottom: 0;
        height: 270px;
    }
	.text-main {
        width: 900px;
        bottom: 90px;
	}
	#myBtn {
		font-size: 48px;
		bottom: 10px;
		padding: 10px 35px;
    }
	
	#zasady {
        padding: 80px 150px 50px 150px;
    }
	
	.nagrody-container .nagroda-2 {
		padding-right: 300px;
		justify-items: flex-end;
		background-image: url(../img/bg-2.png);
		background-repeat: no-repeat;
        background-size: 50%;
        background-position: -45%;
    }
	
	.krok img {
        height: 250px;
    }
	.number {
        height: 66px!important;
    }
	.regulamin-button {
		font-size: 30px;
		padding: 10px 30px;
	}
	.nagrody-title {
		font-size: 36px; 
	}
	.nagrody-title {
		font-size: 65px;
	}
	
	#kontakt h3 {
		font-size: 65px;
	}
	#nagrody .nagrody-subtitle {
		font-size: 65px;
		margin: 50px 0px;
	}
	.contact-container {
        padding: 0 350px;
		margin: 50px 0px;
    }
	#myBtn2 {
		font-size: 48px;
		padding: 10px 35px;
	}
	
	#kontakt {
		position: relative;
		padding: 0 0 50px 0;
		background-image: url(../img/bg-3.png);
        background-repeat: no-repeat;
		background-size: 50%;
        background-position: -40% 0;
	}
}

@media (min-width: 1920px) {
	
	#slider-container {
        background-image: url(../img/header-bg.jpg);
        background-position: center;
        background-size: cover;
        height: calc(115vh - 60px);
    }

	.nagrody-container {
        padding: 0 200px;
    }
	.nagroda img {
        padding: 0 60px;
        box-sizing: border-box;
    }
	    #zasady {
        padding: 100px 250px 100px 250px;
    }
	.contact-container {
        padding: 100px 200px;
    }
	#myBtn2 {
		font-size: 52px;
	}

	.text-main {
        width: 920px;
		bottom: 100px;
    }
	#myBtn {
        font-size: 52px;
    }
}

@media (min-width: 2200px) {

	.nagroda img {
        padding: 0 120px;
    }
	.krok p {
		font-size: 34px;
	}
	
	.krok p span {
		font-size: 34px;
	}
	
	#myBtn2 {
		font-size: 52px;
	}
	.regulamin-container p {
		margin-top: 30px;
		font-size: 24px;
	}
	#myBtn {
        font-size: 52px;
    }

	.email-box p, .phone-box p, .email-box a, .phone-box a {
		font-size: 24px;
	}
	.email-box h4, .phone-box h4 {
		font-size: 32px;
	}

	.text-main {
        width: 1120px;
        bottom: 100px;
    }
	#zasady {
        padding: 80px 350px 15px 350px;
    }
	#nagrody .nagrody-subtitle {
        font-size: 60px;
        padding-bottom: 20px;
    }
	.regulamin-button {
        font-size: 40px;
        padding: 10px 30px;
    }
	.contact-container {
        padding: 0 500px;
    }
	.phone-box p {
        font-size: 16px;
    }

}