body > main{
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 0;
    margin-top: 0;
    top: 67px;
}

body > main > article.cover{
    background: #fff url('../../images/beeathy/contatti-specialistica.jpg') 50% 50% no-repeat;
    background-size: cover;
    min-height: calc(100vh - 67px);
    padding-bottom: 67px;
}

.hp.test .bg-mobile{
    background: #fff url(../../images/beeathy/contatti-specialistica.jpg) 50% 50% no-repeat;
    background-size: cover;
    display: none;
}

.hp.test .bg-mobile h3{
    text-align: center;
    color: #1A3046;
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 4rem;
    padding-top: 48px;
    display: block;
    text-shadow: 0 1px 2px rgba(255,255,255,0.8)!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.test > main > article.cover > section{
    display: flex;
    min-height: calc(100vh - 67px);
    height: 100%;
    padding-bottom: 64px;
    width: 100%;
    max-width: 1200px;
    justify-content: right;
    justify-content: center;
    align-items: center;
}
/*
body > main > article.cover .wrapper {
    display: block;
    vertical-align: middle;
}*/

.cell {
    /*display: table-cell;*/
    vertical-align: middle;
    margin-left: 0;
}

[data-type="test-block"],
[role="start-form"]{
    position: relative;
    width: 480px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 380px;
    margin: 46px auto 0 auto;
    padding-top: 56px;
    z-index: 1;
}

[data-type="test-block"]{
    height: auto;
    min-height: 280px;
}

[data-type="test-block"] p {
    margin-bottom: 12px;
}

[data-type="test-block"]::before,
[role="start-form"]::before{
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    margin-top: -56px;
    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%);
    background: #fff url("../../images/beeathy/writing.svg") 50% 50% no-repeat;
    -webkit-background-size: 80px;
    background-size: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    border: 6px solid #fff;
}

[data-type="test-block"] .switch-btns{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
}

[data-type="test-block"] .switch-btns a{
    width: 50%;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    border: 0;
}

[data-type="test-block"] .switch-btns a:first-child{
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    background-color: #0253bf;
    border: 0;
}

[data-type="test-block"] .switch-btns a:first-child:hover{
    background-color: #013377;
}


[data-type="test-block"] .switch-btns a:first-child::after {
    content: "\f123";
    position: absolute;
    width: 64px;
    height: 64px;
    color: #222;
    left: 50%;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    font-size: 57px;
    font-family: Beeathy-com;
    font-weight: 100;
    -webkit-transform: translate(-50%, -15px);
    -moz-transform: translate(-50%, -15px);
    -ms-transform: translate(-50%, -15px);
    -o-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    background-color: #fff;
    border: 2px solid #fff;
    line-height: 69px;
    padding-left: 1px;
    z-index: 2;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border-left-color: #0253bf;
    border-right-color: #32bb77;
    pointer-events: none;
}

body.hp .as.cell{
    padding-bottom: 0;
    padding-top: 12px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    /*text-align: center;*/
}

[role="start-form" ] form {
    position: relative;
    display: block;
    margin-bottom: 0;
}

[data-type="test-block"] h3,
[data-type="test-block"] h4,
[role="start-form" ] h3,
[role="start-form" ] h4{
    white-space: nowrap;
    text-align: center;
}

[data-type="test-block"] h3,
[role="start-form" ] h3{
    font-weight: 600;
    font-size: 2.2rem;
    margin-bottom: 0;
}

[data-type="test-block"] h4,
[role="start-form"] h4{
    color: #5fbb5f;
    font-size: 1.6rem;
}

.already-registered{
    margin-top: 0;
    text-align: center;
}

.already-registered p {
    color: #999;
}

.healty,
.how-works {
    text-align: center;
    padding: 32px;
}

.healty h3,
.how-works h3{
    font-weight: 600;
}

.howto{
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Lora', serif;
    font-weight: 300;
    color: #999;
    line-height: normal;
    margin-top: 32px;
}

.how-works h4{
    font-weight: 600;
    font-size: 2rem;
    color: #3b7;
    min-height: 2em;
    margin-bottom: 0;

}

.materie-prime h3,
.how-works h3{
    margin-bottom: 0;
}

.materie-prime h3.cursive,
.how-works h3.cursive{
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 4rem;
    margin-top: 0;
    color: #9E9E9E;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img.icon{
    height: 120px;
    margin-bottom: 36px;
}

.healty{
    color: #172734;
    background: #fff url('../../images/beeathy/bg3.jpg') 100% 35% no-repeat;
    background-size: 100%;
}
.healty h4{
    font-family: 'Learning Curve', cursive;
    text-transform: lowercase;
    font-size: 5rem;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.healty .howto{
    margin-top: 64px;
    width: 60%;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.healty .howto h5{
    color: #172734;
    font-size: 2rem;
    font-family: 'Learning Curve', cursive;
    text-transform: lowercase;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.healty img.icon{
    height: 60px;
    margin-bottom: 8px;
}

.healty svg{
    height: 60px;
    fill: #172734;
    display: inline-block;
    width: 60px;
    margin-bottom: 12px;
}

.as.slogan h3{
    color: #fff;
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 4rem;
    padding-top: 32px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.test > footer {
    margin-top: 67px;
}

.scroll-downs{
    display: none!important;
}

.icon-wrapper{
    width: 180px;
    height: 180px;
    position: relative;
    margin: 0 auto 16px auto;
}

.icon-wrapper::before{
    content: '';
    width: 194px;
    height: 194px;
    border: 1px solid #f0f0f0;
    position: absolute;
    -webkit-border-radius: 20em;
    -moz-border-radius: 20em;
    border-radius: 20em;
    -webkit-transform: translate(-50%, -7px);
    -moz-transform: translate(-50%, -7px);
    -ms-transform: translate(-50%, -7px);
    -o-transform: translate(-50%, -7px);
    transform: translate(-50%, -7px);
}

.icon-wrapper .icon{
    width: 100%;
    border: 20em;
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    -webkit-border-radius: 20em;
    -moz-border-radius: 20em;
    border-radius: 20em;
}

.row.materieprime {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 64px;
    padding-bottom: 64px;
}

.materie-prime {
    border-radius: 10px;
    width: 44%;
    padding: 32px;
}

.howto{
    margin-bottom: 64px;
}

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

.howto p{
    max-width: 60%;
    margin: 0 auto;
}

.row.diete{
    padding-top: 32px;
    padding-bottom: 32px;
}

.row.diete h3{
    text-align: center;
    position: relative;
    margin-bottom: 0;

}

.row.diete h3.cursive{
    font-family: 'Learning Curve', cursive;
    line-height: 1em;
    font-size: 4rem;
    margin-top: 0;
    color: #9E9E9E;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.row.diete h4{
    font-weight: 600;
    font-size: 2rem;
    color: #3b7;
    min-height: 2em;
    margin-bottom: 0;
    text-align: center;
}

.row.diete p{
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
}

.row.diete ul{
    text-align: center;
}

.row.diete li{
    float: none;
    width: 33%;
    display: inline-table;
    margin: 0;
    margin-bottom: 32px;
}

.diete .icon-wrapper{
    width: 120px;
    height: 120px;
}

.diete .icon-wrapper::before{
    width: 124px;
    height: 124px;
    -webkit-transform: translate(-50%, -2px);
    -moz-transform: translate(-50%, -2px);
    -ms-transform: translate(-50%, -2px);
    -o-transform: translate(-50%, -2px);
    transform: translate(-50%, -2px);
}

select{
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 22px;
}

select::-ms-expand {
    display: none;
}

.select-arrow{
    position: absolute;
    height: 36px;
    line-height: 42px;
    pointer-events: none;
    right: auto;
    left: auto;
}
