@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');

/* RESET */
#promocja-opis h2,
#promocja-opis h3,
#promocja-opis h4{
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 0;
}
#promocja-opis .clearfix {
    float: none;
    margin: auto;
    width: auto;
}
#promocja-opis div{
    text-align: center;
}
#promocja-opis img.lazy{
    width: auto;
}

/* MAIN STYLES */
.dots-dark-tb {
    padding: 10px 0;
    background-image:
        radial-gradient(circle at 2px, #332e2a 1px, transparent 2px, #332e2a 1px, transparent 1px),
        radial-gradient(circle at 1px, transparent 1px, transparent 2px, transparent 1px, transparent 1px),
        radial-gradient(circle at 2px, #332e2a 1px, transparent 2px, #332e2a 1px, transparent 1px),
        radial-gradient(circle at 1px, transparent 1px, transparent 2px, transparent 1px, transparent 1px);
    background-position: top, right, bottom, left;
    background-size: 10px 5px, 5px 10px;
    background-repeat: repeat-x, repeat-y;
    color: #332e2a;
}

.dots-light-tb {
    padding: 10px 0;
    background-image:
        radial-gradient(circle at 2px, #e9dbd2 1px, transparent 2px, #e9dbd2 1px, transparent 1px),
        radial-gradient(circle at 1px, transparent 1px, transparent 2px, transparent 1px, transparent 1px),
        radial-gradient(circle at 2px, #e9dbd2 1px, transparent 2px, #e9dbd2 1px, transparent 1px),
        radial-gradient(circle at 1px, transparent 1px, transparent 2px, transparent 1px, transparent 1px);
    background-position: top, right, bottom, left;
    background-size: 10px 5px, 5px 10px;
    background-repeat: repeat-x, repeat-y;
    color: #e9dbd2;
}

.edelweiss-body {
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    background-color: #e9dbd2;
    margin: 0 auto;
    color: #332e2a;
    max-width: 680px;
    min-width: 320px;
}

.edelweiss-body .mob {
    display: initial;
}

.edelweiss-body .desk {
    display: none;
}

.edelweiss-body .container {
    width: 100%; 
    margin: 0;
    padding: 0;
    position: relative;
}

.edelweiss-body .container img {
    width: 100%;
}

.edelweiss-body .container .w40p {
    width: 40%;
}

.edelweiss-body .container .w60p {
    width: 60%;
}

.edelweiss-body .container .w70p {
    width: 70%;
}

.edelweiss-body .container .w100p {
    width: 100%;
}

.edelweiss-body .container .mr12p {
    margin-right: 12%;
}

.edelweiss-body .container .ml12p {
    margin-left: 12%;
}

.edelweiss-body .container .mt1 {
    margin-top: 1em;
}

.edelweiss-body .container .mb1 {
    margin-bottom: 1em;
}

.edelweiss-body .container .mt2 {
    margin-top: 2em;
}

.edelweiss-body .container .ml2 {
    margin-left: 2em;
}

.edelweiss-body .container .prl5 {
    padding: 0 5em;
}

.edelweiss-body .container .prl1 {
    padding: 0 1em;
}

.edelweiss-body .container .content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1em;
}

.edelweiss-body .container .content.right {
    right: 0;
    left: initial;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.edelweiss-body .container .content.top {
    position: relative;
    transform: initial;
    text-align: justify;
}

.edelweiss-body .container .content.bottom {
    position: relative;
    margin-top: -45%;
    transform: initial;
    text-align: justify;
}

.edelweiss-body .container .content.center {
    top: 0;
    transform: translate(-50%, 0);
    left: 50%;
    text-align: center;
}

.edelweiss-body .container .content .header {
    font-weight: 700;
    font-size: 1em;
    margin-bottom: 1em;
}

.edelweiss-body .container .content .description {
    margin-bottom: 1em;
}

.edelweiss-body .container .content .list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}

.edelweiss-body .container .content .list .item {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.edelweiss-body .container .content .list .item .label {
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
}

.edelweiss-body .container.c2 .content .list .item img {
    width: 60%;
}

.edelweiss-body .container.c2 .content {
    position: relative;
    float: right;
    transform: initial;
    margin-top: -50%;
    margin-bottom: 2em;
}

.edelweiss-body .container.c4 .content {
    margin-right: calc(7% + 2px);
    background-color: #332e2a;
    padding: 2em 2em;
}

.edelweiss-body .container.c5 .content {
    font-weight: 700;
}

.edelweiss-body .container.c6 .content {
    color: #e9dbd2;
    background-color: #332e2a;
    width: calc( 100% - 5em );
    padding: 1em;
    position: relative;
    transform: initial;
    margin-left: 3em;
}

.edelweiss-body .container.c6 .content {
    /* margin-left: 100px; */
}

.edelweiss-body .container.c7 .label {
   padding-left: 1em;
   padding-right: 1em;
   width: calc(100% - 4em);
}

.edelweiss-body .container.c7 .list {
    align-items: flex-start;
}

.edelweiss-body .container.c7 .content {
    position: relative;
}

.edelweiss-body .caps-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@keyframes capsAnimation {
    0% {opacity: 0;}
    33% { opacity: 1;}
    80% { opacity: 1;}
    100% {opacity: 0;}
}

@keyframes expAnimation {
    0% {transform: scale(1);}
    50% {transform: scale(1.2);}
    100% {transform: scale(1);}
}

.edelweiss-body .caps-animation img:nth-child(1) {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 100%;
}

.edelweiss-body .caps-animation img:not(:nth-child(1)) {
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 100%;
    animation-name: capsAnimation;
    animation-duration: 3s;
    animation-delay: calc(var(--delay)*1s);
    animation-timing-function: ease-in-out;
    transition: transform 1s; 
    opacity: 0;
}

.edelweiss-body .container.c1.logo {
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}

.edelweiss-body .container.c1.logo img {
    margin-left: calc( -3% - 1px );
    margin-top: initial;
}

.edelweiss-body .container.c1 {
    margin-top: -4px;
}

.edelweiss-body .container.c3 > img {
    animation-name: expAnimation;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-timing-function: ease-in-out;
    transition: transform 1s;
}

/* BREAKPOINTS */
@media screen and (max-width: 959px) {
    .edelweiss-body {
        /* font-size: 16px; */
    }
}

@media screen and (min-width: 960px) {
    .edelweiss-body {
        font-size: 18px;
        max-width: 920px;
    }

    .edelweiss-body .container .content .header {
        font-size: 2em;
    }

    .edelweiss-body .container .content .list {
    }

    .edelweiss-body .container .content .list .item {
        width: 33%;
    }

    .edelweiss-body .container.c7 .content .list .item {
        width: 25%;
    }

    .edelweiss-body .container .content .list .item .label {
        /* font-size: .6em; */
    }

    .edelweiss-body .container.c4 .content img {
        width: 60%;
        float: left;
    }

    .edelweiss-body .container.c4 .content img:nth-child(2) {
        float: right;
        margin: -14em 0;
    }

    .edelweiss-body .container.c4 .content img:nth-child(4) {
        float: right;
        margin-top: -4em;
    }

    .edelweiss-body .container.c5 .content {
        font-weight: 700;
        margin-left: 190px;
        width: 310px;
    }
}

@media screen and (min-width: 1230px) {
    .edelweiss-body {
    }
}