/* CSS INLINE */
.blockElement {
    display: block !important;
}
.hideElement {
    display: none;
}
.lowOpacity {
    opacity: 0.2;
}
.highOpacity {
    opacity: 1;
}
.overflowHidden {
    overflow-y: hidden;
}
.overflowAuto {
    overflow-y: auto;
}
.negativeIndex {
    z-index: -1;
}
.nullIndex {
    z-index: 0;
}
.positiveIndex {
    z-index: 1;
}
body{
    margin: 0;
}
/* TOP BAR */
.topBarMain {
    background: #003883;
}
.innerTopBarMain,
.socialTopBar {
    display: flex;
}
.innerTopBarMain {
    margin: auto;
    justify-content: space-between;
    align-items: center;
}
.colTopBarMain {
    display: flex;
    align-items: center;
}
a.textTopbar, .languagesTopBar a {
    color:white;
    text-decoration: none;
}
a.textTopbar, .languagesTopBar a.active {
    font-weight: bold;
}
a.textTopbar, .languagesTopBar {
    color: white;
    font-family: 'news-gothic-std', sans-serif;
    margin: 0;
}
a.linkSocial{
    line-height: 0;
}
img.iconSocial{
    width: auto;
}
/* NAVIGATION */
.containerNavGenoma {
    background-color: white;
    box-shadow: -10px 10px 10px #0000000A;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    position: relative;
    z-index: 2;
}
.containerNavGenoma.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    transition: all 0.4s ease-in-out;   
    -webkit-transition: all 0.4s ease-in-out;
}
.containerNavGenoma, nav.navbarGenoma,
.leftSideNav,
.rightSideNav {
    display: flex;
    align-items: center;
}
nav.navbarGenoma{
    flex: 1;
}
button.btnMenu,
button.btnMenu:hover,
button.btnMenu:focus,
button.btnSearch,
button.btnSearch:hover,
button.btnSearch:focus,
button.btnCloseMenu {
    background-color: transparent;
    border: none;
}
button.btnMenu,
button.btnSearch,
button.btnCloseMenu {
    cursor: pointer;
    padding: 0;
}
button.btnSearch {
    position: relative;
    background-image: url(/media/lente-ingradimento-2.svg);
}
button.btnSearch::before{
    position: absolute;
    content: '';
    background-color: #003883;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0s linear 0.5s;
}
img.logoEurofinsNav {
    height: auto;
}
img.menuIcon {
    width: 100%;
    height: 100%;
}
img.menuIcon,
button.btnSearch,
button.btnCloseMenu {
    filter: brightness(0) saturate(100%) invert(15%) sepia(32%) saturate(6238%) hue-rotate(205deg) brightness(92%) contrast(103%);
}
ul.navbarListGenoma {
    margin: 0;
    padding: 0;
}
ul.navbarListGenoma:not(.show) {
    display: none;
}
li.navItemgenoma {
    list-style: none;
    position: relative;
}
.submenuBlock{
    top: 0;
    display: none;
    cursor: pointer;
    position: absolute;
    background-color: transparent;
}
ul.navSublistGenoma {
    padding-left: 0;
    cursor: default;
    list-style: none;
    background-color: white;
    box-shadow: 10px 10px 20px 0px #0000000A;
}
li.navSubitemGenoma:not(:last-child) {
    border-bottom: 1px solid #F0F0F0;
}
a.navLinkGenoma,
.searchContainer input#query, a.navSubLinkGenoma {
    font-family: 'news-gothic-std', sans-serif;
}
a.navLinkGenoma, a.navSubLinkGenoma {
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
a.navLinkGenoma,
.searchContainer input#query,
.searchContainer input#query::placeholder {
    color: #003883;
}
li.navSubitemGenoma:hover{
    background-color: #8291C7;
}
li.navSubitemGenoma:hover a, li.navSubitemGenoma a:hover{
    color: white;
}
a.navSubLinkGenoma{
    color: #8291C7;
}
button.btnSearch,
button.btnCloseMenu {
    background-size: contain;
    background-repeat: no-repeat;
}
button.btnSearch.active,
button.btnCloseMenu {
    background-image: url(/media/close-icon.png?format=webp);
}
button.btnSearch.active::before {
    opacity: 0;
}
.searchContainer {
    width: 0;
    overflow: hidden;
}
.searchContainer input#query {
    border: 1px solid #003883;
}
.searchContainer button[type="submit"] {
    display: none;
}
span.material-symbols-outlined {
    font-variation-settings: 'FILL' 1;
}
/* MENU OFF-CANVAS */
.menuOffCanvas {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4;
    background-color: white;
    transition: 0.8s ease;
    height: 100%;
}
.innerMenu{
    overflow: auto;
}
.innerMenu::-webkit-scrollbar {
    width: 7px; 
    -webkit-appearance: none;
}
.innerMenu::-webkit-scrollbar-track {
    background: #fff; 
}
.innerMenu::-webkit-scrollbar-thumb {
    background-color: #003883;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
    border-radius: 10px; 
}
.overlay.show {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0000008f;
    z-index: 3;
}
.logoClose {
    position: fixed;
    z-index: 1;
    background: #f0f0f0;
    width: 100%;
}
.logoClose, button.itemMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logoClose img {
    width: 100%;
}
.contTextItemMenu:first-child a{
    display: flex;
    align-items: center;
}
span.material-symbols-outlined.iconaLogin {
    color: #003883;
}
button.itemMenu {
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
}
button.itemMenu,.contTextItemMenu:first-child, .contTextItemMenu:nth-child(n+7):nth-child(-n+16), button.itemMenu:nth-of-type(n+3), .socialOffCanvas {
    position: relative;
}
button.itemMenu:nth-of-type(n+2)::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #F0F0F0;
}
button.itemMenu:first-of-type, button.itemMenu:nth-of-type(2), button.itemMenu:nth-of-type(3) {
    background: #fff;
}
.contTextItemMenu, .innerlistMenu, .socialOffCanvas {
    background: #f0f0f0;
}
button.itemMenu::after {
    content: "\e145";
    font-weight: 400;
    font-family: 'Material Symbols Outlined';
    color: #003883;
}
button.itemMenu.active::after {
    content: "\e15b";
}
button.itemMenu > p, .iconText > p, p.textItemMenu {
    font-family: 'news-gothic-std', sans-serif;
    color: #003883;
    font-weight: 900;
}
p.textItemMenu, .iconText > p, .innerlistMenu > p{
    margin: 0;
}
.listMenu {
    display: none;
}
.innerlistMenuIcon, .innerlistMenu {
    display: flex;
}
.innerlistMenuIcon {
    flex-direction: row;
    justify-content: space-between;
}
.iconText {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.innerlistMenuIcon a, .innerlistMenu > p a {
    text-decoration: none;
}
.innerlistMenu > p a, .innerlistMenu > p a:hover, .innerlistMenu > p a:focus, .innerlistMenu > p a:active{
    color: #8291C7;
}
.borderIcon {
    border: 1px solid #8291C7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.borderIcon img {
    object-fit: contain;
}
.contTextItemMenu:first-child::before, .contTextItemMenu:nth-child(n+7):nth-child(-n+16)::before, .socialOffCanvas::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background: #FFF;
}
.innerlistMenu {
    flex-direction: column;
}
.innerlistMenu > p{
    font-family: 'news-gothic-std', sans-serif;
    color: #8291C7;
    font-weight: 900; 
    cursor: pointer;
}
.contTextItemMenu a {
    text-decoration: none;
    cursor: pointer;
}
.socialOffCanvas {
    display: flex;
}
.socialOffCanvas img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(77%) saturate(2675%) hue-rotate(205deg) brightness(91%) contrast(103%);
    height: 100%;
    width: auto;
    cursor: pointer;
}
/* FORM */
.assistenzaGenoma input:-webkit-autofill, .assistenzaGenoma input:-webkit-autofill:hover, .assistenzaGenoma input:-webkit-autofill:focus, .assistenzaGenoma input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
    transition: background-color 5000s ease-in-out 0s;
}
.searchContainer input:-webkit-autofill, .searchContainer input:-webkit-autofill:hover, .searchContainer input:-webkit-autofill:focus, .searchContainer input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #003883;
    transition: background-color 5000s ease-in-out 0s;
}
.gridSubFooter {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}
@media (max-width:550px){
     /* TOP BAR */
     .innerTopBarMain {
        max-width: 80vw;
        height: 45px;
    }
    a.textTopbar, .languagesTopBar {
        font-size: 3vw;
    }
    .languagesTopBar {
        margin-right: 8vw;
    }
    .socialTopBar {
        grid-gap: 3vw;
    }
    img.iconSocial {
        height: 4vw;
    }
    /* NAVIGATION */
    .containerNavGenoma{
        height: 20vw;
        padding: 0 10vw;
    }
    nav.navbarGenoma{
        justify-content: space-between;
    }
    .leftSideNav{
        grid-gap: 5vw;
    }
    button.btnMenu, button.btnSearch, button.btnCloseMenu{
        width:5vw;
        height:5vw;
    }
    a.linkHome.show{
        transition: width 0s linear 0.5s;
    }
    a.linkHome:not(.show){
        width: 0;
        overflow: hidden;
    }
    a.linkHome.show, img.logoEurofinsNav {
        width: 32vw;
    }
    button.btnSearch{
        margin: 0 5vw;
    }
    button.btnSearch::before{
        height: 9vw;
        left: -5vw;
    }
    .searchContainer {
        transition: 0.5s ease;
    }
    .searchContainer.show {
        width: calc(43vw + 2px);
    }
    .searchContainer input#query {
        width: 37vw;
        height: 9vw;
        padding: 0 3vw;
        font-size: 3.4vw;
    }
    /* MENU OFF-CANVAS */
    .logoClose {
        max-width: calc(100vw - 20vw);
        padding: 0 10vw;
        height: 30vw;
    }
    .logoClose img {
        max-width: 45vw;
    }
    button.btnCloseMenu{
        width: 5vw;
        height: 5vw;
    }
    .innerMenu {
        margin-top: 30vw;
        max-height: calc(100% - 30vw);
    }
    button.itemMenu, .contTextItemMenu, .socialOffCanvas {
        padding: 5vw 8vw;
    }
    button.itemMenu::after {
        font-size: 5.5vw;
    }
    p.textItemMenu {
        font-size: 4.3vw;
    }
    .contTextItemMenu:first-child a, .innerlistMenu {
        grid-gap: 2.5vw;
    }
    .innerlistMenuIcon {
        padding: 2vw 11vw 5vw 8vw;
        flex-wrap: wrap;
        row-gap: 6vw;
        column-gap: 10vw;
    }
    .borderIcon {
        width: 13vw;
        height: 13vw;
    }
    .borderIcon img {
        width: 6vw;
        height: 6vw;
    }
    .innerlistMenuIcon > a {
        flex: 0 1 calc((100% - 10vw) / 2);
    }
    .innerlistMenu {
        padding: 2vw 10vw 5vw;
    }
    .iconText > p, .innerlistMenu > p {
        font-size: 3.6vw;
    }
    .socialOffCanvas {
        grid-gap: 4vw;
    }
    .socialOffCanvas img {
        max-height: 4.5vw;
    }
}
@media (min-width:551px) and (max-width:766.9px){
    /* TOP BAR */
    .innerTopBarMain {
        max-width: 84vw;
        height: 45px;
    }
    a.textTopbar, .languagesTopBar {
        font-size: 2.5vw;
    }
    .languagesTopBar {
        margin-right: 6vw;
    }
    .socialTopBar {
        grid-gap: 2.5vw;
    }
    img.iconSocial{
        height: 3vw;
    }
    /* NAVIGATION */
    .containerNavGenoma{
        height: 15vw;
        padding: 0 8vw;
    }
    nav.navbarGenoma{
        justify-content: space-between;
    }
    .leftSideNav{
        grid-gap: 4.5vw;
    }
    button.btnMenu, button.btnSearch{
        width: 5vw;
        height: 5vw;
    }
    a.linkHome.show{
        transition: width 0s linear 0.5s;
    }
    a.linkHome:not(.show){
        width: 0;
        overflow: hidden;
    }
    a.linkHome.show, img.logoEurofinsNav {
        width: 30vw;
    }
    button.btnSearch{
        margin: 0 4.5vw;
    }
    button.btnSearch::before{
        height: 8vw;
        left: -4.5vw;
    }
    .searchContainer {
        transition: 0.5s ease;
    }
    .searchContainer.show {
        width: calc(47vw + 2px);
    }
    .searchContainer input#query {
        width: 40vw;
        height: 8vw;
        padding: 0 3vw;
        font-size: 2.3vw;
    }
    /* MENU OFF-CANVAS */
    .logoClose {
        max-width: calc(100vw - 16vw);
        padding: 0 8vw;
        height: 25vw;
    }
    .logoClose img {
        max-width: 40vw;
    }
    button.btnCloseMenu{
        width: 4vw;
        height: 4vw;
    }
    .innerMenu {
        margin-top: 25vw;
        max-height: calc(100% - 25vw);
    }
    button.itemMenu, .contTextItemMenu, .socialOffCanvas {
        padding: 4vw 8vw;
    }
    button.itemMenu::after {
        font-size: 4vw;
    }
    p.textItemMenu {
        font-size: 3.3vw;
    }
    .contTextItemMenu:first-child a, .innerlistMenu {
        grid-gap: 2vw;
    }
    .innerlistMenuIcon {
        padding: 2vw 11vw 4vw 8vw;
    }
    .borderIcon {
        width: 11vw;
        height: 11vw;
    }
    .borderIcon img {
        width: 5vw;
        height: 5vw;
    }
    .innerlistMenu {
        padding: 2vw 8vw 4vw;
    }
    .iconText > p, .innerlistMenu > p {
        font-size: 2.6vw;
    }
    .socialOffCanvas {
        grid-gap: 3vw;
    }
    .socialOffCanvas img {
        max-height: 3vw;
    }
}
@media (max-width:766.9px){
    ul.navbarListGenoma{
       display: none;
    }
    /* MENU OFF-CANVAS */
    .menuOffCanvas{
        width: 100vw;
        max-height: 100%;
    }
    .menuOffCanvas:not(.show){
        left: -100vw;
    }
    .iconText {
        grid-gap: 1.5vw;
    }
}
@media (min-width:767px){
    ul.navbarListGenoma.show {
        display: flex;
        align-items: center;
    }
}
@media (min-width:767px) and (max-width:899.9px){
    /* TOP BAR */
    .innerTopBarMain {
        max-width: 84vw;
        height: 45px;
    }
    .languagesTopBar {
        margin-right: 5vw;
    }
    a.textTopbar, .languagesTopBar{
        font-size: 1.6vw;
    }
    .socialTopBar {
        grid-gap: 1.5vw;
    }
    img.iconSocial{
        height: 2.2vw;
    }
    /* NAVIGATION */
    .containerNavGenoma{
        height: 12vw;
        padding: 0 8vw;
    }
    nav.navbarGenoma{
        justify-content: space-between;
    }
    .leftSideNav{
        grid-gap: 3vw;
    }
    button.btnMenu, button.btnSearch{
        width:3.5vw;
        height:3.5vw;
    }
    img.logoEurofinsNav {
        width: 22vw;
    }
    ul.navbarListGenoma{
        grid-gap: 4vw;
        margin-right: 4vw;
    }
    .submenuBlock{
        left: -1.5vw;
    }
    ul.navSublistGenoma{
        width: 20vw;
        margin-top: 4vw;
    }
    li.navSubitemGenoma {
        padding: 1.2vw 1.5vw;
    }
    a.navLinkGenoma, .searchContainer input#query, a.navSubLinkGenoma{
        font-size: 1.8vw;
    }
    button.btnSearch{
        margin: 0 3vw;
    }
    button.btnSearch::before{
        height: 5vw;
        left: -3vw;
    }
    .searchContainer {
        transition: 0.5s ease;
    }
    .searchContainer.show {
        width: calc(32vw + 2px);
    }
    .searchContainer input#query {
        width: 28vw;
        height: 5vw;
        padding: 0 2vw;
    }
    /* MENU OFF-CANVAS */
    .menuOffCanvas{
        width: 70vw;
    }
    .menuOffCanvas:not(.show){
        left: -70vw;
    }
    .logoClose {
        max-width: calc(70vw - 10vw);
        padding: 0 5vw;
        height: 15vw;
    }
    .logoClose img {
        max-width: 22vw;
    }
    button.btnCloseMenu{
        width: 3vw;
        height: 3vw;
    }
    .innerMenu {
        margin-top: 15vw;
        height: calc(100% - 15vw);
    }
    button.itemMenu, .contTextItemMenu, .socialOffCanvas {
        padding: 3vw 5vw;
    }
    button.itemMenu::after {
        font-size: 2.8vw;
    }
    p.textItemMenu {
        font-size: 2.34vw;
    }
    .contTextItemMenu:first-child a, .innerlistMenu {
        grid-gap: 1.5vw;
    }
    .innerlistMenuIcon {
        padding: 0.5vw 8vw 3vw 5vw;
    }
    .borderIcon {
        width: 8.5vw;
        height: 8.5vw;
    }
    .borderIcon img {
        width: 4vw;
        height: 4vw;
    }
    .innerlistMenu {
        padding: 0.5vw 5vw 3vw;
    }
    .iconText > p, .innerlistMenu > p {
        font-size: 1.89vw;
    }
    .socialOffCanvas {
        grid-gap: 2.5vw;
    }
    .socialOffCanvas img {
        max-height: 2.5vw;
    }
}
@media (min-width:767px) and (max-width:1099.9px){
    .iconText {
        grid-gap: 1vw;
    }
}
@media (min-width:900px) {
    /* MENU OFF-CANVAS */
    .logoClose {
        padding: 0 3vw;
    }
}
@media (min-width:900px) and (max-width:1099.9px){
    /* TOP BAR */
    .innerTopBarMain {
        max-width: 86vw;
        height: 45px;
    }
    a.textTopbar, .languagesTopBar{
        font-size: 1.23vw;
    }
    .languagesTopBar {
        margin-right: 4vw;
    }
    .socialTopBar {
        grid-gap: 1.5vw;
    }
    img.iconSocial {
        height: 1.7vw;
    }
    /* NAVIGATION */
    .containerNavGenoma{
        height: 10vw;
        padding: 0 7vw;
    }
    nav.navbarGenoma{
        justify-content: space-between;
    }
    .leftSideNav{
        grid-gap: 3vw;
    }
    button.btnMenu, button.btnSearch{
        width: 2.5vw;
        height: 2.5vw;
    }
    img.logoEurofinsNav {
        width: 17vw;
    }
    ul.navbarListGenoma{
        grid-gap: 5vw;
        margin-right: 4vw;
    }
    .submenuBlock{
        left: -1.5vw;
    }
    ul.navSublistGenoma{
        width: 18vw;
        margin-top: 3.5vw;
    }
    li.navSubitemGenoma {
        padding: 1vw 1.5vw;
    }
    a.navLinkGenoma, .searchContainer input#query, a.navSubLinkGenoma{
        font-size: 1.61vw;
    }
    button.btnSearch{
        margin: 0 3vw;
    }
    button.btnSearch::before{
        height: 4vw;
        left: -3vw;
    }
    .searchContainer {
        transition: 0.5s ease;
    }
    .searchContainer.show {
        width: calc(32vw + 2px);
    }
    .searchContainer input#query {
        width: 28vw;
        height: 4vw;
        padding: 0 2vw;
    }
    /* MENU OFF-CANVAS */
    .menuOffCanvas {
        width: 60vw;
    }
    .menuOffCanvas:not(.show){
        left: -60vw;
    }
    .logoClose {
        max-width: calc(60vw - 6vw);
        height: 15vw;
    }
    .logoClose img {
        max-width: 22vw;
    }
    button.btnCloseMenu{
        height: 2.5vw;
        width: 2.5vw;
    }
    .innerMenu {
        margin-top: 15vw;
        height: calc(100% - 15vw);
    }
    button.itemMenu::after {
        font-size: 2.4vw;
    }
    .borderIcon {
        width: 6.5vw;
        height: 6.5vw;
    }
    .borderIcon img {
        width: 3.3vw;
        height: 3.3vw;
    }
    p.textItemMenu {
        font-size: 2vw;
    }
    .iconText > p, .innerlistMenu > p {
        font-size: 1.61vw;
    }
}
@media (min-width:900px) and (max-width:1400px){
    button.itemMenu, .contTextItemMenu, .socialOffCanvas {
        padding: 2vw 3vw;
    }
    .contTextItemMenu:first-child a, .innerlistMenu {
        grid-gap: 1vw;
    }
    .innerlistMenuIcon {
        padding: 0.5vw 5vw 2vw 3vw;
    }
    .innerlistMenu {
        padding: 0.5vw 3vw 2vw;
    }
    .socialOffCanvas {
        grid-gap: 1.5vw;
    }
    .socialOffCanvas img {
        max-height: 1.8vw;
    }
}
@media (min-width: 1100px) {
    ul.navbarListGenoma{
        margin-right: 4vw;
    }
    /* MENU OFF-CANVAS */
    .iconText {
        grid-gap: 1vw;
    }
}
@media (min-width: 1100px) and (max-width: 1400px){
    /* TOP BAR */
    .innerTopBarMain {
        max-width: 80vw;
        height: 45px;
    }
    a.textTopbar, .languagesTopBar {
        font-size: 1vw;
    }
    .languagesTopBar {
        margin-right: 3vw;
    }
    .socialTopBar {
        grid-gap: 1vw;
    }
    img.iconSocial {
        height: 1.4vw;
    }
    /* NAVIGATION */
    .containerNavGenoma{
        height: 8vw;
        padding: 0 10vw;
    }
    nav.navbarGenoma{
        justify-content: space-between;
    }
    .leftSideNav{
        grid-gap: 2.5vw;
    }
    button.btnMenu, button.btnSearch{
        width: 2.2vw;
        height: 2.2vw;
    }
    img.logoEurofinsNav {
        width: 15vw;
    }
    ul.navbarListGenoma{
        grid-gap: 4vw;
    }
    .submenuBlock{
        left: -1vw;
    }
    ul.navSublistGenoma{
        width: 15vw;
        margin-top: 2.5vw;
    }
    li.navSubitemGenoma {
        padding: 0.8vw 1vw;
    }
    a.navLinkGenoma, .searchContainer input#query, a.navSubLinkGenoma{
        font-size: 1.32vw;
    }
    button.btnSearch{
        margin: 0 2.5vw;
    }
    button.btnSearch::before{
        height: 4vw;
        left: -2.5vw;
    }
    .searchContainer {
        transition: 0.5s ease;
    }
    .searchContainer.show {
        width: calc(32vw + 2px);
    }
    .searchContainer input#query {
        width: 28vw;
        height: 4vw;
        padding: 0 2vw;
    }
    /* MENU OFF-CANVAS */
    .menuOffCanvas{
        width: 50vw;
    }
    .menuOffCanvas:not(.show){
        left: -50vw;
    }
    .logoClose {
        max-width: calc(50vw - 6vw);
        height: 13vw;
    }
    .logoClose img {
        max-width: 22.5vw;
    }
    button.btnCloseMenu{
        width: 2vw;
        height: 2vw;
    }
    .innerMenu {
        margin-top: 13vw;
        height: calc(100% - 13vw);
    }
    button.itemMenu::after {
        font-size: 2.2vw;
    }
    .borderIcon {
        width: 5.5vw;
        height: 5.5vw;
    }
    .borderIcon img {
        width: 2.8vw;
        height: 2.8vw;
    }
    p.textItemMenu {
        font-size: 1.63vw;
    }
    .iconText > p, .innerlistMenu > p {
        font-size: 1.32vw;
    }
}
@media (min-width: 1401px) {
    /* TOP BAR */
    .innerTopBarMain {
        max-width: 70vw;
        height: 45px;
    }
    a.textTopbar, .languagesTopBar {
        font-size: 0.8vw;
    }
    .languagesTopBar {
        margin-right: 2vw;
    }
    .socialTopBar {
        grid-gap: 0.7vw;
    }
    img.iconSocial {
        height: 0.8vw;
    }
    /* NAVIGATION */
    .containerNavGenoma{
        height: 110px;
        padding: 0 15vw;
    }
    nav.navbarGenoma{
        justify-content: space-between;
    }
    .leftSideNav{
        grid-gap: 2vw;
    }
    button.btnMenu, button.btnSearch, button.btnCloseMenu{
        width:1.6vw;
        height:1.6vw;
    }
    img.logoEurofinsNav {
        width: 11vw;
    }
    ul.navbarListGenoma{
        grid-gap: 4vw;
    }
    .submenuBlock{
        left: -0.65vw;
    }
    ul.navSublistGenoma{
        width: 12.5vw;
        margin-top: 2vw;
    }
    li.navSubitemGenoma {
        padding: 0.65vw;
    }
    a.navLinkGenoma, .searchContainer input#query, a.navSubLinkGenoma{
        font-size: 1.05vw;
    }
    button.btnSearch{
        margin: 0 2vw;
    }
    button.btnSearch::before{
        height: 3vw;
        left: -2vw;
    }
    .searchContainer {
        transition: 0.5s ease;
    }
    .searchContainer.show {
        width: calc(28vw + 2px);
    }
    .searchContainer input#query {
        width: 26vw;
        height: 3vw;
        padding: 0 1vw;
    }
    /* MENU OFF-CANVAS */
    .menuOffCanvas{
        width: 40vw;
    }
    .menuOffCanvas:not(.show){
        left: -40vw;
    }
    .logoClose {
        max-width: calc(40vw - 6vw);
        height: 9.3vw;
    }
    .logoClose img {
        max-width: 16.5vw;
    }
    .innerMenu {
        margin-top: 9.3vw;
        height: calc(100% - 9.3vw)
    }
    .contTextItemMenu:first-child a, .innerlistMenu {
        grid-gap: 0.7vw;
    }
    button.itemMenu, .contTextItemMenu, .socialOffCanvas{
        padding: 1.5vw 3vw;
    }
    button.itemMenu::after {
        font-size: 1.6vw;
    }
    .innerlistMenuIcon {
        padding: 0.5vw 5vw 1.5vw 3vw;
    }
    .borderIcon {
        width: 4.5vw;
        height: 4.5vw;
    }
    .borderIcon img {
        width: 2.3vw;
        height: 2.3vw;
    }
    .innerlistMenu {
        padding: 0.5vw 3vw 1.5vw;
    }
    p.textItemMenu {
        font-size: 1.3vw;
    }
    .iconText > p, .innerlistMenu > p {
        font-size: 1.05vw;
    }
    .socialOffCanvas {
        grid-gap: 1vw;
    }
    .socialOffCanvas img {
        max-height: 1.2vw;
    }
}