html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

progrss {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}


/* TYPO */

@font-face {
    src: url('../assets/fonts/Raleway-VariableFont_wght.ttf');    
    font-family: "Relaway";
    font-display: swap;
}

body,
html {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "Relaway", Arial, Helvetica, sans-serif;
    background: #FFF;
    font-size: 16px;
    line-height: 1.2;
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

p {
    margin: .5em 0;
}

.flash-info {
    margin: 0;
}

.v-margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.v-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.h-padding {
    padding-left: 50px;
    padding-right: 50px;
}

.v-margin-double {
    margin-top: 100px;
    margin-bottom: 100px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-27 {
    font-size: 27px;
}

.fs-30 {
    font-size: 30px;
}

.fs-35 {
    font-size: 35px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.fs-55 {
    font-size: 55px;
}

.fs-60 {
    font-size: 60px;
}

.fs-65 {
    font-size: 65px;
}

.fs-70 {
    font-size: 70px;
}

.fs-75 {
    font-size: 75px;
}

.fs-80 {
    font-size: 80px;
}

.fs-90 {
    font-size: 90px;
}

.fs-100 {
    font-size: 100px;
}

.fs-120 {
    font-size: 120px;
}

.fs-150 {
    font-size: 150px;
}

.fs-180 {
    font-size: 180px;
}

.fs-200 {
    font-size: 200px;
}

.lh-1 {
    line-height: 1;
}

.lh-12 {
    line-height: 1.2;
}

.fw-black {
    font-weight: 900;
}

.fw-bold {
    font-weight: 700;
}

.fw-medium {
    font-weight: 300;
}

.fw-light {
    font-weight: 200;
}

.ta-right {
    text-align: right;
}

.ta-justify {
    text-align: justify;
}

.ta-center {
    text-align: center;
}

.no-margin {
    margin: 0;
}

.fs-italic {
    font-style: italic;
}

.h-flex {
    display: flex;
    flex-direction: row;
}

.v-flex {
    display: flex;
    flex-direction: column;
}

.flex-60 {
    flex: 0 0 58%;
    margin: 1%;
}

.flex-70 {
    flex: 0 0 68%;
    margin: 1%;
}

.flex-5 {
    flex: 0 0 5%;
    margin: 1%;
}

.flex-50 {
    flex: 0 0 48%;
    margin: 1%;
}

.flex-25 {
    flex: 0 0 23%;
    margin: 1%;
}

.flex-33 {
    flex: 0 0 31%;
    margin: 1%;
}

.flex-66 {
    flex: 0 0 64%;
    margin: 1%;
}

.flex-20 {
    flex: 0 0 18%;
    margin: 1%;
}

.flex-80 {
    flex: 0 0 78%;
    margin: 1%;
}

.ai-center {
    align-items: center;
}

.ai-fs {
    align-items: flex-start;
}

.ai-fe {
    align-items: flex-end;
}

.jc-center {
    justify-content: center;
}

.jc-fs {
    justify-content: flex-start;
}

.jc-evenly {
    justify-content: space-evenly;
}

.jc-between {
    justify-content: space-between;
}

.shadow {
    text-shadow: 0 .1em .05em rgba(0, 0, 0, .6);
}

#main-wrapper,
.wrapper {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

#main-wrapper {
    min-height: 81vh;
}

#main-nav {
    display: flex;
}

#main-nav .menu-item {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    padding: .4em 1em;
    color: #04a0d2;
}

#main-nav nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.narrow-wrapper {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.form-wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;

}

.form-row {
    margin-top: 1em;
    display: flex;
}

.form-row.center {
    justify-content: center;
}

.form-item {
    margin-bottom: 15px;
}

form.locked,
form.loading {
    pointer-events: none;
    filter: blur(2px);
}

textarea,
input,
.file-value,
select {
    display: block;
    border: 1px solid #757575;
    box-sizing: border-box;
    width: 100%;
    padding: .75em;
    border-radius: 2em;
    color: #2c2c2c;
    background: #fff;
    font-size: 18px;
    box-shadow: .5em .5em 15px #dfdfdf;
}

#file-upload-quest .file-value {
    height: 10em;
}

input[type="file"] {
    position: absolute;
    left: -200vw;
}

label {
    color: #757575;
    margin: 0;
    display: block;
    font-size: 16px;
}


label a {
    color: inherit;
}

textarea {
    resize: none;
    height: 10em;
    border: 1px solid #757575
}

.tooltop {
    display: inline-block;
    font-size: 1em;
    margin-top: 1.45em;
}

.tooltop p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}

.tooltop p img {
    margin-right: 1em;
}

.tooltop .paragon {
    display: none;
}

.tooltop:hover .paragon,
.tooltop.active .paragon {
    display: block;
}

.container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-left: 3em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 2em !important;
}

.small .container {
    line-height: 1em !important;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5em;
    width: 1.5em;
    background: #fff;
    border: 1px solid #757575;
}

input:checked~.checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

input:checked~.checkmark:after {
    display: block;
}

.checkmark:after {
    left: 35%;
    top: 12%;
    width: 0.4em;
    height: .8em;
    border: solid #dd0d12;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.small .checkmark:after {
    width: 0.25em;
    height: 0.5em;
}

.error {
    color: red;
    font-size: 15px;
}

#submit-button {
    border: none;
    cursor: pointer;
    padding: 1em 3em;    
    background-color: #04a0d2;
    color: #FFF;
    text-transform: uppercase;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}


.field-error input,
.field-error textarea,
.field-error .file-value,
.field-error.checkbox label span {
    animation-name: error;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.file-value {
    color: #757575;
}

.ok .file-value {
    color: #42b81e;
}

.checkbox .error {
    line-height: 3em;
}

.promotion-title {
    color: #04a0d2;
}

.fg-los {
    color: #04a0d2;
}

.return-link {
    color: #757575;
    text-decoration: none;
}

.promotion-item {
    position: relative;
    overflow: hidden;
}

 .promo-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .6s ease;
 }

.promotion-item:hover .promo-content {
    top: 0;
}

 .promo-title {
    color: #FFF;
    font-size: 1.5em;
    text-align: center;
 }

 .promo-location {
     color: #a8a8a8;
     font-style: italic;
 }

@keyframes error {
    0%,
    100% {
        border: 3px solid #FFF;
    }
    50% {
        border: 3px solid #4d3688;
    }
}

@media all and (max-width: 1400px) {

    body,
    html {
        font-size: 1.15vw;
    }

    .v-margin {
        margin-top: 3.6vw;
        margin-bottom: 3.6vw;
    }

    .v-padding {
        padding-top: 3.6vw;
        padding-bottom: 3.6vw;
    }

    .h-padding {
        padding-left: 3.6vw;
        padding-right: 3.6vw;
    }

    .v-margin-double {
        margin-top: 3.6vw;
        margin-bottom: 3.6vw;
    }

    .fs-18 {
        font-size: 1.3vw;
    }

    .fs-20 {
        font-size: 1.45vw;
    }

    .fs-22 {
        font-size: 1.6vw;
    }

    .fs-27 {
        font-size: 1.9vw;
    }

    .fs-30 {
        font-size: 2.15vw;
    }

    .fs-35 {
        font-size: 2.5vw;
    }

    .fs-40 {
        font-size: 2.86vw;
    }

    .fs-42 {
        font-size: 3vw;
    }

    .fs-50 {
        font-size: 3.6vw;
    }

    .fs-55 {
        font-size: 3.9vw;
    }

    .fs-60 {
        font-size: 4.3vw;
    }

    .fs-65 {
        font-size: 4.64vw;
    }

    .fs-70 {
        font-size: 5vw;
    }

    .fs-75 {
        font-size: 5.4vw;
    }

    .fs-80 {
        font-size: 5.7vw;
    }

    .fs-90 {
        font-size: 6.4vw;
    }

    .fs-100 {
        font-size: 7.1vw;
    }

    .fs-120 {
        font-size: 8.57vw;
    }

    .fs-150 {
        font-size: 10.1vw;
    }

    .fs-150 {
        font-size: 10.1vw;
    }

    .fs-180 {
        font-size: 12.6vw;
    }

    .fs-200 {
        font-size: 14.3vw;
    }

    .form-wrapper {
        max-width: 76.5vw;
        padding-bottom: 3.6vw;
    }

    .error {
        font-size: 2vw;
        font-weight: 700;
    }

    .star {
        margin: 7.1vw 4.3vw 7.1vw 14.2vw;
    }

    .star::after {
        top: -4.3vw;
        left: -9.3vw;
        width: 11.5vw;
        height: 11.5vw;
    }

    .cta {
        width: 24.6vw;
        height: 8.1vw;
    }

    .cta span {
        font-size: 2.5vw;
    }

    .img-i1 {
        width: 9.6vw;
    }

    .img-i2 {
        width: 14.5vw;
    }

    label {
        font-size: 1.5vw;
    }

    textarea,
    input,
    .file-value {
        font-size: 1.3vw;
    }

    #main-nav .menu-item {
        font-size: 1.2vw;
    }


}



@media all and (max-width: 768px) {


    .col-on-mobile {
        flex-direction: column;
    }

    .col-on-mobile .flex-50 {
        flex: 0 0 100%;
        margin: 0;
        width: 100%;
    }

    body,
    html {
        font-size: 3vw;
    }

    #main-nav .menu-item {
        font-size: 2.7vw;
    }

    #footer-nav {
        flex-direction: column;
    }

    #footer .menu-item {
        font-size: 2.5vw;
    }

    #formularz button {
        font-size: 4vw;
    }

    .error {
        font-size: 4vw;
        text-align: center;
    }

    .fs-22 {
        font-size: 3.5vw;
    }

    #carousel .swiper-button-next:after,
    #carousel .swiper-rtl .swiper-button-prev:after,
    #carousel .swiper-button-prev:after,
    #carousel .swiper-rtl .swiper-button-next:after {
        font-size: 14vw;
    }

    #products .fs-60 {
        font-size: 9vw;
        text-align: center;
    }

    #products .img-max {
        padding-top: 4vw;
    }

    label {
        font-size: 3vw;
    }

    textarea,
    input,
    .file-value {
        font-size: 3vw;
    }

    form .fs-18 {
        font-size: 3vw;
    }

    form .fs-30 {
        font-size: 4vw;
    }

    #formularz .cta span {
        font-size: 4vw;
    }

    form .cta {
        width: 49.4vw;
        height: 16.2vw;
    }

    #main-nav .h-flex {
        flex-direction: column;
    }

    #promotions-list .flex-25 {
        flex: 0 0 80%;
    }

    #promotions-list {
        justify-content: center;
    }

}

#footer {
    background-color: #04a0d2;
    border-top: 2px solid #0086b3;
}

.fg-white {
    color: #FFF;
}