@font-face {
    font-family: "Epilogue", sans-serif;
    src: url('../font/Epilogue/Epilogue-VariableFont_wght.ttf');
}

body {
    color: #555;
    font-family: "Epilogue", sans-serif!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

h1.home-page {
    font-size: 5rem;
}

/* Font */
h1 {
    color: #4f4f4f;
    font-family: "Epilogue", sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

h2 {
    color: #4f4f4f;
    font-family: "Epilogue", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

h3 {
    color: #4f4f4f;
    font-family: "Epilogue", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

h4 {
    color: #4f4f4f;
    font-family: "Epilogue", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

h5 {
    color: #4f4f4f;
    font-family: "Epilogue", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

h6 {
    color: #4f4f4f;
    font-family: "Epilogue", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

p,a,ul,ol {
    color: #4f4f4f;
    font-family: "Epilogue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    margin: 0;
    text-decoration: none;
}

p.subbHeadTitle {
    font-size: 18px;
}

h1,h2,h3,h4,h5,h6,p,a {
    margin: 0;
}

/* End Font */

/* Font Size */
p.bold {
    color: #555;
    font-family: "Epilogue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.36px;
}

p.sbold {
    color: #555;
    font-family: "Epilogue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.36px;
}

p.medium {
    color: #555;
    font-family: "Epilogue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.36px;
}

p.normal {
    color: #555;
    font-family: "Epilogue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.36px;
}

p.light {
    color: #555;
    font-family: "Epilogue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.36px;
}

p.thin {
    color: #555;
    font-family: "Epilogue", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    line-height: 150%;
    letter-spacing: -0.36px;
}

/* End Font Size */

/* Colors bgc */
.bg-orange {
    background-color: #ff9100;
}

.bg-secondColor {
    background-color: #E6EDF1;
}

.bg-black {
    background-color: #4F4F4F;
}

.bg-white {
    background-color: #fff;
}

/* End Colors bgc*/

/* Colors Fonts*/
.color-orange {
    color: #ff9100;
}

.color-gold {
    color: #E6EDF1;
}

.color-black {
    color: #4f4f4f;
}

.color-white {
    color: #fff;
}

/* End Colors Fonts*/

/* Buttons */
.btn-container {
    width: 100%;
}

.btn-global {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 69px;
    background-color: #ff9100;
    border: 2px solid #ff9100;
    color: white;
    font-family: "Epilogue", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-global:hover {
    color: #ff9100;
    background-color: #fff;
    border: 2px solid #ff9100;
}

/* End Buttons */

/* Images */
img {
    width: 100%;
}

/* Margins */
.mt-section-48 {
    margin-top: 48px;
}

.mb-section-48 {
    margin-bottom: 48px;
}

.mt-section-64 {
    margin-top: 64px;
}

.mb-section-64 {
    margin-bottom: 64px;
}

.mt-section-88 {
    margin-top: 88px;
}

.mb-section-88 {
    margin-bottom: 88px;
}

.mt-section-92 {
    margin-top: 92px;
}

.mb-section-92 {
    margin-bottom: 92px;
}

.mt-section-100 {
    margin-top: 100px;
}

.mb-section-100 {
    margin-bottom: 100px;
}

.mt-section-128 {
    margin-top: 128px;
}

.mb-section-128 {
    margin-bottom: 128px;
}

/* End Margins */

/* Padding */
.pt-section-56 {
    padding-top: 56px;
}

.pb-section-56 {
    padding-bottom: 56px;
}

.pt-section-64 {
    padding-top: 64px;
}

.pb-section-64 {
    padding-bottom: 64px;
}

.pt-section-80 {
    padding-top: 80px;
}

.pb-section-80 {
    padding-bottom: 80px;
}

.pt-section-120 {
    padding-top: 120px;
}

.pb-section-120 {
    padding-bottom: 120px;
}

/* End Padding */

.box-shadow-sections {
    background: #E6EDF1;
    box-shadow: 0px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
}

.baner-sections {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    box-shadow: 0px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
}

.baner-sections .container-sections {
    min-height: 700px;
    z-index: 1;
}

.baner-sections .container-sections .text-sections {
    gap: 32px;
}

.baner-sections .container-sections .text-sections p {
    width: 90%;
}

.baner-sections .container-sections .text-sections .textSection p:nth-child(1) {
    color: #ff9100;
    width: 80%;
}

.baner-sections .container-sections .text-sections .textSection {
    gap: 32px;
}

/* End Images */


.baner-produkty-info {
	background-image: url("/wp-content/uploads/img_template/oferta/bg_produkty.webp") !important;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
}

.baner-produkty-info .container-produkty-info .pordukt-info {
	gap: 34px;
}

.baner-produkty-info .container-produkty-info .pordukt-info h2,
.baner-produkty-info .container-produkty-info .pordukt-info p {
	color: white;
}

.baner-produkty-info .container-produkty-info .pordukt-info p {
	width: 55%;
}

.baner-diety-info {
	background-image: url("/wp-content/uploads/img_template/oferta/bg_diety.webp") !important;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0px 0px 40px 0px rgba(51, 133, 178, 0.25) inset;
}

.baner-diety-info .container-diety-info .diety-info {
	gap: 34px;
}

.baner-diety-info .container-diety-info .diety-info p,
.baner-diety-info .container-diety-info .diety-info h2 {
	color: white;
	width: 50%;
}

.thankYou {
    background-image: url("/wp-content/uploads/img_template/nasz_zespol/bg_nasz_zespol.webp") !important;
    background-position: left !important;
}

.thankYou .row {
    min-height: 700px;
}

.thankYou p {
    width: 80%;
}

/* start Error */

.baner-error {
    background-color:#E6EDF1;
}

.baner-error .container-error .text-baner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 32px;
}

/* end Error */

@media only screen and (max-width: 1600px) {
    .baner-sections .container-sections {
        min-height: 700px;
    }
}

@media only screen and (max-width: 1200px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 56px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 992px) {
    .baner-sections .container-sections {
        padding: 0;
    }

    .text-baner {
        min-height: 450px;
    }

    .img-place-holder-baner {
        min-height: 600px;
    }

    .btn-global {
        width: 100%;
    }

    .baner-sections .container-sections .text-sections {
        margin-top: 80px;
    }

    .baner-sections .container-sections .text-sections p,
    .baner-sections .container-sections .text-sections .textSection p:nth-child(1) {
        width: 100%;
    }

	
	.baner-produkty-info {
		background-image: url("/wp-content/uploads/img_template/oferta/bg_produkty_mobile.webp") !important;
	}
	
	.baner-diety-info {
		background-image: url("/wp-content/uploads/img_template/oferta/bg_diety.webp") !important;
	}
	
    .thankYou p {
        width: 100%;
    }

    .thankYou .row {
        min-height: auto;
    }

    .error-404 {
        height: auto;
    }

    .error-404 h1 {
        font-size: 3rem;
    }

    .btn-onError-homePage {
        width: auto;
    }

    .error-404 .imgCont {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .error-404 .imgCont img {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    .img-place-holder-baner {
        min-height: 500px;
    }
}


@media only screen and (max-width: 568px) {
    .baner-sections {
        background-position: center;
    }

    .text-baner {
        min-height: 400px;
    }

    .img-place-holder-baner {
        min-height: 380px;
    }

    body {
        font-size: 16px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }
}
/*
@media only screen and (max-width: 380px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }
}*/

.cky-notice-btn-wrapper .cky-btn {
	  color: #fff!important;
    border-color: #FF9100!important;
	background-color: #FF9100!important;
}
.cky-notice-btn-wrapper .cky-btn:nth-child(1) {
	color: #FF9100!important;
	background-color: #fff!important;
}

.cky-prefrence-btn-wrapper .cky-btn {
	color: #fff!important;
    border-color: #FF9100!important;
	background-color: #FF9100!important;
}

.cky-btn-revisit-wrapper {
	background-color: #FF9100!important;
}