@font-face {
font-family: 'Public Sans Regular';
font-style: normal;
font-weight: normal;
src: local('Public Sans Regular'), url('../fonts/PublicSans-Regular.woff') format('woff');
}

@font-face {
font-family: 'Public Sans Medium';
font-style: normal;
font-weight: normal;
src: local('Public Sans Medium'), url('../fonts/PublicSans-Medium.woff') format('woff');
}

@font-face {
font-family: 'Public Sans SemiBold';
font-style: normal;
font-weight: normal;
src: local('Public Sans SemiBold'), url('../fonts/PublicSans-SemiBold.woff') format('woff');
}

@font-face {
font-family: 'Public Sans Bold';
font-style: normal;
font-weight: normal;
src: local('Public Sans Bold'), url('../fonts/PublicSans-Bold.woff') format('woff');
}

body {
    font-family: 'Public Sans Regular';
    color: #2D2C2C;
    background: #F7F7F7;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body.menu-active {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
body.menu-active .header__logo {
    opacity:0;
}
body.menu-active .header {
    background: #0000;
}
h1 {
    font-family: 'Public Sans Medium';
    font-size: 72px;
    line-height: 78px;
    font-weight: 500;
}
h2 {
    font-family: 'Public Sans SemiBold';
    font-weight: 400;
    font-size: 41px;
    line-height: 45px;
    margin: 0;
}
h3 {
    font-family: 'Public Sans SemiBold';
    font-weight: 400;
    font-size: 41px;
    line-height: 45px;
    margin: 0;
    color: #0092ED;
}
h4 {
    font-family: 'Public Sans Medium';
    font-size: 18px;
    line-height: 21px;
}
h5 {
    font-family: 'Public Sans SemiBold';
}
img{max-width: 100%; max-height: 100%;}
ul{padding-left: 0;}
a, a:hover {
    text-decoration: none;
    font-style: normal;
    color: #0092ED;
}
p {
    color: #555555;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22.26px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
li {
    list-style: none;
}
.overflow-color {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 9999;
    display: none;
    opacity: 0.5;
}
body.menu-active .overflow-color {
    display: block;
    z-index: 9;
}
body.menu-active .header.nav-active {
    background: #ffaeae00;
}
.header {
    background-color: #ffffff;
    padding: 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 999;
    transition: all 0.2s ease;
}
.logo_mobile {
    width: 100%;
    text-align: center;
    display: none;
}
.subpage .header {
    background: #fff;
}
.black.header {
    background: #101820;
}
.header.nav-active {
    background: #FFFFFF;
    transition: all 0.1s ease;
    padding: 0;
    top: 0;
    filter: drop-shadow(0px 2px 1px #00000021);
}
.header.nav-active a {
    color: #212121;
}
.header.nav-active .dropdown-content a{
    color: #fff;
}
.header.nav-active span {
    background: #000;
}
.header__row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: all 0.2s ease;
    height: 70px;
}
.header__menu {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 16px;
    font-family: 'Public Sans Regular';
}
.header__burger {
    display: none;
    width: 28px;
    height: 21.78px;
    position: absolute;
    right: 6%;
    margin: 0;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s, ease;
    -moz-transition: 0.3s, ease;
    -o-transition: 0.3s, ease;
    transition: 0.3s, ease;
    left: 20px;
}
.header__burger.open {
    position: absolute;
    right: 20px;
    float: right;
    left: auto;
    top: 30px;
}
.header__burger:before {
    background: url(../images/burger.svg);
    background-repeat: no-repeat;
    width: 42px;
    height: 31px;
    display: block;
    content: "";
}
.header__burger.open:before {
    content: "";
    background: url(../images/close.svg);
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    display: block;
    margin-top: -5px;
}
.header__burger span:nth-child(1) {top: 0px;}
.header__burger span:nth-child(2) {top: 11px;}
.header__burger span:nth-child(3) {top: 22px;}
.header__burger.open span {
    background-color: #E2000F!important;
}
.header__burger.open span:nth-child(1) { top: 11px; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);}
.header__burger.open span:nth-child(2) { opacity: 0; left: -35px;}
.header__burger.open span:nth-child(3) {top: 11px; -webkit-transform: rotate(-135deg); -moz-transform: rotate(-135deg); -o-transform: rotate(-135deg); transform: rotate(-135deg);}
.header__logo {
    transition: all 0.1s ease-out;
    background-position: center center;
    float: left;
    width: 20%;
    margin: 0;
}
.header__logo img {
    transition: all 0.1s ease;
    max-width: 100%;
    width: 207px;
    height: 50px;
}
.header__menu ul{margin-bottom: 0;margin-top: 0;}
.header__menu li {
    display: inline-block;
}
#menu-menu_header .sub-menu li {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0!important;
    line-height: 0px;
    display: block;
}
ul.sub-menu li a {
    line-height: 48px;
    padding: 20px 15px;
}
.header__menu li a {
    color: #020826;
    transition: 200ms;
    background-repeat: no-repeat;
    background-position: 100% 53%;
    background-size: 8px;
    position: relative;
}
.header__menu li a:hover {
    color: #0092ED;
}
.sub-menu {
    position: absolute;
    background-color: #ffffff;
    min-width: 240px;
    box-shadow: 0px 6px 6px 0px rgb(0 0 0 / 10%);
    padding: 0;
    z-index: 1;
    top: 30px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    height: 0px;
    top: 50px;
    margin-top: 20px!important;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
    height: fit-content;
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: 1;
    margin-top: 20px;
}
.menu-item-has-children > a:after {
    content: "";
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 6px;
    width: 10px;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 5px);
}
.nav-active .header__logo img {
    transition: all 0.1s ease;
}
.header.variant .header__logo img {
    opacity: 0;
}
#menu-menu_header li:last-child {
    margin-right: 0;
}
#menu-menu_header li:last-child a{
    padding-right: 0;
}
#menu-menu_header li {
    margin: 0 0 0 5%;
    line-height: 70px;
    display: inline-block;
}
.sub-menu .menu-item:hover {
    background: #0092ED;
}
.sub-menu .menu-item:hover a{
    color: #020826;
}
#menu-menu_header {
    display: inline-block;
    float: left;
    width: 80%;
    text-align: right;
}
.menu-item .active {
    color: #D4C28C;
}
.nav__phone {
    display: inline-block;
    line-height: 28px;
    margin-left: 3em;
}
.nav__phone a {
    color: #ff4d00;
    font-weight: 600;
    font-size: 14px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
    position: absolute;
    background-color: #212121e0;
    min-width: 240px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    padding: 0;
    z-index: 1;
    top: 30px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    height: 0px;
}
.dropdown-content ul li {
    margin: 0;
    width: 100%;
}
.dropdown:hover .dropdown-content {
    display: block;
    height: fit-content;
    transition: all 0.3s ease-out;
    overflow: hidden;
    padding: 10px 0px;
}
.dropdown-content ul li {
    line-height: 40px;
}
.top {
    background: no-repeat center/cover;
    min-height: 100vh;
    position: relative;
    width: 100%;
    background-color: #000000;
    z-index: 0;
}
.top__div {
    text-align: center;
    position: absolute!important;
    left: 0;
    right: 0;
    height: 100vh;
}
.video-container .top__div {
    transform: translateY(calc(50% - 100px));
}
h1.top__title {
    color: #fff;
}
.top__div h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px!important;
    text-align: left;
    letter-spacing: 0.2em;
    margin-top: 7vh;
}
.line {
    background: #E2000F;
    height: 1px;
    display: inline-block;
    margin: 100px 0;
    width: 100%;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
.container.no-wrap {
    padding-left: 0;
    padding-right: 0;
}
/*LANGUAGE*/
.menu-language {
    width: 20%;
    float: left;
    text-align: right;
    margin-top: 10px;
}
.menu-language ul {
    background: #ddd0;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.menu-language li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 33%;
}
.menu-language a {
    background: #fff0;
    color: #444;
    display: block;
    height: 50px;
    line-height: 70px;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.menu-language li:hover a {
    background: #fff;
}
.menu-language li ul {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    margin-top: 10px;
    border-bottom-right-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
}
.menu-language li:hover ul {
    opacity: 1;
    top: 50px;
    visibility: visible;
}
.menu-language li ul li {
    width: 100%;
}
.menu-language li ul a:hover {
    background: #0092ED;
}
.menu-language img {
    width: 20px;
}
.menu-language ul li ul li:last-child a {
    border-bottom-right-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
}
.menu-language .current:after {
    content: "";
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 6px;
    width: 10px;
    position: absolute;
    bottom: 3px;
    left: calc(50% - 5px);
}
/*BUTTONS*/
.btn {
    color: #fff;
    font-size: 16px;
    padding: 17px 30px 17px;
    position: relative;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    display: inline-block;
    font-family: 'Public Sans SemiBold';
    background: #0092ED;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.btn:hover {
    background: #005082;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    color: #fff;
}
.btn:active {
    background: #003454;
    color: #fff;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
}
.btn-link {
    color: #d6a963;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.btn-link:hover{
    color: #8A6B3A; 
}
hr{
    float: left;
    border-width: 1px;
    border-style: solid;
    border-bottom: none;
}
p.intro {
    font-size: 16px;
    font-weight: 200;
    line-height: 24px;
    word-wrap: break-word;
    width: 80%;
    color: #28282B;
}
p.cont {
    font-size: 16px;
    line-height: 28px;
    word-wrap: break-word;
    width: 80%;
    font-weight: 400;
}
.section__header h3 {
    text-align: center;
    padding: 60px 0;
}
/*VIDEO*/
#one { opacity: 0; transition: all 1s ease; z-index: 999999999;transform: translateX(100%);}
#two { opacity: 0; transition: all 1s ease; z-index: 999999999;transform: translateX(100%);}
#three { opacity: 0; transition: all 1s ease; z-index: 999999999;transform: translateX(100%);}
#one.active { opacity: 1; transition: all 1s cubic-bezier(0.645,0.045,0.355,1);transform: translateX(0px);}
#two.active { opacity: 1; transition: all 1s cubic-bezier(0.645,0.045,0.355,1);transform: translateX(0px); }
#three.active { opacity: 1; transition: all 1s cubic-bezier(0.645,0.045,0.355,1);transform: translateX(0px); }
#one.hide { opacity: 0; transition: all 1s cubic-bezier(0.645,0.045,0.355,1);transform: translateX(-100%);}
#two.hide { opacity: 0; transition: all 1s cubic-bezier(0.645,0.045,0.355,1);transform: translateX(-100%); }
#three.hide { opacity: 0; transition: all 1s cubic-bezier(0.645,0.045,0.355,1);transform: translateX(-100%); }
video h2 {
    z-index: 9999999999999;
}
video {
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    top: 0;
    object-fit: cover;
    height: 100%;
    transition: all 0.3s ease;
    opacity: 0.7;
}
.vid-0, .vid-1, .vid-2, .vid-3{
    display: block;
}
.morphext > .animated {
display: inline-block;
        }
.animate_text-main { font-size: 60px; line-height: 70px; color: red;}
.video-container {
    width: 100vw;
    height: 100vh;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.video-container p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    width: 40%;
    margin: 0 auto;
}
/*HOMEPAGE SECTIONS*/
.contact__form{
    width: 100%;
    float: left;
    display: inline-block;
    padding-top: 100px;
}
.packaging__section {
    width: 100%;
    float: left;
    display: inline-block;
    padding-top: 100px;
}
#s-title {
    font-size: 18px;
    color: #555555;
    font-family: 'Public Sans SemiBold';
    margin-bottom: 15px;
    display: block;
    letter-spacing: -0.02em;
}
.feature_item .icon {
    float: left;
}
figure {
    margin: 0;
    display: flex;
    align-items: center;
}
figcaption {
    padding-left: 10px;
    font-size: 18px;
    line-height: 21.42px;
    color: #0092ED;
    font-family: 'Public Sans Bold';
}
.col-50 img {
    float: left;
}
.carousel-section {
    width: 100%;
    float: left;
}
.packaging__section #slider {
    width: 100%;
    float: left;
}
.carousel-section {
    padding-top: 80px;
    padding-bottom: 20px;
    overflow: hidden;
}
.carousel-section .owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.carousel-section .owl-carousel .owl-stage-outer {
  overflow: unset;
}
.carousel-section .owl-carousel .owl-nav .owl-next, .carousel-section .owl-carousel .owl-nav .owl-prev {
    width: 37px;
    border-radius: 10px;
    height: 80px;
    font-size: 30px;
    background: #0092ED;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
}
.carousel-section .owl-carousel .owl-nav .owl-next:focus,
.carousel-section .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}
.carousel-section h2 {
  font-size: 34px;
  text-align: left;
  font-weight: 700;
}
.carousel-container {
  max-width: 1240px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  width: 100%;
}
.carousel-section .product_item {
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: inline-block;
    overflow: hidden;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    min-height: 350px;
}
.carousel-section .product_item h5 {
    font-size: 18px;
    line-height: 21.42px;
    color: #555555;
    margin: 0;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
}
.carousel-section .product_item p {
    font-size: 14px;
    line-height: 22.6px;
    color: #28282B;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    margin: 0;
    max-height: 0px;
    overflow: hidden;
    transform: translateY(-10px);
}
.carousel-section .product_item .fake-btn {
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    font-family: 'Public Sans Bold';
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.carousel-section .product_info {
    margin: 0 30px;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    position: absolute;
    bottom: 20px;
}
.carousel-section .owl-nav button span {
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    color: #0000;
    background-position: 50% 50%;
}
.carousel-section .owl-theme .owl-nav {
    position: absolute;
    top: calc(50% - 40px);
    margin-top: 0!important;
    width: 100%;
}
.carousel-section .owl-prev {
    left: -67px;
    position: absolute;
}
.carousel-section .owl-next {
    position: absolute;
    right: -67px;
    transform: rotate(-180deg);
}
.carousel-section .owl-nav [class*=owl-]:hover {
    background: #005082!important;
}
.owl-next:active, .owl-prev:active {
    background: #003454!important;
}
.carousel-section .owl-item img {
    scale: 0.9;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
}
.carousel-section .product_item:hover img {
    scale: 0.7;
    transform: translateY(-15%);
}
.carousel-section .product_item:hover .fake-btn {
    opacity: 0;
}
.carousel-section .product_item:hover p {
    max-height: 110px;
    overflow: hidden;
}
.tech__section {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 100px 0;
}
.about__section {
    width: 100%;
    float: left;
    display: inline-block;
    background: #fff;
    padding: 100px 0;
}
.about__section ul {
    column-count: 2;
    column-gap: 70px;
}
.career__section {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 80px 0;
}
.contact__section {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    background: #fff;
}
.feature_item:first-child, .feature_item:nth-child(3) {
    margin-bottom: 50px;
}
/*SUBPAGES*/
.breadcrumbs ul {
    margin: 0;
}
.breadcrumbs ul li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    font-family: 'Public Sans SemiBold';
    color: #0092ED;
}
.breadcrumbs li span {
    color: #0092ED;
    margin: 0 2px 0 4px;
}
.offer_features {
    width: 100%;
    float: left;
    display: inline-block;
    padding: 100px 0 70px;
    background: #fff;
}
.offer_feature {
    margin-bottom: 30px;
}
.contact_cta {
    float: left;
    width: 100%;
    padding: 100px 0;
    text-align: center;
}
.product-section {
    width: 100%;
    float: left;
    display: inline-block;
    padding-bottom: 100px;
}
.product-section a {
    display: inline-block;
}
.product-section .product_item {
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: inline-block;
    overflow: hidden;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    position: relative;
    float: left;
    margin-bottom: 20px;
    flex: 1;
}
.product-section img {
    scale: 0.8;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    transform: translateY(-40px);
}
.product-section .product_item:hover img {
    scale: 0.7;
    transform: translateY(-25%);
}
.product-section .product_info {
    margin: 0 30px;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    position: absolute;
    bottom: 20px;
}
.product-section .product_item h5 {
    font-size: 18px;
    line-height: 21.42px;
    color: #555555;
    margin: 0;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
}
.product_item:hover h5 {
    color: #0092ED;
}
.product-section .product_item .fake-btn {
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    font-family: 'Public Sans Bold';
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.product-section .product_item:hover .fake-btn {
    opacity: 0;
}
.product-section .product_item p {
    font-size: 14px;
    line-height: 22.6px;
    color: #28282B;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    margin: 0;
    max-height: 0px;
    overflow: hidden;
    transform: translateY(-10px);
}
.product-section .product_item:hover p {
    max-height: 110px;
    overflow: hidden;
}
.product_item.meet_tech {
    background: #0092ED;
}
.product_item.meet_tech:before {
    content: "";
    background-position: center center;
    width: 105%;
    height: 100%;
    margin-left: -1px;
    display: block;
    background-size: cover;
    scale: 1;
    opacity: 1;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    z-index: 9999999;
    position: absolute;
}
.product_item.meet_tech img {
    opacity: 0;
}
.meet_tech_title {
    position: absolute;
    top: 0;
    color: #fff;
    bottom: 0!important;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 99999999;
}
.meet_tech_title h5 {
    color: #fff!important;
    font-size: 26px!important;
    line-height: 31px!important;
    text-align: center;
}
.product_item.meet_tech:hover::before {
    scale: 1.2;
    opacity: 0.7;
}
.top.sub-hero {
    min-height: 400px;
}
.top.sub-hero .top__div {
    top: 150px!important;
}
.page_header .breadcrumb {
    position: absolute;
    top: 20px;
}
ul.breadcrumb li {
    display: inline;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Public Sans SemiBold';
    letter-spacing: 0.50px;
}
ul.breadcrumb {
    list-style: none;
    color: #A5A5A5;
}
ul.breadcrumb li {
    display: inline;
}
ul.breadcrumb li a {
    color: #A5A5A5;
    text-decoration: none;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #A5A5A5;
    content: "/\00a0";
}
tr {
    padding: 0;
    margin: 0;
    line-height: 36px;
}
table, th, td {
  border-spacing: 0px;
}
td {
    border-bottom: 2px solid #B4B4B4;
    font-size: 18px;
    font-weight: 500;
}
tr td:nth-child(2) {
    border-left: 2px solid #B4B4B4;
    font-weight: 600;
    padding-left: 15px;
    width: 25%;
}
tr:last-child td {
    border-bottom: none;
}
.contact__form .content ul li {
    margin: 30px 0;
    color: #28282B;
}
.contact__form .content ul li a{
    color: #28282B;
}
.contact_details p {
    font-size: 16px;
    color: #28282B;
    font-family: 'Public Sans Bold';
    margin-bottom: 30px;
    margin-top: 30px;
}
.business__details {
    width: 100%;
    float: left;
    background: #fff;
    display: inline-block;
    text-align: center;
}
.business__details ul {
    margin: 30px 0;
}
.business__details li {
    display: inline-block;
    margin: 0 5%;
}
.career_section {
    width: 100%;
    float: left;
    display: inline-block;
    background: #fff;
    padding: 70px 0 70px;
}
.job_offer {
    margin: 30px 0;
    border-bottom: 1px solid #AEAEAE;
    padding-bottom: 30px;
}
.job_offer:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.job_offer figcaption {
    padding-left: 0px;
    margin-left: 15px;
    transition: 0.2s cubic-bezier(0.645,0.045,0.355,1);
    border-bottom: 1px solid #0092ed00;
}
.job_offer a:hover figcaption {
    border-bottom: 1px solid #0092ED;
}
.screen-reader-response {
    display: none;
}
span.wpcf7-not-valid-tip {
    display: none;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.btn {
    outline: none;
    border: none!important;
    height: 54px;
    cursor: pointer;
    width: 100%;
}
.policy .content p {
    color: #2D2C2C;
    font-size: 18px;
    line-height: 24px;
}
.policy .content ol {
    list-style: none;
    counter-reset: item;
    padding: 0;
}
.policy .content ul {
    padding-left: 15px;
}
.policy .content li {
    counter-increment: item;
    margin-bottom: 5px;
    line-height: 24px;
}
.policy .content li:before {
    margin-right: 10px;
    content: counter(item);
    background: #4da6dd;
    border-radius: 100%;
    color: white;
    width: 24px;
    text-align: center;
    display: inline-block;
}
/*COLUMNS, ROWS*/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}
.col {
    position: relative;
    width: 100%;
    padding-right: 6px;
    padding-left: 6px;
    box-sizing: border-box;
}

.col-20 {
    width: 20%;
    display: inline-block;
    float: left;
}
.col-25 {
    width: 25%;
    display: inline-block;
    float: left;
}
.col-30 {
    width: 30%;
    display: inline-block;
    float: left;
}
.col-35 {
    width: 35%;
    display: inline-block;
    float: left;
}
.col-40 {
    width: 40%;
    display: inline-block;
    float: left;
}
.col-33 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display: inline-block;
    float: left;
    width: 33%;
}
.col-50 {
    width: 50%;
    float: left;
}
.col-60 {
    width: 60%;
    display: inline-block;
    float: left;
}
.col-65 {
    width: 65%;
    display: inline-block;
    float: left;
}
.col-70 {
    width: 70%;
    float: left;
}
.col-75 {
    width: 75%;
    float: left;
}
.col-80 {
    width: 80%;
    float: left;
}
.col-90 {
    width: 90%;
    float: left;
}
.col-100 {
    width: 100%;
    float: left;
}

/*SEO COPY*/
section.seo__copy {
    display: inline-block;
    float: left;
    width: 100%;
    background: #F7F7F7;
    padding: 120px 0;
}
.seo__copy h3{
    color: #AEAEAE;
}
.seo__text p {
    column-count: 2;
    column-gap: 20px;
}
/*FOOTER*/
footer p {
    color: #fff;
}
footer {
    border-bottom: 1px solid #FFFFFF;
    display: inline-block;
    background: #FFFFFF;
    float: left;
    width: 100%;
    border-top: 0.5px solid #AEAEAE;
    padding: 10px 0;
}
.footer__menu a {
    font-size: 14px;
    color: #fff;
    line-height: 47px;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.footer__logo img {
    height: 50px;
}
.footer__info ul li {
    color: #28282B;
    font-size: 14px;
    line-height: 22.26px;
}
.footer__info ul li a {
    color: #28282B;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
}
.footer__info ul li a:hover {
    color: #0092ED;
}
.footer__logo.left a {
    transform: translateY(2px);
    display: block;
}
/*CONTACT*/
.half {
    width: 50%;
    float: left;
    margin-top: 150px;
}
.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}
.contact-form {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 50px;
    padding-right: 100px;
}
.contact_details .row {
    width: 50%;
    margin-left: 50px;
    margin-top: 150px;
}
.contact-form .send-btn {
    text-align: right;
}
.contact__section iframe#gmap_canvas {
    display: block;
    height: 100vh;
}
.placeholder {
    font-size: 14px;
    text-transform: uppercase;
    color: #A5A5A5;
    font-family: 'Public Sans Regular';
    margin-bottom: 10px;
    display: block;
}
.product__gallery .gallery_item {
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    float: left;
    margin-bottom: 20px;
    width: calc(25% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.product-container {
    column-gap: 20px;
    padding: 0 10%;
    display: block;
    column-count: 4;
}
.product__gallery.product-section img {
    scale: 0.8;
    transition: 0.3s cubic-bezier(0.645,0.045,0.355,1);
    transform: translateY(0px);
    float: left;
}
.product_feature {
    margin: 30px 0;
    border-bottom: 1px solid #AEAEAE;
    padding-bottom: 30px;
}
.product_feature:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.product_feature figcaption{
    padding-left: 15px;
}
/*PRODUCT GALLERY*/
.product__gallery .product-container {
    column-count: auto;
    display: inline-block;
    width: calc(100% + 20px);
}
/*FORMS*/
input {
    font-family: 'Public Sans Regular';
    height: 48px;
    border: 1px solid #AEAEAE!important;
    margin-bottom: 10px;
    float: left;
    font-size: 14px;
    background: #fff;
    padding: 0 15px;
    border-radius: 4px;
    width: 100%;
}
textarea {
    font-family: 'Public Sans Regular';
    width: 100%;
    background: #fff;
    line-height: 18px;
    padding: 15px 15px;
    min-height: 264px;
    font-size: 14px;
    height: 230px;
    border: 1px solid #AEAEAE!important;
    border-radius: 4px;
}
input, select, textarea{
    color: #000;
}
textarea:focus, input:focus {
    color: #000;
    border-color: #522D6D;
    outline: none;
}
input::placeholder{
    color: #AEAEAE;
}
textarea::placeholder{
    color: #AEAEAE;
}
.checkbox.round input {
    height: 15px;
    width: auto;
    margin-right: 15px;
}
.consent label:hover .more__info {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.consent label:hover .more__info {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.consent span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 100;
}
.more__info {
    background: #ded6d799;
    color: #2d2c2c;
    bottom: 80%;
    font-size: 13px;
    line-height: 15px;
    font-weight: 100;
    display: block;
    opacity: 0;
    visibility: hidden;
    padding: 10px 15px;
    position: absolute;
    z-index: 99;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.more__info p {
    color: #2d2c2c!important;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
}
.input-group {
    width: 100%;
    display: inline-block;
    float: left;
}

input[type="checkbox"] {
    width: auto;
    height: auto;
    margin: 5px 10px 0 0;
}
[data-entrance="custom"]{
    transform: translateY(30px);
    opacity: 0;
}
[data-entrance="custom"].has-entered{
    transform: translateY(0px);
    opacity: 1;
}
.mobile_only{
    display: none;
}
.desktop{
    display: inline-block;
}
.image_mobile{
    display: none;
}






@media (max-width: 1920px){
.product-container {
    padding: 0 30px;
}
}

@media (max-width: 1440px){
.product__gallery .product-container {
    max-width: max-content!important;
}
.carousel-section .owl-prev {
    left: 0;
}
.carousel-section .owl-next {
    right: 0;
}
.product-container{
    max-width: 1240px;
}
.product-container, .product__gallery .product-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding: 0 15px;
}
.contact__section .half-container {
    padding-right: 20px;
}
}

@media (min-width: 1240px){
.container{
    max-width: 1240px;
}
.half-container {
    max-width: calc(1240px / 2);
}
}
@media (max-width: 1280px){
h5 {
    font-size: 18px;
}
.product__gallery .gallery_item {
    width: calc(50% - 20px);
}
.product-container{
    display: inline-block;
    width: 100%;
    column-count: 2;
    column-gap: 20px;
}
.product-section .product_item{
    height: 350px;
    width: 100%;
}
.product-section img{
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}
.gallery_item img{
    position:relative!important;
}
}
@media (max-width: 1024px){
.packaging__section .about_image {
    width: 50vw!important;
}
.tech__section .col-50 {
    padding-left: 40px!important;
}
.career__section .col-50:first-child {
    padding-right: 40px!important;
}
.contact__section .half-container{
    padding-left: 40px!important;
}
.carousel-section .product_item p {
    display: none;
}
.carousel-section .product_item:hover .fake-btn {
    opacity: 1;
}
.carousel-section .product_item:hover img {
    scale: 0.9;
    transform: none;
}
.carousel-section .product_item {
    max-height: fit-content;
}
.breadcrumbs {
    margin-bottom: 30px;
}
}

@media (max-width: 900px){
    #menu-menu_header {
    width: 90%;
}
.menu-language {
    width: 10%;
}
#menu-menu_header li {
    margin: 0 0 0 3%;
}
}
@media (max-width: 768px){
.tech__section .col-50:last-child, .about__section .col-65, .career__section .col-50:first-child{
    margin-top: 50px;
}
.contact__section .half-container {
    padding-left: 20px!important;
    padding-top: 40px;
    padding-bottom: 70px;
}
.header__burger{display: block; z-index: 98;}
.header__menu {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    top: -120vh;
    bottom: 0;
    height: 100vh;
    background-color: #FFFFFF;
    padding-top: 20vh;
    display: block;
    transition: 300ms;
    overflow: hidden;
}
.header__menu li {
    display: block!important;
    text-align: left;
    margin: 0 0 0 30px!important;
}
.header__menu.active {
    top: 0;
    padding-top: 40px;
    z-index: 9;
    overflow: scroll;
}
.sub-menu {
    height: fit-content;
    transition: all 0.3s ease-out;
    overflow: hidden;
    padding: 10px 0px;
    z-index: 1;
    background: none;
    box-shadow: none;
    display: none;
    width: 100%;
    text-align: center;
    position: relative;
    top: -5px;
    left: 0px;
    margin-top: 0px!important;
}
.menu-item-has-children:hover .sub-menu {
    display: none;
    margin: 0!important;
    margin-top: -10px!important;
}
ul.sub-menu li {
    display: block;
    padding: 0!important;
    margin: 0!important;
}
h2 {
    font-size: 36px;
    line-height: 46.8px;
}
h5 {
    font-size: 14px;
    line-height: 18px;
}
.header__logo {
    width: 100%;
    text-align: center;
}
.menu-item-has-children > a:after {
    display: none;
}
.header__menu li a {
    font-size: 36px;
}
.sub-menu li a {
    font-size: 16px;
    color: #28282B;
}
.packaging__section .content {
    align-items: center;
    flex-direction: column-reverse;
}
.packaging__section .col-50 {
    width: 100%;
}
.packaging__section .about_image{
    width: 100%!important;
}
.contact__form .col-50{
    width: 100%!important;
}
.contact__form .content {
    align-items: center;
    flex-direction: column;
}
.tech__section .container {
    align-items: center;
    flex-direction: column;
}
.tech__section .col-50 {
    width: 100%;
    padding: 0!important;
}

.about__section .container {
    align-items: center;
    flex-direction: column;
}
.about__section .col-35, .about__section .col-65 {
    width: 100%;
}
.career__section .container{
    align-items: center;
    flex-direction: column-reverse;
}
.career__section .col-50 {
    width: 100%;
}
.contact__section .col-50 {
    width: 100%;
}
.contact__section {
    flex-direction: column;
}
footer .container {
    flex-wrap: wrap;
    flex-direction: row;
}
footer .col-20{
    width: 100%;
}
footer .col-40 {
    width: 50%;
    text-align: left!important;
}
footer .col-20:first-child {
    order: 4;
    width: 50%;
    text-align: right;
}
.footer__info ul {
    margin: 10px 0 0px;
}
footer .col-20:nth-child(2){
    margin-top: 20px;
}
footer .col-20:nth-child(3){
    margin-bottom: 20px;
}
section.seo__copy {
    padding: 70px 0;
}
.video-container p {
    width: 100%;
    padding: 0 40px;
}
h1.top__title {
    padding: 0 10px;
    font-size: 64px;
    line-height: 72px;
}
.offer_features {
    padding: 100px 0 50px;
}
.offer_feature {
    flex-direction: column-reverse;
    margin-bottom: 50px;
}
.offer_feature .col-50 {
    width: 100%;
}
.offer_features h3 {
    margin: 50px 0 30px!important;
}
.product-section .product_item {
    height: 300px;
}
.product-section img {
    transform: translateY(-10px);
}
.career_section .col-50 {
    width: 100%;
}
.contact__form .half-container {
    padding-right: 0!important;
}
.business__details li {
    margin: 0 10px;
}
.contact_details p {
    margin-top: 50px;
}
.menu-language {
    width: 100%;
    float: left!important;
    text-align: left!important;
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}
.menu-language ul {
    background: #fff;
}
.menu-language li ul li {
    width: 100%;
    margin: 0!important;
}
.menu-language img {
    width: 30px;
}
.menu-language a {
    height: 62px!important;
}
.menu-language .current:after {
    bottom: 50%!important;
    left: inherit!important;
    right: 0px!important;
}
.menu-language ul li {
    margin-left: 5px!important;
}
}

@media(max-width: 500px){
h1.top__title {
    font-size: 48px;
    line-height: 54px;
}
#flex { 
  display: flex; 
  /* Optional, if you want the DIVs 100% width: */ 
  flex-direction: column;
}
#flex > #a { order: 1; }
#flex > #b { order: 2; }
#flex > #c { order: 4; }
#flex > #d { order: 3; }
.info-box {
    width: 100%;
    margin: 0px;
    margin-bottom: 15px;
    float: left;
    text-align: center;
    padding: 50px 0;
}
.about__section ul {
    column-count: 1;
    column-gap: 0;
}
.feature_item {
    margin-bottom: 50px;
}
.feature_item:last-child {
    margin-bottom: 0px;
}
.seo__text p {
    column-count: 1;
    column-gap: 0px;
}
iframe#gmap_canvas {
    height: 400px;
}
section h2{
    margin-bottom:30px!important;
}
.contact_cta h2 {
    margin-bottom: 0!important;
}
.product-container, .product__gallery .product-container {
    column-count: 1;
}
.career_section .col-60 {
    width: 100%;
}
.business__details li {
    margin: 0;
    display: block;
    line-height: 36px;
}
.btn {
    width: 100%;
    text-align: center;
}
.career__section .col-50:first-child {
    padding-right: 0px!important;
}
}
@media(max-width: 425px){
.product__gallery .gallery_item {
    width: calc(100% - 20px);
}
.carousel-section .product_info {
    margin: 0 20px;
}
h2 {
    font-size: 32px;
    line-height: 38px;
}
h3 {
    font-size: 32px;
    line-height: 38px;
}
.col-60.consent {
    width: 100%;
}
.tech__section,.about__section {
    padding: 50px 0 70px;
}
.career__section {
    padding: 70px 0;
}
.carousel-section {
    padding-top: 70px;
}
.carousel-section .product_item {
    min-height: 320px;
}
.offer_features {
    padding: 50px 0 20px;
}
.career__section .col-50:first-child {
    padding-right: 0px!important;
}
p.intro {
    width: 100%;
}
.product-section {
    padding-bottom: 70px;
}
}
@media(max-width: 375px){
h1.top__title {
    font-size: 34px;
    line-height: 42px;
}
.carousel-section .product_item {
    min-height: 300px;
}
.header__logo img {
    height: 40px;
    margin-top: 4px;
    object-fit: contain;
}
.header__menu li a {
    font-size: 30px;
}
.sub-menu li a {
    font-size: 16px!important;
}
}



/* === Menu wielopoziomowe (drzewko oferty, 2026-08) === */
@media (min-width: 769px){
#menu-menu_header .menu-item-has-children:hover > .sub-menu { overflow: visible; }
#menu-menu_header .sub-menu li { position: relative; }
#menu-menu_header .sub-menu .sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    height: auto;
    margin: 0 !important;
    overflow: visible;
}
#menu-menu_header .sub-menu .menu-item-has-children:hover > .sub-menu { display: block; }
#menu-menu_header .sub-menu .menu-item-has-children > a:after {
    transform: rotate(-90deg);
    bottom: auto;
    top: calc(50% - 3px);
    left: auto;
    right: 10px;
}
}
@media (max-width: 768px){
#menu-menu_header .sub-menu .sub-menu {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 15px;
    box-shadow: none;
}
#menu-menu_header .sub-menu li { position: relative; }
}

/* strzałka flyoutu nie nachodzi na tekst */
@media (min-width: 769px){
#menu-menu_header .sub-menu .menu-item-has-children > a { padding-right: 34px; display: block; }
}

/* odbijanie flyoutów przy krawędzi ekranu */
@media (min-width: 769px){
#menu-menu_header .sub-menu .sub-menu.flip-x { left: auto; right: 100%; }
#menu-menu_header .sub-menu .sub-menu.flip-y { top: auto; bottom: 0; }
}

/* kosmetyka paneli menu: zaokrąglenia i domknięcie rogów przy hoverze */
@media (min-width: 769px){
/* dropdown 1. poziomu jest doklejony do nagłówka: zaokrąglony tylko dół */
/* flyouty 2+ poziomu to wolne panele: pełne zaokrąglenie */
#menu-menu_header .sub-menu .sub-menu {
    box-shadow: 0px 6px 12px 0px rgb(0 0 0 / 12%);
}
/* tło hovera nie wystaje poza zaokrąglony róg */
#menu-menu_header .sub-menu li { background-clip: padding-box; }
}

/* normalizacja pozycji submenu: jednolita wysokość i paddingi */
@media (min-width: 769px){
#menu-menu_header .sub-menu li { line-height: normal; display: block; }
#menu-menu_header .sub-menu li > a {
    display: block;
    line-height: 22px;
    padding: 15px 18px;
    font-size: 15px;
    white-space: nowrap;
}
#menu-menu_header .sub-menu .menu-item-has-children > a { padding-right: 36px; }
#menu-menu_header .sub-menu .menu-item-has-children > a:after { top: calc(50% - 3px); right: 14px; }
}

/* ostre rogi paneli menu (nadpisanie oryginalnego dolnego radiusa) */
#menu-menu_header .sub-menu { border-radius: 0; }
