.lista-social-footer.v2 {
    max-height: 205px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.img-social.v2 {
    height: 33.3%;
    margin-left: 13px;
}

.occhiello_news {
    font-family: Ttcommons, sans-serif;
    color: #868686;
    font-size: 1.6vh;
    line-height: 1.6vh;
    font-weight: 700;
}

.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.hero {
    width: 100%;
    height: 100vh;
}

.hero_foto {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    height: 100vh;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero_foto.bonomi {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/bonomi-homepage.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/bonomi-homepage.png');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, repeat;
}

.hero_menu {
    position: relative;
    width: 10%;
    height: 100vh;
    float: right;
}

.hero_menu.bonomi {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 8%;
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #005eb8;
}

.wrapper_contenuti {
    width: 83%;
    max-width: none;
    padding-right: 5%;
    padding-left: 2%;
}

.wrapper_contenuti.video-hero {
    position: relative;
    z-index: 100;
}

.overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 300;
    display: none;
    overflow: auto;
    width: 100vw;
    height: 100vh;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-bg {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 8888;
    display: block;
    background-color: #3a3a3d;
}

.menu-bg.bonomi {
    background-color: #005eb8;
}

.showreel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 2.1vh;
    text-decoration: none;
}

.link {
    padding-top: 12px;
    padding-bottom: 12px;
    opacity: 0.66;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 8.5vh;
    line-height: 8vh;
    font-weight: 700;
    text-decoration: none;
}

.link:hover {
    opacity: 1;
}

.link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.menu-links {
    position: static;
    left: 65px;
    z-index: 999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    max-width: 1100px;
    margin-right: 65px;
    margin-bottom: 8vh;
    margin-left: 65px;
    padding-right: 0px;
    padding-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.menu {
    position: fixed;
    left: auto;
    top: 3%;
    right: 0%;
    bottom: auto;
    z-index: 99999;
    width: 8%;
    height: auto;
    max-height: 8vh;
    margin-left: 0px;
    padding: 0px 2.7%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #fff;
    cursor: pointer;
}

.menu.vecchio {
    display: none;
}

.footer_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}

.brand {
    position: static;
    top: 10%;
    width: 75px;
    margin-top: 35px;
    margin-bottom: 30%;
    margin-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.brand.w--current {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: 301;
    width: 75px;
    margin-top: 35px;
    margin-bottom: 30%;
    margin-left: 40px;
}

.search-icon {
    width: 34px;
    margin-top: 20px;
}

.wrapper_icone_menu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90vh;
    margin-top: 11vh;
    margin-bottom: 0px;
    padding-top: 0vh;
    padding-bottom: 4vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrow_menu_icon {
    width: auto;
    height: 60px;
    margin-top: 20px;
}

.arrow_menu_icon.rotate {
    width: auto;
    height: 27px;
    margin-top: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.titolo_lingue {
    margin-right: 20px;
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 20px;
}

.elenco_lingue_dropdown {
    background-color: hsla(0, 0%, 100%, 0);
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 20px;
}

.sfondo_dropdown_lingue.w--open {
    margin-top: 0px;
    padding-top: 13px;
    background-color: hsla(0, 0%, 100%, 0);
}

.dropdown-toggle {
    padding-right: 20px;
    padding-bottom: 0px;
}

.dropdown-toggle.w--open {
    padding-bottom: 0px;
}

.h1-hero {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 11.4vh;
    line-height: 12vh;
}

.section {
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
}

.section.chi-siamo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 92%;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section.persone {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 92%;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-height: unset;
    height: unset;
}

.section.news {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 92%;
    height: auto;
    max-height: none;
    padding-top: 8%;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section.news.padding-top-bottom {
    height: auto;
    padding-bottom: 12%;
}

.section.sezione-standard {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 92%;
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 8%;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section.sezione-standard.no-margin-top {
    padding-top: 0%;
}

.section.slider_full {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section.news {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 92%;
    height: auto;
    max-height: none;
    padding-top: 5%;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.h2-title {
    margin-top: 0px;
    margin-bottom: 4%;
    font-family: Ttcommons, sans-serif;
    color: #868686;
    font-size: 6.4vh;
    line-height: 6.4vh;
    font-weight: 700;
}

.h2-title.bonomi {
    color: #868686;
}

.h3-testo {
    margin-top: 0px;
    margin-bottom: 5%;
    font-family: Ttcommons, sans-serif;
    color: #000;
    font-size: 2.1vh;
    line-height: 2.9vh;
    font-weight: 400;
}

.riga-cont-flex-loghi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 56px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.riga-cont-flex-loghi.no-margin-top {
    margin-top: 0px;
    margin-bottom: 5%;
}

.link_logo_chi-siamo img {
    max-width: 100%;
    height: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.logo-chisiamo.v2 {
    width: 100%;
}

.logo-chisiamo {
    width: 70%;
}

.wrapper_contenutii_esteso {
    display: block;
    width: 100%;
    max-width: none;
    padding-right: 0%;
    padding-left: 2%;
}

.wrapper_contenutii_esteso.margine-chisiamo {
    width: 100%;
}

.wrapper_contenutii_esteso.sezioni_full {
    max-width: none;
}

.cont_flex_esteso {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83%;
    height: auto;
    padding-right: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.cont_flex_esteso.progetti {
    padding-right: 0%;
}

.cont_flex_esteso.sezioni_full {
    padding-right: 0%;
}

.menu_sx {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 280;
    display: block;
    width: 17%;
    height: 100vh;
    max-width: 355px;
    padding-left: 0%;
}

.nav-menu {
    display: block;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.navbar_sx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100vh;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: transparent;
}

.link_menu_sx {
    display: block;
    width: auto;
    padding-top: 0px;
    padding-left: 0px;
    float: left;
    clear: left;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-family: Ttcommons, sans-serif;
    color: #868686;
    font-size: 2.1vh;
    font-weight: 700;
    text-align: left;
}

.link_menu_sx.w--current {
    font-family: Ttcommons, sans-serif;
    color: #868686;
    font-size: 3.2vh;
    font-weight: 700;
}

.link_menu_sx {
    text-shadow: 0px 0px 3px #fff;
}

.link_menu_sx.bonomi {
    padding-bottom: 18px;
    color: #868686;
    font-size: 2vh;
}

.link_menu_sx.bonomi.w--current {
    font-size: 2.9vh;
}

.wrapper-autoclicker {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    overflow: hidden;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.freccia-pulsante {
    position: static;
    display: block;
    width: auto;
    float: left;
    margin-bottom: 4%;
}

.freccia-pulsante.settori-home-pulsante {
    position: absolute;
    bottom: 0;
}

.freccia-pulsante.margin-bottom-20 {
    width: 100%;
    display: block;
    margin-bottom: 12%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

.wrapper_card_hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.cont_big_card_hover {
    position: relative;
    width: 33.3%;
    height: auto;
}

.cont_big_card_hover.bonomi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2%;
    padding: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #005eb8;
}

.cont_big_card_hover.bonomi {
    display: block;
    width: 100%;
    margin-right: 2%;
    padding: 0px 0px 100%;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #005eb8;
    cursor: default;
}

.hover-block__link {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 350ms ease-in;
    transition: opacity 350ms ease-in;
    color: #fafafa;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.hover-block__link:hover {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    background-color: #000;
    opacity: 1;
}

.hover-block__link.bonomi {
    background-color: transparent;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    cursor: default;
}

.hover-block__link.bonomi:hover {
    background-color: #005eb8;
}

.hover-block__link.bonomi.hover {
    display: block;
}

.hover-block__text {
    position: relative;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 398px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.hover-block__description {
    font-family: Ttcommons, sans-serif;
    font-size: 1.8vh;
    line-height: 2.4vh;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0px;
}

.sizer_quadrato {
    position: relative;
    overflow: hidden;
    width: 33%;
    height: 100%;
    margin-right: 3%;
    margin-left: auto;
    float: left;
}

.sizer_quadrato.last {
    margin-right: 0%;
}

.img_testo_big {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    min-width: 100%;
}

.heading_hover {
    font-family: Ttcommons, sans-serif;
    font-size: 3.5vh;
    text-align: left;
    text-decoration: underline;
    text-transform: uppercase;
}

.riga-cont-flex-sostenibilit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 56px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

.cont_sostenibilit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cont_sostenibilit.dx {
    width: 47%;
    margin-right: 0%;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.logo_sostenibilit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.testo_sostenibilit {
    width: 80%;
    padding-left: 3%;
}

.titolo_certificazione {
    font-family: Ttcommons, sans-serif;
    color: #005eb8;
    font-size: 3.2vh;
}

.testo_certificazione {
    font-family: Ttcommons, sans-serif;
    font-size: 2.1vh;
    line-height: 2.5vh;
}

.cont_flex_esteso_sotto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83%;
    height: auto;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.product-slider {
    display: block;
    overflow: hidden;
    height: 100%;
    margin-bottom: 0px;
    padding-bottom: 114px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsla(0, 0%, 86.7%, 0);
}

.product-mask {
    overflow: visible;
    width: 25%;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.slide-nav {
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 18px;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
}

.slide-nav.margin-top {
    bottom: 0%;
    margin-top: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slide-nav.no-margin {
    bottom: 0%;
}

.dark-slide-arrow {
    bottom: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #e4e9ec;
    border-radius: 100%;
    background-color: #080808;
}

.dark-slide-arrow.right {
    left: 5%;
    top: auto;
    right: auto;
    bottom: 8%;
    width: 28px;
    height: 28px;
    margin-left: 0px;
    padding: 12px;
    background-color: #868686;
}

.dark-slide-arrow.left {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 8%;
    width: 28px;
    height: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #868686;
}

.card-image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 24vw;
    max-height: 650px;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #f4f8fa;
}

.card-image.extra-large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    max-height: 700px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #005eb8;
}

.card-image.extra-large:hover {
    background-color: transparent;
    background-image: url('../images/bonomi-homepage.png');
    background-position: 50% 50%;
    background-size: cover;
}

.card-image.extra-large._1:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/bonomi-homepage.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/bonomi-homepage.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.card-image.extra-large._2:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/marine.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/marine.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.card-image.extra-large._3:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Gruppo-di-maschere-15.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Gruppo-di-maschere-15.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.icona_freccia_slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 92%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 19px;
}

.slide-settori {
    width: 100%;
    margin-right: 0px;
    padding-right: 12px;
}

.hover-text_settori {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5%;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    height: 90%;
    max-width: none;
    margin-right: auto;
    justify-content: flex-start;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: end;
    /* justify-content: flex-end; */
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.heading_hover_settori {
    margin-top: 20px;
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 2.6vh;
    text-align: left;
    text-decoration: underline;
    text-transform: none;
}

.hover-block_description-_settori {
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 1.8vh;
    line-height: 2.4vh;
    font-weight: 300;
    text-align: left;
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sfondo_icona_settori {
    padding: 2%;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
}

.sfondo_icona_settori:hover {
    background-color: #fff;
}

.icona_settori_hover {
    width: 30px;
    height: 30px;
}

.icona_settori_hover._1 {
    background-image: url('../images/icona-plumbing-bianca.png');
    background-position: 0px 0px;
    background-size: auto;
}

.icona_settori_hover._2 {
    background-image: url('../images/industrial-bianco.png');
    background-position: 0px 0px;
    background-size: auto;
}

.icona_settori_hover._3 {
    background-image: url('../images/marine-bianco.png');
    background-position: 0px 0px;
    background-size: auto;
}

.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    padding-top: 0px;
    padding-bottom: 1.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #868686;
    text-align: center;
}

.footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    max-height: none;
    min-width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-image {
    width: 100%;
    height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 50%;
    object-position: 0% 50%;
}

.footer-link {
    display: block;
    margin-bottom: 30px;
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 3.2vh;
    font-weight: 600;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-link.last {
    margin-bottom: 0%;
}

.col_sx_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.3%;
    margin-right: 0%;
    padding-right: 10%;
    padding-bottom: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #cacaca;
}

.col_sx_footer.vertical {
    padding-top: 4%;
    padding-right: 0%;
    padding-bottom: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.col_sx_footer._1-col {
    padding-top: 4%;
    padding-right: 8%;
    padding-bottom: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.testo_footer {
    width: 70%;
    padding-left: 9%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 2.1vh;
    font-weight: 300;
    text-align: left;
}

.col_dx_footer {
    width: 33.3%;
    padding-top: 4%;
    padding-bottom: 3%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cont_footer_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83%;
    height: auto;
    padding-right: 5%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cont_footer_flex.riga_intera {
    padding-top: 1.5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #fff;
}

.list-item {
    list-style-type: none;
}

.list {
    margin-bottom: 0px;
}

.list-social {
    margin-bottom: 5%;
}

.list-social.last {
    margin-bottom: 0%;
}

.img-social {
    width: 100%;
    max-width: 42px;
}

.lista-social-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.copyright-footer {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

.wrapper_news_flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.wrapper_news_flex.dettaglio_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.cont_news {
    position: relative;
    width: 47%;
    max-width: 47%;
    min-width: 47%;
    margin-right: 6%;
    margin-bottom: 7%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cont_news.last {
    margin-right: 0%;
}

.img_news {
    width: 100%;
    height: 35vh;
    margin-bottom: 0%;
    padding-bottom: 0%;
    -o-object-fit: contain;
    object-fit: contain;
}

.data_news {
    font-family: Ttcommons, sans-serif;
    font-size: 1.6vh;
    line-height: 1.6vh;
    font-weight: 400;
}

.titolo_news {
    margin-bottom: 10px;
    font-family: Ttcommons, sans-serif;
    color: #333;
    font-size: 2.6vh;
    line-height: 2.9vh;
    font-weight: 500;
    text-decoration: none;
}

.paragrafo_news {
    font-family: Ttcommons, sans-serif;
    font-size: 2.1vh;
    line-height: 2.5vh;
}

.mask_progetti {
    overflow: visible;
    width: 80%;
    height: auto;
}

.the-thing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0px 10px 0px 0px;
}

.slide-thing {
    height: auto;
    margin: 0px;
    padding-right: 8%;
}

.slider_progetti {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding-bottom: 123px;
    background-color: transparent;
}

.img_progetti {
    width: 100%;
    height: 41vh;
    max-width: none;
    min-width: 100%;
    margin-bottom: 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.cont_descr_progetti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 34vh;
    padding-left: 3%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cont_paragrafi {
    margin-bottom: 25%;
}

.link_block {
    display: block;
    font-family: Ttcommons, sans-serif;
    text-decoration: none;
    cursor: pointer;
}

.link_block.margin {
    margin-bottom: 8%;
}

.titolo_progetto {
    margin-bottom: 4px;
    font-family: Ttcommons, sans-serif;
    color: #868686;
    font-size: 2.1vh;
    line-height: 2.9vh;
    font-weight: 700;
    text-decoration: none;
}

.cont_aziende {
    position: relative;
    width: 31.3%;
    min-width: auto;
    margin-right: 3%;
    margin-bottom: 7%;
    padding-bottom: 2%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 2px;
    border-color: #005eb8;
}

.cont_aziende.last {
    margin-right: 0%;
}

.img_aziende {
    width: 100%;
    height: 21vh;
    margin-bottom: 0%;
    padding-bottom: 0%;
    -o-object-fit: cover;
    object-fit: cover;
}

.titolo_luogo {
    margin-bottom: 12px;
    padding-left: 3%;
    font-family: Ttcommons, sans-serif;
    color: #333;
    font-size: 3.2vh;
    line-height: 2.9vh;
    font-weight: 700;
    text-decoration: none;
}

.bordo_full {
    border-bottom: 1px solid #005eb8;
}

.div_padding {
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    border-bottom: 1px none #005eb8;
}

.nome_paese {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    clear: left;
    border-bottom: 1px none #005eb8;
    font-family: Ttcommons, sans-serif;
    color: #333;
    font-size: 2.1vh;
    line-height: 3vh;
    font-weight: 400;
    text-decoration: none;
}

a.nome_paese:hover {
    color: #005eb8;
    text-decoration: underline;
}

.bordo_inferiore {
    border-bottom: 1px solid #005eb8;
}

.label_checkbox {
    margin-right: 3%;
    font-family: Ttcommons, sans-serif;
    font-size: 3vh;
    font-weight: 500;
}

.tit_checkobox {
    position: static;
    font-family: Ttcommons, sans-serif;
    font-size: 2.1vh;
    text-transform: uppercase;
}

.icona_checkbox {
    border-style: solid;
    border-width: 1px;
    border-color: #005eb8;
}

.form_checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6%;
    margin-bottom: 3%;
}

.checkbox_field {
    margin-right: 3%;
}

.checkbox_field.last {
    margin-right: 0%;
}

.cerca_rete_comm {
    width: 95%;
    margin-bottom: 0px;
    padding-right: 12px;
    padding-left: 12px;
    border-style: solid;
    border-width: 0px;
    border-color: hsla(0, 0%, 100%, 0);
    font-family: Ttcommons, sans-serif;
    color: #000;
    font-size: 2.5vh;
    line-height: 16px;
}

.invio_rete_comm {
    width: 5%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(255, 255, 255, 0);
    background-image: url('../images/cerca_blu.png');
    background-position: 50% 87%;
    background-size: contain;
    background-repeat: no-repeat;
}

.form_ricerca_rete_comm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5%;
    padding-top: 5px;
    padding-bottom: 3px;
    border-style: solid;
    border-width: 2px;
    border-color: #005eb8;
}

.wrapper_risultati-di-ricerca {
    margin-bottom: 9%;
}

.wrapper_risultati-di-ricerca.no-margin-bottom {
    margin-bottom: 0%;
}

.tit_risultati_trovati {
    margin-bottom: 15px;
    font-family: Ttcommons, sans-serif;
    font-size: 2.1vh;
}

.container_dettaglio_risultati {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3% 3% 0%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-style: solid;
    border-width: 1px;
    border-color: #bbbcbc;
}

.risultato_ricerca_rete_comm {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 3%;
}

.risultato_ricerca_rete_comm.last {
    margin-right: 0%;
}

.testo_rete_comm {
    margin-bottom: 0px;
    font-family: Ttcommons, sans-serif;
    font-size: 2.1vh;
    line-height: 2.5vh;
}

.testo_rete_comm.margin-bottom {
    margin-bottom: 5%;
}

.titolo_ris_rete_comm {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: Ttcommons, sans-serif;
    font-size: 2.1vh;
    line-height: 2.1vh;
}

.titolo_ris_rete_comm.caps {
    text-transform: uppercase;
}

.risultato_contatti {
    width: 21.24%;
    margin-bottom: 5%;
    margin-right: 5%;
}

.risultato_contatti.last {
    margin-right: 0%;
}

.risultato_contatti.form {
    margin-bottom: 2%;
    margin-right: 0;
    width: 30%;
}

.container_contatti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0%;
    padding: 3% 0% 0%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-style: none;
    border-width: 1px;
    border-color: #868686;
}

.google_maps_iframe {
    width: 100%;
    margin-bottom: 15px;
}

.titolo_ris_contatti_comm {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: Ttcommons, sans-serif;
    font-size: 3vh;
    line-height: 2.1vh;
    font-weight: 500;
}

.titolo_ris_contatti_comm.full {
    width: 100%;
    margin-bottom: 30px;
}

.form_contattaci {
    width: 100%;
}

.field_form_contattaci {
    border-style: solid;
    border-width: 1px;
    border-color: #005eb8;
}

.label_field_contattaci {
    font-family: Ttcommons, sans-serif;
    font-size: 2.1vh;
    font-weight: 400;
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    justify-content: space-between;
}

.text_area_contattaci {
    height: 300px;
    min-height: 300px;
    margin-bottom: 2%;
    border-style: solid;
    border-width: 1px;
    border-color: #005eb8;
}

.submit_form_contatti {
    width: 100%;
    margin-left: 5%;
    background-color: #e2e2e2;
    font-family: Ttcommons, sans-serif;
    color: #595959;
    font-weight: 400;
}

.col-50-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.cont_upload {
    width: 50%;
}

.cont_upload.button {
    padding-right: 5%;
}

.testo_accetta_privacy_form {
    margin-bottom: 0px;
    padding-right: 0%;
    padding-left: 2px;
    font-family: Ttcommons, sans-serif;
    font-size: 1.6vh;
}

.titolo_categoria-ricerca {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 3%;
    font-family: Ttcommons, sans-serif;
    color: #005eb8;
    font-size: 2.1vh;
    line-height: 2.1vh;
}

.risultato_cerca_prod {
    width: 21%;
    margin-right: 5%;
    margin-bottom: 3%;
}

.risultato_cerca_prod.last {
    margin-right: 0%;
}

.img_cerca_prodotto {
    width: 60%;
}

.wrapperr_risultati_prodotto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 7%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.container_dettaglio_risultati-_ricerca {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3% 3% 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-style: solid;
    border-width: 1px;
    border-color: #bbbcbc;
}

.risultato_cerca_pagine {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%;
}

.risultato_cerca_pagine.last {
    margin-right: 0%;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/bonomi-homepage.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/bonomi-homepage.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.titolo_ris_cerca_pag {
    margin-top: 0px;
    margin-bottom: 7%;
    font-family: Ttcommons, sans-serif;
    font-size: 2.1vh;
    line-height: 2.1vh;
}

.nome_paese_bold {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #005eb8;
    font-family: Ttcommons, sans-serif;
    color: #333;
    font-size: 2.1vh;
    line-height: 3vh;
    font-weight: 600;
    text-decoration: none;
    cursor: default;
}

.nome_paese_bold:hover {
    color: #333;
    text-decoration: none;
}

.slider_progetti_dettaglio {
    overflow: hidden;
    width: 100%;
    height: 65vh;
    margin-bottom: 7%;
    padding-bottom: 114px;
    background-color: transparent;
}

.mask_progetti_dettaglio {
    overflow: visible;
    width: 80%;
    height: 44vh;
}

.slide-thing-dettaglio {
    width: 100%;
    height: auto;
    margin: 0px;
    padding-right: 5%;
}

.the-thing-dettaglio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0px 10px 0px 0px;
}

.img_progetti-dettaglio {
    width: 70%;
    height: 53vh;
    max-width: none;
    min-width: 70%;
    margin-bottom: 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.slide_equipagg {
    width: 100%;
    height: 30vh;
    margin-right: 13%;
    padding-right: 0%;
    padding-left: 0%;
    float: none;
}

.cont-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #005eb8;
    text-decoration: none;
}

.link-prod-realizz {
    width: 100%;
    height: 100%;
    margin-right: 0%;
    text-decoration: none;
}

.link-prod-realizz.last {
    margin-right: 0%;
}

.img_equipagg {
    width: 50%;
    height: 17vh;
    max-height: 17vh;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
}

.tit_equipagg {
    font-family: Ttcommons, sans-serif;
    color: #000;
    font-size: 2.3vh;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.slider-wrapper-wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.link_img_progetti {
    width: 70%;
    height: 41vh;
    max-width: none;
    min-width: 70%;
    margin-bottom: 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider-_equipagg {
    overflow: hidden;
    height: 43vh;
    margin-bottom: 7%;
    background-color: transparent;
}

.link_logo_chi-siamo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  /*width: 14.5%;*/
    width: 21%;
    margin-right: 2.5%;
    margin-bottom: 3%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link_logo_chi-siamo.v2 {
    width: 12%;
}

.link_logo_chi-siamo.last {
    margin-right: 0%;
}

.link_aziende_progetto {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14%;
    margin-right: 6%;
    margin-bottom: 3%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero_settori {
    width: 100%;
    height: 25vh;
}

.hero_foto_settori {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    height: 100vh;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.hero_foto_settori.plumbing {
    height: 25vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Gruppo-di-maschere-5.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Gruppo-di-maschere-5.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.h2-title-settori_white {
    margin-top: 0px;
    margin-bottom: 0%;
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 6.4vh;
    line-height: 6.4vh;
    font-weight: 700;
}

.nav-button-animated {
    position: relative;
    right: 5%;
    bottom: 0px;
    z-index: 900;
    overflow: visible;
    width: 25px;
    height: 25px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    float: left;
    clear: left;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
}

.nav-button-animated.w--open {
    background-color: transparent;
}

.middle-line {
    position: absolute;
    left: 0px;
    top: 10px;
    right: 0px;
    width: 25%;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.bottom-line {
    position: absolute;
    left: 0px;
    top: 20px;
    right: 0px;
    width: 25%;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}

.top-line {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 25%;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    color: #fff;
}

.menu-icon_wrapper {
    position: fixed;
    left: auto;
    top: 3%;
    right: 0%;
    bottom: auto;
    z-index: 99999;
    width: 8%;
    height: 30px;
    max-height: 8vh;
    margin-left: 0px;
    padding: 0px 2.7%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #fff;
    cursor: pointer;
}

.menu-icon_wrapper.mobile {
    display: none;
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 6%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.list-pag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    padding-top: 3px;
    padding-right: 0px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #005eb8;
    border-radius: 0%;
    background-color: #fff;
    color: #000;
}

.list-pag.active {
    width: 45px;
    height: 45px;
    border-radius: 0%;
    background-color: #005eb8;
    color: #fff;
}

.num-pag {
    font-family: Ttcommons, sans-serif;
    font-size: 1.1em;
    line-height: 20px;
    font-weight: 600;
}

.mask {
    overflow: visible;
    width: 22.7%;
}

.cont_lingue_mobile {
    display: none;
    width: 100%;
    padding-top: 100px;
}

.swiper-slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.swiper-slide.trusted-by-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: auto;
    height: 170px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0px;
    background-color: #fff;
}

.col_sx_ticket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.numero_ticket {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 12vh;
    line-height: 11vh;
    font-weight: 700;
}

.swiper-wrapper {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.swiper-wrapper.trusted-by-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.testo_ticket {
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 3vh;
    line-height: 4vh;
    font-weight: 300;
}

.col_dx_ticket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #fff;
}

.trusted-by-swiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
}

.background_grey {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 17vh;
    margin-right: 5px;
    padding: 13px 56px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    background-color: #868686;
    color: #fff;
}

.brand_menu {
    position: absolute;
    left: 40px;
    top: 35px;
    right: auto;
    bottom: auto;
    width: 75px;
    margin-left: 0%;
    padding-left: 0%;
}

.menu_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.menu_bottom {
    width: 100%;
}

.scopri_piu_mobile {
    display: block;
}

.cont_scopri_di_piu_mobile {
    display: none;
}

.slider_storia_full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
}

.overlay_grey_slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.overlay_grey_slide._1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/demo-fabbrica1.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/demo-fabbrica1.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.overlay_grey_slide._2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/sfondo_slider2.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/sfondo_slider2.png');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
}

.overlay_grey_slide._3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/camera-di-commercio-brescia-553024.660x368.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/camera-di-commercio-brescia-553024.660x368.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.data_storia_big {
    width: auto;
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 34vh;
    line-height: 25vh;
    font-weight: 700;
    text-align: center;
}

.descr_storia_small {
    width: 50%;
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 3.2vh;
    line-height: 3vh;
    font-weight: 700;
    text-align: center;
}

.mask_storia {
    width: 100%;
}

.light-slide-arrow {
    bottom: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    border-width: 1px;
    border-color: #e4e9ec;
    border-radius: 100%;
    background-color: #080808;
}

.light-slide-arrow.right {
    position: absolute;
    left: 4%;
    top: auto;
    right: 0%;
    bottom: 15%;
    width: 28px;
    height: 28px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px;
    background-color: #fff;
}

.light-slide-arrow.left {
    position: absolute;
    left: 0%;
    top: auto;
    right: 4%;
    bottom: 15%;
    width: 28px;
    height: 28px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.icona_freccia_slider_grey {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 92%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #000;
    font-size: 19px;
}

.slide-nav-storia {
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 9%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 100%, 0);
}

.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    margin-top: 48px;
    margin-bottom: -8px;
    padding: 8px 28px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px none #e5e5e5;
    border-radius: 24px;
    color: #999;
    font-size: 12px;
    line-height: 16px;
}

.breadcrumbs.poco-padding {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-left: 0px;
}

.breadcrumb-link {
    font-family: Ttcommons, sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
    text-transform: uppercase;
}

.breadcrumb-link:hover {
    text-decoration: underline;
}

.separatore-breadcrumb {
    padding-right: 7px;
    padding-left: 7px;
    font-family: Ttcommons, sans-serif;
    color: #000;
    font-size: 20px;
    line-height: 27px;
}

.cont_news_dettaglio {
    position: relative;
    width: 100%;
    min-width: 100%;
    margin-right: 0%;
    margin-bottom: 7%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.img_news-_dettaglio {
    width: 100%;
    height: 380px;
    margin-bottom: 35px;
    padding-bottom: 0%;
    -o-object-fit: contain;
    object-fit: contain;
}

.data_news_dettaglio {
    margin-top: 0px;
    margin-bottom: 45px;
    font-family: Ttcommons, sans-serif;
    font-size: 1.6vh;
    line-height: 1.6vh;
    font-weight: 400;
}

.titolo_news_dettaglio {
    margin-bottom: 25px;
    font-family: Ttcommons, sans-serif;
    color: #333;
    font-size: 3.7vh;
    line-height: 2.9vh;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.paragrafo_news-_dettaglio {
    font-family: Ttcommons, sans-serif;
    color: #000;
    font-size: 2.5vh;
    line-height: 3.3vh;
    font-weight: 400;
}

.video_background {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 92%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.overlay_video {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 80;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.4);
}

.link_bigggg {
    position: relative;
    float: left;
    clear: left;
    color: #565656;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
}

.link-list-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}

.link-list-page.active {
    color: #fff;
}

.freccia-pulsante-back {
    position: static;
    display: block;
    width: auto;
    margin-top: -40px;
    margin-bottom: 90px;
    float: left;
}

.dx {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.error-404 {
    width: auto;
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 34vh;
    line-height: 25vh;
    font-weight: 700;
    text-align: center;
}

.head-404 {
    margin-bottom: 11px;
    font-family: Ttcommons, sans-serif;
    color: #fff;
}

.testo_404 {
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.cont_link_404 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 90px;
    padding: 14px 21px 11px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 40px;
    text-decoration: none;
}

.testo_link_404 {
    position: static;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Ttcommons, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    text-decoration: none;
}

.link_logo_404 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-top: 30px;
    margin-left: 40px;
}

.image {
    width: 75px;
}

.link_siti {
    float: left;
    clear: left;
}

.link_siti2 {
    margin-top: 24px;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: transparent;
    font-size: 23px;
    line-height: 24px;
    font-weight: 700;
}

.cont_flex_esteso_sotto_persone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83%;
    height: auto;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.grid_persone {
    width: 100%;
    padding-left: 2%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ". . . . . . Area"
    ". . Area-6 Area-5 Area-4 Area-3 Area-2"
    "Area-13 Area-12 Area-11 Area-10 Area-9 Area-8 Area-7";
    -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 0px auto 0px auto;
    grid-template-rows: 1fr auto auto;
}

.sfondo_img_persone {
    padding: 0px;
    background-color: #005eb8;
}

.foto_persona {
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    padding: 10px 5px 0;
}

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

    .titolo_lingue.mobile.attiva {
        font-size: 28px;
        line-height: 23px;
        font-weight: 700;
        text-decoration: underline;
    }

    .hero_foto.bonomi {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hero_menu.bonomi {
        display: none;
        width: 100%;
        height: 78px;
        background-color: #fff;
    }

    .wrapper_contenuti {
        width: 100%;
        padding-right: 0%;
        padding-left: 0%;
    }

    .wrapper_contenuti.video-hero {
        position: relative;
        z-index: 100;
    }

    .overlay {
        z-index: 207;
        display: none;
        overflow: auto;
        max-height: 100vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .menu-bg {
        display: block;
    }

    .showreel-title {
        padding-top: 2vh;
    }

    .link {
        font-size: 7.5vh;
        line-height: 7vh;
    }

    .menu-links {
        width: 100%;
        height: 100vh;
        max-width: none;
        margin-right: 0px;
        margin-bottom: 0vh;
        margin-left: 0px;
        padding-right: 5%;
        padding-bottom: 5vh;
        padding-left: 5%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .menu {
        color: red;
    }

    .footer_menu {
        margin-top: 2vh;
        padding-top: 0vh;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .brand {
        margin-top: 30px;
        margin-bottom: 0%;
        margin-left: 5%;
    }

    .brand.w--current {
        margin-bottom: 0px;
        margin-left: 40px;
    }

    .wrapper_icone_menu {
        display: none;
    }

    .titolo_lingue {
        text-decoration: none;
    }

    .h1-hero {
        width: 100%;
        padding-left: 5%;
        font-size: 8vh;
        line-height: 8vh;
    }

    .section.chi-siamo {
        width: 100%;
        height: auto;
        max-height: none;
        min-height: auto;
        margin-bottom: 30px;
        padding-top: 10vh;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section.persone {
        width: 100%;
        height: auto;
        max-height: none;
        min-height: auto;
        padding-top: 10vh;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section.news {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section.news.padding-top-bottom {
        height: auto;
        padding-bottom: 0%;
    }

    .section.news.padding-top {
        padding-top: 80px;
    }

    .section.sezione-standard {
        width: 100%;
        padding-top: 5%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section.slider_full {
        width: 100%;
        height: auto;
        max-height: none;
        min-height: auto;
        padding-top: 0vh;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section.news {
        width: 100%;
        padding-top: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .h2-title {
        font-size: 5vh;
    }

    .wrapper_contenutii_esteso {
        width: 100%;
        padding-left: 0%;
        margin-bottom: 14px;
    }

    .wrapper_contenutii_esteso.sezioni {
        width: 100%;
        padding-left: 0%;
    }

    .wrapper_contenutii_esteso.sezioni_full {
        width: 100%;
        padding-left: 0%;
    }

    .cont_flex_esteso {
        width: 90%;
        padding-right: 0%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .cont_flex_esteso.sezioni {
        width: 90%;
        padding-right: 0%;
    }

    .cont_flex_esteso.sezioni_full {
        width: 90%;
        padding-right: 0%;
    }

    .menu_sx {
        position: absolute;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        z-index: 99;
        display: block;
        width: 100%;
        height: auto;
        max-width: none;
        min-height: auto;
        padding-left: 0%;
    }

    .menu_sx.aezioni {
        position: relative;
        z-index: 80;
        display: block;
        width: 100%;
        height: 180px;
        max-width: none;
        padding-left: 0%;
    }

    .nav-menu {
        display: none;
    }

    .navbar_sx {
        display: block;
        height: 180px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .wrapper-autoclicker {
        position: static;
    }

    .wrapper_card_hover {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .cont_big_card_hover.bonomi {
        float: none;
    }

    .hover-block__link {
        /*opacity: 1;*/
    }

    .hover-block__text {
        width: 80%;
    }

    .hover-block__description {
        margin-bottom: 0px;
        line-height: 2.2vh;
    }

    .sizer_quadrato {
        width: 46%;
        margin-right: auto;
        margin-bottom: 35px;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .sizer_quadrato.last {
        margin-right: auto;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .img_testo_big {
        /*display: none;*/
    }

    .heading_hover {
        margin-top: 0px;
    }

    .cont_sostenibilit {
        padding: 19px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-style: solid;
        border-width: 1px;
        border-color: #005eb8;
    }

    .logo_sostenibilit {
        width: 30%;
        margin-bottom: 13px;
    }

    .testo_sostenibilit {
        width: 100%;
    }

    .cont_flex_esteso_sotto {
        width: 100%;
    }

    .product-mask {
        width: 45%;
    }

    .slide-nav {
        bottom: 0%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .slide-nav.no-margin {
        bottom: 1%;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .dark-slide-arrow {
        bottom: 140px;
    }

    .dark-slide-arrow.right {
        left: 8%;
    }

    .card-image {
        height: 60vw;
    }

    .card-image.extra-large {
        height: 58vw;
        padding-bottom: 40px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .card-image.extra-large._1 {
        padding-bottom: 40px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .card-image.extra-large._2 {
    height: 58vw;
        padding-bottom: 40px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .card-image.extra-large._3 {
    height: 58vw;
        padding-bottom: 40px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .hover-text_settori {
        bottom: auto;
        width: 80%;
        height: 86%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer {
        width: 100%;
        padding-right: 4%;
        padding-bottom: 2%;
        padding-left: 4%;
    }

    .footer-logo-link {
        display: none;
    }

    .col_sx_footer.vertical {
        display: none;
    }

    .col_sx_footer._1-col {
        padding-top: 0%;
        padding-bottom: 0%;
        border-right-style: none;
    }

    .testo_footer {
        width: 100%;
        padding-left: 0%;
        line-height: 2.4vh;
    }

    .col_dx_footer {
        width: 20%;
        padding-top: 0%;
        padding-bottom: 0%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .cont_footer_flex {
        width: 100%;
        padding-top: 25px;
        padding-right: 0%;
        padding-bottom: 20px;
    }

    .cont_footer_flex.riga_intera {
        padding-top: 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .img-social {
        margin-bottom: 10px;
    }

    .copyright-footer {
        margin-bottom: 10px;
    }

    .wrapper_news_flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .wrapper_news_flex.sezione {
        margin-bottom: 5%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }

    .wrapper_news_flex.news {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .wrapper_news_flex.dettaglio_news {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .img_news {
        height: 200px;
    }

    .mask_progetti {
        width: 100%;
        height: auto;
    }

    .slide-thing {
        padding-right: 0%;
    }

    .slider_progetti {
        height: auto;
        padding-bottom: 117px;
    }

    .img_progetti {
        height: 230px;
    }

    .cont_descr_progetti {
        width: 50%;
        height: auto;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .cont_paragrafi {
        margin-bottom: 10px;
    }

    .cont_aziende {
        width: 45%;
        margin-right: 2.5%;
        margin-left: 2.5%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .img_aziende {
        height: 200px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .label_checkbox {
        line-height: 3.2vh;
    }

    .tit_checkobox {
        line-height: 2.4vh;
    }

    .icona_checkbox {
        margin-top: -5px;
        margin-right: 9px;
    }

    .form_checkbox {
        margin-bottom: 30px;
    }

    .checkbox_field {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cerca_rete_comm {
        font-size: 1.8vh;
    }

    .titolo_ris_contatti_comm {
        line-height: 3vh;
    }

    .label_field_contattaci {
        min-height: 43px;
        font-size: 2vh;
    }

    .submit_form_contatti {
        font-size: 17px;
        line-height: 20px;
    }

    .risultato_cerca_prod {
        width: 45%;
    }

    .img_cerca_prodotto {
        width: 55%;
    }

    .utility-page-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slider_progetti_dettaglio {
        height: 45vh;
    }

    .mask_progetti_dettaglio {
        height: 35vh;
    }

    .img_progetti-dettaglio {
        height: 35vh;
    }

    .slide_equipagg {
        width: 100%;
        margin-right: 13%;
    }

    .link-prod-realizz {
        width: 100%;
    }

    .link_img_progetti {
        width: 65%;
        height: 230px;
        min-width: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .slider-_equipagg {
        height: 41vh;
    }

    .link_aziende_progetto {
        width: 25%;
    }

    .hero_foto_settori.plumbing {
        width: 100%;
        height: 36vh;
        margin-bottom: 0px;
        padding-bottom: 30px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .link-block {
        display: none;
    }

    .dropdown {
        display: none;
    }

    .link-block-2 {
        display: none;
    }

    .middle-line {
        position: static;
        width: 100%;
        margin-bottom: 8px;
        background-color: #005eb8;
        outline-color: #fff;
        outline-offset: 0px;
        outline-style: solid;
        outline-width: 2px;
    }

    .bottom-line {
        position: static;
        width: 100%;
        margin-bottom: 0px;
        background-color: #005eb8;
        outline-color: #fff;
        outline-offset: 0px;
        outline-style: solid;
        outline-width: 2px;
    }

    .top-line {
        position: static;
        top: 0px;
        width: 100%;
        margin-bottom: 8px;
        border-style: none;
        border-width: 1px;
        border-color: #fff;
        background-color: #005eb8;
        outline-color: #fff;
        outline-offset: 0px;
        outline-style: solid;
        outline-width: 2px;
    }

    .hamburger-white .top-line,
    .hamburger-white .middle-line,
    .hamburger-white .bottom-line {
        background-color: #fff!important;
        outline-color: transparent;
    }

    .menu-icon_wrapper {
        z-index: 888;
        display: none;
        width: 50px;
        margin-right: 5%;
        padding-right: 0%;
        padding-left: 0%;
        color: red;
    }

    .menu-icon_wrapper.mobile {
        top: 26px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 60px;
        height: 60px;
        margin-top: 0px;
        padding: 0% 2%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: hsla(0, 0%, 100%, 0);
    }

    .mask {
        width: 46.7%;
    }

    .cont_lingue_mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 5vh;
        padding-bottom: 3vh;
        border-bottom: 1px solid #e2e2e2;
    }

    .swiper-slide.trusted-by-item {
        height: 150px;
    }

    .numero_ticket {
        font-size: 11vh;
    }

    .background_grey {
        height: 150px;
    }

    .brand_menu {
        top: 30px;
    }

    .brand_menu.w--current {
        position: absolute;
        top: 35px;
    }

    .menu_top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu_bottom {
        width: 100%;
    }

    .scopri_piu_mobile {
        display: block;
    }

    .cont_scopri_di_piu_mobile {
        position: absolute;
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 4%;
        z-index: 100;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .image-persone {
        min-width: 100%;
    }

    .data_storia_big {
        width: auto;
        font-size: 28vh;
        line-height: 21vh;
    }

    .descr_storia_small {
        line-height: 3.2vh;
    }

    .light-slide-arrow {
        bottom: 140px;
    }

    .light-slide-arrow.right {
        left: 8%;
        bottom: 14%;
    }

    .light-slide-arrow.left {
        bottom: 14%;
    }

    .slide-nav-storia {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .breadcrumbs {
        height: auto;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .img_news-_dettaglio {
        height: 250px;
    }

    .video_background {
        width: 100%;
    }

    .overlay_video {
        z-index: 80;
    }

    .error-404 {
        width: auto;
        font-size: 28vh;
        line-height: 21vh;
    }

    .cont_flex_esteso_sotto_persone {
        width: 100%;
    }

    .grid_persone {
        padding-left: 0%;
    }

    .hover-block_description-_settori {
        -webkit-line-clamp: 10;
    }
}

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

    .occhiello_news {
        font-size: 15px;
        line-height: 20px;
    }

    .hero {
        height: 100%;
        min-height: 100vh;
    }

    .hero_foto.bonomi {
        height: auto;
        max-height: none;
        min-height: 100vh;
        padding-top: 180px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .wrapper_contenuti {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .wrapper_contenuti.video-hero {
        position: relative;
        z-index: 100;
    }

    .overlay {
        z-index: 800;
        display: none;
        overflow: scroll;
        height: 100vh;
        max-height: none;
        max-width: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .menu-bg {
        display: block;
    }

    .showreel-title {
        padding-top: 10px;
        font-size: 17px;
        line-height: 13px;
    }

    .link {
        margin-bottom: 9px;
        padding-bottom: 0px;
        font-size: 30px !important;
        line-height: 41px !important;
    }

    .link.w--current {
        font-size: 30px;
    }

    .menu-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        height: auto;
        min-height: 100vh;
        margin-top: 0px;
        padding-right: 0%;
        padding-left: 6%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .menu {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
    }

    .brand {
        width: 60px;
        margin-left: 5%;
        padding-left: 0px;
    }

    .brand.w--current {
        margin-top: 30px;
        margin-left: 5%;
    }

    .titolo_lingue {
        font-size: 17px;
    }

    .h1-hero {
        font-size: 10vh;
        line-height: 10vh;
    }

    .h1-hero.hero_vh {
        font-size: 10vh;
        line-height: 10vh;
    }

    .section.chi-siamo {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section.news {
        padding-top: 5vh;
    }

    .section.slider_full {
        position: relative;
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .section.news {
        padding-top: 0px;
    }

    .h2-title {
        font-size: 30px;
        line-height: 41px;
    }

    .h3-testo {
        font-size: 17px;
        line-height: 21px;
    }

    .logo-chisiamo.v2 {
        margin-bottom: 0px;
    }

    .cont_flex_esteso {
        width: 90%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cont_flex_esteso.sezioni {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .menu_sx.aezioni {
        position: relative;
        height: 150px;
        padding-left: 0%;
        float: none;
    }

    .navbar_sx {
        display: block;
        height: 129px;
    }

    .hover-block__link {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        max-height: 100%;
        min-height: 100%;
        padding: 0px;
        clear: left;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-color: transparent;
        color: #000;
    }

    .hover-block__link.bonomi {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .hover-block__text {
        position: absolute;
        left: 0px;
        top: auto;
        right: 0px;
        bottom: 0%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 80%;
        max-width: none;
        min-height: 100%;
        padding: 20px 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .hover-block__description {
        margin-bottom: 0px;
        color: #fff;
        font-size: 15px;
        line-height: 19px;
    }

    .sizer_quadrato {
        width: 70%;
    }

    .heading_hover {
        color: #fff;
        font-size: 25px;
        line-height: 35px;
    }

    .cont_sostenibilit {
        width: 100%;
        margin-right: 0%;
        padding: 5%;
        border-style: solid;
        border-width: 1px;
        border-color: #005eb8;
    }

    .cont_sostenibilit.dx {
        width: 100%;
    }

    .titolo_certificazione {
        font-size: 25px;
    }

    .testo_certificazione {
        font-size: 15px;
        line-height: 19px;
    }

    .product-slider {
        height: 560px;
        padding-bottom: 0px;
    }

    .product-mask {
        width: 100%;
    }

    .slide-nav {
        margin-top: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slide-nav.margin-top {
        bottom: 0%;
    }

    .slide-nav.no-margin {
        height: 14px;
    }

    .dark-slide-arrow.right {
        display: none;
    }

    .dark-slide-arrow.left {
        display: none;
    }

    .card-image.extra-large {
        height: 500px;
        padding-bottom: 30px;
    }

    .card-image.extra-large._1 {
        height: 500px;
        padding-bottom: 30px;
    }

    .card-image.extra-large._2 {
        height: 500px;
        padding-bottom: 30px;
    }

    .card-image.extra-large._3 {
        height: 500px;
        padding-bottom: 30px;
    }

    .slide-settori {
        height: auto;
        padding-right: 0px;
    }

    .hover-text_settori {
        position: absolute;
        left: 0px;
        top: auto;
        right: 0px;
        bottom: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: none;
        min-height: auto;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .heading_hover_settori {
        font-size: 25px;
        line-height: 35px;
    }

    .hover-block_description-_settori {
        margin-bottom: 0px;
        font-size: 17px;
        line-height: 21px;
    }

    .footer {
        padding: 25px 20px 20px;
    }

    .footer-image {
        -o-object-fit: contain;
        object-fit: contain;
    }

    .testo_footer {
        font-size: 17px;
        line-height: 21px;
    }

    .col_dx_footer {
        width: 20%;
    }

    .cont_footer_flex.riga_intera {
        padding-top: 3.5%;
    }

    .copyright-footer {
        font-size: 15px;
        line-height: 17px;
    }

    .wrapper_news_flex.news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .wrapper_news_flex.dettaglio_news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cont_news {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        margin-right: 0%;
    }

    .cont_news.last {
        min-width: 100%;
    }

    .img_news {
        height: 280px;
    }

    .data_news {
        font-size: 15px;
        line-height: 20px;
    }

    .titolo_news {
        font-size: 25px;
        line-height: 34px;
    }

    .paragrafo_news {
        font-size: 17px;
        line-height: 21px;
    }

    .the-thing {
        margin-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .slider_progetti {
        height: 470px;
    }

    .img_progetti {
        height: 300px;
    }

    .cont_descr_progetti {
        width: 100%;
        padding-left: 0%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .titolo_progetto {
        font-size: 17px;
    }

    .cont_aziende {
        margin-right: 0%;
        margin-bottom: 40px;
    }

    .img_aziende {
        height: 150px;
    }

    .titolo_luogo {
        font-size: 25px;
        line-height: 35px;
    }

    .nome_paese {
        font-size: 17px;
        line-height: 30px;
    }

    .label_checkbox {
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 23px;
        font-weight: 600;
    }

    .tit_checkobox {
        margin-bottom: 0px;
        font-size: 17px;
        line-height: 17px;
    }

    .icona_checkbox {
        width: 21px;
        height: 21px;
        margin-top: 0px;
        margin-right: 11px;
        margin-left: 0px;
    }

    .form_checkbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .checkbox_field {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
        padding-top: 0px;
        padding-left: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .checkbox_field.last {
        margin-bottom: 20px;
    }

    .invio_rete_comm {
        padding-right: 33px;
    }

    .tit_risultati_trovati {
        font-size: 20px;
    }

    .container_dettaglio_risultati {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .risultato_ricerca_rete_comm {
        width: 100%;
        margin-bottom: 7%;
    }

    .testo_rete_comm {
        font-size: 17px;
        line-height: 23px;
    }

    .testo_rete_comm.margin-bottom {
        font-size: 17px;
        line-height: 21px;
    }

    .titolo_ris_rete_comm {
        font-size: 17px;
        line-height: 23px;
    }

    .risultato_contatti {
        width: 100%;
    }

    .risultato_contatti.last {
        margin-bottom: 10%;
    }

    .risultato_contatti.form {
        margin-right: 0%;
    }

    .risultato_contatti.form.last {
        margin-bottom: 10px;
    }

    .container_contatti {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .titolo_ris_contatti_comm {
        font-size: 25px;
        line-height: 34px;
    }

    .titolo_ris_contatti_comm.full {
        font-size: 25px;
        line-height: 34px;
    }

    .label_field_contattaci {
        min-height: auto;
        font-size: 17px;
    }

    .submit_form_contatti {
        font-size: 17px;
    }

    .testo_accetta_privacy_form {
        font-size: 15px;
    }

    .titolo_categoria-ricerca {
        margin-bottom: 4%;
    }

    .wrapperr_risultati_prodotto {
        margin-bottom: 40px;
    }

    .utility-page-content {
        padding-right: 5%;
        padding-left: 5%;
    }

    .nome_paese_bold {
        font-size: 20px;
        line-height: 27px;
    }

    .slider_progetti_dettaglio {
        height: 360px;
    }

    .mask_progetti_dettaglio {
        width: 100%;
        height: 315px;
    }

    .slide-thing-dettaglio {
        padding-right: 0%;
    }

    .the-thing-dettaglio {
        width: 100%;
    }

    .img_progetti-dettaglio {
        height: 315px;
    }

    .slide_equipagg {
        height: 250px;
    }

    .cont-slide {
        height: 250px;
    }

    .img_equipagg {
        width: 70%;
        height: 130px;
        max-height: 130px;
    }

    .tit_equipagg {
        font-size: 17px;
    }

    .slider-wrapper-wide {
        height: 250px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .link_img_progetti {
        width: 100%;
        height: 100%;
    }

    .slider-_equipagg {
        height: 300px;
    }

    .link_logo_chi-siamo {
        width: 40%;
        margin-right: 5%;
        margin-bottom: 25px;
        margin-left: 5%;
    }

    .link_logo_chi-siamo.v2 {
        width: 40%;
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .link_logo_chi-siamo.last {
        margin-right: 5%;
    }

    .link_aziende_progetto {
        width: 27%;
        margin-right: 6%;
    }

    .hero_foto_settori.plumbing {
        width: 100%;
        height: 300px;
        margin-bottom: 0px;
        padding-bottom: 25px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Gruppo-di-maschere-5.png');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Gruppo-di-maschere-5.png');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .h2-title-settori_white {
        font-size: 30px;
        line-height: 41px;
    }

    .middle-line {
        margin-bottom: 8px;
    }

    .top-line {
        margin-bottom: 8px;
    }

    .menu-icon_wrapper {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        width: 40px;
        margin-top: 5%;
        margin-right: 5%;
        margin-left: 0px;
        padding-right: 0px;
    }

    .menu-icon_wrapper.mobile {
        width: 40px;
        height: 40px;
        margin-top: 0px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .list-pag {
        width: 41px;
        height: 41px;
    }

    .list-pag.active {
        width: 41px;
        height: 41px;
    }

    .num-pag {
        font-size: 17px;
        line-height: 19px;
    }

    .mask {
        height: 250px;
    }

    .cont_lingue_mobile {
        padding-top: 50px;
    }

    .swiper-slide.trusted-by-item {
        width: auto;
        height: 82px;
    }

    .numero_ticket {
        font-size: 65px;
    }

    .testo_ticket {
        font-size: 26px;
        line-height: 30px;
    }

    .background_grey {
        height: 82px;
        padding-right: 40px;
        padding-left: 40px;
    }

    .brand_menu {
        position: static;
        width: 60px;
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .brand_menu.w--current {
        position: static;
        margin-top: 30px;
        margin-bottom: 35px;
    }

    .menu_top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .menu_bottom {
        width: 100%;
    }

    .html-embed {
        font-size: 20px;
    }

    .cont_scopri_di_piu_mobile {
        position: relative;
        z-index: 100;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .image-persone {
        min-width: 100%;
    }

    .slider_storia_full {
        position: relative;
    }

    .data_storia_big {
        font-size: 140px;
        line-height: 140px;
    }

    .descr_storia_small {
        font-size: 25px;
        line-height: 28px;
    }

    .light-slide-arrow.right {
        position: absolute;
        left: 10%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #000;
    }

    .light-slide-arrow.left {
        position: absolute;
        left: 0%;
        top: auto;
        right: 10%;
        bottom: 15%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .icona_freccia_slider_grey {
        color: #000;
    }

    .slide-nav-storia {
        margin-top: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .breadcrumbs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        margin-top: 16px;
        margin-bottom: 0px;
        padding-right: 20px;
        padding-left: 20px;
        border-width: 1px;
        font-size: 10px;
    }

    .breadcrumb-link {
        font-size: 13px;
    }

    .cont_news_dettaglio {
        width: 100%;
        min-width: 100%;
        margin-right: 0%;
    }

    .img_news-_dettaglio {
        height: 280px;
    }

    .data_news_dettaglio {
        font-size: 15px;
        line-height: 20px;
    }

    .titolo_news_dettaglio {
        font-size: 25px;
        line-height: 34px;
    }

    .paragrafo_news-_dettaglio {
        font-size: 17px;
        line-height: 22px;
    }

    .video_background {
        height: auto;
        max-height: none;
        min-height: 100vh;
        padding-top: 150px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .overlay_video {
        z-index: 90;
        display: block;
        padding-top: 200px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .error-404 {
        font-size: 140px;
        line-height: 140px;
    }

    .link_logo_404 {
        margin-left: 30px;
    }

    .grid_persone {
        padding-left: 0%;
    }
}

@media screen and (max-width: 479px) {
    .hero {
        height: auto;
        max-height: none;
        min-height: 100vh;
    }

    .hero_foto.bonomi {
        padding-top: 100px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .wrapper_contenuti {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .wrapper_contenuti.video-hero {
        margin-top: 180px;
        padding-top: 0px;
    }

    .overlay {
        left: auto;
        top: 0%;
        right: auto;
        bottom: 0%;
        display: none;
        overflow: scroll;
        height: 100vh;
        max-width: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
        align-content: space-between;
    }

    .showreel-title {
        position: relative;
        width: 100%;
        padding-top: 10px;
        float: left;
        clear: left;
        line-height: 21px;
    }

    .link {
        line-height: 37px;
    }

    .menu-links {
        left: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0%;
        padding-left: 5%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .footer_menu {
        display: block;
    }

    .brand {
        width: 60px;
        margin-left: 5%;
    }

    .brand.w--current {
        width: 60px;
        margin-top: 30px;
    }

    .h1-hero {
        font-size: 6vh;
        line-height: 6.3vh;
    }

    .h1-hero.hero_vh {
        font-size: 6vh;
        line-height: 6.3vh;
    }

    .section.chi-siamo {
        margin-bottom: 40px;
        padding-top: 8vh;
    }

    .section.news {
        padding-top: 3vh;
    }

    .section.news.padding-top {
        padding-top: 60px;
    }

    .section.sezione-standard {
        width: 100%;
        padding-top: 10%;
    }

    .section.news {
        padding-top: 0px;
    }

    .h2-title {
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 34px;
    }

    .h3-testo {
        font-size: 17px;
        line-height: 21px;
    }

    .riga-cont-flex-loghi.no-margin-top {
        margin-bottom: 30px;
    }

    .cont_flex_esteso.sezioni {
        width: 90%;
    }

    .cont_big_card_hover.bonomi {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding-bottom: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .hover-block__link {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .hover-block__link.bonomi {
        position: absolute;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        max-height: 100%;
        min-height: 100%;
    }

    .hover-block__text {
        position: relative;
        left: 0px;
        top: 0%;
        right: 0px;
        bottom: auto;
        min-height: auto;
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background-color: hsla(0, 0%, 100%, 0);
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .hover-block__description {
        margin-bottom: 0px;
        font-size: 15px;
        line-height: 19px;
    }

    .sizer_quadrato {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .heading_hover {
        font-size: 25px;
    }

    .cont_sostenibilit {
        width: 100%;
        margin-right: 0%;
        padding: 5% 2%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-style: solid;
        border-width: 1px;
        border-color: #005eb8;
    }

    .cont_sostenibilit.dx {
        width: 100%;
    }

    .testo_sostenibilit {
        width: 100%;
    }

    .titolo_certificazione {
        width: 100%;
        font-size: 25px;
    }

    .testo_certificazione {
        font-size: 15px;
        line-height: 19px;
    }

    .cont_flex_esteso_sotto {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .product-slider {
        height: 436px;
    }

    .product-mask {
        width: 100%;
        height: 100%;
    }

    .dark-slide-arrow {
        width: 40px;
        height: 40px;
        margin-right: -2vw;
        margin-left: -2vw;
    }

    .dark-slide-arrow.right {
        display: none;
    }

    .dark-slide-arrow.left {
        display: none;
    }

    .card-image.extra-large {
        height: 300px;
        min-height: 100%;
        margin-bottom: 11px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-image.extra-large._1 {
        height: 300px;
        min-height: 100%;
        margin-bottom: 11px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card-image.extra-large._2 {
        height: 300px;
    }

    .card-image.extra-large._3 {
        height: 300px;
    }

    .slide-settori {
        height: 390px;
        padding-right: 0px;
    }

    .hover-text_settori {
        position: absolute;
        left: 0%;
        height: 100%;
        top: auto;
        right: auto;
        bottom: 0%;
        margin-top: 0%;
        padding-top: 35px;
        padding-bottom: 35px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: rgba(4, 47, 88, 0);
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .hover-block_description-_settori {
        margin-bottom: 0px;
        -webkit-line-clamp: 7;
    }

    .footer {
        padding-right: 20px;
        padding-left: 20px;
        text-align: left;
    }

    .footer-logo-link {
        height: 60px;
    }

    .col_sx_footer._1-col {
        padding-right: 4%;
    }

    .col_dx_footer {
        width: 13%;
    }

    .cont_news {
        width: 100%;
    }

    .img_news {
        height: 180px;
    }

    .slider_progetti {
        height: 385px;
    }

    .img_progetti {
        height: 200px;
    }

    .cont_aziende {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 40px;
        margin-left: 0%;
    }

    .img_aziende {
        height: 150px;
    }

    .cerca_rete_comm {
        font-size: 15px;
    }

    .tit_risultati_trovati {
        font-size: 20px;
    }

    .container_dettaglio_risultati {
        padding-top: 5%;
        padding-left: 6%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .risultato_ricerca_rete_comm {
        width: 100%;
    }

    .testo_rete_comm {
        font-size: 17px;
    }

    .testo_rete_comm.margin-bottom {
        margin-bottom: 30px;
        font-size: 17px;
        line-height: 21px;
    }

    .titolo_ris_rete_comm.caps {
        font-size: 1.8vh;
    }

    .risultato_contatti.form.last {
        margin-bottom: 6px;/*15px*/
    }

    .google_maps_iframe {
        max-height: none;
    }

    .titolo_ris_contatti_comm.full {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 34px;
    }

    .text_area_contattaci {
        height: 200px;
        min-height: 200px;
        margin-bottom: 15px;
    }

    .submit_form_contatti {
        margin-left: 0%;
        font-size: 17px;
    }

    .col-50-form {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cont_upload {
        width: 100%;
        margin-bottom: 20px;
    }

    .cont_upload.button {
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0%;
    }

    .titolo_categoria-ricerca {
        margin-top: 10px;
        margin-bottom: 25px;
        font-size: 1.8vh;
    }

    .risultato_cerca_prod {
        width: 100%;
        margin-right: 0%;
    }

    .img_cerca_prodotto {
        width: 45%;
    }

    .risultato_cerca_pagine {
        width: 100%;
        margin-bottom: 25px;
    }

    .titolo_ris_cerca_pag {
        font-size: 1.8vh;
    }

    .slider_progetti_dettaglio {
        height: 213px;
    }

    .mask_progetti_dettaglio {
        height: 170px;
    }

    .slide-thing-dettaglio {
        height: 170px;
    }

    .img_progetti-dettaglio {
        height: 170px;
    }

    .slide_equipagg {
        height: 210px;
    }

    .cont-slide {
        height: 210px;
    }

    .img_equipagg {
        width: 70%;
        height: 110px;
        max-height: 110px;
    }

    .slider-wrapper-wide {
        height: 210px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .slider-_equipagg {
        height: 255px;
        margin-bottom: 40px;
    }

    .link_logo_chi-siamo {
        width: 40%;
    }

    .link_logo_chi-siamo.v2 {
        margin-bottom: 20px;
    }

    .link_aziende_progetto {
        width: 40%;
        margin-right: 10%;
        margin-bottom: 30px;
    }

    .hero_foto_settori.plumbing {
        height: 250px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Gruppo-di-maschere-5.png');
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Gruppo-di-maschere-5.png');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }

    .menu-icon_wrapper.mobile {
        top: 26px;
        margin-top: 0px;
    }

    .pagination {
        margin-bottom: 40px;
    }

    .mask {
        height: 210px;
    }

    .cont_lingue_mobile {
        padding-top: 5vh;
    }

    .background_grey {
        padding-right: 10px;
        padding-left: 10px;
    }

    .brand_menu {
        position: static;
        width: 60px;
        margin-top: 30px;
        margin-bottom: 45px;
    }

    .brand_menu.w--current {
        width: 60px;
        margin-top: 30px;
    }

    .cont_scopri_di_piu_mobile {
        position: static;
        margin-top: 10vh;
    }

    .image-persone {
        width: 100%;
    }

    .light-slide-arrow {
        width: 40px;
        height: 40px;
        margin-right: -2vw;
        margin-left: -2vw;
    }

    .light-slide-arrow.right {
        position: absolute;
        left: 20%;
        top: auto;
        right: 0%;
        bottom: 15%;
        z-index: 200;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .light-slide-arrow.left {
        left: 0%;
        top: auto;
        right: 20%;
        bottom: 15%;
        z-index: 200;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: #fff;
    }

    .breadcrumbs {
        height: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

    .cont_news_dettaglio {
        width: 100%;
    }

    .img_news-_dettaglio {
        height: 180px;
    }

    .video_background {
        height: auto;
        max-height: 100vh;
        min-height: 100vh;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .overlay_video {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: 0%;
        min-height: 100vh;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 35px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .error-404 {
        margin-bottom: 1px;
        font-size: 130px;
    }

    .cont_link_404 {
        margin-top: 60px;
    }

    .link_logo_404 {
        margin-left: 20px;
    }

    .image {
        width: 60px;
    }

    .cont_flex_esteso_sotto_persone {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .grid_persone {
        padding-left: 0%;
        grid-template-areas: ". . . . . . Area"
      ". . Area-6 Area-5 Area-4 Area-3 Area-2"
      "Area-13 Area-12 Area-11 Area-10 Area-9 Area-8 Area-7";
        -ms-grid-rows: 1fr auto auto;
        grid-template-rows: 1fr auto auto;
    }
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d0b-f22795e9 {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
    grid-area: Area;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d0d-f22795e9 {
    -ms-grid-row: 3;
    -ms-grid-column: 13;
    grid-area: Area-2;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d0e-f22795e9 {
    -ms-grid-row: 3;
    -ms-grid-column: 13;
    grid-area: Area-2;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d0f-f22795e9 {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
    grid-area: Area-3;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d10-f22795e9 {
    -ms-grid-row: 3;
    -ms-grid-column: 13;
    grid-area: Area-2;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d11-f22795e9 {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
    grid-area: Area-4;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d13-f22795e9 {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
    grid-area: Area-9;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d15-f22795e9 {
    -ms-grid-row: 5;
    -ms-grid-column: 13;
    grid-area: Area-7;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d16-f22795e9 {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: Area-5;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d17-f22795e9 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: Area-6;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d19-f22795e9 {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: Area-5;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d1b-f22795e9 {
    -ms-grid-row: 5;
    -ms-grid-column: 11;
    grid-area: Area-8;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d1d-f22795e9 {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
    grid-area: Area-10;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d1f-f22795e9 {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
    grid-area: Area-11;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d21-f22795e9 {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: Area-12;
}

#w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d23-f22795e9 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: Area-13;
}

@media screen and (max-width: 479px) {
    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d0b-f22795e9 {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d0d-f22795e9 {
        -ms-grid-row: 2;
        -ms-grid-column: 7;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d0e-f22795e9 {
        -ms-grid-row: 2;
        -ms-grid-column: 7;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d0f-f22795e9 {
        -ms-grid-row: 2;
        -ms-grid-column: 6;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d10-f22795e9 {
        -ms-grid-row: 2;
        -ms-grid-column: 7;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d11-f22795e9 {
        -ms-grid-row: 2;
        -ms-grid-column: 5;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d13-f22795e9 {
        -ms-grid-row: 3;
        -ms-grid-column: 5;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d15-f22795e9 {
        -ms-grid-row: 3;
        -ms-grid-column: 7;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d16-f22795e9 {
        -ms-grid-row: 2;
        -ms-grid-column: 4;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d17-f22795e9 {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d19-f22795e9 {
        -ms-grid-row: 2;
        -ms-grid-column: 4;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d1b-f22795e9 {
        -ms-grid-row: 3;
        -ms-grid-column: 6;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d1d-f22795e9 {
        -ms-grid-row: 3;
        -ms-grid-column: 4;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d1f-f22795e9 {
        -ms-grid-row: 3;
        -ms-grid-column: 3;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d21-f22795e9 {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    #w-node-_4dc3f47e-a51c-5fa2-8d18-d84a0dec7d23-f22795e9 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
}

@font-face {
    font-family: 'Ttcommons';
    src: url('../fonts/TTCommons-DemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ttcommons';
    src: url('../fonts/TTCommons-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ttcommons';
    src: url('../fonts/TTCommons-Bold.ttf') format('truetype'), url('../fonts/TTCommons-ExtraBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ttcommons';
    src: url('../fonts/TTCommons-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ttcommons';
    src: url('../fonts/TTCommons-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ttcommons';
    src: url('../fonts/TTCommons-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ttcommons';
    src: url('../fonts/TTCommons-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ttcommons';
    src: url('../fonts/TTCommons-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/* CUSTOM CSS */

.link_menu_sx.w--current:before {
    content: ".";
    width: 70px;
    height: 2px;
    float: left;
    background: grey;
    color: transparent;
    margin-top: 4%;
}
.link_menu_sx:before {
    content: ".";
    width: 34px;
    height: 2px;
    float: left;
    background: grey;
    color: transparent;
    margin-top: 7px;
    margin-right: 8px;
}

/* freccia  */
.testo_pulsante_freccia {
    font-family: Ttcommons, sans-serif;
    font-size:2.1vh;
    margin-right: 12px;
    text-decoration:none;
    color:black;
}

.flex-pulsante-freccia {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    text-decoration:none;
}

@media screen and (max-width: 767px) {
    .flex-pulsante-freccia.no-margin-top {
        margin-top: 0px;
    }
}

a .arrow {
    width: 60px;
    transition: all 0.3s ease;
}

a:hover .arrow {
    width: 120px;
    background: #1075BB;
}
a:hover .arrow .head:after,
a:hover .arrow .head {
    border-color: #1075BB;
    background: #1075BB;
}
a:hover .testo_pulsante_freccia {
    color:#1075BB;
    text-decoration:underline;
}

.arrow{
    position: relative;
    background: black;
    height: 1.2px;
    margin-top: 10px;
}

.arrow .head,
.arrow .head:after {
    border: 0.5px solid black;
    border-radius: 2px;
    width: 14px;
    position: absolute;
    right: -4px;
    top: 4.5px;
    transform: rotate(-45deg);
    background: black;
}

.arrow .head:after {
    content: "";
    border-color: black;
    right: -9px;
    top: -8px;
    transform: rotate(90deg);
    background: black;
}
.flex-pulsante-freccia.margin-15 {
    margin-top:10px;
}
.testo_pulsante_freccia.bianco{
    color: white;
    font-family: Ttcommons, sans-serif;
    font-size: 1.8vh;
    line-height: 2.4vh;
    font-weight: 300;
}
.arrow.bianco {
    background: white;
}
.arrow.bianco .head.bianco, .arrow.bianco .head.bianco:after {
    border: 0.5px solid white;
    background: white;
}

a.flex-pulsante-freccia.margin-15.no-hover:hover .arrow {
    width: 60px;

}
a.flex-pulsante-freccia.margin-15.no-hover:hover .testo_pulsante_freccia.bianco{
    color:white;
}
a.flex-pulsante-freccia.margin-15.no-hover:hover .arrow.bianco{
    background: white;
}

/* arrow responsive */
@media screen and (max-width: 767px) {
    .testo_pulsante_freccia {
        font-size:17px;
        margin-right: 12px;
        text-decoration: none;
        color: black;
    }

    .arrow .head, .arrow .head:after {
        border: 1px solid black;
        right: -4px;
        width: 13px;
    }
    .arrow.bianco .head.bianco, .arrow.bianco .head.bianco:after {
        border: 1px solid white;
        right: -4px;
        width: 13px;
    }
    .arrow .head, .arrow.bianco .head.bianco  {
        width: 14px;
    }

    .arrow .head:after, .arrow.bianco .head.bianco:after {
        right: -8px;
        top: -8px;
    }

    .arrow .arrow.bianco {
        height: 2px;
    }

    .foto_persona {
        padding: 0;
    }

}



/*slider*/
.w-icon-slider-right:before {
    font-size: 15px;
}
.w-icon-slider-left:before {
    font-size: 15px;
}
.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 3em;
    height: 0.4em;
    background-color: #e1e1e1;
    cursor: pointer;
    margin: 0 0px 0;
    margin-left: 0px !important;
    margin-right: 0px !important;
    transition: background-color 100ms,color 100ms;
}
.w-slider-dot.w-active {
    background-color: #868686;
}

/* gestione hover settori */
.card-image.extra-large:hover .sfondo_icona_settori {
    background:white;
}
.card-image.extra-large._1:hover .icona_settori_hover {
    background-image: url(https://uploads-ssl.webflow.com/620f51c4c1d0436eae2795e7/62178b6200775757a53b458a_icona%20plumbing%20hover.png);
}
.card-image.extra-large._2:hover .icona_settori_hover {
    background-image: url(https://uploads-ssl.webflow.com/620f51c4c1d0436eae2795e7/6217987871ef1dc4700fa80d_industrial%20grigio.png);
}
.card-image.extra-large._3:hover .icona_settori_hover {
    background-image: url(https://uploads-ssl.webflow.com/620f51c4c1d0436eae2795e7/62179879dbbcb66a0813b439_marine%20colorato.png);
}


@media screen and (max-width: 1270px) {
    .brand.w--current {
        width: 117px;
        margin-top: 30px;
        margin-left: 0px;
        padding: 2px 4px;
    }
    .img-logo {
        max-width: 117px;
        min-width: fit-content;
    }
    .link_menu_sx.w--current {
        font-family: Ttcommons, sans-serif;
        color: #868686;
        font-size: 2.9vh;
        font-weight: 700;
    }
}

@media screen and (max-width: 1500px) {
    .link {
        font-size: 5vh;
        line-height: 6vh;
    }
}

@media screen and (max-width: 1800px) {
    .link {
        font-size: 6.4vh;
        line-height: 6.5vh;
    }
}
