@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/PlayfairDisplay-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

* {
  box-sizing: border-box;
}
#page {
  overflow: hidden;
}
body {
  margin: 0;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #5e6a76;
}
li,
p {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 162%;
}
li {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #c3bc2f;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.container,
.wp-block-group__inner-container {
  max-width: 1349px;
  width: 92%;
  margin: 0 auto;
}

/* buttons */
.wp-block-buttons {
  gap: 16px;
}
.post-password-form input[type="submit"],
.button,
.wpcf7-submit,
.wp-element-button {
  padding: 12px 24px !important;
  background: #c3bc2f !important;
  border: 1px solid #c3bc2f !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  color: #fff !important;
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}
.post-password-form input[type="submit"]:hover,
.button:hover,
.wpcf7-submit:hover,
.wp-element-button:hover {
  background: #fff !important;
  color: #c3bc2f !important;
}
.button-alt a {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.pretitle {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #c3bc2f;
  margin-bottom: 11px;
}

/* headlines */
.h1,
h1 {
  margin: 0 0 26px;
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 56px;
  line-height: 67px;
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
.h2,
h2 {
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  color: #171f28;
  margin: 0 0 22px;
}
@media only screen and (max-width: 1000px) {
	.h2,
  h2 {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 14px;
  }
	.h2 em,
  h2 em {
    font-style: normal;
  }
}
.h3,
h3 {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  color: #0b2230;
  margin: 0 0 40px;
}

@media only screen and (max-width: 1000px) {
}
h4 {
  margin: 0 0 16px;
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #171f28;
}
@media only screen and (max-width: 1000px) {
}
.h5,
h5 {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 0 20px;
	display: block;
}
@media only screen and (max-width: 1000px) {
  .h5,
  h5 {
    margin-bottom: 10px;
  }
}

/* header */
.header {
  z-index: 1001;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
.header__top {
  padding-block: 10px;
  background: #5e6a76;
}
.header__top .container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.trp-shortcode-switcher__wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
}
.header__top-in,
.header__top a {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-right: 6px;
}
.header__top-in {
  gap: 1px;
}
.header__content {
  background: #fff;
}
.header__content .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 10px;
}
.header__content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 27px;
}
.header__content ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #08090b;
}
.header__content ul li a:hover {
  color: #c3bc2f;
}
.header__content-in {
  display: flex;
  align-items: center;
  gap: 34px;
}
.header__content-in .button {
  padding: 8px 21px;
}
.header .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 175%;
  padding: 4px 0px;
  background: #fff;
  border: 1px solid #f4f4f4;
  box-shadow:
    0px 4px 6px -1px rgba(0, 0, 0, 0.1),
    0px 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  min-width: 195px;
}
.header .sub-menu .sub-menu {
  left: 100%;
  top: 0px;
}
.header__logo img {
	max-width: 80px;
}
.header .sub-menu a {
  padding: 7px 11px;
  display: block;
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  padding-right: 20px;
  background: url("../img/arrow.svg") 100% 50% no-repeat;
  position: relative;
}
.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 19px;
  height: 24px;
}
.header .sub-menu .menu-item-has-children > a {
  background: url("../img/arrow2.svg") 92% 50% no-repeat;
}
.menu-item-has-children:hover > .sub-menu {
  display: block;
}

.hamburger {
  position: absolute;
  top: 134px;
  right: 24px;
  margin: auto;
  width: 21px;
  height: 17px;
  cursor: pointer;
  padding: 0;
  border: none;
  background: transparent;
  z-index: 1001;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: none;
}
.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center center;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .hamburger {
    display: flex;
  }
  .header__content .container {
    padding-block: 12px;
    align-items: flex-start;
  }
  .header__top .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .header__content-in {
    display: none;
  }
  .header__top a {
    gap: 14px;
  }
  .header__top {
    padding-block: 12px;
  }
  .header__logo img {
    width: 64px;
  }
  .hamburger-active .header__content-in {
    position: absolute;
    background: #fff;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 32px;
    align-items: center;
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 200px;
  }
  .hamburger-active .header__content-in .header__nav .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: flex-start;
    gap: 8px;
  }
  .hamburger-active .header__nav {
    width: 100%;
    padding-inline: 32px;
  }
  .hamburger-active .header .sub-menu {
    display: block;
    position: static;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    min-width: auto;
  }
  .hamburger-active .header .sub-menu .sub-menu {
    padding-left: 16px;
  }
}

@media only screen and (max-width: 1000px) {
}

.hero {
  max-height: 831px;
}
.hero > .wp-block-group__inner-container {
  max-width: 1920px;
  width: 100%;
  position: relative;
  margin-top: 104px;
  border-left: 6px solid #c3bc2f;
}
.hero > .wp-block-group__inner-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(28, 38, 48, 0.8),
    rgba(28, 38, 48, 0.8)
  );
}
.hero > .wp-block-group__inner-container > figure {
  margin: 0;
}
.hero > .wp-block-group__inner-container > figure img {
  width: 100%;
  max-height: 831px;
  object-fit: cover;
}
.hero__content {
  max-height: 831px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}
.hero__content .h1 {
  color: #fff;
line-height: 67px;
}
.hero__content .h1 em {
  display: block;
}
.hero__content .h1 strong {
  font-weight: 500;
  color: #c3bc2f;
}
.hero__content p {
  color: #fff;
  margin-bottom: 40px;
  max-width: 500px;
  line-height: 160%;
}
.hero__content ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.hero__content ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding-left: 23px;
  background: url("../img/li.svg") 0% 50% no-repeat;
}
.hero__content .wp-block-group__inner-container {
  max-width: 1358px;
}
@media only screen and (max-width: 1000px) {
	.hero__content .h1 {
	    font-size: 40px;
    line-height: 120%;
    margin-bottom: 10px;
	}
  .hero > .wp-block-group__inner-container > figure img,
  .hero > .wp-block-group__inner-container {
    margin-top: 133px;
  }
  .hero > .wp-block-group__inner-container > figure img {
    height: 709px;
  }
  .hero__content p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .hero__content ul {
    flex-direction: column;
    gap: 2px;
    margin-bottom: 14px;
  }
  .hero__content .wp-block-button {
    width: 100%;
  }
  .hero__content .wp-element-button {
    max-width: 100%;
  }
  .hero__content h1 em {
    display: inline;
    font-style: normal;
  }
  .hero > .wp-block-group__inner-container {
    border: none;
  }
}

.about {
  padding-block: 82px 56px;
}
.about h2 + p {
  margin-bottom: 27px;
}
.about .wp-block-columns {
  gap: 16px;
}
.numbers {
  margin-block: 22px 0;
  max-width: 470px;
}
.numbers .wp-block-column:first-child {
  max-width: 28%;
}
.numbers .wp-block-column:nth-child(2) {
  max-width: 32%;
}
.numbers p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  color: #5e6a76;
}
.numbers strong {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  color: #c3bc2f;
  margin-bottom: 12px;
  display: block;
}
.packaging-mosaic {
  display: flex;
  align-items: center;
  height: 100%;
}
.packaging-mosaic .wp-block-group__inner-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.packaging-mosaic__grid > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 336px 220px;
  align-items: stretch;
  gap: 12px;
}
.packaging-mosaic__left > .wp-block-group__inner-container,
.packaging-mosaic__right > .wp-block-group__inner-container {
  display: grid;
  gap: 12px;
}
.packaging-mosaic__image {
  margin: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 14px;
}
.packaging-mosaic__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.packaging-mosaic__image--large {
  height: 316px;
}
.packaging-mosaic__image--small {
  height: 234px;
}
.packaging-mosaic__text-card {
  background: #c3bc2f;
  border-radius: 14px;
  padding: 16px;
  min-height: 152px;
}
.packaging-mosaic__text-card > .wp-block-group__inner-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.packaging-mosaic__text-card p {
  margin: 0;
  font-family: "Playfair Display";
  font-style: italic;
  line-height: 23px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
}
@media only screen and (max-width: 1300px) {
  .packaging-mosaic__grid > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
  }
  .packaging-mosaic__text-card {
    display: none;
  }
  .packaging-mosaic__left > .wp-block-group__inner-container,
  .packaging-mosaic__right > .wp-block-group__inner-container {
    display: flex;
  }
  .packaging-mosaic__image--large {
    height: 220px;
  }
  .packaging-mosaic__image--small {
    height: 150px;
  }
  .packaging-mosaic__grid {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .about h2 + p {
    line-height: 150%;
    margin-bottom: 16px;
  }
  .about {
    padding-block: 40px 14px;
  }
  .about p {
    font-size: 14px;
  }
  .numbers .wp-block-column {
    max-width: calc(33% - 10px) !important;
  }
  .numbers strong {
    margin-bottom: 8px;
  }
  .numbers p {
    font-size: 12px;
    line-height: 150%;
  }
}

.offer {
  padding-block: 80px;
}
.offer h2 {
  margin-block: 15px 27px;
}
.product-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-block: 40px;
}
.product-category-card {
  width: calc(25% - 17px);
  border: 1px solid #ededed;
  border-radius: 14px;
  overflow: hidden;
}
.product-category-card img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
.product-category-card__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 214px;
}
.product-category-card__content h3 {
  font-size: 18px !important;
  line-height: 140%;
  color: #171f28;
  margin-bottom: 6px !important;
}
.product-category-card__content p {
  font-size: 14px;
  line-height: 152%;
  margin-bottom: 0;
}
.product-category-card__content .product-category-card__link {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #171f28;
  margin-top: auto;
}
.product-category-card__content .product-category-card__link:hover {
  color: #c3bc2f;
}
.product-category-card__content .product-category-card__link svg path {
  transition: stroke 0.3s ease;
}
.product-category-card__content .product-category-card__link:hover svg path {
  stroke: #c3bc2f;
}
@media only screen and (max-width: 1000px) {
  .offer {
    padding-block: 40px;
  }
  .offer h2 {
    margin-block: -3px 14px;
  }
  .offer h2 + p {
    display: none;
  }
  .product-category-card {
    width: 100%;
  }
  .offer .wp-block-button {
    width: 100%;
  }
  .offer .wp-element-button {
    max-width: 100%;
  }
  .product-categories {
    margin-block: 0 13px;
    gap: 17px;
  }
  .product-category-card__content {
    min-height: auto;
  }
  .product-category-card__content p {
    margin-bottom: 16px;
  }
}

.what-we-offer {
  padding-block: 80px 1px;
  margin-bottom: -2px;
}
.what-we-offer .pretitle {
  color: #171f28;
}
.what-we-offer .first-row {
  gap: 24px;
  margin-block: 37px 80px;
}
.what-we-offer .first-row .wp-block-column {
  padding: 28px 28px 24px;
  background: #c1e6e3;
  border: 1px solid #eff8f8;
  border-radius: 16px;
}
.what-we-offer .first-row .wp-block-column .wp-block-image {
  width: 48px;
  height: 48px;
  background: #5e6a76;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 15px;
}
.what-we-offer .first-row .wp-block-column p {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  color: #171f28;
}
.what-we-offer .first-row .wp-block-column strong {
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.16px;
  color: #171f28;
}
.what-we-offer .second-row {
  margin-bottom: 64px;
  gap: 40px;
}
.what-we-offer .second-row img,
.what-we-offer .third-row img {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
}
.what-we-offer .h3-mod {
  font-weight: 500;
  margin-bottom: 28px;
  color: #171f28;
  padding-top: 20px;
  position: relative;
}
.what-we-offer .h3-mod::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 208px;
  height: 2px;
  background: #c3bc2f;
  border-radius: 9999px;
}
.what-we-offer p {
  line-height: 161%;
}
@media only screen and (max-width: 1000px) {
  .what-we-offer {
    padding-block: 40px 17px;
  }
  .what-we-offer .pretitle {
    display: none;
  }
  .what-we-offer .first-row .wp-block-column {
    padding: 15px 12px 0;
  }
  .what-we-offer .first-row {
    gap: 12px;
    margin-bottom: 24px;
    margin-top: 23px;
  }
  .what-we-offer .first-row .wp-block-column p {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 160%;
  }
  .what-we-offer .first-row .wp-block-column .wp-block-image {
    display: none;
  }
  .what-we-offer h3 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
    padding-top: 23px;
  }
  .what-we-offer p {
    font-size: 14px;
    line-height: 150%;
  }
  .what-we-offer .second-row {
    gap: 2px;
    margin-bottom: 24px;
  }
  .what-we-offer .mobile-revers .wp-block-column:first-child {
    order: 2;
  }
  .what-we-offer .second-row figure {
    margin: 0;
  }
}

.create-with-us {
  padding-block: 80px;
}
.create-with-us .h2 {
	display: block;
}
.create-with-us > .wp-block-group__inner-container > .wp-block-image img {
  max-width: 148px;
  height: 4px !important  ;
  margin-bottom: 20px;
}
.create-with-us h3 {
  margin-bottom: 37px;
}
.create-with-us .steps {
  max-width: 910px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 54px;
}
.create-with-us .steps::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 39%;
  height: 1px;
  background: #ededed;
  height: 2px;
}
.create-with-us .steps .wp-block-column {
  position: relative;
}
.create-with-us .steps .wp-block-column figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-bottom: 16px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
}
.create-with-us .steps .wp-block-column:first-child figure {
  background: #c3bc2f;
}
.create-with-us .steps .wp-block-column:nth-child(2) figure {
  background: #a3dad6;
}
.create-with-us .steps .wp-block-column:nth-child(3) figure {
  background: #939fcf;
}
.create-with-us .steps .wp-block-column:nth-child(4) figure {
  background: #b293b9;
}
.create-with-us .steps em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: #171f28;
  border-radius: 50%;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  position: absolute;
  right: 15%;
  top: 9px;
  z-index: 12;
}
.create-with-us .steps strong {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #414a52;
  max-width: 236px;
  display: block;
  margin: 5px auto;
}
.create-with-us .steps p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  color: #171f28;
}
.white-group {
  padding: 24px 40px 1px;
  background: #fff;
  border-radius: 28px;
  margin-bottom: 60px;
  max-width: 1121px;
  margin: 0 auto 59px;
}
.white-group .wp-block-group__inner-container {
  width: 100%;
}
.white-group p {
  margin-bottom: 24px;
}
.white-group strong {
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #171f28;
}
@media only screen and (max-width: 1000px) {
  .create-with-us {
    padding-block: 40px;
  }
  .create-with-us h3 {
    font-size: 31px;
    line-height: 124%;
    margin-block: 4px 20px;
  }
  .create-with-us .steps {
    margin-bottom: 58px;
  }
  .create-with-us .steps em {
    right: 30%;
  }
  .white-group {
    padding: 17px 25px 8px;
    margin-bottom: 30px;
  }
  .white-group strong {
    font-size: 24px;
    line-height: 140%;
  }
  .white-group strong em {
    font-style: normal;
  }
  .white-group p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .create-with-us .steps::after {
    width: 1px;
    height: auto;
    top: 0;
    bottom: 0;
    left: 50%;
  }
  .certyficates h2 {
    font-size: 32px;
    line-height: 122%;
  }
  .certyficates h2 em {
    font-style: italic;
  }
  .certyficates h2 + p {
    font-size: 14px;
  }
}

.certyficates {
  padding-block: 80px;
}
.certyficates h2 em {
  color: #a3dad6;
}
.certyficates .wp-block-columns {
  gap: 16px;
  margin-top: 40px;
}
.certyficates .wp-block-column {
  padding: 20px;
  background: #29333c;
  border: 1px solid #414a52;
  border-radius: 14px;
}
.certyficates .wp-block-column:nth-child(even) {
  height: 213px;
}
.certyficates .wp-block-column:nth-child(odd) {
  height: 194px;
}
.certyficates .wp-block-column figure {
  margin-bottom: 12px;
}
.certyficates .wp-block-column h3 {
  font-size: 20px;
  line-height: 140%;
  white-space: nowrap;
  margin-bottom: 6px;
}
.certyficates .wp-block-column p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 150%;
}
@media only screen and (max-width: 1700px) {
  .certyficates .wp-block-column h3 {
    white-space: wrap;
  }
  .certyficates .wp-block-column {
    height: auto !important;
  }
}
@media only screen and (max-width: 1000px) {
  .certyficates {
    padding-block: 40px;
  }
  .certyficates .wp-block-column {
    padding: 16px;
  }
  .certyficates .wp-block-columns {
    gap: 8px;
    margin-block: 20px 0;
  }
  .certyficates .wp-block-column figure {
    display: none;
  }
  .certyficates .wp-block-column h3 {
    font-size: 18px;
  }
}

.contact {
  padding-block: 52px;
}
.contact .wp-block-columns {
  gap: 0;
  justify-content: space-between;
  align-items: flex-start;
}
.contact .wp-block-column:first-child {
  max-width: 40%;
}
.contact .wp-block-column:last-child {
  max-width: 51.4%;
}
.contact .h2 {
	display: block;
}
.contact .h2 em {
  color: #a3dad6;
  display: block;
}
.contact .h2 + p {
  margin-bottom: 39px;
  padding-right: 40px;
}
.contact .wp-block-media-text__media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #29333c;
  border: 1px solid #939ba3;
  border-radius: 10px;
}
.contact .wp-block-media-text__media svg {
  max-width: 18px;
}
.contact .wp-block-media-text__media img {
  width: 22px;
}
.contact .wp-block-media-text__content {
  padding: 0;
}
.contact .wp-block-media-text {
  display: flex;
  gap: 16px;
  margin-bottom: 19px;
}
.aba-product-contact .wp-block-media-text__content strong {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 150% !important;
  text-transform: none !important;
  color: #e4e6e8 !important;
}
.aba-product-contact .wp-block-media-text__content small {
  display: block;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #939ba3;
}
.contact .wp-block-media-text p {
  margin: 0;
  line-height: 150%;
  font-size: 14px;
}
.contact .wp-block-media-text p a:hover {
  color: #c3bc2f;
}
.contact .wp-block-media-text strong {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.contact form {
  padding: 42px 38px 24px;
  background: #fff;
  border-radius: 16px;
}
.wpcf7-spinner {
  display: none;
}
.contact form .h3 {
  margin-bottom: 26px;
  font-size: 24px;
  display: block;
}
.contact form p {
  margin-bottom: 15px;
}
.contact form textarea,
.contact form input {
  padding: 14px 14px;
  border: 1px solid #e4e6e8;
  border-radius: 8px;
  width: 100%;
  margin-top: 3px;
}
.contact form textarea::placeholder,
.contact form input::placeholder {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 22px;
  color: #939ba3;
}
.contact form textarea {
  height: 130px;
  padding: 10px 16px;
  margin-bottom: -4px;
}
.contact .contact-cols {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact label {
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #5e6a76;
}
.contact .wpcf7-acceptance input {
  width: 13px;
  height: 13px;
}
.contact .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact .wpcf7-acceptance label {
  display: flex;
  gap: 6px;
}
.contact .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 150%;
  margin-bottom: -9px;
}
.contact input[type="submit"] {
  margin-top: 14px;
  font-size: 18px;
}
@media only screen and (max-width: 1000px) {
  .contact form p {
    width: 100%;
  }
  .contact {
    padding-block: 20px;
  }
  .contact .wp-block-columns {
    margin: 0;
  }
  .contact .h2 {
    font-size: 32px;
    line-height: 122%;
    margin-block: -4px 6px;
  }
  .contact .h2 em {
    font-style: italic;
  }
  .contact .h2 + p {
    font-size: 14px;
    line-height: 154%;
    margin-bottom: 18px;
    padding-right: 0;
  }
  .contact .wp-block-column {
    max-width: 100% !important;
  }
  .contact form {
    padding: 24px 24px 8px;
  }
  .contact .contact-cols {
    flex-direction: column;
    gap: 0;
  }
  .contact form .h3 {
    margin-bottom: 24px;
  }
  .contact form textarea,
  .contact form input {
    margin-top: 2px;
    padding-block: 12px;
  }
  .contact form textarea {
    height: 121px;
  }
}

.footer {
  padding-block: 64px;
  background: #121920;
}
.footer__top {
  display: flex;
}
.footer__first-col {
  width: 22%;
  padding-right: 36px;
}
.footer__first-col img {
  margin-bottom: 19px;
	max-width: 80px;
}
.footer__first-col p {
  font-size: 14px;
  line-height: 154%;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 7px;
}
.footer-decor {
  margin-top: -6px;
}
.footer__second-col {
  width: 22.3%;
}
.footer__third-col {
  width: 22.1%;
}
.footer__fourth-col {
  width: 18.3%;
}
.footer__fifth-col {
  width: 15.5%;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer ul li a {
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 11px;
  display: block;
}
.footer a:hover {
  color: #c3bc2f;
}
.footer .h5 {
  color: #fff;
}
.footer__top {
  padding-bottom: 28px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom p {
  margin: 0;
  font-size: 12px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1000px) {
  .footer {
    padding-block: 20px;
  }
  .footer__top {
    flex-wrap: wrap;
    padding-bottom: 38px;
    margin-bottom: 16px;
  }
  .footer__first-col {
    width: 100%;
    padding: 0;
  }
  .footer-decor {
    width: 100%;
    margin-block: -18px 35px !important;
  }
  .footer__second-col,
  .footer__third-col,
  .footer__fourth-col {
    width: 50%;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .footer__logo img {
    width: 78px;
    margin-bottom: 13px;
  }
  .footer__first-col p {
    margin-bottom: 8px;
    line-height: 152%;
  }
  .footer ul li a {
    font-size: 14px;
  }
  .footer ul {
    margin-bottom: 18px;
  }
}

.addjs .animation-bottom {
  opacity: 0;
  transform: translateY(3.125rem);
  transition: all 0.6s ease-out 0.2s;
}
.addjs .animation-top {
  opacity: 0;
  transform: translateY(-3.125rem);
  transition: all 0.6s ease-out 0.2s;
}
.addjs .animation-right {
  opacity: 0;
  transform: translateX(3.125rem);
  transition: all 0.6s ease-out 0.2s;
}
.addjs .animation-left {
  opacity: 0;
  transform: translateX(-3.125rem);
  transition: all 0.6s ease-out 0.2s;
}
.in-view .animation-children {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.animation-delay {
  transition-delay: 0.2s;
}
.animation-delay + .animation-delay {
  transition-delay: 0.4s;
}
.animation-delay + .animation-delay + .animation-delay {
  transition-delay: 0.6s;
}
.animation-delay + .animation-delay + .animation-delay + .animation-delay {
  transition-delay: 0.8s;
}
.animation-delay
  + .animation-delay
  + .animation-delay
  + .animation-delay
  + .animation-delay {
  transition-delay: 1s;
}
.animation-delay
  + .animation-delay
  + .animation-delay
  + .animation-delay
  + .animation-delay
  + .animation-delay {
  transition-delay: 1.2s;
}
.animation-delay
  + .animation-delay
  + .animation-delay
  + .animation-delay
  + .animation-delay
  + .animation-delay
  + .animation-delay {
  transition-delay: 1.4s;
}
.animation-delay
  + .animation-delay
  + .animation-delay
  + .animation-delay
  + .animation-delay
  + .animation-delay
  + .animation-delay
  + .animation-delay {
  transition-delay: 1.6s;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 17px;
  margin-bottom: 18px;
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #71717a;
}
.breadcrumbs span {
  color: #1c2630;
}
@media only screen and (max-width: 1000px) {
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 12px;
  }
}

.category-hero {
  margin-top: 104px;
  padding-block: 82px 78px;
}
.category-hero h1 ,
.category-hero .h1 {
  font-size: 48px;
  line-height: 120%;
  color: #171f28;
  margin-bottom: 17px;
}
.category-hero p {
  max-width: 1000px;
  margin-bottom: 32px;
  line-height: 160%;
}
@media only screen and (max-width: 1000px) {
  .category-hero {
    padding-block: 100px 39px;
  }
	  .category-hero h1 ,
  .category-hero .h1 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .category-hero p {
    font-size: 14px;
    line-height: 150%;
  }
  .category-hero .wp-block-button {
    width: 100%;
  }
  .category-hero .wp-element-button {
    max-width: 100%;
  }
}

.category-description-section {
  padding-block: 80px;
}
.category-description-section h2 {
  position: relative;
  padding-top: 21px;
}
.category-description-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 208px;
  height: 2px;
  background: #c3bc2f;
  border-radius: 9999px;
}
.category-description-section .wp-block-columns {
  justify-content: space-between;
  gap: 0;
}
.category-description-section .wp-block-column:first-child {
  max-width: 61%;
}
.category-description-section .wp-block-column:last-child {
  max-width: 35%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1000px) {
  .category-description-section h2 {
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 26px;
  }
  .category-description-section {
    padding-block: 40px 0;
  }
  .category-description-section .wp-block-column {
    max-width: 100% !important;
  }
  .category-description-section .wp-block-column:last-child {
    display: none;
  }
}

.category-description-section-2 {
  padding-block: 82px 62px;
  border-top: 1px solid #dbd7cd;
}
.category-description-section-2 .pretitle {
  color: #676e75;
}
.category-description-section-2 h2 {
  margin-bottom: 41px;
}
.category-description-section-2 h3 {
  color: #171f28;
  font-size: 24px;
  margin-bottom: 16px;
}
.category-description-section-2 .wp-block-columns {
  gap: 38px;
}
.category-description-section-2 .wp-block-columns p {
  font-size: 14px;
  line-height: 150%;
}
@media only screen and (max-width: 1000px) {
  .category-description-section-2 {
    padding-block: 40px 22px;
  }
  .category-description-section-2 h2 {
    font-size: 32px;
    line-height: 118%;
    margin-block: -10px 22px;
  }
  .category-description-section-2 h2 em {
    font-style: italic;
  }
  .category-description-section-2 .h3 {
    font-size: 20px !important;margin-top: 0;
  }
  .category-description-section-2 .wp-block-columns {
    gap: 2px;
    margin-bottom: 2px;
  }
}

.faq {
  padding-block: 80px 62px;
}
.faq .wp-block-group__inner-container {
  max-width: 893px;
}
.faq .wp-block-accordion-item {
  background: #fff;
  border: 1px solid #d8e2c9;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 16px;
}
.faq h2 {
  font-size: 48px;
  margin-block: 15px 52px;
}
.faq h3 {
  margin: 0;
}
.faq .wp-block-accordion-heading__toggle {
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 0;
  color: #171f28;
}
.faq .wp-block-accordion-item p {
  font-size: 14px;
  line-height: 150%;
  margin: 18px 0 0;
}
@media only screen and (max-width: 1000px) {
  .faq {
    padding-block: 40px 27px;
  }
  .faq h2 {
    font-size: 32px;
    line-height: 120%;
    margin-block: 0 20px;
  }
  .faq h2 em {
    font-style: italic;
  }
  .faq .wp-block-accordion-item {
    padding: 11px 14px;
    margin-bottom: 13px;
  }
  .faq .wp-block-accordion-item p {
    margin-top: 12px;
  }
}

.what-we-offer .h2 {
	display: block;
}
.what-we-offer-mod .h2-mod {
  font-size: 48px;
}
.what-we-offer-mod .first-row {
  margin-block: 45px 82px;
}
.what-we-offer-mod .first-row .wp-block-column .wp-block-image {
  margin-bottom: 20px;
}
.what-we-offer-mod .first-row .wp-block-column p {
  margin-bottom: 9px;
}
.what-we-offer-mod .first-row .wp-block-column {
  padding-bottom: 15px;
}
@media only screen and (max-width: 1000px) {
  .what-we-offer-mod .h2-mod {
    font-size: 24px;
    line-height: 142%;
  }
  .what-we-offer-mod .first-row {
    margin-block: 24px 26px;
  }
  .what-we-offer-mod .first-row .wp-block-column {
    padding-bottom: 0;
  }
}

.similar-products {
  padding-block: 80px 41px;
}
.similar-products .h2 {
  font-size: 48px;
  margin-block: 16px 44px;
}
.similar-products .product-category-card {
  width: calc(33% - 11px);
}
.similar-products .product-category-card img {
  height: 284px;
}
.similar-products .product-category-card__content {
  padding: 26px;
}
.similar-products .product-category-card__content {
  min-height: 204px;
}
@media only screen and (max-width: 1000px) {
  .similar-products {
    padding-block: 40px 26px;
  }
  .similar-products .h2 {
    font-size: 36px;
    margin-block: -3px 37px;
  }
  .similar-products .h2 em {
    font-style: italic;
  }
  .similar-products .product-category-card {
    width: 100%;
  }
  .similar-products .product-category-card__content {
    padding: 24px;
  }
  .similar-products .product-category-card img {
    height: 220px;
  }
  .similar-products .product-categories {
    gap: 30px;
  }
}

.contact-mod {
  padding-top: 80px;
}
@media only screen and (max-width: 1000px) {
  .contact-mod {
    padding-top: 22px;
  }
}

.aba-product__hero {
  margin-top: 104px;
  padding-block: 80px;
  background: #fbfbf3;
}
.aba-product__hero .container {
  max-width: 1220px;
}
.aba-product__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr);
  gap: 25px;
  align-items: center;
}
.aba-product__hero-media {
  border-radius: 22px;
}
.woocommerce .aba-product__hero-media > .aba-product__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
}
.aba-product__hero-content {
  padding-left: 15px;
}
.aba-product__hero-content h1 {
  font-size: 48px;
  line-height: 120%;
  color: #0b2230;
  margin-bottom: 27px;
}
.aba-product__lead {
  margin-bottom: 38px;
}
.aba-product__lead p {
  line-height: 160%;
}
.aba-product__lead p:last-child {
  margin-bottom: 0;
}
.aba-product__documentation .button,
.aba-product__actions .button {
  display: flex !important;
  align-items: center;
  gap: 10px;
  max-width: fit-content;
}
.aba-product__documentation .button:hover svg path,
.aba-product__actions .button:hover svg path {
  stroke: #c3bc2f;
}
.aba-product__button--secondary {
  padding: 12px 24px;
  border: 1px solid #c9cdd1;
  border-radius: 8px;
  font-weight: 500;
  color: #171f28;
}
.aba-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.aba-product__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.aba-product__benefit {
  padding: 16px;
  background: #d1ecea;
  border-radius: 18px;
}
.aba-product__benefit h3 {
  font-style: italic;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 8px;
}
.aba-product__benefit p {
  margin: 0;
  font-size: 14px;
  line-height: 150%;
  color: #4c575f;
}
.aba-product__copy {
  padding-right: 35px;
}
.aba-product__copy h2 {
  margin-bottom: 27px;
  font-size: 32px;
  line-height: 130%;
  padding-top: 20px;
  position: relative;
}
.aba-product__copy h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 208px;
  height: 2px;
  background: #c3bc2f;
  border-radius: 9999px;
}
.aba-product__rich-text p {
  line-height: 160%;
  margin-bottom: 28px;
}
.aba-product__rich-text p:last-child {
  margin: 0;
}
.aba-product__description {
  padding-block: 82px;
}
.aba-product__technical {
  padding-block: 72px 80px;
}
.aba-product__technical h2 {
  font-size: 32px;
  margin-block: 5px 36px;
}
.aba-product__description-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.75fr);
  gap: 40px;
  align-items: center;
}
.aba-product__description-media {
  overflow: hidden;
  border-radius: 14px;
}
.aba-product__technical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.aba-product__parameters dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 1.3fr);
  gap: 17px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(11, 34, 48, 0.1);
}
.aba-product__parameters dt,
.aba-product__parameters dd {
  font-size: 14px;
  line-height: 150%;
  color: #08090b;
}
.aba-product__certificates {
  display: grid;
  gap: 9px;
  margin: -2px 0 12px;
  padding: 0;
  list-style: none;
}
.aba-product__certificates li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 150%;
  color: #171f28;
  padding: 20px;
  background: #fbfbf3;
  border-radius: 18px;
}
.aba-product__documentation {
  padding: 24px;
  background: #171f28;
  border-radius: 18px;
}
.aba-product__documentation h3 {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 8px;
}
.aba-product__documentation p {
  font-size: 14px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 18px;
}
.aba-product__related {
  padding-block: 74px 81px;
  background: #fbfbf3;
}
.aba-product__related h2 {
  font-size: 48px;
  margin-block: 14px 43px;
}
.aba-product__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.aba-product-card {
  overflow: hidden;
  background: #fbfbf3;
  border: 1px solid #d8e2c9;
  border-radius: 18px;
}
.aba-product-card__image img {
  height: 286px;
  width: 100%;
  object-fit: contain;
  background: #fff;
}
.aba-product-card__content {
  padding: 24px;
}
.aba-product-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 140%;
  color: #171f28;
}
.aba-product-card p {
  font-size: 14px;
  line-height: 150%;
}
.aba-product-card__link {
  font-size: 14px;
  line-height: 150%;
  color: #171f28;
  display: flex;
  align-items: center;
}
.woocommerce-breadcrumb {
  display: none;
}
.aba-product-contact {
  padding-bottom: 80px;
}
.aba-product-contact .wp-block-group__inner-container {
  max-width: 1500px;
  padding-top: 28px;
}
@media only screen and (max-width: 1000px) {
  .aba-product__hero {
    padding-bottom: 40px;
    margin-top: 48px;
  }
  .aba-product__hero-grid {
    display: flex;
    flex-direction: column;
  }
  .aba-product__hero-media {
    order: 2;
    height: 320px;
    width: 100%;
    object-fit: cover;
  }
  .aba-product__hero-content {
    padding-left: 0;
  }
  .aba-product__hero-content h1 {
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .aba-product__lead {
    margin-bottom: 16px;
  }
  .aba-product__lead p {
    font-size: 14px;
    line-height: 150%;
  }
  .aba-product__button--secondary,
  .aba-product__documentation .button,
  .aba-product__actions .button {
    width: 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    padding-inline: 0 !important ;
  }
  .aba-product__benefits {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    gap: 6px;
  }
  .aba-product__copy {
    padding-right: 0;
  }
  .aba-product__description {
    padding-block: 40px;
  }
  .aba-product__related-grid,
  .aba-product__technical-grid,
  .aba-product__description-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .aba-product__related {
    padding-block: 40px;
  }
  .aba-product__technical {
    padding-block: 36px;
  }
  .aba-product-contact__grid {
    width: 100%;
  }
  .aba-product__technical h2 {
    font-size: 24px;
    margin-block: 10px 20px;
  }
  .aba-product__parameters dl > div {
    grid-template-columns: minmax(0, 1fr) minmax(160px, 1fr);
    gap: 8px;
  }
  .aba-product__parameters dt,
  .aba-product__parameters dd {
    margin: 0;
  }
  .aba-product__technical-grid {
    gap: 27px;
  }
  .aba-product__technical h2 em {
    font-style: italic;
  }
  .aba-product__certificates {
    margin-bottom: 10px;
  }
  .aba-product__certificates li {
    padding: 10px;
  }
  .aba-product__documentation {
    padding: 26px 14px;
  }
  .aba-product__related h2 {
    font-size: 36px;
    margin-block: 6px 37px;
  }
  .aba-product__related h2 em {
    font-style: italic;
  }
  .aba-product-card__image img {
    height: 218px;
  }
  .aba-product-card h3 {
    font-size: 17px;
  }
  .aba-product-contact .wp-block-group__inner-container {
    padding-top: 0;
  }
  .aba-product-contact {
    padding-bottom: 20px;
  }
  .aba-product-contact form p {
    width: 100%;
  }
}

.offer-product-section {
  padding-block: 80px 52px;
}
.offer-product-section h3 {
  font-size: 48px;
  margin-block: 17px 35px;
}
.offer-product-section ul {
  gap: 17px;
}
.offer-product-section .wc-block-product {
  background: #fff;
  border: 1px solid #d8e2c9;
  border-radius: 18px;
  overflow: hidden;
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
}
.offer-product-section
  .wc-block-product
  .wp-block-button.wc-block-components-product-button {
  margin-top: auto;
}
.offer-product-section .wp-block-woocommerce-product-collection {
  margin: 0;
}
.offer-product-section .wc-block-product img {
  height: 182px;
  width: auto;
  margin: auto;
}
.offer-product-section .wc-block-product h2 {
  text-align: left;
}
.offer-product-section .wc-block-product .wp-block-button__link {
  background: none !important;
  margin: 0 auto 0 0;
  border: none !important;
  padding: 0 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 150%;
  display: flex;
  align-items: center;
  color: #171f28 !important;
}
.offer-product-section .aba-prod-cat__load-more {
  font-weight: 500;
  color: #171f28;
}

.what-we-offer-mod .h2-mod {
  margin-top: 16px;
}
.what-we-offer-mod .first-row {
  margin-top: 47px;
}
.what-we-offer-mod .h3-mod {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 24px;
}
.what-we-offer-mod p {
  margin-bottom: 28px;
}
.what-we-offer-mod p:last-child {
  margin: 0;
}

.product-diff-section {
  padding-block: 80px 40px;
}
.product-diff-section h3 {
  font-size: 48px;
  margin-top: 18px;
}
.product-diff-section .h2 {
	font-size: 40px;
}
.product-diff-section img {
  height: 286px;
}
.product-diff-section .product-category-card__content {
  padding: 25px;
}
.product-diff-section + .contact {
  padding-top: 80px;
}
@media only screen and (max-width: 1000px) {
	.product-diff-section .h2 {
		font-size: 24px;
    line-height: 140%;
    margin-bottom: 14px;
	}
  .offer-product-section {
    padding-block: 40px 11px;
  }
  .offer-product-section h3 {
    line-height: 120%;
    font-size: 32px;
    margin-block: 11px 34px;
  }
  .offer-product-section ul {
    gap: 8px;
  }
  .offer-product-section .wc-block-product {
    padding-inline: 16px;
  }
  .what-we-offer-mod .h2-mod {
    margin-top: 0;
  }
  .what-we-offer-mod .first-row {
    margin-top: 25px;
  }
  .what-we-offer-mod .h3-mod {
    font-size: 20px;
    line-height: 134%;
    margin-bottom: 17px;
  }
  .what-we-offer-mod p:last-child,
  .what-we-offer-mod p {
    margin-bottom: 18px;
  }
  .product-diff-section {
    padding-block: 40px;
  }
  .product-diff-section h3 {
    font-size: 36px;
    margin-block: 0 34px;
  }
  .product-diff-section h3 em {
    font-style: italic;
  }
  .product-diff-section img {
    height: 222px;
  }
  .product-diff-section + .contact {
    padding-top: 22px;
  }
}

.about-section-1 {
  padding-block: 80px;
}
.about-section-1 .pretitle {
  color: #171f28;
  margin-bottom: 18px;
}
.about-section-1 .wp-block-column {
  padding: 32px 32px 16px;
  border: 1px solid #eff8f8;
  border-radius: 14px;
}
.about-section-1 .wp-block-columns {
  gap: 24px;
  margin: 0;
}
.about-section-1 .wp-block-column figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #5e6a76;
  border-radius: 50%;
}
.about-section-1 .wp-block-column h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 140%;
  color: #171f28;
}
.about-section-1 .wp-block-column p {
  font-size: 14px;
  line-height: 150%;
}

.about-section-2 {
  padding-block: 80px 64px;
}
.about-section-2 .wp-block-columns {
  justify-content: space-between;
  margin: 0;
  gap: 16px;
}
.about-section-2 .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-section-2 .wp-block-column:first-child {
  max-width: 41%;
}
.about-section-2 .wp-block-column:last-child {
  max-width: 50.7%;
}
.about-section-2 img {
  border-radius: 14px;
}
.about-section-2 p {
  margin-bottom: 26px;
}
.about-section-2 p:last-child {
  margin-bottom: 14px;
}
.about-section-2 + .contact {
  padding-top: 80px;
}
@media only screen and (max-width: 1000px) {
  .about-section-1 {
    padding-block: 40px;
  }
  .about-section-2 {
    padding-block: 40px 24px;
  }
  .about-section-2 .wp-block-columns {
    flex-direction: column;
  }
  .about-section-2 .wp-block-column {
    max-width: 100% !important;
  }
  .about-mod h2 {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 20px;
  }
  .about-section-1 .pretitle {
    margin-bottom: 7px;
  }
  .about-section-1 h2 {
    font-size: 32px;
  }
  .about-section-1 .wp-block-column {
    padding: 14px 16px 0;
  }
  .about-section-1 .wp-block-columns {
    gap: 12px;
  }
  .about-section-2 .wp-block-image img {
    height: 234px;
    object-fit: cover;
  }
  .about-section-2 + .contact {
    padding-top: 22px;
  }
}

.contact-subpage {
  padding-block: 80px 55px;
}
.contact-subpage h2 {
  margin-bottom: 15px;
}
.contact-subpage h2 + p {
  padding-right: 0;
  margin-bottom: 32px;
}
.contact-subpage .white-cols .wp-block-column {
  padding: 20px 12px 16px;
  background: #ffffff;
  border: 1px solid #e4e6e8;
  border-radius: 14px;
}
.contact-subpage .wp-block-media-text strong {
  margin-bottom: 9px;
  display: block;
}
.contact-subpage .wp-block-media-text p {
  line-height: 160%;
}
.contact-subpage .wp-block-media-text {
  gap: 9px;
}
.contact-subpage .wp-block-media-text__media {
  border: none;
  background: #fbfbf3;
  border-radius: 4px;
  margin-top: -7px;
}
.contact-subpage .wp-block-media-text {
  margin-bottom: 0;
}
.contact-subpage .white-cols {
  gap: 16px;
  margin-bottom: 16px;
}
.contact-subpage .white-cols .wp-block-column:first-child {
  max-width: none;
}
.map {
  width: 100%;
  height: 527px;
  display: block;
}
.category-hero-mod {
  padding-block: 83px 46px;
}
.category-hero .pretitle {
  margin-bottom: 14px;
}
@media only screen and (max-width: 1000px) {
  .contact-subpage .white-cols .wp-block-column {
    max-width: calc(50% - 14px) !important;
    width: calc(50% - 14px);
    padding: 8px;
  }
  .contact-subpage .white-cols {
    gap: 25px;
  }
  .contact-subpage .wp-block-media-text__media {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .contact-subpage .wp-block-media-text p:nth-child(1) {
    margin-bottom: -2px;
    height: 44px;
    display: flex;
    align-items: center;
  }
  .contact-subpage .wp-block-media-text p:nth-child(2),
  .contact-subpage .wp-block-media-text p:nth-child(3) {
    margin-left: -40px;
  }
  .category-hero-mod {
    padding-block: 100px 6px;
  }
  .contact-subpage {
    padding-block: 41px;
  }
  .map {
    height: 204px;
  }
  .contact .wp-block-columns {
    gap: 16px;
  }
}
@media only screen and (max-width: 780px) {
  .contact .wp-block-columns {
    gap: 0;
  }
}

.category-hero-knowledge-base {
  padding-bottom: 0;
}
.category-hero-knowledge-base p {
  margin-bottom: 0;
}
.aba-knowledge {
  padding-block: 39px 80px;
}
.aba-knowledge__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.aba-knowledge__filters {
  margin-bottom: 18px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.aba-knowledge__filter {
  padding: 8px 15px;
  background: #fff;
  border: 1px solid #d8e2c9;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.aba-knowledge__filter:hover,
.aba-knowledge__filter.is-active {
  background: #c3bc2f;
  border-color: #c3bc2f;
  color: #fff;
}
.aba-knowledge__card {
  background: #fbfbf3;
  border: 1px solid #d8e2c9;
  border-radius: 18px;
  overflow: hidden;
}
.aba-knowledge__image-mod img,
.aba-knowledge__image {
  height: 270px;
  width: 100%;
  object-fit: cover;
}
.aba-knowledge__content {
  padding: 16px;
  display: flex;
  flex-direction: column;
  min-height: 232px;
}
.aba-knowledge__content .h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 9px;
}
.aba-knowledge__link,
.aba-knowledge__content time {
  font-size: 14px;
  line-height: 150%;
}
.aba-knowledge__content p {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 24px;
}
.aba-knowledge__link {
  display: flex;
  align-items: center;
}
.aba-knowledge__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
@media only screen and (max-width: 1000px) {
  .aba-knowledge__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px;
  }
  .aba-knowledge {
    padding-block: 40px;
  }
}

.aba-single-article {
  margin-top: 187px;
}
.aba-single-article .container {
  max-width: 1070px;
}
.aba-article__back {
  font-weight: 500;
  color: #c3bc2f;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  gap: 9px;
}
.aba-article__back:hover {
  color: #0b2230;
}
.aba-article__back svg path {
  transition: stroke 0.3s ease;
}
.aba-article__back:hover svg path {
  stroke: #0b2230;
}
.aba-single-article h1 {
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 8px;
  color: #08090b;
}
.aba-single-article .aba-article__meta {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-bottom: 8px;
}
.aba-single-article .aba-article__meta > * {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  gap: 6px;
  background: #f0f2f4;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #f0f2f4;
}
.aba-single-article .aba-article__meta .aba-article__category {
  background: #ebe8b9;
  border-color: rgba(195, 188, 47, 0.3);
  color: #7a7420;
}
.aba-article__lead {
  line-height: 160%;
  color: #08090b;
  margin-bottom: 24px;
}
.aba-article__hero {
  border-radius: 32px;
  margin-bottom: 24px;
}
.aba-single-article h2 {
  font-size: 32px;
  line-height: 130%;
  margin-bottom: 4px;
}
.aba-single-article h3 {
  margin-bottom: 4px;
  font-size: 24px;
}
.aba-single-article ul li,
.aba-single-article p {
  line-height: 160%;
  color: #3e464e;
}
.aba-single-article ul li::marker {
  font-size: 12px;
}
.aba-single-article ul {
  margin: 0 0 16px;
  padding-left: 27px;
}
.aba-article__layout {
  display: flex;
  justify-content: space-between;
  padding-bottom: 83px;
}
.aba-article__content {
  width: 70%;
}
.aba-article__sidebar {
  width: 27.6%;
}
#ez-toc-container {
  padding: 16px !important;
  border: 1px solid #ebe8b9 !important;
  border-radius: 12px !important;
  margin-bottom: 16px !important;
}
.aba-article__content #ez-toc-container {
  display: none;
}
.ez-toc-btn {
  display: none !important;
}
.ez-toc-title {
  font-weight: 500 !important;
  font-size: 24px !important;
  line-height: 140% !important;
  color: #171f28 !important;
  font-family: "Playfair Display";
  margin-bottom: 12px !important;
  display: block !important;
}
.ez-toc-list li a {
  margin-bottom: 8px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 150% !important;
  color: #5e6a76 !important;
}
.ez-toc-list li a:hover {
  color: #7a7420 !important;
  text-decoration: none !important;
}
.aba-article__sidebar-green-box {
  padding: 16px;
  background: #f5f3dc;
  border-radius: 12px;
}
.aba-article__sidebar-green-box p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 150%;
  color: #08090b;
}
.aba-article__sidebar-green-box strong {
  font-family: "Playfair Display";
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #171f28;
}
.aba-article__sidebar-green-box .button {
  display: block;
  max-width: fit-content;
}
.aba-article__author {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #e4e6e8;
  display: flex;
  gap: 24px;
}
.aba-article__author-image {
  min-width: 51px;
  width: 51px;
}
.aba-article__author-image img {
  width: 51px;
  height: 51px;
  border-radius: 50%;
  object-fit: cover;
}
.aba-article__author .h3 {
  font-size: 20px;
}
.aba-article__author p {
  font-size: 14px;
  line-height: 150%;
  color: #5e6a76;
}
.aba-article__author em {
  font-style: normal;
  font-weight: 500;
  color: #c3bc2f;
  display: block;
  margin-bottom: 7px;
}
.aba-latest-articles {
  padding-block: 80px;
  background: #fbfbf3;
}
.aba-latest-articles .h2 {
  margin-bottom: 40px;
	display: block;
}
.aba-knowledge__grid.mod {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1300px) {
  .aba-knowledge__grid.mod {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1000px) {
  .aba-single-article {
    margin-top: 200px;
  }
  .aba-article__back {
    margin-bottom: 17px;
  }
  .aba-single-article h1 {
    font-size: 36px;
  }
  .aba-single-article .aba-article__meta {
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
  }
  .aba-single-article .aba-article__meta > * {
    padding-inline: 10px;
  }
  .aba-article__content #ez-toc-container {
    display: block;
    margin-bottom: 26px !important;
  }
  .aba-article__layout {
    flex-direction: column;
    gap: 18px;
    padding-bottom: 40px;
  }
  .aba-article__content {
    width: 100%;
  }
  .aba-article__sidebar {
    width: 100%;
  }
  .aba-article__sidebar #ez-toc-container {
    display: none;
  }
  .aba-article__hero {
    margin-bottom: 17px;
  }
  .aba-single-article h2 {
    font-size: 24px;
    line-height: 140%;
  }
  .aba-single-article h3 {
    font-size: 20px;
    line-height: 140%;
  }
  .aba-article__author-image {
    display: none;
  }
  .aba-article__author {
    padding-top: 18px;
  }
  .aba-single-article h3 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .aba-article__author p {
    font-size: 12px;
  }
  .aba-article__author em {
    margin-bottom: 9px;
  }
  .aba-article__sidebar-green-box strong {
    font-size: 20px;
  }
  .aba-latest-articles {
    padding-block: 40px;
  }
  .aba-latest-articles .h2 {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 20px;
  }
  .aba-latest-articles .h2 em {
    font-style: italic;
  }
  .aba-knowledge__grid.mod {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .aba-knowledge__image-mod img {
    height: 218px;
  }
  .aba-knowledge__content {
    min-height: 220px;
  }	.aba-knowledge__content .h2 {
		font-size: 18px;
		margin-bottom: 8px;
	}
}

.offer-tabs {
  padding-block: 80px 95px;
}
.offer-tabs h2 {
  margin-bottom: 39px;
}
.offer-tabs-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #e4e6e8;
  margin-bottom: 25px;
}
.offer-tabs-nav .wp-block-column {
  max-width: fit-content;
  padding: 12px 16px;
}
.offer-tabs-nav .wp-block-column p {
  margin: 0;
  font-size: 14px;
  line-height: 150%;
  cursor: pointer;
  color: #676e75;
}
.offer-tabs-nav .wp-block-column.is-active {
  border-bottom: 1px solid #c3bc2f;
}
.offer-tabs-nav .wp-block-column.is-active p {
  color: #171f28;
}
.offer-tabs-nav .wp-block-column p:hover {
  color: #7a7420;
}
.offer-tabs-content .wp-block-group__inner-container {
  width: 100%;
}
.offer-tabs-content figure {
  margin: 0;
}
.offer-tabs-content img {
  border-radius: 14px;
}
.offer-tabs-content ul {
  margin: 18px 0;
  padding: 0;
  list-style-type: none;
}
.offer-tabs-content ul li {
  font-size: 14px;
  line-height: 150%;
  color: #414a52;
  background: url("../img/tick.svg") 0% 50% no-repeat;
  padding-left: 36px;
  margin-bottom: 13px;
}
.offer-tabs-content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #171f28;
  margin-bottom: 8px;
}
.offer-tabs-nav
  + .wp-block-group
  .wp-block-group__inner-container
  .wp-block-columns {
  gap: 0;
  justify-content: space-between;
  margin: 0;
}
.offer-tabs-content .wp-block-column:nth-child(1) {
  max-width: 37%;
}
.offer-tabs-content .wp-block-column:nth-child(2) {
  max-width: 19%;
}
.offer-tabs-content .wp-block-column:nth-child(3) {
  max-width: 37%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offer-tabs-content .wp-block-column:nth-child(3) .wp-block-buttons {
  margin-top: auto;
}
.create-with-us.special .steps {
  max-width: 1088px;
}
.create-with-us.special .steps p {
  font-size: 16px;
}
.create-with-us.special .steps::after {
  top: 27%;
}
.create-with-us.special .steps {
  margin-bottom: 77px;
}
.faq.special h2 {
  font-size: 40px;
  margin-block: 0 46px;
}
.product-diff-section.special h3 {
  margin-top: 0;
  font-size: 40px;
}
@media only screen and (max-width: 1000px) {
  .offer-tabs-content .wp-block-column {
    max-width: 100% !important;
  }
  .offer-tabs {
    padding-block: 40px;
  }
  .offer-tabs h2 {
    font-size: 40px;
    margin-bottom: 17px;
  }
  .offer-tabs-nav {
    gap: 8px;
  }
  .offer-tabs-content .wp-block-column:nth-child(1) {
    display: none;
  }
  .offer-tabs-nav + .wp-block-group .wp-block-group__inner-container ul {
    margin-bottom: 24px;
  }
  .offer-tabs-content .wp-block-buttons {
    margin-top: 10px;
  }
  .create-with-us.special .steps::after {
    top: 0;
  }
  .create-with-us .steps strong {
    z-index: 10;
    position: relative;
  }
  .faq.special h2 {
    font-size: 32px;
    margin-block: 0 22px;
  }
  .product-diff-section.special h3 {
    font-size: 36px;
  }
}

.wpcf7-acceptance input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin: 3px 0 0;
  padding: 0;
  border: 1px solid #939ba3;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
}
.wpcf7-acceptance input[type="checkbox"]:checked {
  border-color: #c8bd25;
  background-color: #c8bd25;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 4.81268C0.75 4.81268 1.5625 4.81268 2.64583 6.70852C2.64583 6.70852 5.65686 1.74324 8.33333 0.750183' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
}

.wp-video {
  width: 100% !important;
  margin-top: 64px;
}

.download-files {
  padding-block: 80px;
}
.download-files #wp-block-file--media-8f3dc0cc-df21-45a3-b8f3-8c8ff6618b99,
.download-files #wp-block-file--media-8ce6f12a-4686-42b4-9905-862e08ddb0fe {
  font-size: 24px;
  margin-block: 32px;
  display: block;
}
.download-files .wp-element-button {
  margin-left: 0;
}
@media only screen and (max-width: 1000px) {
  .download-files {
    padding-block: 40px;
  }
}
.cert-subpage {
  padding-block: 80px;
}
.cert-subpage .wp-block-image img {
  display: block;
  cursor: zoom-in;
}

.cert-lightbox-open {
  overflow: hidden;
}

.cert-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 90px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.cert-lightbox.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cert-lightbox__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  max-height: 100%;
}

.cert-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 120px);
  object-fit: contain;
  user-select: none;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
}

.cert-lightbox__close,
.cert-lightbox__arrow {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.cert-lightbox__close:hover,
.cert-lightbox__arrow:hover {
  opacity: 0.65;
}

.cert-lightbox__close {
  top: 20px;
  right: 25px;
  width: 48px;
  height: 48px;
  font-size: 44px;
  line-height: 1;
}

.cert-lightbox__arrow {
  top: 50%;
  width: 60px;
  height: 80px;
  font-size: 60px;
  line-height: 1;
  transform: translateY(-50%);
}

.cert-lightbox__arrow--prev {
  left: 15px;
}

.cert-lightbox__arrow--next {
  right: 15px;
}

.cert-lightbox__counter {
  position: absolute;
  bottom: 12px;
  left: 50%;
  padding: 5px 10px;
  border-radius: 20px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1;
  transform: translateX(-50%);
}

@media (max-width: 1000px) {
  .cert-subpage {
    padding-block: 40px;
  }
  .cert-lightbox {
    padding: 60px 45px;
  }

  .cert-lightbox__image {
    max-height: calc(100vh - 120px);
  }

  .cert-lightbox__close {
    top: 10px;
    right: 10px;
  }

  .cert-lightbox__arrow {
    width: 42px;
    font-size: 46px;
  }

  .cert-lightbox__arrow--prev {
    left: 0;
  }

  .cert-lightbox__arrow--next {
    right: 0;
  }
}
@media (max-width: 1000px) {
  .header__nav .menu-item-has-children > .sub-menu {
    display: none !important;
  }

  .header__nav .menu-item-has-children.is-open > .sub-menu {
    display: block !important;
  }
}
.trp-language-switcher {
  top: -3px !important;
  padding: 1px 4px !important;
  background: #78828c url("../img/lang.svg") 12px 4px no-repeat !important;
  border: 1px solid #939ba3 !important;
  border-radius: 8px !important;
}
.trp-language-item-name {
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 13px !important;
}
.trp-language-switcher svg {
  max-width: 10px;
}
.trp-language-switcher svg path {
  stroke: #c9cdd1 !important;
}
.trp-language-item__current {
  padding: 0 !important;
}
.trp-current-language-item__wrapper:not(.trp-hide-arrow) {
  margin-left: 30px !important;
}
.trp-language-item.trp-language-item__current {
  margin-right: 6px;
}
@media (max-width: 1000px) {
  .trp-shortcode-switcher__wrapper {
    position: static !important;
  }
}
html[lang="en-GB"] .packaging-mosaic__text-card p {
	display: none;
}
.category-description-section-2 .h3 {
	color: #171f28;
  font-size: 24px;
  margin-bottom: 16px;
}