@media (max-width: 1820px) and (min-width: 1025px) {
    .main-content-wrapper .wrapper-section .section-content .row.info-grid-row>.info-grid-item .box-wrapper h4 {
        line-height: 36px;
        height: calc(36px * 3);
    }
    .main-content-wrapper .wrapper-section .section-content .row.info-grid-row>.info-grid-item .box-wrapper p {
        line-height: 24px;
        height: calc(24px * 3);
    }
}
@media (max-width: 1100px) and (min-width: 1025px) {
    .main-content-wrapper .wrapper-section .section-content .row.info-grid-row>.info-grid-item .box-wrapper p {
        line-height: 24px;
        height: calc(24px * 4);
    }
}
@media (max-width: 1550px) and (min-width: 1300px) {
    header .header-navigation>ul>li {
		padding: 0 10px 0 0;
	}
	header .header-navigation>ul>li>a {
		padding: 0 20px 0 20px;
	}
}
@media (max-width: 1299px) and (min-width: 1025px) {
	header .header-navigation>ul>li {
		padding: 0 5px 0 0;
	}
	header .header-navigation>ul>li>a {
		padding: 0 10px 0 10px;
	}
    header .header-navigation>ul>li>a.header-item, header .header-navigation>ul>li>span.header-item {
	    padding: 0 20px 0 20px;
	}
}
@media (max-width: 1400px) and (min-width: 1200px) {
	/*
	header ,
	footer {
		padding:0 0 0 0;
	}
	.main-content-wrapper .wrapper-section {
		padding:0 0 0 0;
	}
	.main-content-wrapper .wrapper-section .section-content {
		padding:120px 0 120px 0;
	}
    */
	.main-content-wrapper .wrapper-section:not(.first-element):before {
		width:160px;
		height:160px;
		top:-155px;
	}
	.main-content-wrapper .wrapper-section:not(.last-element):after {
		width:300px;
		height:300px;
	}
}
@media (max-width: 1199px) and (min-width: 1025px) {
	/*header ,
	footer {
		padding:0 100px 0 100px;
	}
	.main-content-wrapper .wrapper-section {
		padding:0 100px 0 100px;
	}
	.main-content-wrapper .wrapper-section .section-content {
		padding:120px 0 120px 0;
	}
	*/
	.main-content-wrapper .wrapper-section:not(.first-element):before {
		width:110px;
		height:110px;
		top:-105px;
	}
	.main-content-wrapper .wrapper-section:not(.last-element):after {
		width:200px;
		height:200px;
	}
    .main-content-wrapper .wrapper-section .section-content .headquarter {
        height: 445px;
    }
}

@media (min-width: 1025px) {
	header .header-main-navigation .nav-toggler {
		display:none;
	}

    /*
    .main-content-wrapper .wrapper-section.header-section .section-header-content {
        transform: translate(-50%,calc(-50% + 50px));
    }
    */
    .sedi-wrapper .logistic-text {
        display: none;
    }
}
@media (max-width: 1024px) {
	body.menu-open {
		overflow: hidden;
	}
    header .header-main-navigation {
        margin: 0 0 0 0;
    }
    header .header-wrapper {
		flex-wrap: wrap;
	}
    header .header-navigation {
		display:none;
	}
	header .header-main-navigation {
		flex: auto;
		display: flex;
		justify-content: space-between;
		background: #fff;
        height: 99px;
        align-items: center;
		z-index: 2;
	}
	header .header-navigation {
		position: absolute;
		left: 0;
		right: 0;
		top: -100vh;
		height: 100vh;
		padding: 0 100px 0 100px;
		background: #fff;
		transition: top .5s;
        height: 100vh;
        overflow-y: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
	}
    body.page-home header .header-main-navigation {
        background: transparent;
    }
    body.page-home:not(.menu-open):not(.sticky-header) header .header-main-navigation .nav-toggler>a>span ,
    body.page-home:not(.menu-open):not(.sticky-header) header .header-main-navigation .nav-toggler>a:hover>span {
        background: #fff;
        box-shadow: 1px 1px 3px rgba(0,0,0,.5);
    }
    body.page-home.menu-open header .header-main-navigation>.logo {
        background: url(../img/logo.png) no-repeat center left;
        background-size: 100%;
    }
    body.page-home.menu-open header {
        background: #fff;
    }
	body.menu-open header .header-navigation {
		top: 0;
        overflow-y: auto;
    }
        header .header-navigation>ul {
            top: auto;
            transform: none;
            height: auto;
            padding: 40px 0 0  0;
            z-index: 1;
            background: #fff;
            order: 2;
        }
        header .header-navigation>ul.language-selection {
            padding: 110px 20vw 0  20vw;
            order: 1;
        }


            header .header-navigation>ul>li {
                display: block;
                height: auto;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
                opacity: 0;
            }
            body.menu-open header .header-navigation>ul>li {
                opacity: 1;
            }
			header .header-navigation>ul>li.contatti {
				position: absolute;
				bottom: 25px;
				left: 0;
			}
			header .header-navigation>ul>li.social-networks {
				position: absolute;
				bottom: 25px;
				right: 0;
			}
				header .header-navigation>ul>li>a {
					display: inline-block;
					height: auto;
					margin: 0 0 0 0;
					padding: 0 0 0 0;
					line-height: 60px;
				}

    body.homepage .main-content-wrapper .wrapper-section.section-h1 .section-content {
        padding:100px 0 100px 0;
    }
    body.homepage .main-content-wrapper .wrapper-section.section-dark .section-content h1 {
        display: none;
    }
    .main-content-wrapper .wrapper-section .section-content .section-image {
        margin-top: 60px;
    }
    body.homepage .main-content-wrapper .wrapper-section .section-content .section-image {
        margin-top: 44px;
    }

    .main-content-wrapper .wrapper-section .carousel {
        width: auto;
        height: calc(80vh - 100px);
    }
    .main-content-wrapper .wrapper-section.header-section .carousel {
        width: auto;
        height: 100vh;
    }
    .main-content-wrapper .wrapper-section .carousel .carousel-inner {
        height: calc(80vh - 100px);
    }
    .main-content-wrapper .wrapper-section.header-section .carousel .carousel-inner {
        height: 100vh;
    }
    .main-content-wrapper .wrapper-section.section-body .section-header-content {
        top: auto;
        bottom: 40px;
    }
    .home-info-box i.info-num {
        font-size: 25px;
    }
    body.page-home header .header-navigation>ul>li>a.header-item ,
    body.page-home header .header-navigation>ul>li>span.header-item {
        color: #024059;
        text-shadow: none;
    }
    body.page-home.menu-open header .header-main-navigation {
        background: #fff;
    }

    .wrapper-section .carousel .carousel-item h3 {
        bottom: 50px;
    }

    footer .footer-left ,
    footer .footer-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .footer-wrapper .footer-company>.logo {
        margin-left: auto;
        margin-right: auto;
    }
    footer .footer-info {
        text-align: center;
        margin-bottom: 40px;
    }
    footer .footer-right .footer-links-wrapper {
        margin-top: 40px;
    }
    footer .footer-loghi {
        margin-left: auto;
        margin-right: auto;
    }
    footer .footer-right .footer-links {
        justify-content: center;
    }
    
}

@media (max-width: 1024px) and (min-width: 992px) {
	/*header ,
	footer {
		padding:0 80px 0 80px;
	}
	.main-content-wrapper .wrapper-section {
		padding:0 80px 0 80px;
	}
	.main-content-wrapper .wrapper-section .section-content {
		padding:120px 0 120px 0;
	}
	*/
	.main-content-wrapper .wrapper-section:not(.first-element):before {
		width:90px;
		height:90px;
		top:-85px;
	}
	.main-content-wrapper .wrapper-section:not(.last-element):after {
		width:160px;
		height:160px;
	}
    .main-content-wrapper .wrapper-section .section-content .section-image {
        text-align: right;
    }
}
@media (min-width: 1024px) {
    body.homepage .main-content-wrapper .wrapper-section.section-image-left .section-content .section-text ,
    body.homepage .main-content-wrapper .wrapper-section.section-image-right .section-content .section-text {
        padding-right: 70px;
    }
}
@media (max-width: 1024px) {
    body.homepage .main-content-wrapper .wrapper-section.section-image-left .section-content .section-text ,
    body.homepage .main-content-wrapper .wrapper-section.section-image-right .section-content .section-text {
        padding-bottom: 70px;
    }

    header .header-navigation>ul>li>a.header-item ,
    header .header-navigation>ul>li>span.header-item {
        transition: none;
    }
    header .header-navigation>ul>li.open-menu>.header-item {
        margin-bottom: 0;
    }
    header .header-navigation ul.child-menu {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    header .header-navigation ul.language-selection ul.child-menu {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    header .header-navigation ul.language-selection ul.child-menu a.header-item {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    header .header-navigation>ul>li.has-children>.header-item {
        display: none;
    }
    header .header-navigation>ul>li a.header-item ,
    header .header-navigation>ul>li span.header-item {
        display:block;
        font-size:16px;
        cursor: pointer;
        text-transform:uppercase;
        text-decoration: none;
        line-height: 20px;
        height: auto;
        transition: margin .5s;
        padding: 15px 0 15px 0 !important;
        margin: 15px 0 15px 0;
        text-align: center;
        z-index: 1;
    }
    header .header-navigation>ul>li a.header-item.active ,
    header .header-navigation>ul>li span.header-item.active {
        background:#0065B5;
        color: #fff;
        border-radius:8px;
        font-weight: 600;
    }
    body.no-header .main-content-wrapper .wrapper-section:first-of-type .section-content {
        padding-top: 0;
    }

    .wrapper-section.detail-icons .info-label {
        display: flex;
        height: 50px;
        line-height: 25px;
        align-items: center;
        justify-content: center;
    }
    /*
     header .header-navigation>ul>li>ul.child-menu {
         display: none;
         list-style: none;
         padding: 0 0 0 0;
         margin: 0 0 0 0;
         font-size: 16px;
         background: rgba(255,255,255,.95);
     }
     header .header-navigation>ul>li.open-menu>ul.child-menu {
         display: block;
     }
     header .header-navigation>ul>li>ul.child-menu>li>a {
         display: block;
         padding: 15px 0 15px 45px;
         margin: 0 0 0 0;
     }
     */
    header .header-navigation>ul>li.social-linkedin {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
    }
    header .header-navigation>ul>li.social-linkedin>a.header-item {
        font-size: 0
        text-align: center;
    }
    header .header-navigation>ul>li.social-linkedin>a.header-item::before {
        margin: 0 15px 0 0;
    }

    footer .contacts-form {
        margin-top: 60px;
    }
    .section-image-content .section-image {
        order: 1;
    }
    .section-image-content .section-content {
        order: 2;
        text-align: center;
    }
    .wrapper-section.content-page .section-image-content .section-content {
        text-align: left;
    }
    .section-image-content .section-content>h3 {
        text-align: center !important;
    }
    .main-content-wrapper .wrapper-section .section-content h3.section-sub-title {
        text-align: center !important;
    }
    .main-content-wrapper .wrapper-section:not(.timeline-section) .section-content p {
        text-align: center !important;
    }
    .main-content-wrapper .wrapper-section .section-content .wrapper-content-align-left p {
        text-align: left !important;
    }
    .main-content-wrapper .wrapper-section .section-content .headquarter h3 {
        text-align: center;
    }
    .main-content-wrapper .wrapper-section .section-content .headquarter p {
        text-align: center;
    }

    .sedi-wrapper .logistic-text {
        margin-bottom: 30px;
    }
    .sedi-wrapper .logistic-map {
        margin-bottom: 30px;
    }
    .sedi-wrapper .logistic-text>a {
        display: block;
        font-weight: 900;
        color: #0065B5;
        text-decoration: none;
        line-height: 20px;
        height: auto;
        margin: 0 0 0 0;
        padding: 10px 0 10px 0;
    }
    .sedi-wrapper .logistic-text>a.active {
        color: #FC5F19;
    }
    .sedi-wrapper .logistic-text>a:last-of-type {
        margin: 0 0 0 0;
    }
    .main-content-wrapper .wrapper-section.timeline-section .section-content.full-width {
        min-height: calc(100vh - 100px);
    }
    .main-content-wrapper .wrapper-section .section-image-content .section-image ,
    .main-content-wrapper .wrapper-section .section-image-content .section-content {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .main-content-wrapper .wrapper-section .section-image-content .section-content {
        margin-top: 40px !important;
    }
    header .header-navigation>ul.language-selection {

    }
    .main-content-wrapper .wrapper-section .section-content .contacts-form h1 {
        font-size: calc(40px * 3 / 5);
    }
    .main-content-wrapper .wrapper-section .section-content .contacts-form {
        padding: 40px 40px 40px 40px;
    }
    .wrapper-section.info-desription.laboratori-produzione .row-desc-info>.item-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 600px;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
	/*header ,
	footer {
		padding:0 40px 0 40px;
	}
	.main-content-wrapper .wrapper-section {
		padding:0 80px 0 80px;
	}
	.main-content-wrapper .wrapper-section .section-content {
		padding:120px 0 120px 0;
	}
	*/
	.main-content-wrapper .wrapper-section:not(.first-element):before {
		width:90px;
		height:90px;
		top:-85px;
	}
	.main-content-wrapper .wrapper-section:not(.last-element):after {
		width:160px;
		height:160px;
	}
	header .header-navigation {
		padding: 0 0 0 0;
	}
    .main-content-wrapper .wrapper-section .row.info-grid-row>.info-grid-item {
        margin-bottom: 60px;
    }
    .main-content-wrapper .wrapper-section .row.info-grid-row>.info-grid-item:last-of-type {
        margin-bottom: 0;
    }
    .checklist-info>.checklist-info-item {
        margin-bottom: 30px;
    }
    .checklist-info>.checklist-info-item:last-of-type {
        margin-bottom: 0;
    }
    footer .footer-wrapper .footer-main-row>.footer-item:first-of-type {
        margin-bottom: 60px;
    }
    header .header-navigation>ul>li>a.header-item ,
    header .header-navigation>ul>li>span.header-item {
        padding: 0 15px 0 15px;
    }
    .row-partners {
        margin-left: -20px;
        margin-right: -20px;
    }
    .row-partners>.item-partner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .row-partners>.item-partner:nth-child(1) ,
    .row-partners>.item-partner:nth-child(2) ,
    .row-partners>.item-partner:nth-child(3) {
        margin-bottom: 40px;
    }
}
@media (max-width: 991px) {
    body.no-header .main-content-wrapper .wrapper-section:first-of-type .section-content {
        padding-top: 60px;
    }
    body.no-header .main-content-wrapper .wrapper-section:first-of-type .section-content .section-image-content .section-image.image-gallery {
        margin-top: 60px !important;
    }
}
@media (min-width: 768px) {
    .main-content-wrapper .wrapper-section.timeline-section .timeline-content-image-text p {
        font-size: 20px;
    }
    body.page-home .main-content-wrapper .wrapper-section .section-header-content h1 {
        font-size: 40px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .main-content-wrapper .wrapper-section .section-content .section-image {
        text-align: center;
        max-width: 50%;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .main-content-wrapper .wrapper-section .section-image-content .section-content {
        padding-top: 0;
    }
    .main-content-wrapper .wrapper-section .align-items-center {
        text-align: left;
    }
    .main-content-wrapper .wrapper-section .section-content .section-text .text-wrapper {
        text-align: left;
    }
    .main-content-wrapper .wrapper-section.section-h1 .btn-toolbar {
        justify-content: center;
    }
    .page-qualita .button-download-pdf {
        max-width: 30%;
        margin: 0 3.333% 30px 0;
    }
    .page-qualita .button-download-pdf:last-of-type {
        max-width: 30%;
        margin: 0 0 30px 0;
    }
}
@media (max-width: 767px) {
    header .header-navigation {
        padding-top: 20px !important;
    }
    header .header-navigation>ul>li a.header-item ,
    header .header-navigation>ul>li span.header-item {
        margin: 0 0 0 0;
    }
    .main-content-wrapper .wrapper-section .align-items-center {
        text-align: left;
    }
	/*
	header ,
	footer {
		padding:0 15px 0 15px;
	}
	.main-content-wrapper .wrapper-section {
		padding:0 40px 0 40px;
	}
	.main-content-wrapper .wrapper-section .section-content {
		padding:100px 0 100px 0;
	}
    body.homepage .main-content-wrapper .wrapper-section.section-h1 .section-content {
        padding: 40px 0 40px 0;
    }
    .main-content-wrapper .wrapper-section.section-h1 .section-content {
        padding: 40px 0 40px 0;
    }
    */
    body.homepage .main-content-wrapper .wrapper-section .section-content .section-image {
        margin-top:0;
    }
    body.homepage .main-content-wrapper .wrapper-section.section-image-left .section-content .section-text ,
    body.homepage .main-content-wrapper .wrapper-section.section-image-right .section-content .section-text {
        padding-bottom: 40px;
    }
    .main-content-wrapper .wrapper-section .section-content .section-image {
        margin-top: 40px;
        text-align: center;
    }
	.main-content-wrapper .wrapper-section:not(.first-element):before {
		width:50px;
		height:50px;
		top:-45px;
	}
	.main-content-wrapper .wrapper-section:not(.last-element):after {
		width:80px;
		height:80px;
	}
    header .header-navigation {
		padding: 0 15px 0 15px;
	}
    header .header-navigation>ul>li>a.header-item ,
    header .header-navigation>ul>li>span.header-item {
        padding: 0 15px 0 15px;
    }
    header .header-navigation>ul>li:last-of-type>a.header-item ,
    header .header-navigation>ul>li:last-of-type>span.header-item {
        padding:0 0 0 0;
    }
    .main-content-wrapper .wrapper-section .section-content h1 {
        font-size: calc(80px * 2 / 3);
    }
    body.no-header .main-content-wrapper .wrapper-section .section-content h1 {
        font-size: 40px;
    }
    body.page-home .main-content-wrapper .wrapper-section .section-header-content h1>strong {
        font-size: calc(80px * 2 / 3);
    }
    body.page-home .main-content-wrapper .wrapper-section .section-header-content h1>em {
        font-size: calc(50px * 2 / 3);
    }
    .main-content-wrapper .wrapper-section .section-content h2 {
        font-size: calc(40px * 2 / 3);
    }
    .main-content-wrapper .wrapper-section.blue-background .section-content h3.section-sub-title {
        font-size: calc(40px * 2 / 3);
    }
    .main-content-wrapper .wrapper-section .section-content h3.section-sub-title {
        font-size: calc(40px * 2 / 3);
    }
    .main-content-wrapper .wrapper-section .section-content .contacts-form h1 {
        font-size: calc(40px * 2 / 3);
    }
    .main-content-wrapper .wrapper-section .section-header-content h1 {
        font-size: calc(35px * 2 / 3);
    }
    .main-content-wrapper .wrapper-section .section-content h3 {
        font-size: 20px;
    }
    .home-info-box i.info-num {
        font-size: 20px;
    }
    .main-content-wrapper .wrapper-section .row.info-grid-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .home-info-box .section-content-wrapper>.col-6.col-md-3:nth-child(1) ,
    .home-info-box .section-content-wrapper>.col-6.col-md-3:nth-child(2) {
        margin-bottom: 40px;
    }
    .home-info-box .info-label {
        font-size: 16px;
    }
    .main-content-wrapper .wrapper-section .row.info-grid-row>.info-grid-item {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 60px;
    }
    .main-content-wrapper .wrapper-section .row.info-grid-row>.info-grid-item:last-of-type {
        margin-bottom: 0;
    }
    .main-content-wrapper .wrapper-section .section-content .section-image {
        margin-bottom: 40px;
    }
    .row-partners {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row-partners>.item-partner  {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }
    .checklist-info>.checklist-info-item {
        margin-bottom: 30px;
    }
    .checklist-info>.checklist-info-item:last-of-type {
        margin-bottom: 0;
    }
    .row-partners {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row-partners>.item-partner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row-partners>.item-partner:nth-child(1) ,
    .row-partners>.item-partner:nth-child(2) ,
    .row-partners>.item-partner:nth-child(3) ,
    .row-partners>.item-partner:nth-child(4) {
        margin-bottom: 30px;
    }
    .main-content-wrapper .wrapper-section.timeline-section .section-content:before {
        display: none;
    }
    .wrapper-section .tab-panel .list-group {
        flex-direction: column;
    }
    .wrapper-section .tab-panel .list-group .list-group-item {
        padding: 15px 0 5px 0 !important;
        margin: 0 0 10px 0 !important;
    }
    .wrapper-section.detail-icons .info-icon-item {
        margin-bottom: 40px;
    }
    .wrapper-section.detail-icons .info-icon-item:last-of-type {
        margin-bottom: 0;
    }
    footer .footer-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    footer .footer-company {
        font-size: calc(40px * 2 / 3);
        margin-bottom: 15px;
    }
    footer .footer-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .sedi-wrapper .logistic-map {
        display: none;
    }
    body.page-home .main-content-wrapper .wrapper-section .section-header-content h1>img.header-logo {
        max-width: 70%;
        margin-bottom: 10px;
        display: block;
    }
    header .header-navigation>ul {
        padding: 30px 0 80px 0;
    }
    header .header-navigation>ul.language-selection {
        padding: 90px 10vw 0 10vw;
    }
    .sedi-wrapper .logistic-text>a {
        font-size: 15px;
    }
}

