
/*@import url(https://fonts.googleapis.com/css?family=Ubuntu:100,300,400,500,600,700,900&display=swap);*/
/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');*/


@font-face {
       font-display: swap;
}

/*!* define the property *!*/
/*:root {*/
/*    --main-color: black;*/
/*}*/
/*!* use the property *!*/
/*p {*/
/*    color: var(--main-color);*/
/*}*/


@media (prefers-color-scheme: dark) {
    html,body{
        margin: 0;
        padding: 0;
        /*height: 100%;*/
        font-family: Ubuntu,Lato, Helvetica, Arial, sans-serif !important;
        /*color:white!important;*/
        color: #1C1F22!important;
        /*background-image: url('../desc/backgr.jpg');*/
        background-color: #242F41;
        overflow-x: hidden;
        /*bgcolor:"#000000";*/

        display:flex;
        flex-direction:column;

    }

    .main-class {
        background-size: 100%;
        background-color: white;
        background-repeat: no-repeat;
        max-width: 600px;
        margin: 0 auto;
        width: 600px;
        margin-top: 100px!important;
        border-radius: 9px;
        background-color: #2F3C51;
        -webkit-box-shadow: 0 4px 11px -2px hsl(217, 29%, 10%);;
        box-shadow: 0 4px 11px -2px hsl(217, 29%, 10%);;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .main-text-nospace{
        font-size: 25px;
        color: hsl(210, 1%, 90%)!important;
        /*color: #4C4D4E!important;*/
        font-weight: 600;
    }



    .main-text{
        font-size: 30px;
        margin-bottom: 5px;
        margin-top: 5px;
        margin-left: 5%;
        /*text-align: left !important;*/
        margin-right: 5%;
        color: hsl(210, 1%, 90%)!important;
        /*color: #4C4D4E!important;*/
        font-weight: 500;
    }

}

@media (prefers-color-scheme: light) {
    html,body{
        margin: 0;
        padding: 0;
        /*height: 100%;*/
        font-family: Ubuntu,Lato, Helvetica, Arial, sans-serif !important;
        /*color:white!important;*/
        color: #1C1F22!important;
        /*background-image: url('../desc/backgr.jpg');*/
        background-color: #F8F8F8;
        overflow-x: hidden;
        /*bgcolor:"#000000";*/

        display:flex;
        flex-direction:column;

    }

    .main-class {
        background-size: 100%;
        background-color: white;
        background-repeat: no-repeat;
        max-width: 600px;
        margin: 0 auto;
        width: 600px;
        margin-top: 100px!important;
        border-radius: 9px;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 11px -2px rgba(86,70,143,.3);
        box-shadow: 0 4px 11px -2px rgba(86,70,143,.3);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .main-text-nospace{
        font-size: 25px;
        color: #4C4D4E!important;
        font-weight: 600;
    }

    .main-text{
        font-size: 30px;
        margin-bottom: 5px;
        margin-top: 5px;
        margin-left: 5%;
        /*text-align: left !important;*/
        margin-right: 5%;
        color: #4C4D4E!important;
        font-weight: 500;
    }
}

.modal-window:target {
    opacity: 1;
    pointer-events: auto;
}

.modal-window {
    position: fixed;
    background-color: rgba(50, 50, 50, 0.75);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-window:target {
    opacity: 1;
    pointer-events: auto;
}



.modal-window header {
    font-weight: bold;
}

.modal-close {
    cursor: pointer;
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.modal-close:hover {
    color: #000;
}

.progress-bar, .progress-bar .progress {
    height: 6px!important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}
.progress-bar {
    width: 100%;
    background-color: lightgray!important;
}
.progress {
    background-color: #FCC939!important;

}
.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

body.desktop-bg {
    background: url(../mobile/desktop.png) no-repeat!important;
    background-size: contain!important;
    width: 100%;
    margin: 0!important;
    padding: 0!important;
    background-position: 100% 0!important;


}

body.desktop-bg2 {
    background: url(../mobile/desktop2.png) no-repeat!important;
    background-size: contain!important;
    width: 100%;
    margin: 0!important;
    padding: 0!important;
    background-position: 100% 0!important;
}


body.desktop-bg-simple {
    background: url(../mobile/desktop.png) no-repeat!important;
    background-size: contain!important;
    width: 100%;
    margin: 0!important;
    padding: 0!important;
    background-position: 100% 0!important;
}

.navbar {
    border: 0;
    font-size: 14px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    background: #FFFFFF!important;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15)!important;
}



.line-height{
    line-height: normal;
}
.sub-main-text {
    margin-left: 10%;
    margin-right: 10%;
}

.bigger-text {
    font-size: 35px!important;
    font-weight: 100!important;
}



.main-class-full {
    background-size: 100%;
    background-repeat: no-repeat;
    max-width: 800px;
    margin: 0 auto;
    width: 800px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.logo{
    font-family:"Andale Mono";
    color: black;
    font-size: 1.1rem!important;
    margin-right: 20px;
    float: right;
    padding-top: 20px;
}

.container-padding-small {
    padding-top: 8%;
}

.container-padding {
    padding-top: 80px;
}

.align-items-center {
    align-items: center!important;
}
.media-body {
    flex: 1;
}

.w-circle-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
    text-align: center;
}
.gradient-bloody {
    background: #FEF4DC!important;
}
.green-color {
    color: #FBC839;
}
.rounded-circle {
    border-radius: 50%!important;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0!important;
}

.quiz-button {
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
    background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
    border: none;
    border-radius: 5px!important;
    /* color: #FCC939!important; */
    /* color: hsl(210, 1%, 40%);*/
    color: hsl(0, 0%, 20%);
    /*color: #fff;*/
    font-size: 14px;
    /*font-weight: 500!important;*/
    width: 50%;
    /* border: 1px solid hsl(210, 1%, 90%)!important; */
    border-style: solid;
    border-width: 1px;
    border-color: hsl(0, 0%, 50%);
    /* box-shadow: 4px 2px 4px -2px #FCC939; */
    /* -webkit-box-shadow: 0 1px 8px -2px #FCC939; */
    /* box-shadow: 0 1px 8px -2px #FCC939; */
    padding: 0.9rem;
    outline: none!important;
    margin-bottom: 1.5rem;
}
/*.quiz-button:visited{*/
/*    border-color: red;*/
/*}*/

.quiz-button:focus{
    border-color: black;
}

.quiz-button-active{
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
    background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));

    /*color: white;*/
    /*border: 1px solid #FCC939!important;*/
    /*box-shadow: 4px 2px 4px -2px hsl(44, 97%, 41%)!important;*/
}


/*Email*/
.chek{
    height: 0.9rem;
    width: 0.9rem;
    padding-top: 2rem;
    margin-top: 2.5rem;
    padding-left: 1rem;
    float: left!important;
    margin-bottom: 3.3rem;
}

.check-input {
    font-size: small;
    text-align: left;
    font-weight: 500;
    position: absolute;
    margin-top: .2rem;
    margin-left: -1.25rem;
}

.check-text-size{
    font-size: 0.85rem;
    /* margin-top: 0.9rem; */
    /* font-weight: 500; */
}

.email-rodo{
    height: 3.5rem!important;
    margin: 2rem 0;
}




/*hr {*/
/*    border: none;*/
/*    height: 1px!important;*/
/*    !* Set the hr color *!*/
/*    color: #333!important; !* old IE *!*/
/*    background-color: #333!important; !* Modern Browsers *!*/
/*}*/

.toggle-button--tuuli label {
    height: 20px;
    line-height: 30px;
    transition: all 0.2s;
    border-radius: 2rem;
}
.toggle-button--tuuli input[type=checkbox] + label {
    background: #FF5335;
    float: right;
    width: 20px;
    margin-right: 1rem;
    margin-top: 0.2rem;
}
.toggle-button--tuuli input[type=checkbox] + label:before {
    opacity: 0;
    transform: translate(0, 20px);
}
.toggle-button--tuuli input[type=checkbox]:checked ~ label {
    width: 30px!important;
    background: #61B136;
}
.toggle-button--tuuli input[type=checkbox]:checked ~ .toggle-button__icon:before {
    transform: translate(-30%, 100%) rotate(45deg) scale(0.6, 1);
}
.toggle-button--tuuli input[type=checkbox]:checked ~ .toggle-button__icon:after {
    transform: translate(20%) rotate(-45deg);
}
.toggle-button--tuuli .toggle-button__icon {
    position: absolute;
    height: 50px;
    width: 50px;
    float: right!important;
    text-align: right;
    top: 0;
    left: 0;
    margin-top: 0.4rem;
}
.toggle-button--tuuli .toggle-button__icon:before, .toggle-button--tuuli .toggle-button__icon:after {
    width: 10px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin-left: -17%;
    top: 25%;
}
.toggle-button--tuuli .toggle-button__icon:before {
    transform: rotate(45deg);
}
.toggle-button--tuuli .toggle-button__icon:after {
    transform: rotate(-45deg);
}
.toggle-button{
    float: right;
    height: 0.7rem;
    z-index: 10;
    margin-bottom: -4rem;
    margin-right: -0.6rem;
}
.toggle-button {
    text-align: right;
}
.toggle-button {
    position: relative;
    display: inline-block;
    color: #fff;
}
.toggle-button label {
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
}
.toggle-button input {
    display: none;
}
.toggle-button__icon {
    cursor: pointer;
    pointer-events: none;
}
.toggle-button__icon:before, .toggle-button__icon:after {
    content: "";
    position: absolute;
    top: 45%;
    left: 35%;
    transition: 0.2s ease-out;
}
.toggle-button--tuuli input[type="checkbox"] + label{
    pointer-events:none;
}
.toggle-button--tuuli .toggle-button__icon {
    height: 50px;
    width: 30px;
    margin-top: 0.2rem;
}
.toggle-button--tuuli .toggle-button__icon {
    position: absolute;
    height: 35px;
    width: 24px;
    float: right!important;
    text-align: right;
    top: 0;
    left: 0;
}
.toggle-button--tuuli input[type=checkbox]:checked ~ label {
    width: 20px!important;
}

/*styles during the fixes*/
.none-opacity{
    opacity: 1!important;
}

.food-pict{
    border-radius: 10px;
    box-shadow: 0 4px 11px -2px rgba(86,70,143,.3);
    width: 100%;
    opacity:0.6;
}
.click-class{
    border-radius: 10px;
    margin-bottom: 0px;
}

.under-photo{
    background-color: black;
    font-size: small;
    text-align: center;
    margin-bottom: 1rem;
    border-radius: 10px;
}

.footer {
    margin-top: 70px;
}


.border-between > [class*='col-']:before {
    background: #e3e3e3;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.border-between > [class*='col-']:first-child:before {
    display: none;
}

.button-flash-v3{
    background: #FCC939;
    color: #ffa502;
    box-shadow: 0 0 2px red;
    border:none;
    border-radius: 20px;
    color: white!important;
    font-size: 1rem;
    font-weight: 500;
    width: 10rem;
    padding: 0.5rem;
}

.button-flash-v2{
    background: -moz-linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
    background: -webkit-linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
    background: -o-linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
    background: linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
    color: #ffa502;
    box-shadow: 0 0 2px red;
    border:none;
    border-radius: 20px;
    color: white!important;
    font-size: 1rem;
    font-weight: 500;
    width: 10rem;
    padding: 0.5rem;
}


.main-text-big{
    font-size: 25px;
    font-weight: 400;
    color: #4C4D4E!important;
}

.main-text-small{
    color: #4C4D4E!important;
    font-size: 22px!important;
    align: left;
    font-weight: 400;
}

.profil-icon{
    /*filter: invert(70%);*/
    /*filter: invert(58%) sepia(14%) saturate(6537%) hue-rotate(135deg) brightness(107%) contrast(104%);*/
    filter: invert(87%) sepia(44%) saturate(1281%) hue-rotate(328deg) brightness(104%) contrast(97%);
    height: 3.4rem;
    margin-bottom: 1.7rem;
}


.man-button {
    /*border-color: #FBC839!important;*/
    box-shadow: 4px 2px 4px -2px #FBC839;
    color: #FBC839!important;
    border-radius: 10px!important;
}

.wo-button {
    /*border-color: #FCC939!important;*/
    box-shadow: 4px 2px 4px -2px #FCC939;
    border-radius: 10px!important;
}

.form-field{
    /*background: RGB(169, 169, 169, 0.4);*/

    /*background-size:9%!important;*/
    /*background-position: 10% 55%!important;*/
    /*background-repeat: no-repeat!important;*/
    border:none;
    border-bottom: 1px solid #e4e5e7;
    /*border-radius: 50px;*/
    color: #4C4D4E!important;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    width: 15rem;
    padding: 0.7rem;
    margin-bottom: 6%;
    /*padding-left: 15%!important;*/
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: darkgray;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: darkgray;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: darkgray;
}

.baby-icon {
    background-image: url("../img/baby.png");
}

.weight-icon {
    background-image: url("../img/weight.png");
}

.height-icon {
    background-image: url("../img/height.png");
}

.input-class {
    width: 18.5rem;
    display: block;
    /*-webkit-box-shadow: none;*/
    /*box-shadow: none;*/
    border: 0;
    border-bottom: 1px solid #e4e5e7;
    opacity: .7;;
    font-size: 15px;
    letter-spacing: .51px;
    line-height: 18px;
    padding: 6px;
    outline: none!important;
}

.mockup {
    width: 200px;
}


.box-head-text{
    font-size: large;
    padding-top: 5%;
    padding-bottom: 3%;
    margin-bottom: 0.5rem;
    font-weight: 400;
    text-align: center;
}

.box-text-bold{
    font-weight: 700;
}

.gradiet-color {
    background: #FCC939;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.info-statistic {
    font-size: 1rem!important;
}



/*.round_box {*/
/*    padding: 20px 0;*/
/*    background: white;*/
/*    border-radius: 8px;*/
/*    margin: 0px;*/
/*}*/

.photomen{
    border-radius: 50%;
    width: 100px;
}


.figure-picture-active{
    filter: invert(85%) sepia(15%) saturate(130%) hue-rotate(161deg) brightness(107%) contrast(102%);
    height: 100px!important;
}

.figure-picture{
    /*filter: invert(88%) sepia(16%) saturate(117%) hue-rotate(152deg) brightness(102%) contrast(107%)!important;*/
    height: 100px!important;
}

.justify-text {
    text-align: justify!important;
}


.profil-lorem-ipsum{
    text-align: justify;
    font-weight: 300;
    font-size: 0.84rem;
}

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

.justify{
    text-align: justify;
}

.box-small-bold-text{
    font-size: 0.9rem;
    font-weight: 600;
}

.profil-box-two-number{
    /*color: #FCC939;*/
    font-size: 2rem!important;
}

/*#woman1{*/
/*    width: 10%;*/
/*}*/
/*#woman2{*/
/*    width: 10.6%;*/
/*}*/
/*#woman3{*/
/*    width: 13.3%;*/
/*}*/
/*#woman4{*/
/*    width: 15%;*/
/*}*/
/*#woman5{*/
/*    width: 17%;*/
/*}*/

/*.loader .image {*/
/*    !*width: 100px;*!*/
/*    !*height: 160px;*!*/
/*    font-size: 40px;*/
/*    text-align: center;*/
/*    transform-origin: bottom center;*/
/*    animation: 3s rotate infinite;*/
/*    opacity: 0;*/
/*}*/

.price{
    font-size: 4rem;
    font-weight: 300;
    background-image: linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%)!important;
    background-image: -moz-linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
    background-image: -webkit-linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
    background-image: -o-linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
    background-image: linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
    display: inline;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center!important;
}

.zl{
    font-size: 2rem!important;
}




.offer-review {
    margin-top: -10px;
    font-size: small;
    background: orange;
    /*display: inline-table;*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center!important;
}


.strikethrough {
    border-color: orangered!important;
    position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;

    -webkit-transform:rotate(20deg);
    -moz-transform:rotate(20deg);
    -ms-transform:rotate(20deg);
    -o-transform:rotate(20deg);
    transform:rotate(20deg);
}

.button-platnosc{
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
    background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
    border: none;
    border-radius: 5px!important;
    /* color: #FCC939!important; */
    /* color: hsl(210, 1%, 40%);*/
    color: hsl(0, 0%, 20%);
    /*color: #fff;*/
    font-size: 14px;
    font-weight: 500!important;
    width: 50%;
    /* border: 1px solid hsl(210, 1%, 90%)!important; */
    border-style: solid;
    border-width: 1px;
    border-color: hsl(0, 0%, 50%);
    /* box-shadow: 4px 2px 4px -2px #FCC939; */
    /* -webkit-box-shadow: 0 1px 8px -2px #FCC939; */
    /* box-shadow: 0 1px 8px -2px #FCC939; */
    padding: 0.9rem;
    outline: none!important;
    margin-bottom: 1.5rem;
}

.button-platnosc:focus{
    border-color: black;
}

.logo-platnosci{
    height: 20px;
    vertical-align: middle!important;
    margin-right: 0.5rem;
    padding-left: 5px;
    margin-bottom: 0.2rem;
}

.points-icon{
    height: 15px;
}



.food-week-video{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;
    margin-top: 2%;
}

.rec-text{
    font-size: 0.84rem;
    font-weight: 300;
    text-align: justify;
}

.profil-icon-sec{
    height: 3rem;
    margin-bottom: 1.7rem;
}

.gift-icon{
    margin-top: 5px;
    height: 55px;
}

video {
    max-width:100%;
    height:auto;
    display:block;
    margin:0 auto;
}

.offer-limit {
    margin-top: -10px;
    font-size: small;
    color: #FCC939;
    /*display: inline-table;*/
    text-align: center!important;
}
.quote{
    color: #FCC939;
}

button.btn1 {
    background-position: right bottom;
}
/*button.btn1:hover {*/
/*    -webkit-transition: all 0.17s ease-in-out;*/
/*    -moz-transition: all 0.17s ease-in-out;*/
/*    -o-transition: all 0.17s ease-in-out;*/
/*    transition: all 0.17s ease-in-out;*/
/*    background: linear-gradient(to left, white 50%, #FCC939 60%);*/
/*    background-size: 200% 100%;*/
/*    background-position: left bottom;*/
/*    color: white!important;*/
/*}*/

.food-week-photos{
    height: 100%;
    /*padding: 20px 20px 10px;*/
    /*color: #4C4D4E!important;*/
    background: white;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 12px rgba(86,70,143,.29);
    box-shadow: 0 0 12px rgba(86,70,143,.29);
    border-radius: 9px;
}
.week-line{
    width: 100%;
    display: flex;
}
.week-number{
    width: 30px;
    /*height: 100px;*/
    /*border: 0.1px solid black;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.week-right {
    background: white;
}
.week-number p{
    transform: rotate(270deg);
    white-space: nowrap;
    /*margin: 4rem;*/
    /*font-weight: 500!important;*/
    /*TODO*/
    font-size: 0.8rem;
}
.daily-section{
    /*width: 13.57%;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    /*background: #FF8C00;*/
    align-items: center;
    background: darkgray;
    border: 0.1px solid darkgray;
}
.daily-section p{
    font-weight: 500;
    color: white;
    text-shadow: 2px 2px black;
    /*margin-top: 10px;*/
}
.daily-section img{
    z-index: 1;
    width: 100%;
}
.daily-section:hover img{
    opacity: 0.2;
}
.daily-section:hover .daily-content-hidden{
    color: white!important;
    visibility: visible;
}
.daily-content-hidden{
    visibility: hidden;
    text-align: center;
    z-index: 999;
    position: absolute;
    margin-top: 6px;

}
.daily-content-lock{
    visibility: visible;
    text-align: center;
    z-index: 999;
    width: 10%;
    position: absolute;
    margin-top: 10px;

}
.open-day-btn{
    /*background:#FBC839 ;*/
    /*color: white;*/
    /*border: none;*/
    /*border-radius: 10px;*/
    /*font-weight: 600;*/
    /*padding: 5px;*/
    /*width: 100%;*/

    background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
    background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
    border-radius: 5px!important;
    color: hsl(0, 0%, 20%)!important;
    border-color: hsl(0, 0%, 30%)!important;
    border-style: solid;
    border-width: 1px;
    color: hsl(0, 0%, 20%);
    padding: 5px;
    width: 100%;
}
.accordion-toggle{
    margin: 0.5rem;
    margin-bottom: 1rem;
    font-size: large;
    color: #000000!important;
    font-weight: 600;
}
.accordion-toggle:hover{
    text-decoration: none;
    cursor: pointer;
    /*color: #000000!important;*/
}
.panel-heading .accordion-toggle:after {
    content: "";
    display: block;
    background: url("../img/to-down.png") no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    float: right;
    margin: 0 6px 0 0;
    margin-top: 0.2rem;

}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "";
    display: block;
    background: url("../img/to-right.png") no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    float: right;
    /*margin: 0 6px 0 0;*/
    margin-top: 0.2rem;


}
.panel-title{
    padding: 1rem;
}
.panel-heading{
    background: hsl(44, 97%, 61%);
    /*margin: 0.5rem;*/
    border-radius: 10px;
    pointer-events: none!important;
}
.panel-heading h4 a{
    pointer-events: all;
    font-size: medium;
}
.rounded-edge-top {
    border-radius: 10px 10px 0px 0px;
}
.rounded-edge-bottom {
    border-radius: 0px 0px 10px 10px;
}
.mob-on{
    visibility: hidden;
    position: absolute;
    height: 1px!important;
}
.calendar-food-photo-transparent{
    opacity: 50%;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
}
.icon-lock{
    filter: invert(100%);
    height: 40px;
    width: 40px;
    opacity: 60%;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    /*height: 4rem;*/
    margin-bottom: 1.7rem;
}
.water-glass{
    width: 15%;
    /*filter: invert(100%);*/
    margin-bottom: 0.8%;
}


.meal-header {
    font-weight: 300;
    font-size: 20px;
}

.meal-img {
    width: 100px;
}



.kcal {
    font-size: 15px;
    color: darkslategrey
}

.content {
    font-weight: 300;
    margin-top: 10px;
    font-size: .9rem;
    line-height: 1.3rem;
    /*font-family: Nunito, sans-serif;*/

}

.min-counter {
    font-weight: 300;
    color: darkslategrey;
}

.icon {
    cursor: pointer;
    font-size: 1.1rem;

}

.step-item-list {
    list-style: none;
    font-size: 0.9rem;
    padding-left: 0rem;
    counter-reset: circle-counter;
}

.step-item {
    counter-increment: circle-counter;
    margin-bottom: 0.25rem;
}

.step-item:before {
    content: counter(circle-counter);
    background-color: #e1e1e1;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    display: inline-block;
    font-size: 0.5rem;
    line-height: 0.8rem;
    color: black;
    text-align: center;
    margin-right: 0.5rem;
    position: relative;
    top: -3px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.fast-spin {
    -webkit-animation: fa-spin 0.5s infinite linear;
    animation: fa-spin 0.5s infinite linear;
}



.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .75rem .25rem .75rem !important;
    font-size: .76rem !important;
    font-weight: 100 !important;
    line-height: 1.3 !important;
    border-width: 1px !important;
}

.pointer{
    cursor: pointer;
}

.btn {
    border-radius: 10px !important;
    outline: initial !important;
    -webkit-box-shadow: none !important;
    -webkit-box-shadow: initial !important;
    box-shadow: none !important;
    font-size: .8rem;
    padding: .75rem 1.3rem .6rem 1.3rem;
}

button.btn1:hover {

    background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 75%)), to(hsl(44, 97%, 51%)));
    background: linear-gradient(hsl(44, 97%, 75%), hsl(44, 97%, 51%));

    /*background: white!important;*/
    /*color: hsl(210, 1%, 40%)!important;*/
}


.view-icon {
    font-size: 20px !important;
    font-weight: 100;
    color: #8f8f8f;
}

a {
    color: #FCC939 !important;
    -webkit-transition: color .2s;
    transition: color .2s;
}


@media screen and (max-width: 1000px) {

    .daily-section img{
        z-index: 1;
        width: 100%;
        margin-top: -41%;
        margin-bottom: -41%;
    }
    .daily-content-hidden{
        visibility: visible!important;
        width: 50%;
        margin-top: 0px;
    }

    .icon-lock{
        height: 35px;
        width:35px;
    }

    .main-class-full {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
        background-color: transparent;
        margin-top: 0!important;
        border-radius: 0;
        margin-bottom: 50px;
        box-shadow: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    /*.mockup {*/
    /*    width: 120px;*/
    /*}*/

}

/*@media screen and (max-width: 800px) {*/
/*    .mockup {*/
/*        width: 110px;*/
/*    }*/

/*}*/

@media screen and (max-width: 700px) {
    .daily-content-hidden{
        visibility: visible!important;
        width: 70%;
        margin-top: 0px;
    }

}


@media screen and (max-width: 575px) {



    .daily-section img{
        z-index: 1;
        width: 100%;
        margin-top: -41%;
        margin-bottom: -41%;
    }
    .daily-content-hidden{
        visibility: visible!important;
        width: 80%;
        margin-top: 0px;
    }

    .mob-off{
        visibility: hidden;
        position: absolute;
        height: 1px!important;
    }

    .mob-on{
        visibility: visible;
        position: static;
        height: auto!important;
        margin-bottom: 1.2rem;
    }

    .container-padding-small {
        padding-top: 15%;
    }


    .button-platnosc{
        width: 70%!important;
        font-size: small;
    }

    .figure-picture{
        height: 70px!important;
    }

    .box-value{
        margin-top: 1.5rem;
        display: inline;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center!important;

    }

    .box-text-bold{
        font-size: small;
        margin-bottom: 7%;
    }

    .box-head-text{
        font-size: medium;
        text-align: center;
    }

    .mockup {
        width: 130px;
        /*opacity: 0.6;*/
    }

    /*.form-field{*/
    /*    font-size: small;*/
    /*    font-weight: 620;*/
    /*    width: 15rem;*/
    /*    padding: 0.7rem;*/
    /*    margin-bottom: 6%;*/
    /*    !*padding-left: 15%!important;*!*/
    /*}*/


    .main-text-big{
        font-size: 35px;
        margin-left: 5%;
        /*text-align: left !important;*/
        margin-right: 5%;
    }

    .main-text-small{
        color: lightgrey;
        font-size: 22px!important;
        align: left;
        font-weight: 400;
    }
    .two{
        margin-top: 10%!important;
        margin-bottom: 5%!important;
    }

    @media (prefers-color-scheme: light) {
        html, body {
            padding-bottom: 70px;
            background-color: white!important;
        }
    }
    /*@import url(https://fonts.googleapis.com/css?family=Ubuntu:100,300,400,500,600,700,900&display=swap);*/
    /*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap');*/


    @font-face {
        font-display: swap;
    }

    /*!* define the property *!*/
    /*:root {*/
    /*    --main-color: black;*/
    /*}*/
    /*!* use the property *!*/
    /*p {*/
    /*    color: var(--main-color);*/
    /*}*/


    @media (prefers-color-scheme: dark) {
        html,body{
            margin: 0;
            padding: 0;
            /*height: 100%;*/
            font-family: Ubuntu,Lato, Helvetica, Arial, sans-serif !important;
            /*color:white!important;*/
            color: #1C1F22!important;
            /*background-image: url('../desc/backgr.jpg');*/
            background-color: #242F41;
            overflow-x: hidden;
            /*bgcolor:"#000000";*/

            display:flex;
            flex-direction:column;

        }

        .main-class {
            background-size: 100%;
            background-color: white;
            background-repeat: no-repeat;
            max-width: 600px;
            margin: 0 auto;
            width: 600px;
            margin-top: 100px!important;
            border-radius: 9px;
            background-color: #2F3C51;
            -webkit-box-shadow: 0 4px 11px -2px hsl(217, 29%, 10%);;
            box-shadow: 0 4px 11px -2px hsl(217, 29%, 10%);;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        .main-text-nospace{
            font-size: 25px;
            color: hsl(210, 1%, 90%)!important;
            /*color: #4C4D4E!important;*/
            font-weight: 600;
        }



        .main-text{
            font-size: 30px;
            margin-bottom: 5px;
            margin-top: 5px;
            margin-left: 5%;
            /*text-align: left !important;*/
            margin-right: 5%;
            color: hsl(210, 1%, 90%)!important;
            /*color: #4C4D4E!important;*/
            font-weight: 500;
        }

    }

    @media (prefers-color-scheme: light) {
        html,body{
            margin: 0;
            padding: 0;
            /*height: 100%;*/
            font-family: Ubuntu,Lato, Helvetica, Arial, sans-serif !important;
            /*color:white!important;*/
            color: #1C1F22!important;
            /*background-image: url('../desc/backgr.jpg');*/
            background-color: #F8F8F8;
            overflow-x: hidden;
            /*bgcolor:"#000000";*/

            display:flex;
            flex-direction:column;

        }

        .main-class {
            background-size: 100%;
            background-color: white;
            background-repeat: no-repeat;
            max-width: 600px;
            margin: 0 auto;
            width: 600px;
            margin-top: 100px!important;
            border-radius: 9px;
            background-color: #fff;
            -webkit-box-shadow: 0 4px 11px -2px rgba(86,70,143,.3);
            box-shadow: 0 4px 11px -2px rgba(86,70,143,.3);
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        .main-text-nospace{
            font-size: 25px;
            color: #4C4D4E!important;
            font-weight: 600;
        }

        .main-text{
            font-size: 30px;
            margin-bottom: 5px;
            margin-top: 5px;
            margin-left: 5%;
            /*text-align: left !important;*/
            margin-right: 5%;
            color: #4C4D4E!important;
            font-weight: 500;
        }
    }

    .modal-window:target {
        opacity: 1;
        pointer-events: auto;
    }

    .modal-window {
        position: fixed;
        background-color: rgba(50, 50, 50, 0.75);
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        opacity: 1;
        pointer-events: auto;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .modal-window:target {
        opacity: 1;
        pointer-events: auto;
    }



    .modal-window header {
        font-weight: bold;
    }

    .modal-close {
        cursor: pointer;
        color: #aaa;
        line-height: 50px;
        font-size: 80%;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 70px;
        text-decoration: none;
    }

    .modal-close:hover {
        color: #000;
    }

    .progress-bar, .progress-bar .progress {
        height: 6px!important;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
    }
    .progress-bar {
        width: 100%;
        background-color: lightgray!important;
    }
    .progress {
        background-color: #FCC939!important;

    }
    .progress.active .progress-bar {
        -webkit-transition: none !important;
        transition: none !important;
    }

    body.desktop-bg {
        background: url(../mobile/desktop.png) no-repeat!important;
        background-size: contain!important;
        width: 100%;
        margin: 0!important;
        padding: 0!important;
        background-position: 100% 0!important;


    }

    body.desktop-bg2 {
        background: url(../mobile/desktop2.png) no-repeat!important;
        background-size: contain!important;
        width: 100%;
        margin: 0!important;
        padding: 0!important;
        background-position: 100% 0!important;
    }


    body.desktop-bg-simple {
        background: url(../mobile/desktop.png) no-repeat!important;
        background-size: contain!important;
        width: 100%;
        margin: 0!important;
        padding: 0!important;
        background-position: 100% 0!important;
    }

    .navbar {
        border: 0;
        font-size: 14px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        background: #FFFFFF!important;
        box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15)!important;
    }



    .line-height{
        line-height: normal;
    }
    .sub-main-text {
        margin-left: 10%;
        margin-right: 10%;
    }

    .bigger-text {
        font-size: 35px!important;
        font-weight: 100!important;
    }



    .main-class-full {
        background-size: 100%;
        background-repeat: no-repeat;
        max-width: 800px;
        margin: 0 auto;
        width: 800px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .logo{
        font-family:"Andale Mono";
        color: black;
        font-size: 1.1rem!important;
        margin-right: 20px;
        float: right;
        padding-top: 20px;
    }

    .container-padding-small {
        padding-top: 8%;
    }

    .container-padding {
        padding-top: 80px;
    }

    .align-items-center {
        align-items: center!important;
    }
    .media-body {
        flex: 1;
    }

    .w-circle-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 25px;
        text-align: center;
    }
    .gradient-bloody {
        background: #FEF4DC!important;
    }
    .green-color {
        color: #FBC839;
    }
    .rounded-circle {
        border-radius: 50%!important;
    }

    .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 0!important;
    }

    .quiz-button {
        background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
        background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
        border: none;
        border-radius: 5px!important;
        /* color: #FCC939!important; */
        /* color: hsl(210, 1%, 40%);*/
        color: hsl(0, 0%, 20%);
        /*color: #fff;*/
        font-size: 14px;
        /*font-weight: 500!important;*/
        width: 50%;
        /* border: 1px solid hsl(210, 1%, 90%)!important; */
        border-style: solid;
        border-width: 1px;
        border-color: hsl(0, 0%, 50%);
        /* box-shadow: 4px 2px 4px -2px #FCC939; */
        /* -webkit-box-shadow: 0 1px 8px -2px #FCC939; */
        /* box-shadow: 0 1px 8px -2px #FCC939; */
        padding: 0.9rem;
        outline: none!important;
        margin-bottom: 1.5rem;
    }
    /*.quiz-button:visited{*/
    /*    border-color: red;*/
    /*}*/

    .quiz-button:focus{
        border-color: black;
    }

    .quiz-button-active{
        background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
        background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));

        /*color: white;*/
        /*border: 1px solid #FCC939!important;*/
        /*box-shadow: 4px 2px 4px -2px hsl(44, 97%, 41%)!important;*/
    }


    /*Email*/
    .chek{
        height: 0.9rem;
        width: 0.9rem;
        padding-top: 2rem;
        margin-top: 2.5rem;
        padding-left: 1rem;
        float: left!important;
        margin-bottom: 3.3rem;
    }

    .check-input {
        font-size: small;
        text-align: left;
        font-weight: 500;
        position: absolute;
        margin-top: .2rem;
        margin-left: -1.25rem;
    }

    .check-text-size{
        font-size: 0.85rem;
        /* margin-top: 0.9rem; */
        /* font-weight: 500; */
    }

    .email-rodo{
        height: 3.5rem!important;
        margin: 2rem 0;
    }




    /*hr {*/
    /*    border: none;*/
    /*    height: 1px!important;*/
    /*    !* Set the hr color *!*/
    /*    color: #333!important; !* old IE *!*/
    /*    background-color: #333!important; !* Modern Browsers *!*/
    /*}*/

    .toggle-button--tuuli label {
        height: 20px;
        line-height: 30px;
        transition: all 0.2s;
        border-radius: 2rem;
    }
    .toggle-button--tuuli input[type=checkbox] + label {
        background: #FF5335;
        float: right;
        width: 20px;
        margin-right: 1rem;
        margin-top: 0.2rem;
    }
    .toggle-button--tuuli input[type=checkbox] + label:before {
        opacity: 0;
        transform: translate(0, 20px);
    }
    .toggle-button--tuuli input[type=checkbox]:checked ~ label {
        width: 30px!important;
        background: #61B136;
    }
    .toggle-button--tuuli input[type=checkbox]:checked ~ .toggle-button__icon:before {
        transform: translate(-30%, 100%) rotate(45deg) scale(0.6, 1);
    }
    .toggle-button--tuuli input[type=checkbox]:checked ~ .toggle-button__icon:after {
        transform: translate(20%) rotate(-45deg);
    }
    .toggle-button--tuuli .toggle-button__icon {
        position: absolute;
        height: 50px;
        width: 50px;
        float: right!important;
        text-align: right;
        top: 0;
        left: 0;
        margin-top: 0.4rem;
    }
    .toggle-button--tuuli .toggle-button__icon:before, .toggle-button--tuuli .toggle-button__icon:after {
        width: 10px;
        height: 3px;
        border-radius: 3px;
        background: #fff;
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
        margin-left: -17%;
        top: 25%;
    }
    .toggle-button--tuuli .toggle-button__icon:before {
        transform: rotate(45deg);
    }
    .toggle-button--tuuli .toggle-button__icon:after {
        transform: rotate(-45deg);
    }
    .toggle-button{
        float: right;
        height: 0.7rem;
        z-index: 10;
        margin-bottom: -4rem;
        margin-right: -0.6rem;
    }
    .toggle-button {
        text-align: right;
    }
    .toggle-button {
        position: relative;
        display: inline-block;
        color: #fff;
    }
    .toggle-button label {
        display: inline-block;
        text-transform: uppercase;
        cursor: pointer;
        text-align: left;
    }
    .toggle-button input {
        display: none;
    }
    .toggle-button__icon {
        cursor: pointer;
        pointer-events: none;
    }
    .toggle-button__icon:before, .toggle-button__icon:after {
        content: "";
        position: absolute;
        top: 45%;
        left: 35%;
        transition: 0.2s ease-out;
    }
    .toggle-button--tuuli input[type="checkbox"] + label{
        pointer-events:none;
    }
    .toggle-button--tuuli .toggle-button__icon {
        height: 50px;
        width: 30px;
        margin-top: 0.2rem;
    }
    .toggle-button--tuuli .toggle-button__icon {
        position: absolute;
        height: 35px;
        width: 24px;
        float: right!important;
        text-align: right;
        top: 0;
        left: 0;
    }
    .toggle-button--tuuli input[type=checkbox]:checked ~ label {
        width: 20px!important;
    }

    /*styles during the fixes*/
    .none-opacity{
        opacity: 1!important;
    }

    .food-pict{
        border-radius: 10px;
        box-shadow: 0 4px 11px -2px rgba(86,70,143,.3);
        width: 100%;
        opacity:0.6;
    }
    .click-class{
        border-radius: 10px;
        margin-bottom: 0px;
    }

    .under-photo{
        background-color: black;
        font-size: small;
        text-align: center;
        margin-bottom: 1rem;
        border-radius: 10px;
    }

    .footer {
        margin-top: 70px;
    }


    .border-between > [class*='col-']:before {
        background: #e3e3e3;
        bottom: 0;
        content: " ";
        left: 0;
        position: absolute;
        width: 1px;
        top: 0;
    }

    .border-between > [class*='col-']:first-child:before {
        display: none;
    }

    .button-flash-v3{
        background: #FCC939;
        color: #ffa502;
        box-shadow: 0 0 2px red;
        border:none;
        border-radius: 20px;
        color: white!important;
        font-size: 1rem;
        font-weight: 500;
        width: 10rem;
        padding: 0.5rem;
    }

    .button-flash-v2{
        background: -moz-linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
        background: -webkit-linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
        background: -o-linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
        background: linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
        color: #ffa502;
        box-shadow: 0 0 2px red;
        border:none;
        border-radius: 20px;
        color: white!important;
        font-size: 1rem;
        font-weight: 500;
        width: 10rem;
        padding: 0.5rem;
    }


    .main-text-big{
        font-size: 25px;
        font-weight: 400;
        color: #4C4D4E!important;
    }

    .main-text-small{
        color: #4C4D4E!important;
        font-size: 22px!important;
        align: left;
        font-weight: 400;
    }

    .profil-icon{
        /*filter: invert(70%);*/
        /*filter: invert(58%) sepia(14%) saturate(6537%) hue-rotate(135deg) brightness(107%) contrast(104%);*/
        filter: invert(87%) sepia(44%) saturate(1281%) hue-rotate(328deg) brightness(104%) contrast(97%);
        height: 3.4rem;
        margin-bottom: 1.7rem;
    }


    .man-button {
        /*border-color: #FBC839!important;*/
        box-shadow: 4px 2px 4px -2px #FBC839;
        color: #FBC839!important;
        border-radius: 10px!important;
    }

    .wo-button {
        /*border-color: #FCC939!important;*/
        box-shadow: 4px 2px 4px -2px #FCC939;
        border-radius: 10px!important;
    }

    .form-field{
        /*background: RGB(169, 169, 169, 0.4);*/

        /*background-size:9%!important;*/
        /*background-position: 10% 55%!important;*/
        /*background-repeat: no-repeat!important;*/
        border:none;
        border-bottom: 1px solid #e4e5e7;
        /*border-radius: 50px;*/
        color: #4C4D4E!important;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        width: 15rem;
        padding: 0.7rem;
        margin-bottom: 6%;
        /*padding-left: 15%!important;*/
    }

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: darkgray;
        opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: darkgray;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
        color: darkgray;
    }

    .baby-icon {
        background-image: url("../img/baby.png");
    }

    .weight-icon {
        background-image: url("../img/weight.png");
    }

    .height-icon {
        background-image: url("../img/height.png");
    }

    .input-class {
        width: 18.5rem;
        display: block;
        /*-webkit-box-shadow: none;*/
        /*box-shadow: none;*/
        border: 0;
        border-bottom: 1px solid #e4e5e7;
        opacity: .7;;
        font-size: 15px;
        letter-spacing: .51px;
        line-height: 18px;
        padding: 6px;
        outline: none!important;
    }

    .mockup {
        width: 200px;
    }


    .box-head-text{
        font-size: large;
        padding-top: 5%;
        padding-bottom: 3%;
        margin-bottom: 0.5rem;
        font-weight: 400;
        text-align: center;
    }

    .box-text-bold{
        font-weight: 700;
    }

    .gradiet-color {
        background: #FCC939;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

    .info-statistic {
        font-size: 1rem!important;
    }



    /*.round_box {*/
    /*    padding: 20px 0;*/
    /*    background: white;*/
    /*    border-radius: 8px;*/
    /*    margin: 0px;*/
    /*}*/

    .photomen{
        border-radius: 50%;
        width: 100px;
    }


    .figure-picture-active{
        filter: invert(85%) sepia(15%) saturate(130%) hue-rotate(161deg) brightness(107%) contrast(102%);
        height: 100px!important;
    }

    .figure-picture{
        /*filter: invert(88%) sepia(16%) saturate(117%) hue-rotate(152deg) brightness(102%) contrast(107%)!important;*/
        height: 100px!important;
    }

    .justify-text {
        text-align: justify!important;
    }


    .profil-lorem-ipsum{
        text-align: justify;
        font-weight: 300;
        font-size: 0.84rem;
    }

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

    .justify{
        text-align: justify;
    }

    .box-small-bold-text{
        font-size: 0.9rem;
        font-weight: 600;
    }

    .profil-box-two-number{
        /*color: #FCC939;*/
        font-size: 2rem!important;
    }

    /*#woman1{*/
    /*    width: 10%;*/
    /*}*/
    /*#woman2{*/
    /*    width: 10.6%;*/
    /*}*/
    /*#woman3{*/
    /*    width: 13.3%;*/
    /*}*/
    /*#woman4{*/
    /*    width: 15%;*/
    /*}*/
    /*#woman5{*/
    /*    width: 17%;*/
    /*}*/

    /*.loader .image {*/
    /*    !*width: 100px;*!*/
    /*    !*height: 160px;*!*/
    /*    font-size: 40px;*/
    /*    text-align: center;*/
    /*    transform-origin: bottom center;*/
    /*    animation: 3s rotate infinite;*/
    /*    opacity: 0;*/
    /*}*/

    .price{
        font-size: 4rem;
        font-weight: 300;
        background-image: linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%)!important;
        background-image: -moz-linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
        background-image: -webkit-linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
        background-image: -o-linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
        background-image: linear-gradient(left, #9932CC 10%, #9932CC 30%, #C71585 51%,  #FF4500 100%);
        display: inline;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center!important;
    }

    .zl{
        font-size: 2rem!important;
    }




    .offer-review {
        margin-top: -10px;
        font-size: small;
        background: orange;
        /*display: inline-table;*/
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center!important;
    }


    .strikethrough {
        border-color: orangered!important;
        position: relative;
    }
    .strikethrough:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 2px solid;
        border-color: inherit;

        -webkit-transform:rotate(20deg);
        -moz-transform:rotate(20deg);
        -ms-transform:rotate(20deg);
        -o-transform:rotate(20deg);
        transform:rotate(20deg);
    }

    .button-platnosc{
        background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
        background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
        border: none;
        border-radius: 5px!important;
        /* color: #FCC939!important; */
        /* color: hsl(210, 1%, 40%);*/
        color: hsl(0, 0%, 20%);
        /*color: #fff;*/
        font-size: 14px;
        font-weight: 500!important;
        width: 50%;
        /* border: 1px solid hsl(210, 1%, 90%)!important; */
        border-style: solid;
        border-width: 1px;
        border-color: hsl(0, 0%, 50%);
        /* box-shadow: 4px 2px 4px -2px #FCC939; */
        /* -webkit-box-shadow: 0 1px 8px -2px #FCC939; */
        /* box-shadow: 0 1px 8px -2px #FCC939; */
        padding: 0.9rem;
        outline: none!important;
        margin-bottom: 1.5rem;
    }

    .button-platnosc:focus{
        border-color: black;
    }

    .logo-platnosci{
        height: 20px;
        vertical-align: middle!important;
        margin-right: 0.5rem;
        padding-left: 5px;
        margin-bottom: 0.2rem;
    }

    .points-icon{
        height: 15px;
    }



    .food-week-video{
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1%;
        margin-top: 2%;
    }

    .rec-text{
        font-size: 0.84rem;
        font-weight: 300;
        text-align: justify;
    }

    .profil-icon-sec{
        height: 3rem;
        margin-bottom: 1.7rem;
    }

    .gift-icon{
        margin-top: 5px;
        height: 55px;
    }

    video {
        max-width:100%;
        height:auto;
        display:block;
        margin:0 auto;
    }

    .offer-limit {
        margin-top: -10px;
        font-size: small;
        color: #FCC939;
        /*display: inline-table;*/
        text-align: center!important;
    }
    .quote{
        color: #FCC939;
    }

    button.btn1 {
        background-position: right bottom;
    }
    /*button.btn1:hover {*/
    /*    -webkit-transition: all 0.17s ease-in-out;*/
    /*    -moz-transition: all 0.17s ease-in-out;*/
    /*    -o-transition: all 0.17s ease-in-out;*/
    /*    transition: all 0.17s ease-in-out;*/
    /*    background: linear-gradient(to left, white 50%, #FCC939 60%);*/
    /*    background-size: 200% 100%;*/
    /*    background-position: left bottom;*/
    /*    color: white!important;*/
    /*}*/

    .food-week-photos{
        height: 100%;
        /*padding: 20px 20px 10px;*/
        /*color: #4C4D4E!important;*/
        background: white;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 12px rgba(86,70,143,.29);
        box-shadow: 0 0 12px rgba(86,70,143,.29);
        border-radius: 9px;
    }
    .week-line{
        width: 100%;
        display: flex;
    }
    .week-number{
        width: 30px;
        /*height: 100px;*/
        /*border: 0.1px solid black;*/
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .week-right {
        background: white;
    }
    .week-number p{
        transform: rotate(270deg);
        white-space: nowrap;
        /*margin: 4rem;*/
        /*font-weight: 500!important;*/
        /*TODO*/
        font-size: 0.8rem;
    }
    .daily-section{
        /*width: 13.57%;*/
        overflow: hidden;
        display: flex;
        justify-content: center;
        /*background: #FF8C00;*/
        align-items: center;
        background: darkgray;
        border: 0.1px solid darkgray;
    }
    .daily-section p{
        font-weight: 500;
        color: white;
        text-shadow: 2px 2px black;
        /*margin-top: 10px;*/
    }
    .daily-section img{
        z-index: 1;
        width: 100%;
    }
    .daily-section:hover img{
        opacity: 0.2;
    }
    .daily-section:hover .daily-content-hidden{
        color: white!important;
        visibility: visible;
    }
    .daily-content-hidden{
        visibility: hidden;
        text-align: center;
        z-index: 999;
        position: absolute;
        margin-top: 6px;

    }
    .daily-content-lock{
        visibility: visible;
        text-align: center;
        z-index: 999;
        width: 10%;
        position: absolute;
        margin-top: 10px;

    }
    .open-day-btn{
        /*background:#FBC839 ;*/
        /*color: white;*/
        /*border: none;*/
        /*border-radius: 10px;*/
        /*font-weight: 600;*/
        /*padding: 5px;*/
        /*width: 100%;*/

        background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
        background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
        border-radius: 5px!important;
        color: hsl(0, 0%, 20%)!important;
        border-color: hsl(0, 0%, 30%)!important;
        border-style: solid;
        border-width: 1px;
        color: hsl(0, 0%, 20%);
        padding: 5px;
        width: 100%;
    }
    .accordion-toggle{
        margin: 0.5rem;
        margin-bottom: 1rem;
        font-size: large;
        color: #000000!important;
        font-weight: 600;
    }
    .accordion-toggle:hover{
        text-decoration: none;
        cursor: pointer;
        /*color: #000000!important;*/
    }
    .panel-heading .accordion-toggle:after {
        content: "";
        display: block;
        background: url("../img/to-down.png") no-repeat;
        background-size: 100%;
        width: 15px;
        height: 15px;
        float: right;
        margin: 0 6px 0 0;
        margin-top: 0.2rem;

    }
    .panel-heading .accordion-toggle.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "";
        display: block;
        background: url("../img/to-right.png") no-repeat;
        background-size: 100%;
        width: 15px;
        height: 15px;
        float: right;
        /*margin: 0 6px 0 0;*/
        margin-top: 0.2rem;


    }
    .panel-title{
        padding: 1rem;
    }
    .panel-heading{
        background: hsl(44, 97%, 61%);
        /*margin: 0.5rem;*/
        border-radius: 10px;
        pointer-events: none!important;
    }
    .panel-heading h4 a{
        pointer-events: all;
        font-size: medium;
    }
    .rounded-edge-top {
        border-radius: 10px 10px 0px 0px;
    }
    .rounded-edge-bottom {
        border-radius: 0px 0px 10px 10px;
    }
    .mob-on{
        visibility: hidden;
        position: absolute;
        height: 1px!important;
    }
    .calendar-food-photo-transparent{
        opacity: 50%;
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
    }
    .icon-lock{
        filter: invert(100%);
        height: 40px;
        width: 40px;
        opacity: 60%;
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        /*height: 4rem;*/
        margin-bottom: 1.7rem;
    }
    .water-glass{
        width: 15%;
        /*filter: invert(100%);*/
        margin-bottom: 0.8%;
    }


    .meal-header {
        font-weight: 300;
        font-size: 20px;
    }

    .meal-img {
        width: 100px;
    }



    .kcal {
        font-size: 15px;
        color: darkslategrey
    }

    .content {
        font-weight: 300;
        margin-top: 10px;
        font-size: .9rem;
        line-height: 1.3rem;
        /*font-family: Nunito, sans-serif;*/

    }

    .min-counter {
        font-weight: 300;
        color: darkslategrey;
    }

    .icon {
        cursor: pointer;
        font-size: 1.1rem;

    }

    .step-item-list {
        list-style: none;
        font-size: 0.9rem;
        padding-left: 0rem;
        counter-reset: circle-counter;
    }

    .step-item {
        counter-increment: circle-counter;
        margin-bottom: 0.25rem;
    }

    .step-item:before {
        content: counter(circle-counter);
        background-color: #e1e1e1;
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        display: inline-block;
        font-size: 0.5rem;
        line-height: 0.8rem;
        color: black;
        text-align: center;
        margin-right: 0.5rem;
        position: relative;
        top: -3px;
    }
    hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .fast-spin {
        -webkit-animation: fa-spin 0.5s infinite linear;
        animation: fa-spin 0.5s infinite linear;
    }



    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .btn-group-xs > .btn, .btn-xs {
        padding: .25rem .75rem .25rem .75rem !important;
        font-size: .76rem !important;
        font-weight: 100 !important;
        line-height: 1.3 !important;
        border-width: 1px !important;
    }

    .pointer{
        cursor: pointer;
    }

    .btn {
        border-radius: 10px !important;
        outline: initial !important;
        -webkit-box-shadow: none !important;
        -webkit-box-shadow: initial !important;
        box-shadow: none !important;
        font-size: .8rem;
        padding: .75rem 1.3rem .6rem 1.3rem;
    }

    button.btn1:hover {

        background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 75%)), to(hsl(44, 97%, 51%)));
        background: linear-gradient(hsl(44, 97%, 75%), hsl(44, 97%, 51%));

        /*background: white!important;*/
        /*color: hsl(210, 1%, 40%)!important;*/
    }


    .view-icon {
        font-size: 20px !important;
        font-weight: 100;
        color: #8f8f8f;
    }

    a {
        color: #FCC939 !important;
        -webkit-transition: color .2s;
        transition: color .2s;
    }


    @media screen and (max-width: 1000px) {

        .daily-section img{
            z-index: 1;
            width: 100%;
            margin-top: -41%;
            margin-bottom: -41%;
        }
        .daily-content-hidden{
            visibility: visible!important;
            width: 50%;
            margin-top: 0px;
        }

        .icon-lock{
            height: 35px;
            width:35px;
        }

        .main-class-full {
            max-width: 600px;
            margin: 0 auto;
            width: 100%;
            background-color: transparent;
            margin-top: 0!important;
            border-radius: 0;
            margin-bottom: 50px;
            box-shadow: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

        /*.mockup {*/
        /*    width: 120px;*/
        /*}*/

    }

    /*@media screen and (max-width: 800px) {*/
    /*    .mockup {*/
    /*        width: 110px;*/
    /*    }*/

    /*}*/

    @media screen and (max-width: 700px) {
        .daily-content-hidden{
            visibility: visible!important;
            width: 70%;
            margin-top: 0px;
        }

    }


    @media screen and (max-width: 575px) {



        .daily-section img{
            z-index: 1;
            width: 100%;
            margin-top: -41%;
            margin-bottom: -41%;
        }
        .daily-content-hidden{
            visibility: visible!important;
            width: 80%;
            margin-top: 0px;
        }

        .mob-off{
            visibility: hidden;
            position: absolute;
            height: 1px!important;
        }

        .mob-on{
            visibility: visible;
            position: static;
            height: auto!important;
            margin-bottom: 1.2rem;
        }

        .container-padding-small {
            padding-top: 15%;
        }


        .button-platnosc{
            width: 70%!important;
            font-size: small;
        }

        .figure-picture{
            height: 70px!important;
        }

        .box-value{
            margin-top: 1.5rem;
            display: inline;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center!important;

        }

        .box-text-bold{
            font-size: small;
            margin-bottom: 7%;
        }

        .box-head-text{
            font-size: medium;
            text-align: center;
        }

        .mockup {
            width: 130px;
            /*opacity: 0.6;*/
        }

        /*.form-field{*/
        /*    font-size: small;*/
        /*    font-weight: 620;*/
        /*    width: 15rem;*/
        /*    padding: 0.7rem;*/
        /*    margin-bottom: 6%;*/
        /*    !*padding-left: 15%!important;*!*/
        /*}*/


        .main-text-big{
            font-size: 35px;
            margin-left: 5%;
            /*text-align: left !important;*/
            margin-right: 5%;
        }

        .main-text-small{
            color: lightgrey;
            font-size: 22px!important;
            align: left;
            font-weight: 400;
        }
        .two{
            margin-top: 10%!important;
            margin-bottom: 5%!important;
        }

        @media (prefers-color-scheme: light) {
            html, body {
                padding-bottom: 70px;
                background-color: white!important;
            }
        }

        @media (prefers-color-scheme: dark) {
            html,body {
                padding-bottom: 70px;
                background-color: #2F3C51!important;
            }
        }




        body.desktop-bg {
            background-image: url('../mobile/mobiex.webp')!important;
            background-size: 100%!important;
        }

        body.desktop-bg-simple{
            background-image: url('../mobile/mobiex2.png')!important;
            background-size: 100%!important;
        }

        .main-class {
            max-width: 600px;
            margin: 0 auto;
            width: 100%;
            background-color: transparent;
            margin-top: 0!important;
            border-radius: 0;
            margin-bottom: 10px;
            box-shadow: none;
            padding-bottom: 0;
            margin-bottom: 0;

        }

        .main-text{
            font-size: 25px!important;
            margin-left: 8%;
            /*text-align: left !important;*/
            margin-right: 8%;
            /*color: #4C4D4E!important;*/
            font-weight: 500;
        }

        .quiz-button {
            width: 70%!important;
        }

        /*.footer {*/
        /*    position: absolute!important;*/
        /*    bottom: 10px!important;*/
        /*    width: 100%!important;*/
        /*    height: 50px!important;*/
        /*    line-height: 10px!important;*/
        /*    !*background-color: #f5f5f5;*!*/
        /*}*/

        .footer-link {
            font-size: 0.7rem;
            color: #7C7E81!important;
        }

        /*.quiz-button {*/
        /*    background: RGB(300, 300, 300, 0.1);*/
        /*    border:none;*/

        /*    border-radius: 10px!important;*/
        /*    !*color: hsl(210, 1%, 40%)!important;*!*/
        /*    !*color: hsl(210, 1%, 50%);*!*/
        /*    color: white;*/
        /*    font-size: 0.95rem;*/
        /*    font-weight: 400;*/
        /*    width: 70%;*/
        /*    -webkit-box-shadow: 0 1px 8px -2px #FCC939;*/
        /*    box-shadow: 0 1px 8px -2px #FCC939;*/
        /*    padding: 0.9rem;*/
        /*    margin-bottom: 1.5rem;*/
        /*}*/

        /*button.btn1 {*/
        /*    background: white!important;*/

        /*}*/
        /*button.btn1:hover {*/
        /*    background: white!important;*/
        /*    color: hsl(210, 1%, 40%)!important;*/
        /*}*/

        .man-button {
            /*border-color: #FBC839!important;*/
            box-shadow: 4px 2px 4px -2px #FBC839;
            /*color: #FBC839;*/
            border-radius: 10px!important;
        }

        .wo-button {
            /*border-color: #FCC939!important;*/
            box-shadow: 4px 2px 4px -2px #FCC939;
            /*color: #FCC939;*/
            border-radius: 10px!important;
        }
    }


    @media screen and (max-width: 370px) {

        .mockup {
            width: 150px;
            /*opacity: 0.6;*/
        }

    }

    /*@media (max-height:600px) and (max-width: 575px){*/
    /*    footer{*/
    /*        display:none!important;*/
    /*    }*/
    /*}*/

    /*@media (max-height:800px) and (max-width: 1500px){*/
    /*    footer{*/
    /*        display:none!important;*/
    /*    }*/
    /*}*/


    @media (prefers-color-scheme: light) {

        .modal-window>div {
            width: 400px;
            position: relative;
            margin: 10% auto;
            padding: 2rem;
            border-radius: 5px;
            background: #fff;
            color: #444;
        }

        .dark-text {
            color: hsl(210, 1%, 30%)!important;;
        }

        .grey-text {
            color: hsl(210, 1%, 40%)!important;
        }

        .light-text {
            color: hsl(210, 1%, 50%)!important;
        }

        .super-light-text {
            color: #8A97AB!important;
        }

        .food-text{
            /*color: #4C4D4E!important;*/
            color: hsl(210, 1%, 50%)!important;
            font-size: 15px;
            font-weight: 400!important;
            margin-bottom: 40px;
        }

        .content {
            height: 100%;
            padding: 20px 20px 10px ;
            color: #4C4D4E!important;
            background: white;
            border-radius: 8px;
            -webkit-box-shadow: 0 0 12px rgba(86,70,143,.29);
            box-shadow: 0 0 12px rgba(86,70,143,.29);
            border-radius: 9px;
        }
        .footer-link {
            font-weight: 500;
            font-size: 0.7rem;
            color: #7C7E81!important;
        }

        .card {
            position: relative;
            display: flex;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff!important;
            background-clip: initial;
            border: 1px solid rgba(0,0,0,.125);
            border-radius: .25rem;
        }

        .points{
            font-size: 0.95rem;
            font-weight: 300;
            color: #1C1F22!important;
            display: inline;
            /* text-transform: uppercase!important; */
            background-clip: text;
            -webkit-background-clip: text;
            text-align: center!important;

        }

        .zl-small{
            color: #53535F;
            font-size: 1.5rem!important;
        }

        .review-number {
            margin-top: -10px;
            font-size: small;
            color: #53535F!important;
        }

        .discount{
            font-weight: 300;
            color: #53535F;
            /*padding-left: 10px;*/
            -webkit-background-clip: text;
            text-align: center!important;
            font-size: 2.5rem!important;

        }

        .meal-name {
            font-size: 22px;
            color: darkslategray;

        }

        .btn-outline-dark {
            border-color: #8f8f8f;
            text-transform: none;
            background: #F8F8F8;
        }

        .btn-outline-dark:hover {
            background: #7A9E9F;
        }

        .sim-procent{
            font-size: 4rem;
            margin-top: 1.5rem;
            color: hsl(210, 1%, 40%)!important;;;
            display: inline;
            -webkit-background-clip: text;
            /*-webkit-text-fill-color: transparent;*/
            text-align: center!important;
        }

        .button-flash{
            background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
            background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
            border-radius: 5px!important;
            color: hsl(0, 0%, 20%)!important;
            border-color: hsl(0, 0%, 30%)!important;
            border-style: solid;
            border-width: 1px;
            color: hsl(0, 0%, 20%);
            font-size: 15px;
            width: 10rem;
            padding: 0.5rem;
        }

        .button-flash:focus{
            border-color: black;
        }

        .button-flash:hover {
            background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 75%)), to(hsl(44, 97%, 51%)));
            background: linear-gradient(hsl(44, 97%, 75%), hsl(44, 97%, 51%));
        }

        .button-flash-long{
            background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
            background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
            border-radius: 5px;
            color: hsl(0, 0%, 20%)!important;
            border-color: hsl(0, 0%, 30%);
            border-style: solid;
            border-width: 1px;
            color: hsl(0, 0%, 20%);
            font-size: 15px;
            width: 14rem;
            padding: 1rem;
        }

        .button-flash-long:focus{
            border-color: black;
        }

        .button-flash-long:hover {
            background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 75%)), to(hsl(44, 97%, 51%)));
            background: linear-gradient(hsl(44, 97%, 75%), hsl(44, 97%, 51%));
        }

        .logo-img {
            content:url("/img/logo.webp");
            height: 50px;
            width: 132px;
        }

        .media-icon{
            filter: invert(60%);
            height: 2.5rem;
            margin-bottom: 2rem;
        }

        .box-value{
            font-size: 2.4rem;
            /*font-weight: bold;*/
            margin-top: 1.5rem;
            background: grey;
            display: inline;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center!important;

        }

    }


    @media (prefers-color-scheme: dark) {
        .modal-window>div {
            width: 400px;
            position: relative;
            margin: 10% auto;
            padding: 2rem;
            border-radius: 5px;
            background: #2F3C51;
            color: #444;
        }


        .dark-text {
            color: hsl(210, 1%, 90%)!important;
        }

        .grey-text {
            color: hsl(210, 1%, 80%)!important;
        }

        .light-text {
            color: hsl(210, 1%, 70%)!important;
        }

        .super-light-text {
            color: hsl(210, 1%, 90%)!important;
        }

        .food-text{
            /*color: #4C4D4E!important;*/
            color: hsl(210, 1%, 80%)!important;
            font-size: 15px;
            font-weight: 400!important;
            margin-bottom: 40px;
        }

        .content {
            height: 100%;
            padding: 20px 20px 10px ;
            color: hsl(210, 1%, 90%)!important;
            background: #2F3C51;
            border-radius: 8px;
            -webkit-box-shadow: 0 0 12px hsl(217, 29%, 10%);
            box-shadow: 0 0 12px hsl(217, 29%, 10%);
            border-radius: 9px;
        }



        .card {
            position: relative;
            display: flex;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #2F3C51!important;
            background-clip: initial;
            border: 1px solid hsl(217, 29%, 10%)!important;
            border-radius: .25rem;
        }

        .footer-link {
            font-weight: 500;
            font-size: 0.7rem;
            color: hsl(210, 1%, 90%)!important;
        }

        .points{
            font-size: 0.95rem;
            font-weight: 300;
            color: hsl(210, 1%, 90%)!important;
            display: inline;
            /* text-transform: uppercase!important; */
            background-clip: text;
            -webkit-background-clip: text;
            text-align: center!important;

        }

        .zl-small{
            color: hsl(210, 1%, 90%)!important;
            font-size: 1.5rem!important;
        }


        .review-number {
            margin-top: -10px;
            font-size: small;
            color: hsl(210, 1%, 90%)!important;
        }

        .discount{
            font-weight: 300;
            color: hsl(210, 1%, 90%)!important;
            /*padding-left: 10px;*/
            -webkit-background-clip: text;
            text-align: center!important;
            font-size: 2.5rem!important;

        }
        .meal-name {
            font-size: 22px;
            color: hsl(210, 1%, 90%)!important;

        }

        .btn-outline-dark {
            color: hsl(210, 1%, 60%)!important;
            border-color: hsl(210, 1%, 60%)!important;
            text-transform: none;
            background: #F8F8F8;
        }

        .btn-outline-dark:hover {
            background:hsl(210, 1%, 80%)!important;
            color: hsl(210, 1%, 20%)!important;
        }

        .sim-procent{
            font-size: 4rem;
            margin-top: 1.5rem;
            color: hsl(210, 1%, 90%)!important;
            display: inline;
            -webkit-background-clip: text;
            /*-webkit-text-fill-color: transparent;*/
            text-align: center!important;
        }

        .box-value{
            font-size: 2.4rem;
            /*font-weight: bold;*/
            margin-top: 1.5rem;
            background: hsl(210, 1%, 90%);
            display: inline;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center!important;

        }

        .button-flash{
            background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
            background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
            border-radius: 5px!important;
            color: hsl(0, 0%, 20%)!important;
            border-color: hsl(0, 0%, 30%)!important;
            border-style: solid;
            border-width: 1px;
            color: hsl(0, 0%, 20%);
            font-size: 15px;
            width: 10rem;
            padding: 0.5rem;
        }

        .button-flash:focus{
            border-color: black;
        }

        .button-flash:hover {
            background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 75%)), to(hsl(44, 97%, 51%)));
            background: linear-gradient(hsl(44, 97%, 75%), hsl(44, 97%, 51%));
        }

        .button-flash-long{
            background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
            background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
            border-radius: 5px;
            color: hsl(0, 0%, 20%)!important;
            border-color: hsl(0, 0%, 30%);
            border-style: solid;
            border-width: 1px;
            color: hsl(0, 0%, 20%);
            font-size: 15px;
            width: 14rem;
            padding: 1rem;
        }

        .button-flash-long:focus{
            border-color: black;
        }

        .button-flash-long:hover {
            background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 75%)), to(hsl(44, 97%, 51%)));
            background: linear-gradient(hsl(44, 97%, 75%), hsl(44, 97%, 51%));
        }
        .logo-img {
            content:url("/img/logo-dark.webp");
            height: 50px;
            width: auto;
        }

        .media-icon{
            filter: invert(30%);
            height: 2.5rem;
            margin-bottom: 2rem;
        }

    }

    .cookie-button{
        background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
        background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
        border-radius: 5px!important;
        color: hsl(0, 0%, 20%)!important;
        border-color: hsl(0, 0%, 30%)!important;
        border-style: solid;
        border-width: 1px;
        color: hsl(0, 0%, 20%);
        font-size: 14px;
        width: 50px;
    }

    [v-cloak] {
        display: none !important;
    }

    .bold-text {
        font-weight: 700!important;
    }
    .normal-text {
        font-weight: 400!important;
    }
    .text-size-12 {
        font-size: 12px!important;
    }
    .text-size-14 {
        font-size: 14px!important;
    }
    .text-size-16 {
        font-size: 16px!important;
    }
    .text-size-15 {
        font-size: 15px!important;
    }
    .text-size-18 {
        font-size: 18px!important;
    }
    .text-size-20 {
        font-size: 20px!important;
    }
    .text-size-24 {
        font-size: 24px!important;
    }
    .text-size-30 {
        font-size: 30px!important;
    }
    .text-size-36 {
        font-size: 36px!important;
    }
    .text-size-42 {
        font-size: 42px!important;
    }
    .text-size-48 {
        font-size: 48px!important;
    }
    .text-size-60 {
        font-size: 60px!important;
    }




    @media (prefers-color-scheme: dark) {
        html,body {
            padding-bottom: 70px;
            background-color: #2F3C51!important;
        }
    }




    body.desktop-bg {
        background-image: url('../mobile/mobiex.webp')!important;
        background-size: 100%!important;
    }

    body.desktop-bg-simple{
        background-image: url('../mobile/mobiex2.png')!important;
        background-size: 100%!important;
    }

    .main-class {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
        background-color: transparent;
        margin-top: 0!important;
        border-radius: 0;
        margin-bottom: 10px;
        box-shadow: none;
        padding-bottom: 0;
        margin-bottom: 0;

    }

    .main-text{
        font-size: 25px!important;
        margin-left: 8%;
        /*text-align: left !important;*/
        margin-right: 8%;
        /*color: #4C4D4E!important;*/
        font-weight: 500;
    }

    .quiz-button {
        width: 70%!important;
    }

    /*.footer {*/
    /*    position: absolute!important;*/
    /*    bottom: 10px!important;*/
    /*    width: 100%!important;*/
    /*    height: 50px!important;*/
    /*    line-height: 10px!important;*/
    /*    !*background-color: #f5f5f5;*!*/
    /*}*/

    .footer-link {
        font-size: 0.7rem;
        color: #7C7E81!important;
    }

    /*.quiz-button {*/
    /*    background: RGB(300, 300, 300, 0.1);*/
    /*    border:none;*/

    /*    border-radius: 10px!important;*/
    /*    !*color: hsl(210, 1%, 40%)!important;*!*/
    /*    !*color: hsl(210, 1%, 50%);*!*/
    /*    color: white;*/
    /*    font-size: 0.95rem;*/
    /*    font-weight: 400;*/
    /*    width: 70%;*/
    /*    -webkit-box-shadow: 0 1px 8px -2px #FCC939;*/
    /*    box-shadow: 0 1px 8px -2px #FCC939;*/
    /*    padding: 0.9rem;*/
    /*    margin-bottom: 1.5rem;*/
    /*}*/

    /*button.btn1 {*/
    /*    background: white!important;*/

    /*}*/
    /*button.btn1:hover {*/
    /*    background: white!important;*/
    /*    color: hsl(210, 1%, 40%)!important;*/
    /*}*/

    .man-button {
        /*border-color: #FBC839!important;*/
        box-shadow: 4px 2px 4px -2px #FBC839;
        /*color: #FBC839;*/
        border-radius: 10px!important;
    }

    .wo-button {
        /*border-color: #FCC939!important;*/
        box-shadow: 4px 2px 4px -2px #FCC939;
        /*color: #FCC939;*/
        border-radius: 10px!important;
    }
}


@media screen and (max-width: 370px) {

    .mockup {
        width: 150px;
        /*opacity: 0.6;*/
    }

}

/*@media (max-height:600px) and (max-width: 575px){*/
/*    footer{*/
/*        display:none!important;*/
/*    }*/
/*}*/

/*@media (max-height:800px) and (max-width: 1500px){*/
/*    footer{*/
/*        display:none!important;*/
/*    }*/
/*}*/


@media (prefers-color-scheme: light) {

    .modal-window>div {
        width: 400px;
        position: relative;
        margin: 10% auto;
        padding: 2rem;
        border-radius: 5px;
        background: #fff;
        color: #444;
    }

    .dark-text {
        color: hsl(210, 1%, 30%)!important;;
    }

    .grey-text {
        color: hsl(210, 1%, 40%)!important;
    }

    .light-text {
        color: hsl(210, 1%, 50%)!important;
    }

    .super-light-text {
        color: #8A97AB!important;
    }

    .food-text{
        /*color: #4C4D4E!important;*/
        color: hsl(210, 1%, 50%)!important;
        font-size: 15px;
        font-weight: 400!important;
        margin-bottom: 40px;
    }

    .content {
        height: 100%;
        padding: 20px 20px 10px ;
        color: #4C4D4E!important;
        background: white;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 12px rgba(86,70,143,.29);
        box-shadow: 0 0 12px rgba(86,70,143,.29);
        border-radius: 9px;
    }
    .footer-link {
        font-weight: 500;
        font-size: 0.7rem;
        color: #7C7E81!important;
    }

    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff!important;
        background-clip: initial;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
    }

    .points{
        font-size: 0.95rem;
        font-weight: 300;
        color: #1C1F22!important;
        display: inline;
        /* text-transform: uppercase!important; */
        background-clip: text;
        -webkit-background-clip: text;
        text-align: center!important;

    }

    .zl-small{
        color: #53535F;
        font-size: 1.5rem!important;
    }

    .review-number {
        margin-top: -10px;
        font-size: small;
        color: #53535F!important;
    }

    .discount{
        font-weight: 300;
        color: #53535F;
        /*padding-left: 10px;*/
        -webkit-background-clip: text;
        text-align: center!important;
        font-size: 2.5rem!important;

    }

    .meal-name {
        font-size: 22px;
        color: darkslategray;

    }

    .btn-outline-dark {
        border-color: #8f8f8f;
        text-transform: none;
        background: #F8F8F8;
    }

    .btn-outline-dark:hover {
        background: #7A9E9F;
    }

    .sim-procent{
        font-size: 4rem;
        margin-top: 1.5rem;
        color: hsl(210, 1%, 40%)!important;;;
        display: inline;
        -webkit-background-clip: text;
        /*-webkit-text-fill-color: transparent;*/
        text-align: center!important;
    }

    .button-flash{
        background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
        background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
        border-radius: 5px!important;
        color: hsl(0, 0%, 20%)!important;
        border-color: hsl(0, 0%, 30%)!important;
        border-style: solid;
        border-width: 1px;
        color: hsl(0, 0%, 20%);
        font-size: 15px;
        width: 10rem;
        padding: 0.5rem;
    }

    .button-flash:focus{
        border-color: black;
    }

    .button-flash:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 75%)), to(hsl(44, 97%, 51%)));
        background: linear-gradient(hsl(44, 97%, 75%), hsl(44, 97%, 51%));
    }

    .button-flash-long{
        background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
        background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
        border-radius: 5px;
        color: hsl(0, 0%, 20%)!important;
        border-color: hsl(0, 0%, 30%);
        border-style: solid;
        border-width: 1px;
        color: hsl(0, 0%, 20%);
        font-size: 15px;
        width: 14rem;
        padding: 1rem;
    }

    .button-flash-long:focus{
        border-color: black;
    }

    .button-flash-long:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 75%)), to(hsl(44, 97%, 51%)));
        background: linear-gradient(hsl(44, 97%, 75%), hsl(44, 97%, 51%));
    }

    .logo-img {
        content:url("/img/logo.webp");
        height: 50px;
        width: 132px;
    }

    .media-icon{
        filter: invert(60%);
        height: 2.5rem;
        margin-bottom: 2rem;
    }

    .box-value{
        font-size: 2.4rem;
        /*font-weight: bold;*/
        margin-top: 1.5rem;
        background: grey;
        display: inline;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center!important;

    }

}


@media (prefers-color-scheme: dark) {
    .modal-window>div {
        width: 400px;
        position: relative;
        margin: 10% auto;
        padding: 2rem;
        border-radius: 5px;
        background: #2F3C51;
        color: #444;
    }


    .dark-text {
        color: hsl(210, 1%, 90%)!important;
    }

    .grey-text {
        color: hsl(210, 1%, 80%)!important;
    }

    .light-text {
        color: hsl(210, 1%, 70%)!important;
    }

    .super-light-text {
        color: hsl(210, 1%, 90%)!important;
    }

    .food-text{
        /*color: #4C4D4E!important;*/
        color: hsl(210, 1%, 80%)!important;
        font-size: 15px;
        font-weight: 400!important;
        margin-bottom: 40px;
    }

    .content {
        height: 100%;
        padding: 20px 20px 10px ;
        color: hsl(210, 1%, 90%)!important;
        background: #2F3C51;
        border-radius: 8px;
        -webkit-box-shadow: 0 0 12px hsl(217, 29%, 10%);
        box-shadow: 0 0 12px hsl(217, 29%, 10%);
        border-radius: 9px;
    }



    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #2F3C51!important;
        background-clip: initial;
        border: 1px solid hsl(217, 29%, 10%)!important;
        border-radius: .25rem;
    }

    .footer-link {
        font-weight: 500;
        font-size: 0.7rem;
        color: hsl(210, 1%, 90%)!important;
    }

    .points{
        font-size: 0.95rem;
        font-weight: 300;
        color: hsl(210, 1%, 90%)!important;
        display: inline;
        /* text-transform: uppercase!important; */
        background-clip: text;
        -webkit-background-clip: text;
        text-align: center!important;

    }

    .zl-small{
        color: hsl(210, 1%, 90%)!important;
        font-size: 1.5rem!important;
    }


    .review-number {
        margin-top: -10px;
        font-size: small;
        color: hsl(210, 1%, 90%)!important;
    }

    .discount{
        font-weight: 300;
        color: hsl(210, 1%, 90%)!important;
        /*padding-left: 10px;*/
        -webkit-background-clip: text;
        text-align: center!important;
        font-size: 2.5rem!important;

    }
    .meal-name {
        font-size: 22px;
        color: hsl(210, 1%, 90%)!important;

    }

    .btn-outline-dark {
        color: hsl(210, 1%, 60%)!important;
        border-color: hsl(210, 1%, 60%)!important;
        text-transform: none;
        background: #F8F8F8;
    }

    .btn-outline-dark:hover {
        background:hsl(210, 1%, 80%)!important;
        color: hsl(210, 1%, 20%)!important;
    }

    .sim-procent{
        font-size: 4rem;
        margin-top: 1.5rem;
        color: hsl(210, 1%, 90%)!important;
        display: inline;
        -webkit-background-clip: text;
        /*-webkit-text-fill-color: transparent;*/
        text-align: center!important;
    }

    .box-value{
        font-size: 2.4rem;
        /*font-weight: bold;*/
        margin-top: 1.5rem;
        background: hsl(210, 1%, 90%);
        display: inline;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center!important;

    }

    .button-flash{
        background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
        background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
        border-radius: 5px!important;
        color: hsl(0, 0%, 20%)!important;
        border-color: hsl(0, 0%, 30%)!important;
        border-style: solid;
        border-width: 1px;
        color: hsl(0, 0%, 20%);
        font-size: 15px;
        width: 10rem;
        padding: 0.5rem;
    }

    .button-flash:focus{
        border-color: black;
    }

    .button-flash:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 75%)), to(hsl(44, 97%, 51%)));
        background: linear-gradient(hsl(44, 97%, 75%), hsl(44, 97%, 51%));
    }

    .button-flash-long{
        background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
        background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
        border-radius: 5px;
        color: hsl(0, 0%, 20%)!important;
        border-color: hsl(0, 0%, 30%);
        border-style: solid;
        border-width: 1px;
        color: hsl(0, 0%, 20%);
        font-size: 15px;
        width: 14rem;
        padding: 1rem;
    }

    .button-flash-long:focus{
        border-color: black;
    }

    .button-flash-long:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 75%)), to(hsl(44, 97%, 51%)));
        background: linear-gradient(hsl(44, 97%, 75%), hsl(44, 97%, 51%));
    }
    .logo-img {
        content:url("/img/logo-dark.webp");
        height: 50px;
        width: auto;
    }

    .media-icon{
        filter: invert(30%);
        height: 2.5rem;
        margin-bottom: 2rem;
    }

}

.cookie-button{
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(44, 97%, 81%)), to(hsl(44, 97%, 61%)));
    background: linear-gradient(hsl(44, 97%, 81%), hsl(44, 97%, 61%));
    border-radius: 5px!important;
    color: hsl(0, 0%, 20%)!important;
    border-color: hsl(0, 0%, 30%)!important;
    border-style: solid;
    border-width: 1px;
    color: hsl(0, 0%, 20%);
    font-size: 14px;
    width: 50px;
}

[v-cloak] {
    display: none !important;
}

.bold-text {
    font-weight: 700!important;
}
.normal-text {
    font-weight: 400!important;
}
.text-size-12 {
    font-size: 12px!important;
}
.text-size-14 {
    font-size: 14px!important;
}
.text-size-16 {
    font-size: 16px!important;
}
.text-size-15 {
    font-size: 15px!important;
}
.text-size-18 {
    font-size: 18px!important;
}
.text-size-20 {
    font-size: 20px!important;
}
.text-size-24 {
    font-size: 24px!important;
}
.text-size-30 {
    font-size: 30px!important;
}
.text-size-36 {
    font-size: 36px!important;
}
.text-size-42 {
    font-size: 42px!important;
}
.text-size-48 {
    font-size: 48px!important;
}
.text-size-60 {
    font-size: 60px!important;
}
a.disabled {
    pointer-events: none;
    cursor: default;
}
