/* MINI */
@media only screen and (
    min-device-width: 768px) 
    and (max-device-width: 820px) 
    and (orientation: portrait) 
    and (-webkit-min-device-pixel-ratio: 2) {
.section-numbers {
    padding: 2rem 0 1.5rem !important;
}
.numbers-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.number-card h3 {
    font-size: 2.6rem;
}
.number-card p {
    font-size: 14px;
}
.button-header{
    display:none;
}
.section-with-bg {
    position: relative;
   
}
.grid-product {
    grid-template-columns: 1fr 1fr;
}
.item-product {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap:1rem;
}
.grid-accessories {
    grid-template-columns: 1fr 1fr;
}
.footer-content {
    grid-template-columns: repeat(2, 1fr);
}

.footer-area {
    grid-template-columns: 1fr;
    gap: 2rem;
}
.site-footer{
    position:relative;
    margin-top: 1rem;
}
.p-max {
    font-size: 2rem;
    line-height: 2.2rem;
}
.p-max-mobile{
    font-size: 1.6rem;
    line-height: 1.8rem;
}
.buttons-vertical a span {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.buttons-vertical a span.button_more {
    gap: 0;
    font-size:0;
}
.top-head{
    padding:1rem;
}
.p-middle {
    font-size: 2rem;
    line-height: 2.2rem;
}
.title-prod-card {
    font-size: 1.6rem;
    line-height: 2rem;
}
.form-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 1rem;
}
.white-form {
    padding: 1rem 0rem;
    border-radius: 10px;
}
.bg-contact{
        padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}
.footer-links a {
    color: #fff;
}
.footer-links li a svg {
    transform: translateY(0%);
}
.letter-strange {
    letter-spacing: -3px;
}
.bottom-footer .container {
    gap: 1rem;
    grid-template-columns: 1fr;
}
.loghi-footer img {
    width: 70%;
    height: auto;
}
.p-mobile-0{
    padding-right:0;
    padding-left:0;
}
.tabs{
    top: 5rem;
    padding-right: 1rem;
    padding-left: 1rem;
}
.bg-expert{
    margin-bottom: 0;
    margin-top: 1rem;
}

.bg-contact {
    padding: 2rem 1rem !important;
}
.section {
    padding: 2rem 0;
}

.top-head {
    padding: 1rem 2rem;
}
.buttons-vertical{
    padding-top: 1rem;
    top: 0;
}
.section-with-bg {
    min-height: inherit;
}
.container {
    padding-left: 2rem;
    padding-right: 2rem;
}
.pb-mobile-0{
    padding-bottom:0;
}
h2{
    margin-bottom: 1rem;
}
.p-middle-mobile{
    font-size:1.4rem;
    line-height:1.8rem;
}
.item-accessory {
    gap: 1.5rem;
}
.buttons-vertical a {
    padding: 1rem 0;
  
}
.miniature-prod{
    height: 20vh;
}
.fit-width {
    width: 100%;
}
.custom-button {
    justify-content: space-between;
    width:100%;
}
.item-product:hover {
    box-shadow: 0 0 0 0px #a5a5a550;
    background-color: #f5f5f9;
}
.item-accessory:hover {
    box-shadow: 0 0 0 0px #a5a5a550;
    background-color: #f5f5f9;
}
.item-product .custom-button{
    background-color: var(--primary-color);
    color: #fff;
}
.images-certifate{
    flex-direction: column;
    padding: 1rem 2rem;
    justify-content: space-between;
}
.white-form .col-12{
    padding:0 1rem;
}
.label-check{
    letter-spacing: 0;
    line-height: 20px;
}
.site-footer .sec-footer{
    padding: 1rem 0;
}
.contact-item p{
    font-size: 16px;
}
.footer-bottom p{
    letter-spacing: 0;
    font-size: 14px;
}
.bottom-footer{
    padding: 2rem 0;
}
.bottom-footer p{
    font-size: 14px;
}
.hero-page {
    min-height: 50vh !important;
    align-items: flex-end;
    padding-bottom: 2rem;
}
.text-grid {
    grid-template-columns: 100%;
    gap: 2rem;
}
.order-mobile-1{
    order:1;
}
.sec-accessorires > .text-grid:nth-child(odd){
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.sec-accessorires > .text-grid:nth-child(even){
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.gallery-grid{
    padding:0;
}
.grid-contact{
    grid-template-columns: 100%;
}
.hero-page .hero-title{
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom:1rem;
}
.breadcrumbs-container li{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;

}
.bg-page-case-history{
    background-position: center;
}
.bg-page-accessory{
    background-position: center;
}
.img-100-rounded{
    height: 40vh;
}
.grid-product.inverse{
    margin-top:0;
}
.sec-accessorires .img-100-rounded{
    height: 100%;
}
.gap-mobile-0{
    gap:0;
}
.grid-container{
    gap: 1.5rem;
}
.grid-contact{
    gap: 1.5rem;
    margin-top: 0;
}
.item-grid-contact{
    padding: 1rem;

}
.p-middle-mobile-v2{
    font-size:1.2rem;
    line-height:1.4rem;
}
.loader-left {
    transform: translateX(-5rem);
    height: 20rem;
}
.logo-loader {
    width: 60vw;

}
.loader-right {
    transform: translateX(6.7rem);
    height: 20rem;
}
.item-private-area{
    gap: 0.5rem;
    flex-direction: column;
    align-items: stretch;
}
.actions-file {
    width: 100%;
    justify-content: flex-end;
}
.item-private-area svg {
    height: 3.5rem;
}
.file-private-area {
    gap: 1rem;
}
.no-sticky-section-simple {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-bottom: 0rem;
}
.hero-section {
    min-height: 60vh;
    grid-template-columns: 1fr;
    padding: 8rem 2rem 3rem 2rem;
    margin-bottom: 0;
}
.hero-title{
    font-size: 4rem;
    line-height: 4.5rem;
}
.sec-templates > section:nth-child(even) .order-template-1 {
    order: 0;
}
.ul-mobile .item-menu.has-submenu .menu-label {
    font-size: 3rem;
}
.ul-mobile li a > span {
    font-size: 2rem;
}
.ul-mobile .sub-menu .nav-link {
    font-size: 2rem;
}
.glight-img .image_title {
    opacity: 1;
}
.no-mobile-span{
    display:none;
}
.grid-item.width-25 {
width: calc(50% - 1rem);
}
.grid-item.width-33 {
width: calc(50% - 1rem);
}
.grid-item.width-50 {
width: calc(50% - 1rem);
}
.grid-item.width-75 {
width: calc(50% - 1rem);
}
.grid-item.width-100 {
width: calc(50% - 1rem);
}
.bg-page-404 {
    display: flex;
align-content: center;
align-items: center;
justify-content: center;        
}
.hero-page.bg-page-404 .hero-content .custom-button {
    width:fit-content;
}





















/*///////////////////////////////////////////////////////////////////////////////*/
/*NEW RESPONSIVE*/
.hero-col-right {
    display: none;
}
.logo-container.in-page {
    background: transparent;
}
.logo-container {
    padding: 0;
}
.servizi-grid {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 2rem;
}
.hero-desc {
    font-size: 24px;
    line-height: 29px;
}
.home-title-h2 {
    font-size: 24px;
    line-height: 29px;
    text-align: left;
}
.pp-section-title {
    font-size: 3rem;
    text-align: left;
}
.pat-list {
    grid-auto-flow: row;
    grid-template-rows: repeat(14, auto);
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem 1.2rem;
}
.modal-nav-mobile .ul-mobile {
    gap: 2rem;
    padding: 3rem 1rem 3rem 1rem;
}
.item-menu.in-page {
    color: #fff;
    background: transparent;
}
.home-section {
    align-items: flex-start;
    padding: 1rem 0;
}
.align-container-right{
    padding: 0 1rem;
}
.section,
.section-with-bg,
.bg-blue,
.bg-expert {
    margin: 0;
    top: 0;
}
.img-100-rounded.h-70 {
    height: 40vh;
} 
.section-flex-gap-4 {
    gap: 2rem;
}
.intro-row {
    align-items: flex-start;
    gap: 0rem;
    flex-direction: column;
    align-content: flex-start;
}
.section-professionisti {
    padding: 1rem 0;
}
.staff-grid {
    grid-template-columns: repeat(2, 1fr);
}
.servizi-list-card {
    gap: 1rem;
}
.servizi-list-card-icon img {
    width: 5.5rem;
    height: 5.5rem;
}
.servizi-list-card-title h4 {
    font-size: 18px;
}
.hero-page .hero-title {
    font-size: 3rem;
    line-height: 3.5rem;
}
.breadcrumbs-container li {
    font-size: 11px;
    line-height: 13px;
}
.hero-product-icon {
    width: 10rem;
}
.section-heading {
    font-size: 2rem;
    line-height: 2.2rem;
}
.text-content-subtitle {
    font-size: 24px;
    line-height: 27px;
}
.product-detail-block {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.product-detail-layout {
    gap: 3rem;
}
.hero-page-gradient {
    margin: 1rem 0;
    background-position: center;
}
.sidebar-service-item {
    font-size: 16px;
    line-height: 19px;
}
.product-row {
    margin-bottom: 2rem;
}
.intro-section {
    padding: 1rem 0;
}
/* .pp-news-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
} */
.pp-news-card {
    padding: 1.5rem;
    min-height: 23vh;
}
.pp-news-card-btn {
    width: fit-content;
    gap: 2rem;
}
.pp-content-with-sidebar {
    padding: 0;
}
.intro-title .pp-section-title {
    margin-bottom: 1rem;
}
.pp-section-title.medium {
    font-size: 2rem;
}
.product-detail-content {
    padding: 0;
}
.container.no_mob_padding{
    padding-left: 0;
    padding-right: 0;
}
.staff-card {
    border:0;
    padding: 0;
}
.pp-news-grid {
    gap: 1.5rem;
}
.pp-news-card:hover {
    background: #fff;
    border-color: var(--color-primary);
}
.pp-news-card:hover .pp-news-card-title {
    color: inherit;
}
.pp-news-card:hover .pp-news-card-excerpt {
    color: inherit;
}
.pp-news-card:hover .pp-news-card-btn
 {
    background: var(--pp-navy);
    border-color: inherit;
    color: #fff;
}
.section.lateral_padding.no_mob_padding {
    padding-left: 0;
    padding-right: 0;
}
.pp-sidebar-news-title{
    font-size: 18px;
    line-height: 23px;
}
.pp-sidebar-news-desc{
    font-size: 16px;
    line-height: 18px;
}
.typeformscrypt {
    padding: 1rem;
}
.staff-card-name {
    font-size: 1rem;
}
.staff-card-role {
    font-size: 0.8rem;
}
.staff-card:hover {
    background: #fff;
    border-color: #fff;
}
.staff-card:hover .staff-card-img {
    border-color: var(--primary-color);
}
.staff-card:hover .staff-card-info {
    border-color: var(--primary-color);
}
.staff-card:hover .staff-card-name, .staff-card:hover .staff-card-role {
    color: var(--primary-color);
}
.tab-pt-0{
    padding-top: 0;
}
.section-professionisti.contatti-section {
    padding: 1rem 0 2rem 0;
}
.only_mobile {
    display: block;
    padding-top: 1rem;
}
.pat-item span {
    font-size: 17px;
}
}











/* AIR */
@media only screen 
and (min-device-width: 820px) 
and (max-device-width: 1020px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 2)  {
.section-numbers {
    padding: 2rem 0 1.5rem !important;
}
.numbers-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.number-card h3 {
    font-size: 2.6rem;
}
.number-card p {
    font-size: 14px;
}
.button-header{
    display:none;
}
.section-with-bg {
    position: relative;
   
}
.grid-product {
    grid-template-columns: 1fr 1fr;
}
.item-product {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap:1rem;
}
.grid-accessories {
    grid-template-columns: 1fr 1fr;
}
.footer-content {
    grid-template-columns: repeat(2, 1fr);
}

.footer-area {
    grid-template-columns: 1fr;
    gap: 2rem;
}
.site-footer{
    position:relative;
    margin-top: 1rem;
}
.p-max {
    font-size: 2rem;
    line-height: 2.2rem;
}
.p-max-mobile{
    font-size: 1.6rem;
    line-height: 1.8rem;
}
.buttons-vertical a span {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.buttons-vertical a span.button_more {
    gap: 0;
    font-size:0;
}
.top-head{
    padding:1rem;
}
.p-middle {
    font-size: 2rem;
    line-height: 2.2rem;
}
.title-prod-card {
    font-size: 1.6rem;
    line-height: 2rem;
}
.form-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 1rem;
}
.white-form {
    padding: 1rem 0rem;
    border-radius: 10px;
}
.bg-contact{
        padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}
.footer-links a {
    color: #fff;
}
.footer-links li a svg {
    transform: translateY(0%);
}
.letter-strange {
    letter-spacing: -3px;
}
.bottom-footer .container {
    gap: 1rem;
    grid-template-columns: 1fr;
}
.loghi-footer img {
    width: 70%;
    height: auto;
}
.p-mobile-0{
    padding-right:0;
    padding-left:0;
}
.tabs{
    top: 5rem;
    padding-right: 1rem;
    padding-left: 1rem;
}
.bg-expert{
    margin-bottom: 0;
    margin-top: 1rem;
}

.bg-contact {
    padding: 2rem 1rem !important;
}
.section {
    padding: 2rem 0;
}

.top-head {
    padding: 1rem 2rem;
}
.buttons-vertical{
    padding-top: 1rem;
    top: 0;
}
.section-with-bg {
    min-height: inherit;
}
.container {
    padding-left: 2rem;
    padding-right: 2rem;
}
.pb-mobile-0{
    padding-bottom:0;
}
h2{
    margin-bottom: 1rem;
}
.p-middle-mobile{
    font-size:1.4rem;
    line-height:1.8rem;
}
.item-accessory {
    gap: 1.5rem;
}
.buttons-vertical a {
    padding: 1rem 0;
  
}
.miniature-prod{
    height: 20vh;
}
.fit-width {
    width: 100%;
}
.custom-button {
    justify-content: space-between;
    width:100%;
}
.item-product:hover {
    box-shadow: 0 0 0 0px #a5a5a550;
    background-color: #f5f5f9;
}
.item-accessory:hover {
    box-shadow: 0 0 0 0px #a5a5a550;
    background-color: #f5f5f9;
}
.item-product .custom-button{
    background-color: var(--primary-color);
    color: #fff;
}
.images-certifate{
    flex-direction: column;
    padding: 1rem 2rem;
    justify-content: space-between;
}
.white-form .col-12{
    padding:0 1rem;
}
.label-check{
    letter-spacing: 0;
    line-height: 20px;
}
.site-footer .sec-footer{
    padding: 1rem 0;
}
.contact-item p{
    font-size: 16px;
}
.footer-bottom p{
    letter-spacing: 0;
    font-size: 14px;
}
.bottom-footer{
    padding: 2rem 0;
}
.bottom-footer p{
    font-size: 14px;
}
.hero-page {
    min-height: 40vh !important;
    align-items: flex-end;
    padding-bottom: 2rem;
}
.text-grid {
    grid-template-columns: 100%;
    gap: 2rem;
}
.order-mobile-1{
    order:1;
}
.sec-accessorires > .text-grid:nth-child(odd){
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.sec-accessorires > .text-grid:nth-child(even){
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.gallery-grid{
    padding:0;
}
.grid-contact{
    grid-template-columns: 100%;
}
.hero-page .hero-title{
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom:1rem;
}
.breadcrumbs-container li{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;

}
.bg-page-case-history{
    background-position: center;
}
.bg-page-accessory{
    background-position: center;
}
.img-100-rounded{
    height: 40vh;
}
.grid-product.inverse{
    margin-top:0;
}
.sec-accessorires .img-100-rounded{
    height: 100%;
}
.gap-mobile-0{
    gap:0;
}
.grid-container{
    gap: 1.5rem;
}
.grid-contact{
    gap: 1.5rem;
    margin-top: 0;
}
.item-grid-contact{
    padding: 1rem;

}
.p-middle-mobile-v2{
    font-size:1.2rem;
    line-height:1.4rem;
}
.loader-left {
    transform: translateX(-5rem);
    height: 20rem;
}
.logo-loader {
    width: 60vw;

}
.loader-right {
    transform: translateX(6.7rem);
    height: 20rem;
}
.item-private-area{
    gap: 0.5rem;
    flex-direction: column;
    align-items: stretch;
}
.actions-file {
    width: 100%;
    justify-content: flex-end;
}
.item-private-area svg {
    height: 3.5rem;
}
.file-private-area {
    gap: 1rem;
}
.no-sticky-section-simple {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-bottom: 0rem;
}
.hero-section {
    min-height: 60vh;
    grid-template-columns: 1fr;
    padding: 8rem 2rem 3rem 2rem;
    margin-bottom: 0;
}
.hero-title{
    font-size: 4rem;
    line-height: 4.5rem;
}
.sec-templates > section:nth-child(even) .order-template-1 {
    order: 0;
}
.ul-mobile .item-menu.has-submenu .menu-label {
    font-size: 3rem;
}
.ul-mobile li a > span {
    font-size: 2rem;
}
.ul-mobile .sub-menu .nav-link {
    font-size: 2rem;
}
.glight-img .image_title {
    opacity: 1;
}
.no-mobile-span{
    display:none;
}
.grid-item.width-25 {
width: calc(50% - 1rem);
}
.grid-item.width-33 {
width: calc(50% - 1rem);
}
.grid-item.width-50 {
width: calc(50% - 1rem);
}
.grid-item.width-75 {
width: calc(50% - 1rem);
}
.grid-item.width-100 {
width: calc(50% - 1rem);
}
.bg-page-404 {
    display: flex;
align-content: center;
align-items: center;
justify-content: center;        
}
.hero-page.bg-page-404 .hero-content .custom-button {
    width:fit-content;
}





















/*///////////////////////////////////////////////////////////////////////////////*/
/*NEW RESPONSIVE*/
.hero-col-right {
    display: none;
}
.logo-container.in-page {
    background: transparent;
}
.logo-container {
    padding: 0;
}
.servizi-grid {
    grid-template-columns: repeat(3, 1fr);
    padding-top: 2rem;
}
.hero-desc {
    font-size: 24px;
    line-height: 29px;
}
.home-title-h2 {
    font-size: 24px;
    line-height: 29px;
    text-align: left;
}
.pp-section-title {
    font-size: 3rem;
    text-align: left;
}
.pat-list {
    grid-auto-flow: row;
    grid-template-rows: repeat(14, auto);
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem 1.2rem;
}
.modal-nav-mobile .ul-mobile {
    gap: 2rem;
    padding: 3rem 1rem 3rem 1rem;
}
.item-menu.in-page {
    color: #fff;
    background: transparent;
}
.home-section {
    align-items: flex-start;
    padding: 1rem 0;
}
.align-container-right{
    padding: 0 1rem;
}
.section,
.section-with-bg,
.bg-blue,
.bg-expert {
    margin: 0;
    top: 0;
}
.img-100-rounded.h-70 {
    height: 40vh;
} 
.section-flex-gap-4 {
    gap: 2rem;
}
.intro-row {
    align-items: flex-start;
    gap: 0rem;
    flex-direction: column;
    align-content: flex-start;
}
.section-professionisti {
    padding: 1rem 0;
}
.staff-grid {
    grid-template-columns: repeat(2, 1fr);
}
.hero-page .hero-title {
    font-size: 3rem;
    line-height: 3.5rem;
}
.breadcrumbs-container li {
    font-size: 11px;
    line-height: 13px;
}
.hero-product-icon {
    width: 10rem;
}
.section-heading {
    font-size: 2rem;
    line-height: 2.2rem;
}
.text-content-subtitle {
    font-size: 24px;
    line-height: 27px;
}
.product-detail-block {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.product-detail-layout {
    gap: 3rem;
}
.hero-page-gradient {
    margin: 1rem 0;
    background-position: center;
}
.sidebar-service-item {
    font-size: 16px;
    line-height: 19px;
}
.product-row {
    margin-bottom: 2rem;
}
.intro-section {
    padding: 1rem 0;
}
/* .pp-news-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
} */
.pp-news-card {
    padding: 1.5rem;
    min-height: 23vh;
}
.pp-news-card-btn {
    width: fit-content;
    gap: 2rem;
}
.pp-content-with-sidebar {
    padding: 0;
}
.intro-title .pp-section-title {
    margin-bottom: 1rem;
}
.pp-section-title.medium {
    font-size: 2rem;
}
.product-detail-content {
    padding: 0;
}
.container.no_mob_padding{
    padding-left: 0;
    padding-right: 0;
}
.staff-card {
    border:0;
    padding: 0;
}
.pp-news-grid {
    gap: 1.5rem;
}
.pp-news-card:hover {
    background: #fff;
    border-color: var(--color-primary);
}
.pp-news-card:hover .pp-news-card-title {
    color: inherit;
}
.pp-news-card:hover .pp-news-card-excerpt {
    color: inherit;
}
.pp-news-card:hover .pp-news-card-btn
 {
    background: var(--pp-navy);
    border-color: inherit;
    color: #fff;
}
.section.lateral_padding.no_mob_padding {
    padding-left: 0;
    padding-right: 0;
}
.pp-sidebar-news-title{
    font-size: 19px;
    line-height: 24px;
}
.pp-sidebar-news-desc{
    font-size: 17px;
    line-height: 20px;
}
.typeformscrypt {
    padding: 1rem;
}
.staff-card-name {
    font-size: 1rem;
}
.staff-card-role {
    font-size: 0.9rem;
}
.staff-card:hover {
    background: #fff;
    border-color: #fff;
}
.staff-card:hover .staff-card-img {
    border-color: var(--primary-color);
}
.staff-card:hover .staff-card-info {
    border-color: var(--primary-color);
}
.staff-card:hover .staff-card-name, .staff-card:hover .staff-card-role {
    color: var(--primary-color);
}
.modal-nav-mobile.open-menu {
    height: 75vh;
}
.tab-pt-0{
    padding-top: 0;
}
.servizi-list {
    gap: 1.5rem;
}
.servizi-list-card {
    gap: 1.5rem;
}
.servizi-list-card-icon {
    width: auto;
    height: auto;
    padding: 0.5rem;
    overflow: visible;
}
.servizi-list-card-icon img {
    width: 5.5rem;
    height: 5.5rem;
}
.servizi-list-card-title h4 {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
}
.section-professionisti.contatti-section {
    padding: 1rem 0 2rem 0;
}
.only_mobile {
    display: block;
    padding-top: 1rem;
}
.pat-item span {
    font-size: 17px;
    color: var(--pp-navy);
    line-height: 1.3;
    font-weight: 600;
}
}














/* PRO */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 2) {
.section-numbers {
    padding: 2rem 0 1.5rem !important;
}
.numbers-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.number-card h3 {
    font-size: 2.6rem;
}
.number-card p {
    font-size: 14px;
}
.button-header{
    display:none;
}
.section-with-bg {
    position: relative;
   
}
.grid-product {
    grid-template-columns: 1fr 1fr;
}
.item-product {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    gap:1rem;
}
.grid-accessories {
    grid-template-columns: 1fr 1fr;
}
.footer-content {
    grid-template-columns: repeat(2, 1fr);
}

.footer-area {
    grid-template-columns: 1fr;
    gap: 2rem;
}
.site-footer{
    position:relative;
    margin-top: 1rem;
}
.p-max {
    font-size: 2rem;
    line-height: 2.2rem;
}
.p-max-mobile{
    font-size: 1.6rem;
    line-height: 1.8rem;
}
.buttons-vertical a span {
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.buttons-vertical a span.button_more {
    gap: 0;
    font-size:0;
}
.top-head{
    padding:1rem;
}
.p-middle {
    font-size: 2rem;
    line-height: 2.2rem;
}
.title-prod-card {
    font-size: 1.6rem;
    line-height: 2rem;
}
.form-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 1rem;
}
.white-form {
    padding: 1rem 0rem;
    border-radius: 10px;
}
.bg-contact{
        padding-left: var(--container-padding);
    padding-right: var(--container-padding);
}
.footer-links a {
    color: #fff;
}
.footer-links li a svg {
    transform: translateY(0%);
}
.letter-strange {
    letter-spacing: -3px;
}
.bottom-footer .container {
    gap: 1rem;
    grid-template-columns: 1fr;
}
.loghi-footer img {
    width: 70%;
    height: auto;
}
.p-mobile-0{
    padding-right:0;
    padding-left:0;
}
.tabs{
    top: 5rem;
    padding-right: 1rem;
    padding-left: 1rem;
}
.bg-expert{
    margin-bottom: 0;
    margin-top: 1rem;
}

.bg-contact {
    padding: 2rem 1rem !important;
}
.section {
    padding: 2rem 0;
}

.top-head {
    padding: 1rem 2rem;
}
.buttons-vertical{
    padding-top: 1rem;
    top: 0;
}
.section-with-bg {
    min-height: inherit;
}
.container {
    padding-left: 2rem;
    padding-right: 2rem;
}
.pb-mobile-0{
    padding-bottom:0;
}
h2{
    margin-bottom: 1rem;
}
.p-middle-mobile{
    font-size:1.4rem;
    line-height:1.8rem;
}
.item-accessory {
    gap: 1.5rem;
}
.buttons-vertical a {
    padding: 1rem 0;
  
}
.miniature-prod{
    height: 20vh;
}
.fit-width {
    width: 100%;
}
.custom-button {
    justify-content: space-between;
    width:100%;
}
.item-product:hover {
    box-shadow: 0 0 0 0px #a5a5a550;
    background-color: #f5f5f9;
}
.item-accessory:hover {
    box-shadow: 0 0 0 0px #a5a5a550;
    background-color: #f5f5f9;
}
.item-product .custom-button{
    background-color: var(--primary-color);
    color: #fff;
}
.images-certifate{
    flex-direction: column;
    padding: 1rem 2rem;
    justify-content: space-between;
}
.white-form .col-12{
    padding:0 1rem;
}
.label-check{
    letter-spacing: 0;
    line-height: 20px;
}
.site-footer .sec-footer{
    padding: 1rem 0;
}
.contact-item p{
    font-size: 16px;
}
.footer-bottom p{
    letter-spacing: 0;
    font-size: 14px;
}
.bottom-footer{
    padding: 2rem 0;
}
.bottom-footer p{
    font-size: 14px;
}
.hero-page {
    min-height: 35vh !important;
    align-items: flex-end;
    padding-bottom: 2rem;
}
.text-grid {
    grid-template-columns: 100%;
    gap: 2rem;
}
.order-mobile-1{
    order:1;
}
.sec-accessorires > .text-grid:nth-child(odd){
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.sec-accessorires > .text-grid:nth-child(even){
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}
.gallery-grid{
    padding:0;
}
.grid-contact{
    grid-template-columns: 100%;
}
.hero-page .hero-title{
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom:1rem;
}
.breadcrumbs-container li{
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;

}
.bg-page-case-history{
    background-position: center;
}
.bg-page-accessory{
    background-position: center;
}
.img-100-rounded{
    height: 40vh;
}
.grid-product.inverse{
    margin-top:0;
}
.sec-accessorires .img-100-rounded{
    height: 100%;
}
.gap-mobile-0{
    gap:0;
}
.grid-container{
    gap: 1.5rem;
}
.grid-contact{
    gap: 1.5rem;
    margin-top: 0;
}
.item-grid-contact{
    padding: 1rem;

}
.p-middle-mobile-v2{
    font-size:1.2rem;
    line-height:1.4rem;
}
.loader-left {
    transform: translateX(-5rem);
    height: 20rem;
}
.logo-loader {
    width: 60vw;

}
.loader-right {
    transform: translateX(6.7rem);
    height: 20rem;
}
.item-private-area{
    gap: 0.5rem;
    flex-direction: column;
    align-items: stretch;
}
.actions-file {
    width: 100%;
    justify-content: flex-end;
}
.item-private-area svg {
    height: 3.5rem;
}
.file-private-area {
    gap: 1rem;
}
.no-sticky-section-simple {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin-bottom: 0rem;
}
.hero-section {
    min-height: 50vh;
    grid-template-columns: 1fr;
    padding: 15rem 2rem 3rem 2rem;
    margin-bottom: 0;
}
.hero-title{
    font-size: 4rem;
    line-height: 4.5rem;
}
.sec-templates > section:nth-child(even) .order-template-1 {
    order: 0;
}
.ul-mobile .item-menu.has-submenu .menu-label {
    font-size: 3rem;
}
.ul-mobile li a > span {
    font-size: 2rem;
}
.ul-mobile .sub-menu .nav-link {
    font-size: 2rem;
}
.glight-img .image_title {
    opacity: 1;
}
.no-mobile-span{
    display:none;
}
.grid-item.width-25 {
width: calc(50% - 1rem);
}
.grid-item.width-33 {
width: calc(50% - 1rem);
}
.grid-item.width-50 {
width: calc(50% - 1rem);
}
.grid-item.width-75 {
width: calc(50% - 1rem);
}
.grid-item.width-100 {
width: calc(50% - 1rem);
}
.bg-page-404 {
    display: flex;
align-content: center;
align-items: center;
justify-content: center;        
}
.hero-page.bg-page-404 .hero-content .custom-button {
    width:fit-content;
}





















/*///////////////////////////////////////////////////////////////////////////////*/
/*NEW RESPONSIVE*/
.hero-col-right {
    display: none;
}
.logo-container.in-page {
    background: transparent;
}
.logo-container {
    padding: 0;
}
.servizi-grid {
    grid-template-columns: repeat(4, 1fr);
    padding-top: 2rem;
}
.hero-desc {
    font-size: 24px;
    line-height: 29px;
}
.home-title-h2 {
    font-size: 24px;
    line-height: 29px;
    text-align: left;
}
.pp-section-title {
    font-size: 3rem;
    text-align: left;
}
.pat-list {
    grid-auto-flow: row;
    grid-template-rows: repeat(14, auto);
    grid-template-columns: 1fr 1fr;
    gap: 0.9rem 1.2rem;
}
.modal-nav-mobile .ul-mobile {
    gap: 2rem;
    padding: 3rem 1rem 3rem 1rem;
}
.item-menu.in-page {
    color: #fff;
    background: transparent;
}
.home-section {
    align-items: flex-start;
    padding: 1rem 0;
}
.align-container-right{
    padding: 0 1rem;
}
.section,
.section-with-bg,
.bg-blue,
.bg-expert {
    margin: 0;
    top: 0;
}
.img-100-rounded.h-70 {
    height: 40vh;
} 
.section-flex-gap-4 {
    gap: 2rem;
}
.intro-row {
    align-items: flex-start;
    gap: 0rem;
    flex-direction: column;
    align-content: flex-start;
}
.section-professionisti {
    padding: 1rem 0;
}
.staff-grid {
    grid-template-columns: repeat(3, 1fr);
}
.hero-page .hero-title {
    font-size: 3rem;
    line-height: 3.5rem;
}
.breadcrumbs-container li {
    font-size: 11px;
    line-height: 13px;
}
.hero-product-icon {
    width: 10rem;
}
.section-heading {
    font-size: 2rem;
    line-height: 2.2rem;
}
.text-content-subtitle {
    font-size: 24px;
    line-height: 27px;
}
.product-detail-block {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.product-detail-layout {
    gap: 3rem;
}
.hero-page-gradient {
    margin: 1rem 0;
    background-position: center;
}
.sidebar-service-item {
    font-size: 16px;
    line-height: 19px;
}
.product-row {
    margin-bottom: 2rem;
}
.intro-section {
    padding: 1rem 0;
}
/* .pp-news-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
} */
.pp-news-card {
    padding: 1.5rem;
    min-height: 23vh;
}
.pp-news-card-btn {
    width: fit-content;
    gap: 2rem;
}
.pp-content-with-sidebar {
    padding: 0;
}
.intro-title .pp-section-title {
    margin-bottom: 1rem;
}
.pp-section-title.medium {
    font-size: 2rem;
}
.product-detail-content {
    padding: 0;
}
.container.no_mob_padding{
    padding-left: 0;
    padding-right: 0;
}
.staff-card {
    border:0;
    padding: 0;
}
.pp-news-grid {
    gap: 1.5rem;
}
.pp-news-card:hover {
    background: #fff;
    border-color: var(--color-primary);
}
.pp-news-card:hover .pp-news-card-title {
    color: inherit;
}
.pp-news-card:hover .pp-news-card-excerpt {
    color: inherit;
}
.pp-news-card:hover .pp-news-card-btn
 {
    background: var(--pp-navy);
    border-color: inherit;
    color: #fff;
}
.section.lateral_padding.no_mob_padding {
    padding-left: 0;
    padding-right: 0;
}
.pp-sidebar-news-title{
    font-size: 19px;
    line-height: 24px;
}
.pp-sidebar-news-desc{
    font-size: 17px;
    line-height: 20px;
}
.typeformscrypt {
    padding: 1rem;
}
.staff-card-name {
    font-size: 1rem;
}
.staff-card-role {
    font-size: 0.7rem;
}
.staff-card:hover {
    background: #fff;
    border-color: #fff;
}
.staff-card:hover .staff-card-img {
    border-color: var(--primary-color);
}
.staff-card:hover .staff-card-info {
    border-color: var(--primary-color);
}
.staff-card:hover .staff-card-name, .staff-card:hover .staff-card-role {
    color: var(--primary-color);
}
.modal-nav-mobile.open-menu {
    height: 65vh;
}
.tab-pt-0{
    padding-top: 0;
}
.servizi-list {
    gap: 1.5rem;
}
.servizi-list-card {
    gap: 1.5rem;
}
.servizi-list-card-icon {
    width: auto;
    height: auto;
    padding: 0.5rem;
    overflow: visible;
}
.servizi-list-card-icon img {
    width: 5.5rem;
    height: 5.5rem;
}
.servizi-list-card-title h4 {
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
}
.section-professionisti.contatti-section {
    padding: 1rem 0 2rem 0;
}
.only_mobile {
    display: block;
    padding-top: 1rem;
}
.pat-item span {
    font-size: 20px;
    color: var(--pp-navy);
    line-height: 1.3;
    font-weight: 600;
}
}