
 body[data-platform="mobile"] > main > article.cover{
     background-attachment: unset!important;
 }

 @media (min-width: 1300px) {
     .row.downloadform {
         background-position: 50% 50%;
         background-size: 100% auto;
     }

     .row.materieprime {
         background-position: 100% 50%;
         background-size: auto 190%;
     }

 }

 @media (max-width: 1280px) {
     .specialblock .image-wrapper{
         width: 100%;
         padding-bottom: 75%;
     }

     /*header [data-type="menu"]{
         display: block;
     }

     header [data-type="mobile-menu"] [data-type="menu"] {
         display: none;
     }

     header [data-type="mobile-icon"] {
         display: block;
         font-size: 36px;
     }*/


 }

@media (min-width: 1100px) {
    .row.cover .slide {
        max-width: 80%;
        width: 50%;
    }

    beeathy-test [data-type="slider"] .slide{
        max-width: 100%!important;
        width: 100%!important;
    }

    .row.downloadform {
        background-position: 50% 50%;
        background-size: 100% auto;
    }

    body.video.oblique > main > article.cover:after{
        transform: skewY(-2deg);
    }


}

 .bg-mobile{
     display: none;
 }

 header [data-type="mobile-menu"] [data-type="menu"] li > a{
     border-bottom: 3px solid transparent;
 }

 header [data-type="mobile-menu"] [data-type="menu"] li:active,
 header [data-type="mobile-menu"] [data-type="menu"] li:active > a{
     -webkit-transform: scale(0.98);
     -moz-transform: scale(0.98);
     -webkit-transform-origin: left;
     -moz-transform-origin: left;
     transform-origin: left;
     /*transform: scale(0.98);
     background: #172734;
     color: #fff;*/
 }

 header [data-type="mobile-menu"] [data-type="menu"] li.active > a,
 header [data-type="mobile-menu"] [data-type="menu"] li:hover > a{
     border-bottom: 3px solid #172734;
 }

 header [data-type="mobile-menu"] [data-type="menu"] li.active > a{
     border-bottom: 3px solid #993399;
 }

 @media (max-width: 1080px) {
     header [data-type="menu"]{
         display: none;
     }

     header [data-type="mobile-icon"] {
         display: block;
         font-size: 36px;
     }

     header [data-type="mobile-menu"] [data-type="menu"] {
         display: block;
     }


 }

@media (max-width: 980px) {
    .row.diete li{
        width: 25%;
    }

    .call2action .actions{
        text-align: center;
    }

    .call2action .row.actions > li{
        /*width: 48%;
        display: inline-table;
        float: none;
        margin-left: 0;*/
        /* max-width: 25%; */
        /*min-width: 25%;*/
    }

    [data-model="covers"] .slide{
        max-width: 100%;
    }


    .howto,
    .row.diete ul{
        margin-bottom: 32px;
        margin-top: 0;
    }

    .howto li.three.columns {
        width: 48%;
        float: none;
        box-sizing: border-box;
        margin-left: 0;
        margin-top: 32px;
        margin-bottom: 32px;

        /* float: none; */
        display: inline-table;
    }

    .howto li.three.columns:first-child{
        margin-top: 32px;
    }

    .oblique .how-works h4.cursive{
        min-height: 1em;
    }

    .oblique .howto .icon-wrapper{
        margin-top: 32px;
    }

    .oblique .howto li.three.columns,
    .oblique .howto li.three.columns:first-child{
        margin-top: 0;
        margin-bottom: 0;
        width: 40%;
    }

    .oblique .howto p{
        max-width: 300px;
    }

    .healty .howto li.three.columns:first-child{
        margin-top: 32px;
    }

    .row.downloadform {
        background-position: 100% 80%;
        background-size: cover;
    }

    .specialblock.left .image-wrapper{
        margin-right: 0px;
    }

    .specialblock.right .image-wrapper{
        margin-left: 0px;
    }

    .row.specialblock.left .columns{
        padding-left: 0px;
        padding-right: 0;
    }

    .row.specialblock.right .columns{
        padding-right: 0px;
        padding-left: 0;
    }

    #hubspot-messages-iframe-container{
        max-width: 50vw;
        max-height: 80vh;
    }
}

@media (max-width: 980px){
    .healty{
        background-size: cover;
        background-position: 70% 50%;
    }

    .row.materieprime {
        background-position: 150% 60%;
    }



}

 @media (max-width: 970px){
     header [data-type="menu"]{
         display: none;
     }

     header [data-type="mobile-icon"] {
         display: block;
         font-size: 36px;
     }

     header [data-type="mobile-menu"] [data-type="menu"] {
         display: block;
     }
 }

 @media (max-width: 880px) {


     header > .container > [data-type="mobile-menu"]{
         -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
         -moz-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
         box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    }

     header [data-type="mobile-menu"] [data-type="menu"]{
         display: block;

     }

     header [data-type="mobile-icon"] {
         display: block;
         font-size: 36px;
     }

     .hp .as.slogan .bg-mobile h3{
         display: none;
     }



    body > main > article.cover > section{
        width: 100%;
        padding-left: 5%;

    }

     body.hp > main > article.cover > section{
         padding-left: 0;
         padding-right: 0;
         display: block;
     }

    body.articles > main > article.cover > section{
        /*padding-left: 5%;
        padding-right: 5%;*/
    }

    body > main > article.cover .wrapper{
        width: 100%;
    }

    .healty{
        background-size: cover;
    }

    .howto li.four.columns {
        max-width: 480px;
        width: 80%;
        border-top: 1px solid #f0f0f0;
        padding-bottom: 32px;
        margin: 0 auto 32px;
        padding-top: 32px;
    }

    img.icon.choose{
        -webkit-transform: translate(21%, 0);
        -moz-transform: translate(21%, 0);
        -ms-transform: translate(21%, 0);
        -o-transform: translate(21%, 0);
        transform: translate(21%, 0);
    }

    .howto li.four.columns:first-child{
        border-top: none;
    }

    .healty .howto li {
        display: inline-table;

    }

    .row.materieprime{
        /*background-position: 40% 0%;
        background-size: 170%;
        background-size: auto 100%;*/
        background-size: cover;
        background-attachment: initial;
        background-size: auto 160%;
        background-attachment: initial;
        background-position: 220% 60%;
    }

    .materie-prime{
        width: 70%;
    }

     .row.specialblock:first-child{
         padding-top: 32px;
     }

     body.special-document > main{
        top: 48px;
     }

     .row.landingblock{
         width: 100%;
     }

     .row.landingblock,
     .row.landingblock .container,
    .row.specialblock,
    .row.specialblock .container{
        display: block;
        padding: 0;
    }



     .row.landingblock .columns.txt > div,
     .row.landingblock .columns.txt,
     .row.specialblock .columns.txt > div,
     .row.specialblock .columns.txt,
     .row.specialblock{
         width: 100%;
         max-width: 100%;
     }


     .row.landingblock .columns > div,
     .row.specialblock .columns > div{
        margin-bottom: 0;
     }

     .row.landingblock .columns.bg,
     .row.specialblock .columns.bg{
         width: 100%;
         height: 240px;
         padding: 0;
     }

     .landingblock .image-wrapper,
    .specialblock .image-wrapper{

        width: 100%;
        border-radius: 0;
        height: 240px;
        background-position: 50% 50%;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
     .landingblock .image-wrapper::before,
    .specialblock .image-wrapper::before{
        display: none;
    }

     .row.landingblock .columns,
    .row.specialblock .columns{
        display: block;
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

     .row.landingblock.embeddedcode.textalign-center .columns,
     .row.landingblock.textonly.textalign-center .columns,
     .row.specialblock.textonly.textalign-center .columns{
        text-align: center;
        /*padding-left: 5%;
        padding-right: 5%;*/
         padding-left: 32px;
         padding-right: 32px;
    }

     .row.landingblock .columns.txt,
    .row.specialblock .columns.txt{
        padding: 32px;
    }

     .row.landingblock .bg-left,
    .row.specialblock .bg-left{
        display: block;
    }

     .row.landingblock.left .bg,
    .row.specialblock.left .bg{
        display: none;
    }

     .row.cover-fullwidth + .row.landingblock .bg-left,
    .row.cover-fullwidth + .row.specialblock .bg-left{
        display: none;
    }

    [data-model="covers"] .slide.center{
        width: 80%;
        max-width: 90%;
    }

    .articles section > h1,
    .articles section > h2,
    .articles section > [data-type="content"],
    .articles .news-list{
        padding-left: 32px;
        padding-right: 32px;
    }

     .row.downloadform .container > .row > .columns{
         width: 100%;
         float: none;
     }

     .row.downloadform .container > .row > .columns{
         width: 100%;
         float: none;
     }

     .row.landingblock.right .columns,
     .row.landingblock.left .columns,
     .row.specialblock.right .columns,
     .row.specialblock.left .columns {
         padding-left: 0;
         padding-right: 0;
     }

     .landingblock.right .image-wrapper,
     .specialblock.right .image-wrapper{
         margin-left: 0;
     }

     .row.landingblock .columns.txt,
     .row.specialblock .columns.txt{
         padding-left: 32px;
         padding-right: 32px;
         padding-bottom: 0;
     }

}

 @media (max-width: 820px) {

     .row.materieprime{
         background-position: 270% 60%;
     }

     body.reserved main .leftbar {
         flex: 0 0 30%;
     }
     body.reserved main .data-block {

         flex: 0 0 66%;
         margin-left: 0;
     }

     body.reserved article.row > .container{
        padding-left: 0;
         padding-right: 0;
     }
 }

@media (max-width: 730px) {

    .row.materieprime{
        background-size: auto 100%;
        background-position: 150% 60%;
    }


    .oblique .howto li.three.columns,
    .oblique .howto li.three.columns:first-child{
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        border-top: 1px solid #f0f0f0;
        padding-bottom: 32px;
    }

    .oblique .howto li.three.columns:first-child{
        border-top: none;
    }

    body > main > article.cover > section{
        padding-left: 0;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 0;
        padding-right: 0;
        /*display: block;*/
    }

    .row.cover .subscribe-block h3,
    .row.content .subscribe-block h3{
        font-size: 2rem;
    }

    .row.cover .subscribe-block h4,
    .row.content .subscribe-block h4{
        font-size: 2.8rem;
    }

    .row.cover .subscribe-block .columns,
    .row.content .subscribe-block .columns{
        display: block;
        width: 100%;
    }

    .row.wrapper .as,
    body > main > article.cover .wrapper{
        display: block;
    }

    body.error404 > main > article.cover > section {
        padding-left: 0;
        display: table;
    }

    body.error404 > main > article.cover .wrapper{
        display: table-cell;
    }

    .row.call2action{
        background-position: 60% 20%;
    }

    body.hp .as.cell{
        padding-bottom: 0;
    }

    .scroll-downs {
        display: none;
    }

    .article .scroll-downs {
        display: block;
    }

    .as.slogan{
        max-width: 100%;
        margin: 0 auto 0 auto;
        width: 75%;
        text-align: center;
        padding-bottom: 0;
    }

    .as.slogan h3{
        padding-top: 12vh;
        padding-bottom: 0;
    }

    .row.diete li{
        width: 40%;
    }

    .call2action .actions li{
        /*width: 33%;
        display: inline-table;
        float: none;*/
    }

    .articles .container{
        padding: 0;
    }

    body > footer{
        padding-top: 16px;
    }

    .articles footer .container{
        padding: 0 32px ;
    }

    .articles header .container{
        padding: 0 20px;
    }

    .articles .news-list{
        padding: 0;
    }

    .articles .news li .icon{
        display: block;
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        position: relative;
        height: 220px;
        /*-webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;*/
    }

    .articles .news li .loader-wrapper{
        height: 220px;
    }

    .articles .news li .icon:before{
        height: 228px;
    }

    .articles .news li > a{
        padding-left: 0;
        margin-top: 32px;
        padding-left: 32px;
        padding-right: 32px;
    }

    /*[data-type="data"] .columns, [data-type="health"] .columns{
        width: 100%!important;
        padding-left: 5vw;
        margin-bottom: 32px;
    }*/

    [data-type="ga"] .six.columns.be-block,
    [data-type="ga"] .six.columns.ga-block{
        width: 100%!important;
        padding-left: 0;
        border-right: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .howto li.three.columns {
        width: 48%;
    }

    .row.downloadform [data-type="download-form"]{
        width: 100%;
        max-width: 100%;
        margin-top: 32px;
    }

    .row.downloadform .container > p{
        width: 100%;

    }

    .row.downloadform{
        background-position: 100% 0;
        background-size: auto 100%;
    }



    .row.downloadform .ebook-icon {
        margin-top: 32px;
        width: 100%;
        height: auto;
        max-width: 330px;
    }

}

 @media (max-width: 680px) {

     .row.materieprime {
         background-size: auto 100%;
         background-position: 200% 50%;
     }

     .row.choose-product{
         padding-bottom: 0;
     }

     .row.choose-product .row.choose .columns{
         width: 100%;
         display: block;
         margin-bottom: 64px;
         margin-top: 96px;
     }

     .row.choose-product .row.choose .columns:first-child{
         margin-top: 32px;
     }

     .row.choose-product .row.choose .columns:last-child{
         margin-bottom: 32px;
     }



     .row.choose-product .meals:before{
         bottom: -64px;
         top: auto;
         right: auto;
         left: 50%;
         -webkit-transform: translate(-50%, 50%);
         -moz-transform: translate(-50%, 50%);
         -ms-transform: translate(-50%, 50%);
         -o-transform: translate(-50%, 50%);
         transform: translate(-50%, 50%);
     }

     .row.choose-product .meals:after{
         bottom: -64px;
         right: auto;
         left: 50%;
         width: 80px;
         -webkit-transform: translate(-50%, 50%);
         -moz-transform: translate(-50%, 50%);
         -ms-transform: translate(-50%, 50%);
         -o-transform: translate(-50%, 50%);
         transform: translate(-50%, 50%);
         top: auto;
         height: 80px;
     }


 }

 @media (min-width: 551px){
     .container {
         width: 90%;
     }


 }

 @media (max-width: 550px) {

     body {
         font-size: 20px;
     }

     .special-document .row.specialblock .container {
         font-size: 20px;
     }

     .block-w-icons h4,
     .block-w-icons h5,
     .how-works h4,
     .how-works h5{
         font-size: 2.4rem;
     }

     .row.specialblock .u-full-width h3 ,
     .row.specialblock .u-full-width h4 {
         font-size: 3.6rem;
         /*font-weight: bold;*/
     }

     .row.materieprime{
         background-position: 50% 0;
     }

     .row.specialblock:first-child{
         padding-top: 32px;
     }

     .row.specialblock.textalign-center{
         text-align: left!important;
     }

     .row.specialblock.textonly.textalign-center .columns{
         text-align: left;
     }

     body.reserved main .leftbar {
         width: 100%;
         float: none;
         padding-left: 10%;
         padding-right: 10%;
     }
     body.reserved .data-block {
         width: 100%!important;
         float: none;
         padding-left: 5%;
         padding-right: 5%;
         margin-left: 0!important;
     }

     body.reserved .data-block .six.columns{
         width: 50%;
     }

     body.reserved .data-block .tree.columns{
         width: 30%;
     }
     body.reserved .data-block .nine.columns{
         width: 70%;
     }

     body.reserved .data-block .columns:first-child{
         padding-right: 4%;
     }

     body.reserved .data-block .twelve.columns{
         padding-right: 0;
     }

     body.hp.login .as.cell {
         padding: 2px 32px;
     }
 }


@media (max-width: 600px) {

    .row.newsletter{
        border-top: 1px solid #f0f0f0;
    }



    .row.newsletter .four.columns{
        text-align: center;
    }

    .filter-preview .shop-switch-menu{
        display: none;
    }

    body > main > article.cover{
        padding-bottom: 0;
        background: #fff;
        border-bottom: 1px solid #f0f0f0;
        background-image: none!important;
    }

    body.test > main > article.cover{
        border-bottom: 0;
    }

    body > main > article.cover .bg-mobile{
        display: block;
    }

    body.error404 > main > article.cover > section {
        padding-left: 0;
        display: block;
    }

    body.error404 > main > article.cover .wrapper{
        display: block;
    }

    .hp [data-type="switch-block"]{
        margin-top: -4px;
    }

    .hp.test .bg-mobile{
        display: block;
    }

    .test.login [data-type="test-block"] {
        min-width: 90%;
        width: 100%;
        max-width: 480px;
        margin-top: 46px;
        padding: 0;
    }

    .test [data-type="test-block"]{
        min-width: 90%;
        width: 90%;
        max-width: 480px;
        margin-top: -4px;
    }

    body > main > article.cover > section{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    header [data-type="mobile-icon"]{
        font-size: 36px;
        margin-top: -16px;
    }

    .as.cell{
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .as.slogan{
        /*background: #fff url('../../images/beeathy/hp2.jpg') 50% 50% no-repeat;*/
        background-color: #fff;
        background-size: cover;
        width: 100%;

    }

    body.hp .as.slogan{
        background: unset;
        background-color: #fff;
        background-size: cover;
        width: 100%;
        background-image: unset;
        padding-top: 0;
    }

    .bg-mobile h1,
    .as.slogan h1,
    .bg-mobile h3,
    .as.slogan h3{
        width: 70%;
        margin: 0 auto;
        padding-bottom: 32px;
        position: relative;
        display: none;
       /* text-shadow: 0 0 6px rgba(255,255,255,0.8);*/
    }


    body.error404 .bg-mobile h1 {

        padding-top: 6vh!important;
        display: block;
        padding-bottom: 32px!important;
    }
    body.error404 .as.cell h1{
        margin-top: 0;
    }

    .bg-mobile {
        display: block;
        width: 100%;
        position: relative;
        min-height: 200px;
        background-size: cover;
        z-index: 0;
        left: 0;
        background-position: 50%;
    }

    .as.slogan .bg-mobile h3{
       display: block;
        /*text-shadow: 0 2px 3px rgba(255, 255, 255, 0.5);*/
        /*mix-blend-mode: hard-light;*/
        text-shadow: 0 2px 3px rgba(255, 255, 255, 0.8);
    }

    .as.slogan.cell{
        background-color: transparent;

    }

    [role="start-form"]{
        background-color: transparent;
        min-height: 360px;
        max-width: 480px;
        width: 80%;
        height: auto;
        padding-top: 0;
    }

    .howto li {
        width: 100%;
        float: none;
        border-top: 1px solid #f0f0f0;
        margin-bottom: 32px;
    }

    .howto li:first-child{
        border-top: 0;
    }

    .howto .icon-wrapper{
        margin-top: 32px;
    }

    .row.diete p,
    .howto p{
        max-width: 100%;
        width: 80%;
        max-height: unset;
        padding-bottom: 16px;
    }

    .healty{
        background-position: 50%;
        background-position: 74% 50%;
        background-size: auto 100%;
        background-attachment: unset;


    }

    .healty .howto li.three.columns{
        border-top: 0;
    }

    .healty h4{
        max-width: 100%;
        margin: 0 auto 32px auto;

    }

    .healty.c2a p{
        width: 100%;
    }

    .row.diete li{
        width: 100%;
    }

    .row.materieprime{
        margin-top: 0;
        background-image: none!important;
        background: #f2f2f2;
        background: #fff;
        padding-top: 0;
        padding-bottom: 0;
    }

    .row.materieprime .container{
        width: 100%;
        padding: 0;
    }

    .materie-prime{
        width: 100%;
        margin: 0 auto;
    }

    .row.materieprime .bg{
        background-position: 50% 50%;
        background-position: 100%;
        background-size:  cover;
        width: 100%;
        position: relative;
        height: 280px;
        background-repeat: no-repeat;

    }

    .headlinenews-list li h4{
        padding-left: 16px;
        padding-right: 16px;
    }

    .headlinenews-list li h5{
        padding-left: 32px;
        padding-right: 32px;
    }

    .healty .howto{
        margin-top: 0;
    }

    .howto li {
        width: 100%;
        float: none;
        border-top: 1px solid #f0f0f0;
        margin-bottom: 32px;
    }

    .howto li:first-child{
        border-top: 0;
    }

    .howto .icon-wrapper{
        margin-top: 32px;
    }

    footer .columns{
        width: 100%!important;
        clear: both;
        float: none;
        margin-left: 0;
    }

    footer .menu-wrapper{
        text-align: left;
        float: none;
        padding-left: 0;
    }

    footer [data-type="menu"][data-level="0"] li{
        display: block;
        padding-bottom: 12px;
    }

    footer [data-type="menu"][data-level="1"]{
        width: auto;
        padding-left: 16px;
    }

    footer [data-type="test"]{
        margin-top: 8px;
    }


    .headlinenews-list li .six.columns{
        width: 100%;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .headlinenews-list li .six.columns.first{
        border-right: 0;
        padding-top: 0;
        border-bottom: 1px dashed rgba(255,255,255, 0.5)
    }

    [data-type="results"] .six.columns{
        width: 100%;
        float: none;
    }
}

 @media (max-width: 650px){
     body > header{
         height: 67px;
     }

     body > header .whatsapp{
         top: 4px;
     }

     body.shop.list > main [data-type="filters"]{
         top: 67px;
     }

     header [data-type="mobile-icon"]{
         margin-top: -16px;
     }

     body.special-document > main {
         top: 35px;
     }

     body > header figure{
         width: 180px;
     }

     header [data-type="mobile-menu"] nav{
         top: 97px;
     }

     header [data-type="mobile-menu"]{

     }

     .howto li.three.columns {
         width: 50%;
         margin-bottom: 32px;
     }

     body.reserved article.row > .container{
         width: 100%;
     }

     body.reserved main > article .container{
         flex-wrap: wrap;
     }

     .user-avatar label{
         text-align: center;
     }

     body.reserved main .leftbar {
         flex: 0 0 100%;
         float: none;
         padding-left: 5%;
         padding-right: 5%;
         border-right: 0;
         border-bottom: 1px dashed #d0d0d0;
         padding-bottom: 32px;
         margin-bottom: 32px;
         margin-left: 0;
         position: relative;
         min-height: 32px;
     }

     main nav[role="navigation"]{
         display: flex;
         flex-wrap: wrap;
     }

     main nav[role="navigation"] > a{
         width: auto;
         display: inline-block;
     }

     body.reserved main .data-block {
         /*width: 100%!important;*/
         flex: 0 0 100%;
         float: none;
         padding-left: 5%;
         padding-right: 5%;
         margin-left: 0!important;
         left: 0;
     }

 }

@media (max-width: 550px){

    #hubspot-messages-iframe-container{
        max-width: 100vw;
        max-height: 100vh;
    }

    body.account-activation [data-type="result"],
    body.check-email-reset [data-type="result"]{
        float: none;
        max-width: 100%;
        width: 100%;
        left: 0;
        padding-left: 10%;
        padding-right: 10%;
        background-position: 10% 32px;
        background-color: rgba(255, 255, 255, 0.9);
    }

    body.contatti.specialistica > main > article:first-child,
    body.contatti > main > article:first-child{
        padding-top: 0;
        background: none;
    }

    body.article main .row.content:first-child{
        padding-top: 0;
    }

    body.contatti article .container.centered{
        width: 100%;
        padding-left: 32px;
        padding-right: 32px;
        max-width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    body.contatti.success .container.centered{
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    body.contatti.specialistica .bg-mobile,
    body.contatti .bg-mobile{
        display: block;
    }

    body > header figure{
        /*margin-left: 0;*/
    }

    nav [data-type="mobile-icon"]{

        line-height: 40px;
        margin-top: -16px;
        margin-right: 0;
    }

    header [data-type="mobile-menu"]{
        top: 67px;
    }

    .row.call2action{
        background-position: 70% 20%;
    }

    .hp [data-type="switch-block"]{
        min-width: 90%;
        width: 100%;
        max-width: 480px;
    }

    .test [data-type="test-block"]{
        min-width: 90%;
        width: 90%;
        max-width: 480px;
        margin-top: -4px;
    }


    .test.login [data-type="test-block"] {
        min-width: 90%;
        width: 100%;
        max-width: 480px;
        margin-top: 46px;
        padding: 0;
    }

    .no-yet-registered, .already-registered{
        white-space: nowrap;
    }

    body.login > main{
        padding-bottom: 64px!important;
    }

    body.login > main > article.cover{
        border-bottom: 0;
    }

    [data-type="gruppi_alimentari"] .evidence,
    [data-type="test-block"] h3{
        white-space: normal;
    }

    .howto li.three.columns{
        width: 100%;
        margin-bottom: 0;
    }

    .howto li.three.columns:first-child{
        margin-top: 0;
        margin-bottom: 0;
    }

    .call2action .row.actions > li{
        width: 100%;
    }

    .healty .container, .how-works .container{
        padding: 0 20px
    }

    .healty .button.button-primary{
        display: block;
        width: 180px;
        margin: 16px auto 16px auto;
    }

    .row.cover .subscribe-block .four.columns,
    .row.content .subscribe-block .four.columns,
    .row.cover .subscribe-block .columns,
    .row.content .subscribe-block .columns{
        display: block;
        width: 100%;
        margin: 0;
        border: 0;
        padding-top: 0;
    }

}

 @media (min-width: 400px){

     .container {
         width: 90%;
         padding: 0;
     }

     footer .container{
         width: 80%;
     }

     #hubspot-messages-iframe-container{
         max-width: 100vw;
         max-height: 100vh;
     }


 }

 @media (max-width: 400px){
     main nav[role="navigation"]{
         display: block;
         flex-wrap: wrap;
     }

     main nav[role="navigation"] > a{
         width: 100%;
         display: inline-block;
         flex: none;
     }

     body.reserved .data-block .six.columns,
     body.reserved .data-block .tree.columns,
     body.reserved .data-block .nine.columns{
         width: 100%;
     }


     body.reserved .data-block .columns:first-child{
         padding-right: 0;
     }

     body.reserved .data-block{
         /*border-top: 1px solid #f0f0f0;*/
         padding-top: 32px;
     }

     .data-block h2,
     .data-block h3,
     .test-chooser > label:only-child{
         text-align: center;
         margin-left: 0;
     }

     .data-block h3{
         margin-bottom: 16px;
     }

     .g-recaptcha > div {
         /* width: 240px!important; */
         /* margin-left: -54px; */
         /*transform: translate(-50%, 0);
         margin-left: 50%;*/
     }

     input[type=submit].button-primary,
     .button,
     .button.button-primary{
         white-space: normal;
         height: auto;
         font-size: 1.4rem;
         /*line-height: 1;
         padding: 1em;*/
     }
 }

@media (max-width: 480px) {
    .row.newsletter > .container{
        width: 100%;
    }

    body > header .container {
        padding: 0;
    }

    [data-type="switch-block"],
    [role="start-form"] {
        width: 100% !important;
        min-width: 100% !important;

    }

    .articles header .container {
        padding: 0 20px;
        width: 98%;
    }

    header [data-type="mobile-menu"]{
        bottom: 0;
    }

    [data-type="switch-block"] h3,
    [data-type="switch-block"] h4,
    [role="start-form"] h3,
    [role="start-form"] h4 {
        white-space: normal;
    }

    .hp [data-type="switch-block"] a {
        display: block;
        width: 100%;
    }

    .switch-btns a:first-child::after {
        display: none !important;
    }

    body.account-activation [data-type="result"],
    body.check-email-reset [data-type="result"] {
        float: none;
        margin-top: 0;
        padding-left: 5%;
        padding-right: 5%;
        background-position: 7% 32px;
    }

    body > header figure {
        margin-left: 0;
    }

    body > header nav.right{
        margin-left: 0;
        margin-right: 0;
        /*right: 5%;*/
        right: 16px;
        left: auto;
    }

    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"], input[type="url"], select, textarea{
        font-size: 1.2rem;
    }

    .reserved .button,
    .reserved .button.button-primary{
        line-height: 1;
        padding: 1em;
    }

    .section-wrapper{
        box-sizing: border-box;
        width: 100%;
        padding-right: 16px;
    }

    .delete-row-block h3{
        margin-bottom: 32px;
    }

    [data-type="gruppi_alimentari"].active .split-button {
        width: 100%;
        display: block;
        min-width: 80%;
    }

    .split-button .label{
        width: calc(80% - 34px);
        text-align: left;
        padding-left: 8px;
    }

    beeathy-test input.number{
        width: inherit;
        display: inherit;
        padding-left: 12px;
    }

    body.contatti.specialistica > main > article:first-child,
    body.contatti > main > article:first-child{
        padding-bottom: 0;
        /*padding-top: 0;*/
    }

    body.contatti > main > article:first-child{
        position: relative;
        float: none;
        padding-bottom: 0;
    }


    body.contatti.success .container.centered{
        position: relative;
        max-width: 100%;
        min-height: auto;
        top: auto;
        bottom: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    nav [data-type="mobile-icon"]{
        margin-right: -20px;
    }

    footer .container{
        padding-left: 58px;
    }

    footer .socials{
        position: relative;
        margin-left: 28px;
    }

    .mbr-table .six.columns{
        width: 100%;
        float: none;
    }

    beeathy-intro [ref="wrapper"] .container .content{
        /*font-size: 12px;*/
        line-height: normal;
        padding-left: 8px;
        padding-right: 8px;
    }
}

 @media (max-width: 400px) {
     body > header .container {
         padding: 0 12px;
     }

     body > header .whatsapp {
         right: 20px;
     }

     nav [data-type="mobile-icon"] {
         margin-right: -2px;
     }

     .filter-preview{
         padding-left: 0;
     }

     .filter-preview .gender-icon {
         margin-left: 0;
     }

     label.orderby-price{
         margin-left: 0;
     }
     .filter-preview .setting-overlay-toggler{
         margin-right: 0;
     }
 }

