@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Prompt";
  src: url("../fonts/Prompt-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Verdana";
  src: url("../fonts/Verdana-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
}
#page {
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: "Verdana";
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #26292c;
}
li,
p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 24px;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #b9200f;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.container,
.wp-block-group__inner-container {
  max-width: 1618px;
  width: 92%;
  margin: 0 auto;
}
.wp-block-buttons,
.wp-block-columns {
  margin: 0;
  gap: 16px;
}

.error404 .border-first-button,
.button,
.wpcf7-submit,
.wp-element-button {
  padding: 11px 23px;
  background: #b9200f;
  border: 1px solid #b9200f;
  font-weight: 700;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
  transition: background 0.3s ease;
}
.error404 .border-first-button:hover,
.button:hover,
.wpcf7-submit:hover,
.wp-element-button:hover {
  background-color: #fff;
}
.error404 .border-first-button {
	max-width: fit-content;
}
.button-alt a {
  background: #fff;
  color: #b9200f;
  border-color: #fff;
}
.button-alt a:hover {
  background: #b9200f;
  color: #fff;
}

h1 {
  font-family: "Prompt";
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  margin: 0 0 24px;
  color: #b9200f;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
	  text-transform: none;
  }
}
h2 {
  font-family: "Prompt";
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  color: #b9200f;
  margin: 0 0 8px;
}
@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 36px;
  }
}
h3 {
  font-family: "Verdana";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #b9200f;
  margin: 0 0 8px;
}
h4 {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.header {
  border-bottom: 1px solid #f8e9e7;
}
.header__top {
  background: #f9f7f6;
  padding-block: 10px;
}
.social-media {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.social-media a:hover svg path:first-child {
  fill: #b9200f;
}
.header__top .container {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: flex-end;
}
.header__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
.header__contact a {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #243a4d;
}
.header__contact a:hover {
  color: #b9200f;
}
.header__content .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 16px;
}
.header__nav {
  width: 70%;
}
.header__nav ul {
  display: flex;
  gap: 6px;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header__nav ul li {
  margin-bottom: 0;
}
.header__nav ul li a {
  font-size: 21px;
  text-transform: uppercase;
  padding: 16px;
  letter-spacing: -0.01em;
}
.header__nav ul .menu-item-has-children {
  position: relative;
  background: url("../img/li.svg") 83% 50% no-repeat;
  padding-right: 38px;
}
.header__nav ul li .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  top: 100%;
  background: #fff;
  z-index: 100;
  padding: 24px;
}
.header__nav ul .menu-item-has-children:hover .sub-menu {
  display: block;
}
.header__nav ul .menu-item-has-children .sub-menu li {
  padding: 14px;
}
.header__nav ul .menu-item-has-children .sub-menu li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  white-space: nowrap;
}
.header .current_page_item a {
  color: #b9200f;
  font-weight: 700;
}
.hamburger {
  position: absolute;
  top: 32px;
  margin: auto;
  right: 0;
  width: 30px;
  height: 24px;
  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: #28363e;
  border-radius: 3px;
  transition: all 0.3s ease;
  transform-origin: center;
  position: relative;
}
.hamburger-active .hamburger span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.hamburger-active .hamburger span:nth-child(2) {
  opacity: 0;
}
.hamburger-active .hamburger span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
@media only screen and (max-width: 1700px) {
  .header__nav {
    width: 80%;
  }
}
@media only screen and (max-width: 1450px) {
  .header__nav ul {
    gap: 0;
  }
  .header__nav ul li a {
    padding-inline: 6px;
  }
}
@media only screen and (max-width: 1200px) {
  .header__nav ul .menu-item-has-children .sub-menu li a {
    white-space: wrap;
  }
  .header .header__content .container {
    position: relative;
    min-height: 94px;
  }
  .header__logo {
    position: absolute;
    left: 0;
    top: 18px;
  }
  .header__nav {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .hamburger-active .header__nav {
    display: block;
    background: #fff;
    z-index: 10;
    width: 100%;
    padding-block: 64px;
  }
  .hamburger-active .header__nav ul {
    flex-direction: column;
  }
  .header__nav ul .menu-item-has-children {
    background: none;
  }
  .hamburger-active .header__nav ul li {
    padding: 0;
  }
  .hamburger-active .header__nav ul li a {
    padding: 16px;
    text-align: center;
    display: block;
  }
  .header__nav ul li .sub-menu {
    display: block;
    position: static;
    padding: 0;
  }
  .header__nav ul li .sub-menu li {
    padding: 0 !important;
  }
  .header__nav ul li .sub-menu li a {
    font-size: 21px !important;
    letter-spacing: -0.01em;
  }
}
@media only screen and (max-width: 700px) {
  .header__contact {
    gap: 32px;
  }
  .header__contact a {
    font-size: 0;
  }
}

.active-js .animation-element {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}
.active-js .animation-element.in-view {
  opacity: 1;
  transform: translateY(0);
}
.active-js .animation-element {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}
.active-js .animation-element.in-view {
  opacity: 1;
  transform: translateY(0);
}
.active-js .animation-bottom {
  opacity: 0;
  transform: translateY(3.125rem);
  transition: all 0.6s ease-out 0.2s;
}
.active-js .animation-top {
  opacity: 0;
  transform: translateY(-3.125rem);
  transition: all 0.6s ease-out 0.2s;
}
.active-js .animation-right {
  opacity: 0;
  transform: translateX(3.125rem);
  transition: all 0.6s ease-out 0.2s;
}
.active-js .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;
}
@media only screen and (max-width: 1200px) {
}

.hero-slider {
  margin-bottom: 12px;
}
.hero-slider h1 {
  margin-bottom: 4px;
}
.hero-slider .wp-block-columns {
  gap: 6px;
  justify-content: space-between;
  background: #f9f7f6;
}
.hero-slider .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-slider .wp-block-column:first-child {
  padding: 96px;
  max-width: 50%;
}
.hero-slider .wp-block-column:last-child {
  max-width: 50%;
}
.hero-slider .wp-block-column .wp-block-image {
  margin: 0;
  height: 100%;
  width: 100%;
  position: relative;
  min-height: 734px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-slider .wp-block-column .wp-block-image::before {
  content: "";
  position: absolute;
  left: -1px;
  right: 50%;
  top: 0;
  bottom: 0;
  background:
    linear-gradient(90deg, #f9f7f6 10.69%, rgba(249, 247, 246, 0) 77.81%),
    linear-gradient(270.35deg, rgba(249, 247, 246, 0) 41.29%, #f9f7f6 86.61%);
}
.hero-slider .wp-block-column .wp-block-image img {
  width: 100%;
  object-fit: cover;
	height: 100%;
}
.hero-slider p {
  font-size: 24px;
}
.hero-slider .wp-block-buttons {
  width: 100%;
}
.glide__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 210px;
  margin: auto;
  margin-bottom: 38px;
  margin-top: 6px;
}
.glide__arrow {
  background: none;
  border: none;
  font-size: 24px;
  color: #b9200f;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease;
}
.glide__arrow:hover {
  opacity: 0.6;
}
.glide__bullets {
  display: flex;
  justify-content: center;
  gap: 4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 10px;
}
.glide__bullet {
  padding: 0;
  width: 8px;
  height: 8px;
  background: #f8e9e7;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.glide__bullet--active {
  background: #b9200f;
}
@media only screen and (max-width: 1600px) {
	.hero-slider .wp-block-column .wp-block-image {
		height: 500px;
		min-height: 500px;
	}
}
@media only screen and (max-width: 1450px) {
  .hero-slider .wp-block-column:first-child {
    padding: 32px;
  }
}
@media only screen and (max-width: 1200px) {
	.hero-slider p {
		font-size: 16px;
		margin-bottom: 16px;
	}
  .hero-slider .wp-block-columns {
    flex-direction: column;
  }
  .hero-slider .wp-block-column .wp-block-image {
    min-height: auto;
  }
  .hero-slider .wp-block-column:first-child {
    padding: 16px;
  }
  .hero-slider .wp-block-column:first-child,
  .hero-slider .wp-block-column:last-child {
    max-width: 100%;
  }
  .hero-slider .wp-block-column .wp-block-image::before {
    display: none;
  }
}

.products {
  padding-block: 80px;
}
.products h2 {
  margin-bottom: 40px;
}
.products .wp-block-column {
  background: #fff;
  padding: 48px 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products .wp-block-column .wp-block-image {
  height: 120px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 46px;
}
.products p {
  font-size: 18px;
}
.products p:nth-child(3) {
  margin-bottom: 56px;
}
.products .wp-block-column a {
  font-weight: 700;
  line-height: 150%;
  color: #b9200f;
  background: url("../img/arrow.svg") center right no-repeat;
  display: block;
  padding-right: 26px;
  max-width: fit-content;
  margin: auto auto 0;
  font-size: 16px;
  transition: opacity 0.3s ease;
}
.products .wp-block-column a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1200px) {
  .products {
    padding-block: 64px;
  }
  .products .wp-block-column {
    padding: 16px;
  }
  .products .wp-block-column .wp-block-image {
    height: auto;
    margin-bottom: 16px;
    justify-content: center;
  }
  .products p:nth-child(3) {
    margin-bottom: 16px;
  }
}

.industries {
  margin-block: 118px 108px;
}
.industries h2 + p {
  font-size: 20px;
  margin-bottom: 30px;
}
.industries-slider .glide__track {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-42%);
}
.industries-slider .glide__bullets {
  bottom: 10px;
}
.industries-slider .wp-block-media-text {
  padding: 28px 16px 20px 40px;
  display: flex;
  gap: 32px;
  min-height: 120px;
}
.industries-slider .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.industries-slider .glide__arrows {
  margin-top: 16px;
  max-width: 254px;
}
.industries-slider .wp-block-media-text p {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
}
@media only screen and (max-width: 1200px) {
  .industries {
    margin-block: 64px;
  }
  .industries-slider .glide__track {
    width: auto;
    position: static;
    transform: none;
  }
  .industries-slider .wp-block-media-text {
    padding: 16px;
    gap: 16px;
  }
  .industries-slider .wp-block-media-text p {
    font-size: 16px;
  }
}

.services {
  padding-block: 96px 88px;
}
.services h2 {
  margin-bottom: 0;
}
.services h2 + p {
  font-size: 20px;
  margin-bottom: 32px;
}
.services .wp-block-media-text__content p {
  margin-bottom: 0;
}
.services .wp-block-group__inner-container {
  max-width: 1456px;
}
.services .wp-block-columns {
  gap: 124px;
}
.services .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.services .wp-block-media-text {
  padding: 16px 14px 16px 16px;
  border-bottom: 1px solid #c1c2c3;
}
.services .wp-block-media-text__content {
  padding: 0;
}
.services .wp-block-media-text__media a {
  background: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 45px;
  transition: opacity 0.3s ease;
}
.services .wp-block-media-text__media a img {
  width: 24px;
  height: 24px;
}
.services .wp-block-media-text__media a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 1200px) {
  .services {
    padding-block: 64px;
  }
  .services .wp-block-columns {
    gap: 16px;
    flex-direction: column;
  }
  .services .wp-block-media-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-inline: 0;
  }
  .services .wp-block-media-text .wp-block-media-text__content {
    width: 100%;
  }
  .services .wp-block-media-text figure {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
  .services .wp-block-media-text figure a {
    margin: 0;
  }
}

.realizations {
  overflow: hidden;
  margin-block: 48px 71px;
}
.realizations h2 + p {
  font-size: 20px;
  margin-bottom: 32px;
}
.realizations-slider .glide__track {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-42%);
}
.realizations-slider .wp-block-column {
  height: 584px;
  padding: 48px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
.realizations-slider .wp-block-column p,
.realizations-slider .wp-block-column h3 {
  z-index: 10;
  color: #fff;
}
.realizations-slider .wp-block-column p {
  font-size: 22px;
}
.realizations-slider .wp-block-column h3 {
  margin-bottom: 28px;
  font-weight: 400;
  font-size: 34px;
  line-height: 140%;
  text-transform: none;
}
.realizations-slider .wp-block-column::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.realizations-slider .wp-block-buttons {
  display: none;
}
.realizations-slider .glide__slide--active .wp-block-buttons {
  display: block;
  z-index: 10;
}
.realizations-slider .glide__slide--active .wp-block-button a {
  background: #fff url("../img/arrow2.svg") 87% 50% no-repeat;
  padding-right: 50px;
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease;
}
.realizations-slider .glide__slide--active .wp-block-button a:hover {
  background-color: #b9200f;
  border-color: #b9200f;
}
.realizations-slider .glide__arrows {
  margin-top: 16px;
  max-width: 210px;
}
.realizations-slider .wp-block-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 584px;
  z-index: -1;
}
.realizations-slider .wp-block-image img {
  height: 584px;
  width: 100%;
  object-fit: cover;
}
.realizations-slider .glide__bullets {
  bottom: 46px;
}
@media only screen and (max-width: 1200px) {
  .realizations-slider .glide__track {
    width: auto;
    position: static;
    transform: none;
  }
  .realizations {
    margin-block: 64px;
  }
  .realizations-slider .wp-block-column {
    padding: 16px;
  }
}

.knowledge {
  padding-block: 96px;
}
.knowledge .wp-block-group__inner-container {
  max-width: 1342px;
}
.knowledge h2 + p {
  margin-bottom: 40px;
  font-size: 20px;
}
.knowledge-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}
.knowledge-featured {
  width: 50%;
  position: relative;
}
.knowledge-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.knowledge-featured .content {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 19px;
  background: #fff;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.knowledge-featured .content > div {
  width: 70%;
}
.knowledge-featured .content a {
  width: 38%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  color: #b9200f;
}
.knowledge-list .date,
.knowledge-featured .content .date {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 150%;
  color: #595c5f;
  margin-bottom: 7px;
  display: block;
}
.knowledge-list p,
.knowledge-featured .content h3 {
  font-size: 16px;
  color: #26292c;
  font-weight: 700;
  text-transform: none;
  margin: 0;
  line-height: 150%;
  margin-right: 10px;
}
.knowledge-list {
  width: 50%;
}
.knowledge-list .item {
  background: #fff;
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
}
.knowledge-list .item:last-child {
  margin: 0;
}
.knowledge-list .item img {
  height: 96px;
  width: 136px;
  min-width: 136px;
  object-fit: cover;
}
.knowledge-list .item a {
  padding: 24px;
  margin-inline: auto 7px;
  transition: opacity 0.3s ease;
}
.knowledge-list .item a:hover {
  opacity: 0.6;
}
.knowledge .button-alt a {
  background: #fff url("../img/arrow2.svg") 90% 50% no-repeat;
  padding-right: 50px;
}
.knowledge .button-alt a:hover {
  background-color: #b9200f;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .knowledge {
    padding-block: 64px;
  }
  .knowledge-wrapper {
    flex-direction: column;
  }
  .knowledge-featured {
    width: 100%;
  }
  .knowledge-list {
    width: 100%;
  }
  .knowledge-featured .content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .knowledge-featured .content a,
  .knowledge-featured .content > div {
    width: 100%;
    justify-content: flex-start;
    transition: opacity 0.3s ease;
  }
  .knowledge-featured .content a:hover {
    opacity: 0.6;
  }
  .knowledge-list .item {
    flex-direction: column;
    align-items: flex-start;
    background: none;
  }
  .knowledge-list .item a {
    margin: 0;
    padding: 0;
  }
  .knowledge-list .item img {
    width: 100%;
    height: 200px;
  }
}

.banner {
  margin-block: 96px;
}
.banner .wp-block-group__inner-container {
  position: relative;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1344px;
}
.banner .wp-block-image {
  min-height: 600px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.banner .wp-block-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner .wp-block-image::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}
.banner h2 {
  position: relative;
  z-index: 10;
  margin-top: 44px;
  color: #fff;
}
.banner strong {
  position: relative;
  z-index: 10;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
}
.banner p {
  position: relative;
  z-index: 10;
  color: #fff;
  max-width: 570px;
  margin-inline: auto;
  margin-bottom: 46px;
}
.banner .button-alt {
  position: relative;
  z-index: 10;
}
.banner .button-alt a {
  background: #fff url("../img/arrow2.svg") 90% 50% no-repeat;
  padding-right: 50px;
}
.banner .button-alt a:hover {
  border-color: #b9200f;
  background-color: #b9200f;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .banner {
    margin-block: 64px;
  }
  .banner h2 {
    margin-top: 0;
  }
}

.contact {
  margin-block: 96px;
}
.contact h2 + p {
  font-size: 20px;
  margin-bottom: 40px;
}
.contact .wp-block-group__inner-container {
  padding: 80px 96px 68px;
  background: #f9f7f6;
  max-width: 1344px;
}
.contact .columns {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.contact .left-col,
.contact .right-col {
  width: 50%;
}
.contact .columns textarea,
.contact .columns input {
  padding: 12px 16px;
  width: 100%;
  border: 0.5px solid #c1c2c3;
}
.contact label {
  font-size: 12px;
  padding-left: 5px;
}
.contact textarea {
  height: 120px;
}
.contact form p {
  margin-bottom: 12px;
}
.acceptance-label {
  text-align: center;
  margin-block: 22px 38px;
  font-size: 12px;
  line-height: 150%;
  color: #3b3b3b;
  display: block;
}
.wpcf7-spinner {
  display: none;
}
.contact form > p:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7-submit {
  background: #b9200f url("../img/submit.svg") 78% 50% no-repeat;
  max-width: fit-content;
  cursor: pointer;
  padding: 14px 66px 14px 22px;
}
.wpcf7-submit:hover {
  background: #fff url("../img/submithover.svg") 90% 50% no-repeat;
  color: #b9200f;
}
@media only screen and (max-width: 1200px) {
  .contact {
    margin-block: 64px;
  }
  .contact .wp-block-group__inner-container {
    padding: 16px;
  }
  .contact .columns {
    flex-direction: column;
  }
  .contact .left-col,
  .contact .right-col {
    width: 100%;
  }
  .acceptance-label {
    margin-block: 16px;
  }
}

.footer {
  padding-block: 48px;
  background: #b9200f;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .container .footer__first-col {
  width: 20%;
}
.footer .container .footer__second-col {
  width: 11%;
  padding-left: 8px;
}
.footer .container .footer__third-col {
  width: 12%;
  padding-left: 14px;
}
.footer .container .footer__fourth-col {
  width: 11%;
}
.footer .container .footer__fifth-col {
  width: 11%;
  padding-left: 5px;
}
.footer .container .social-media {
  width: 12%;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 8px;
}
.footer .container .footer__full-col {
  width: 100%;
}
.footer .container .footer__full-col ul {
  margin-top: 60px;
  gap: 68px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.footer .container .footer__full-col ul li a {
  font-size: 14px;
  text-decoration-line: underline;
}
.footer__contact {
  display: flex;
  gap: 8px;
  flex-direction: column;
  margin-top: 24px;
  padding-left: 13px;
}
.footer__contact a,
.footer__contact p {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 8px;
}
.footer__contact svg {
  margin-top: 2px;
  width: 12px;
}
.footer h4 {
  color: #fff;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer ul li {
  margin-bottom: 3px;
}
.footer ul li a {
  color: #fff;
}
.footer a {
  transition: opacity 0.3s ease;
}
.footer a:hover {
  opacity: 0.6;
}
.footer a img {
		max-width: 200px;
}

@media only screen and (max-width: 1200px) {
  .footer .container {
    gap: 32px;
  }
  .footer .container > div {
    width: 100% !important;
    padding: 0 !important;
    justify-content: flex-start !important;
  }
  .footer__contact {
    padding-left: 0;
  }
  .footer .container .footer__full-col ul {
    flex-direction: column;
    margin-top: 0;
    gap: 16px;
    align-items: flex-start;
  }
}

.breadcrumbs {
  margin-block: 24px;
}
.breadcrumbs .container {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.breadcrumbs a {
  color: #b9200f;
}

.hero {
  padding-block: 32px;
}
.hero .wp-block-group__inner-container {
  max-width: 1920px;
  width: 100%;
}
.hero .wp-block-columns {
  gap: 32px;
}
.hero .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero .wp-block-image {
  margin: 0;
}
.hero h1,
.hero p {
  width: 100%;
  color: #26292c;
  padding-left: 80px;
}
.hero h1 {
  font-size: 56px;
}
.hero p {
  margin-bottom: 16px;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  .hero {
    padding-block: 64px;
  }
  .hero .wp-block-columns {
    flex-direction: column;
  }
  .hero h1,
  .hero p {
    max-width: 1618px;
    width: 92%;
    padding-left: 0;
  }
  .hero h1 {
    font-size: 38px;
  }
  .hero p {
    font-size: 18px;
  }
  .hero img {
    width: 100%;
  }
  .hero .wp-block-image {
    width: 100%;
  }
}

.about-services {
  padding-bottom: 80px;
}
.about-services .wp-block-group__inner-container {
  max-width: 1506px;
}
.about-services h2 + p {
  font-size: 18px;
  margin-bottom: 16px;
  border: none;
  padding-left: 24px;
}
.about-services h2 {
  margin-top: -14px;
}
.about-services h2,
.about-services h3 {
  color: #b9200f;
  padding-left: 24px;
}
.about-services h3 {
  padding: 16px 16px 0 40px;
  font-size: 18px;
  text-transform: none;
}
.about-services h3 + p {
  font-size: 16px;
  padding-left: 40px;
}
.about-services p {
  border-bottom: 1px solid #c1c2c3;
  padding: 0 16px 14px;
}
.about-services em {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #b9200f;
  display: block;
  min-width: 40px;
}
.about-services.mod {
  padding-top: 70px;
}
.about-services.mod .wp-block-group__inner-container {
  max-width: 1316px;
}
.about-services.mod .wp-block-columns {
  gap: 0;
  justify-content: space-between;
}
.about-services.mod .wp-block-column:first-child {
  max-width: 56%;
}
.about-services.mod .wp-block-column:last-child {
  max-width: 42%;
}
.about-services.mod h2 {
  margin-top: 2px;
}
.about-services.mod p {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 38px;
}
@media only screen and (max-width: 1200px) {
  .about-services.mod p,
  .about-services h2,
  .about-services h3,
  .about-services h2 + p,
  .about-services h3 + p {
    padding-left: 0;
  }
  .about-services.mod .wp-block-column:first-child,
  .about-services.mod .wp-block-column:last-child {
    max-width: 100%;
  }
}

.about-section-1 {
  padding-block: 96px;
}
.about-section-1 h2 {
  color: #b9200f;
  margin-bottom: 22px;
}
.about-section-1 h2 + p {
  font-size: 24px;
  margin: 0;
}
.about-section-1 .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-section-1 .wp-block-column .wp-block-column {
  padding: 27px 40px 24px;
}
.about-section-1 .wp-block-column .wp-block-media-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about-section-1 .wp-block-column .wp-block-media-text img {
  height: 32px;
}
.about-section-1 .wp-block-media-text__content {
  padding: 0;
}
.about-section-1 .wp-block-media-text__content p {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .about-section-1 {
    padding-block: 64px;
  }
  .about-section-1 .wp-block-group__inner-container > .wp-block-columns {
    flex-direction: column;
    gap: 32px;
  }
}

.about-section-2 {
  margin-block: 96px 82px;
}
.about-section-2 .wp-block-group__inner-container {
  max-width: 1156px;
}
.about-section-2 .wp-block-columns {
  gap: 94px;
}
.about-section-2 h2 {
  color: #b9200f;
  margin-bottom: 32px;
}
.about-section-2 p {
  font-weight: 700;
  padding: 16px;
  background: #f9f7f6;
  margin-bottom: 12px;
  display: flex;
}
.about-section-2 p em {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #b9200f;
  display: block;
  min-width: 36px;
}
@media only screen and (max-width: 1200px) {
  .about-section-2 {
    margin-top: 64px;
  }
  .about-section-2 .wp-block-columns {
    gap: 32px;
  }
}

.about-section-3 {
  padding-block: 48px 96px;
}
.about-section-3 h2 {
  color: #b9200f;
  margin-bottom: 64px;
}
.about-section-3 .wp-block-columns {
  margin-bottom: 28px;
}
.about-section-3 .wp-block-column {
  padding: 40px;
}
.about-section-3 p {
  font-size: 24px;
}
.about-section-3 p:last-child {
  margin: 0;
}
.about-section-3 em {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #b9200f;
}
@media only screen and (max-width: 1200px) {
  .about-section-3 {
    padding-block: 64px;
  }
  .about-section-3 h2 {
    margin-bottom: 32px;
  }
  .about-section-3 .wp-block-column {
    padding: 16px;
  }
  .about-section-3 .wp-block-columns {
    margin-bottom: 0;
  }
}

.about-section-4 {
  margin-block: 72px;
}
.about-section-4 h2 {
  color: #b9200f;
  margin-bottom: 24px;
}
.about-section-4 p {
  font-size: 24px;
}
@media only screen and (max-width: 1200px) {
  .about-section-4 {
    margin-block: 64px;
  }
}

.about-section-5 {
  margin-block: 40px 62px;
}
.about-section-5 .wp-block-group__inner-container {
  max-width: 1324px;
}
.about-section-5 h2 {
  color: #b9200f;
  margin-bottom: 7px;
}
.about-section-5 h2 + p {
  font-size: 20px;
  margin-bottom: 32px;
}
.about-section-5 .wp-block-columns {
  margin-bottom: 36px;
  justify-content: space-between;
}
.about-section-5 .wp-block-column {
  padding: 24px 40px;
  display: flex;
  align-items: center;
}
.about-section-5 .wp-block-column:nth-child(1),
.about-section-5 .wp-block-column:nth-child(3) {
  max-width: 31%;
}
.about-section-5 .wp-block-media-text__content {
  padding-inline: 38px 0;
}
.about-section-5 .wp-block-column:nth-child(1) img {
  width: 64px;
}
.about-section-5 .wp-block-column:nth-child(2) img {
  width: 42px;
}
.about-section-5 .wp-block-column:nth-child(3) img {
  width: 44px;
}
.about-section-5 .wp-block-column p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
}
.about-section-5 p:last-child {
  font-size: 24px;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .about-section-5 {
    margin-block: 64px;
  }
  .about-section-5 .wp-block-column {
    padding: 16px;
  }
  .about-section-5 p:last-child {
    font-size: 18px;
  }
  .about-section-5 .wp-block-column:nth-child(1),
  .about-section-5 .wp-block-column:nth-child(3) {
    max-width: 100%;
  }
  .about-section-5 img {
    width: 42px !important;
  }
  .about-section-5 .wp-block-media-text__content {
    padding-inline: 0;
  }
  .about-section-5 .wp-block-media-text {
    display: flex;
    gap: 8px;
  }
}

.banner-text {
  padding-block: 76px;
}
.banner-text h2 {
  color: #fff;
  margin: 0;
  line-height: 62px;
}
@media only screen and (max-width: 1200px) {
  .banner-text {
    padding-block: 32px;
  }
  .banner-text h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.blog .blog-content {
  padding-block: 80px 96px;
  background: #f9f7f6;
}
.blog-content h1 {
  text-transform: none;
  font-size: 64px;
  line-height: 110%;
  margin-bottom: 80px;
  text-align: center;
  color: #26292c;
}
.blog-item-list {
  display: flex;
  gap: 24px 16px;
  flex-wrap: wrap;
}
.blog-item-list article {
  width: calc(25% - 13px);
}
.blog-item-list article img {
  height: 282px;
  width: 100%;
  object-fit: cover;
}
.blog-item-content {
  padding: 27px 12px 18px 24px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-item-content .post-date {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 150%;
  color: #595c5f;
}
.blog-item-content h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;

  color: #26292c;
}
.blog-item-content .post-link {
  padding: 20px;
  margin-bottom: 10px;
}
.pagination {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
}
.pagination > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 48px;
  background: #fff;
  font-weight: 700;
  color: #b9200f;
}
.pagination .last,
.pagination .first,
.pagination .prev,
.pagination .next {
  width: 48px;
}
.pagination span {
  background: #b9200f;
  color: #fff;
}
@media only screen and (max-width: 1200px) {
  .blog .blog-content {
    padding-block: 64px;
  }
  .blog-content h1 {
    font-size: 38px;
    margin-bottom: 32px;
  }
  .blog-item-list {
    gap: 16px;
  }
  .blog-item-list article {
    width: calc(50% - 8px);
  }
  .blog-item-content {
    padding: 16px;
  }
  .pagination {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 700px) {
  .blog-item-list article {
    width: 100%;
  }
}

.single-post-outer {
  padding-block: 32px 78px;
  background: #f9f7f6;
}
.single-post-outer .container {
  display: flex;
  justify-content: space-between;
}
.back-btn {
  max-width: 1618px;
  width: 92%;
  margin: 36px auto 12px;
  display: block;
  padding-left: 14px;
  display: flex;
  align-items: center;
  gap: 17px;
}
.back-btn span {
  text-decoration-line: underline;
  color: #b9200f;
}
.single-post-outer h1 {
  font-size: 64px;
  line-height: 110%;
  color: #26292c;
  text-transform: none;
}
.single-post-outer .container > article {
  width: 66.4%;
}
.single-post-outer .container > article  .wp-block-media-text {
	gap: 24px;
	margin-bottom: 24px;
}
.single-post-outer .container > article .wp-block-media-text > .wp-block-media-text__content {
	padding: 0;
}
.single-post-outer .container > article .wp-block-media-text > .wp-block-media-text__content p:last-child {
	margin-bottom: 0;
}
.single-post-outer .blog-last-posts {
  width: 24.4%;
}
.single-post-outer .blog-last-posts .blog-item-content {
  padding-bottom: 0;
}
.single-post-outer .blog-last-posts .post-link {
  padding: 23px;
  margin-bottom: 27px;
}
.blog-last-post-title {
  font-weight: 700;
  font-size: 24px;
  margin-block: 7px 29px;
}
.single-post-date {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #595c5f;
}
.single-post-outer .featured-image img {
  width: 100%;
  height: 548px;
  object-fit: cover;
  margin-bottom: 24px;
}
.single-post-outer h2 {
  color: #26292c;
  margin-bottom: 24px;
}
.single-post-outer .wp-block-gallery {
  gap: 16px !important;
  margin-top: 80px;
}
.single-post-outer .wp-block-image {
  width: calc(25% - 43px) !important;
  max-width: calc(25% - 43px) !important;
  transition: transform 0.3s ease;
}
.single-post-outer .wp-block-image:hover {
  transform: scale(1.05);
}
.single-post-outer .attachment-medium {
  width: 100%;
  height: 282px;
  object-fit: cover;
}
.single-post-outer .blog-item-content {
  margin-bottom: 16px;
}
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-overlay img {
  max-width: 90%;
  max-height: 90%;
}
.lightbox-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 20px;
}
.lightbox-prev {
  left: 20px;
}
.lightbox-next {
  right: 20px;
}
.lightbox-arrow svg {
  width: 20px;
  height: 30px;
  fill: white;
}
@media only screen and (max-width: 1200px) {
  .single-post-outer {
    padding-block: 64px;
  }
  .single-post-outer .container {
    flex-direction: column;
    gap: 32px;
  }
  .single-post-outer .blog-last-posts,
  .single-post-outer .container > article {
    width: 100%;
  }
  .single-post-outer h1 {
    font-size: 38px;
  }
  .single-post-outer .featured-image img {
    height: auto;
  }
  .single-post-outer .wp-block-gallery {
    margin-top: 32px;
  }
  .single-post-outer .wp-block-image {
    width: calc(50% - 8px) !important;
    max-width: calc(50% - 8px) !important;
  }
}
@media only screen and (max-width: 700px) {
  .single-post-outer .wp-block-image {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.contact-subpage {
  padding-block: 48px;
}
.contact-subpage .wp-block-group__inner-container {
  max-width: 1534px;
}
.contact-subpage .wp-block-columns {
  justify-content: space-between;
}
.contact-subpage .wp-block-column:first-child {
  max-width: 50%;
}
.contact-subpage .wp-block-column:last-child {
  max-width: 44%;
  position: relative;
}
.contact-subpage .map iframe {
  filter: greyscale(1);
  max-width: 100%;
  height: 472px;
  border-radius: 8px;
}
.contact-subpage h1 {
  margin-bottom: 64px;
  text-transform: none;
  font-size: 64px;
  line-height: 110%;
  color: #26292c;
}
.contact-subpage p {
  font-size: 18px;
  margin-bottom: 27px;
}
.contact-subpage strong em {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #b9200f;
}
.contact-subpage a {
  color: #b9200f;
}
.contact-subpage .wp-block-image {
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .contact-subpage .map iframe {
    height: 360px;
  }
  .contact-subpage {
    padding-block: 64px;
  }
  .contact-subpage h1 {
    margin-bottom: 32px;
    font-size: 38px;
  }
  .contact-subpage .wp-block-column:first-child,
  .contact-subpage .wp-block-column:last-child {
    max-width: 100%;
  }
  .contact-subpage p {
    margin-bottom: 16px;
  }
}

.realizations-archive {
  padding-block: 80px 96px;
  background: #f9f7f6;
}
.realizations-archive h1 {
  text-transform: none;
  text-align: center;
  width: 92%;
  font-size: 64px;
  line-height: 110%;
  color: #26292c;
  margin: 0 auto 80px;
}
.realizations-archive .container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.realizations-archive .container .wp-block-column {
  width: calc(33% - 7px);
}
.realizations-archive .container .wp-block-column .wp-block-buttons {
  display: block;
  z-index: 10;
}
.realizations-archive .container .wp-block-column .wp-block-buttons a:hover {
  border-color: #b9200f;
}
.realizations-archive .wp-block-image {
  z-index: 1;
}
.realizations-archive .wp-block-column::before {
  z-index: 2;
}
.realizations-archive .wp-block-column {
  padding: 60px 20px 60px 48px;
}
.realizations-archive .button-alt a {
  padding: 14px 32px 14px 23px;
}
.realizations-archive .button-alt a svg {
  margin-left: 12px;
}
.realizations-archive .wp-block-column h3 {
  margin-bottom: 42px;
}
@media only screen and (max-width: 1200px) {
  .realizations-archive {
    padding-block: 64px;
  }
  .realizations-archive h1 {
    font-size: 38px;
    margin-bottom: 32px;
  }
  .realizations-archive .container .wp-block-column {
    width: 100%;
    padding: 32px 16px;
  }
}

.single-post-realizations .blog-last-posts article {
  position: relative;
  margin-bottom: 16px;
}
.single-post-realizations .blog-last-posts article::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.single-post-realizations .blog-last-posts article .blog-item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: none;
  padding: 21px 24px;
  flex-direction: column;
  align-items: flex-start;
}
.single-post-realizations .blog-last-posts article .blog-item-content h2 a {
  font-weight: 400;
  font-size: 36px;
  line-height: 140%;
  color: #fff;
  font-family: "Verdana";
  letter-spacing: -0.03em;
  display: block;
  margin-bottom: 36px;
}
.single-post-realizations .blog-last-posts article .attachment-medium {
  height: 400px;
}
.single-post-realizations .blog-last-posts article .wp-block-buttons a {
  color: #b9200f;
  padding: 12px 31px 14px 21px;
}
.single-post-realizations .blog-last-posts article .wp-block-buttons svg {
  margin-left: 12px;
}
.single-post-realizations .blog-last-posts article .wp-block-buttons a:hover {
  border-color: #b9200f;
  background-color: #b9200f;
  color: #fff;
}

.video-section {
  padding-block: 80px 96px;
  background: #f9f7f6;
}
.video-section .wp-block-column {
  display: flex;
  gap: 10px;
  background: #fff;
}
.video-section .wp-block-column .wp-block-video {
  width: 66%;
  margin-bottom: 0;
}
.video-section h1 {
  text-transform: none;
  font-size: 64px;
  line-height: 110%;
  color: #26292c;
  margin-bottom: 80px;
}
.video-section .wp-block-column .wp-block-group__inner-container {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}
.video-section .wp-block-column .wp-block-group {
  width: 30%;
  padding: 27px 16px 24px;
}
.video-section .wp-block-column p {
  font-size: 12px;
  color: #595c5f;
  width: 95%;
  margin-bottom: 0;
}
.video-section .wp-block-column .wp-block-image {
  width: 5%;
}
.video-section .wp-block-column p:last-child {
  width: 100%;
  margin: auto 0 0;
}
.video-section .wp-block-column p strong {
  font-size: 24px;
  color: #26292c;
  line-height: 150%;
}
@media only screen and (max-width: 1600px) {
  .video-section .wp-block-column .wp-block-video {
    width: 55%;
  }
  .video-section .wp-block-column .wp-block-group {
    width: 45%;
    padding: 16px;
  }
  .video-section .wp-block-column p strong {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  .video-section {
    padding-block: 64px;
  }
  .video-section h1 {
    margin-bottom: 32px;
    font-size: 38px;
  }
  .video-section h1 + .wp-block-columns {
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  .video-section .wp-block-column {
    flex-direction: column;
  }
  .video-section .wp-block-column .wp-block-video {
    width: 100%;
  }
  .video-section .wp-block-column .wp-block-group {
    width: 100%;
  }
}

.product-section-1 .wp-block-group__inner-container {
  max-width: 1412px;
}
.product-section-1 .wp-block-columns:first-child {
  margin-bottom: 65px;
  justify-content: space-between;
}
.product-section-1 .wp-block-column {
  display: flex;
  flex-direction: column;
}
.product-section-1 .wp-block-columns:first-child .wp-block-column:first-child {
  max-width: 54%;
  padding-left: 32px;
}
.product-section-1 .wp-block-columns:first-child .wp-block-column:last-child {
  max-width: 40%;
}
.product-section-1 img {
	width: 540px;
	object-fit: cover;
}
.product-section-1 h1 {
  text-transform: none;
  font-size: 64px;
  line-height: 110%;
  color: #26292c;
  margin-bottom: 18px;
}
.product-section-1 p {
  margin-bottom: 0;
}
.product-section-1 strong {
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
  line-height: 30px;
}
.product-section-1 ul {
  margin: 0 0 14px;
  padding-left: 26px;
}
.product-section-1 li {
  margin-bottom: 0;
}
.product-section-1 .wp-block-columns:last-child {
  margin-inline: 34px;
  gap: 0;
  margin-bottom: 64px;
}
.product-section-1 .wp-block-columns:last-child .wp-block-column:last-child {
  padding-left: 7px;
}
@media only screen and (max-width: 1450px) {
	.product-section-1  img {
		width: auto;
		height: auto;
	}
  .product-section-1 .wp-block-columns:last-child {
    gap: 64px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-section-1 .wp-block-columns:last-child {
    gap: 0;
  }
  .product-section-1 .wp-block-columns:first-child {
    margin-bottom: 32px;
    flex-direction: column;
  }
  .product-section-1 .wp-block-columns:first-child .wp-block-column:first-child,
  .product-section-1 .wp-block-columns:first-child .wp-block-column:last-child {
    max-width: 100%;
    padding-left: 0;
  }
  .product-section-1 h1 {
    font-size: 38px;
  }
  .product-section-1 .wp-block-columns:last-child {
    margin-inline: 0;
    flex-direction: column;
  }
  .product-section-1 .wp-block-columns:last-child .wp-block-column:last-child {
    padding-left: 0;
  }
}

.product-section-1.mod {
  padding-block: 40px 24px;
}
.product-section-1.mod .wp-block-columns {
  margin-bottom: 0;
}
.product-section-1.mod
  .wp-block-columns:first-child
  .wp-block-column:first-child {
  padding-left: 0;
}
.product-section-1.mod h2 {
  color: #26292c;
  margin-bottom: 20px;
}
.product-section-1.mod strong {
  font-size: 16px;
  padding-right: 34px;
  line-height: 25px;
}
.product-section-1.mod h2 + p strong {
  font-size: 24px;
}
@media only screen and (max-width: 1200px) {
  .product-section-1.mod {
    padding-block: 64px;
  }
  .product-section-1.mod strong {
    padding-right: 0;
  }
}

.product-section-2 {
  margin-block: 64px 36px;
}
.product-section-2 h2 {
  color: #b9200f;
}
.category-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 32px;
  max-width: 1414px;
  margin: 64px auto;
}
.category-filter-element {
  width: calc(25% - 24px);
  position: relative;
}
.category-filter-element a {
  display: block;
}
.category-filter-element img {
  height: 328px;
  width: 100%;
  object-fit: cover;
}
.category-filter-element span {
  padding: 24px 40px;
  background: #fff;
  box-shadow: 0px 4px 8px #ced6da;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  height: 91px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.category-filter-element .active span {
  color: #fff;
  background: #b9200f;
}
.products-container {
  display: flex;
  gap: 28px 16px;
  flex-wrap: wrap;
}
.product-element {
  width: calc(25% - 12px);
  display: block;
}
.product-element img {
  width: 100%;
  height: 385px;
  object-fit: cover;
}
.product-element-content {
  padding: 16px 20px 16px 13px;
}
.product-element-content h3 {
  font-size: 24px;
  color: #b9200f;
  text-transform: none;
}
.product-element-content strong {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .product-section-2 {
    margin-block: 64px;
  }
  .category-filter {
    gap: 16px;
    margin-block: 32px;
  }
  .category-filter-element {
    width: calc(50% - 8px);
  }
  .category-filter-element img {
    height: 150px;
  }
  .category-filter-element span {
    padding: 8px;
    font-size: 16px;
    height: auto;
  }
  .product-element {
    width: calc(50% - 8px);
  }
  .products-container {
    gap: 16px;
  }
  .product-element-content {
    padding: 8px 0 0;
  }
}
@media only screen and (max-width: 700px) {
  .products-container {
    gap: 16px;
  }
  .product-element {
    width: 100%;
  }
  .product-element img {
    height: auto;
  }
}

.product-section-3 {
  padding-block: 72px;
}
.product-section-3 h2 {
  color: #b9200f;
  margin-bottom: 16px;
}
.product-section-3 h2 + p {
  font-size: 24px;
  max-width: 1300px;
  margin: 0 auto;
}
.product-section-3 .middle-columns {
  max-width: 1334px;
  margin: 80px auto 64px;
}
.product-section-3 .middle-columns .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-section-3 .middle-columns .wp-block-column:first-child {
  flex-basis: 45% !important;
}
.product-section-3 .middle-columns .has-background {
  padding: 24px;
  margin-bottom: 16px;
}
.product-section-3 .middle-columns:last-child .has-background {
  margin-bottom: 0;
}
.product-section-3 h3 {
  margin-bottom: 16px;
  color: #b9200f;
  text-transform: none;
}
.product-section-3 .middle-columns .has-background p {
  margin-bottom: 0;
}
.product-section-3 ul {
  margin: 0;
  padding-left: 28px;
}
.product-section-3 ul li {
  margin-bottom: 0;
  font-size: 18px;
}
.product-section-3 .middle-columns + .wp-block-columns {
  max-width: 1334px;
  gap: 0;
  margin: 0 auto;
}
.product-section-3 .middle-columns + .wp-block-columns h3 {
  font-size: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
  .product-section-3 {
    padding-block: 64px;
  }
  .product-section-3 h2 + p {
    font-size: 18px;
  }
  .product-section-3 .middle-columns {
    margin-block: 32px;
  }
  .product-section-3 ul {
    margin-bottom: 16px;
  }
  .product-section-3 .middle-columns .has-background {
    padding: 16px;
  }
}

.product-section-4 {
  margin-block: 80px;
}
.product-section-4 .wp-block-group__inner-container {
  max-width: 1344px;
}
.product-section-4 .wp-block-group__inner-container > p strong {
  font-family: "Prompt";
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
  margin-bottom: 38px;
  display: block;
}
.product-section-4 strong em {
  color: #b9200f;
  font-style: normal;
  font-size: 24px;
  margin-right: 24px;
}
.product-section-4 p:first-of-type strong em {
  color: #fff;
}
.product-section-4 .has-background {
  padding: 27px 40px;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  margin-bottom: 8px;
}
.product-section-4 .has-background:last-child {
  margin-bottom: 0;
}
.product-section-4 .wp-block-image {
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .product-section-4 {
    margin-block: 64px;
  }
  .product-section-4 .wp-block-group__inner-container > p strong {
    margin-bottom: 32px;
  }
  .product-section-4 .has-background {
    padding: 16px;
    flex-direction: column;
  }
}

.hero-product {
  padding-block: 48px;
}
.hero-product h1 {
  text-transform: none;
  margin-bottom: 16px;
  font-size: 64px;
  line-height: 110%;
  color: #26292c;
}
.hero-product p {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .hero-product h1 {
    font-size: 38px;
  }
  .hero-product p {
    font-size: 18px;
  }
}

.single-product-section-1 {
  margin-block: 96px;
}
.single-product-section-1 .wp-block-group__inner-container {
  max-width: 1314px;
}
.single-product-section-1 p {
  font-size: 18px;
}
.single-product-section-1 ul {
  margin: 0;
  padding-left: 28px;
}
.single-product-section-1 ul li {
  margin: 0;
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {
  .single-product-section-1 {
    margin-block: 64px;
  }
}

.single-product-section-2 {
  margin-block: 120px 78px;
}
.single-product-section-2 .wp-block-group__inner-container {
  overflow-x: scroll;
}
.single-product-section-2 .wp-block-column {
  min-width: 393px;
}
.single-product-section-2 h2 {
  color: #b9200f;
  margin-bottom: 78px;
}
.single-product-section-2 .has-background {
  padding: 12px 16px;
  font-size: 20px;
  margin-bottom: 16px;
}
.single-product-section-2 ul.has-background {
  margin: 0;
  padding: 12px 10px 16px 45px;
  height: 100%;
}
.single-product-section-2 ul.has-background li {
  font-size: 20px;
  margin-bottom: 0;
}
.single-product-section-2 .wp-block-buttons {
  margin-block: 14px;
  gap: 8px;
}
.single-product-section-2 .wp-block-buttons .wp-block-button {
  width: 360px;
  margin: 0 auto;
}
.single-product-section-2 .wp-block-buttons .button-alt a {
  color: #b9200f;
}
.single-product-section-2 .wp-block-buttons .button-alt a:hover {
  background: #b9200f;
  color: #fff;
}
.single-product-section-2 .wp-block-columns + p,
.single-product-section-2 .wp-block-columns {
  max-width: 1212px;
  margin: 0 auto;
}
.single-product-section-2 .wp-block-columns + p em {
  font-style: normal;
  font-size: 14px;
  margin: 12px 5px;
  display: block;
}
.single-product-section-2 .last .has-background {
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .single-product-section-2 {
    overflow-x: scroll;
    margin-block: 64px;
  }
  .single-product-section-2 .wp-block-columns + p,
  .single-product-section-2 .wp-block-columns {
    flex-wrap: nowrap !important;
    min-width: 600px;
  }
  .single-product-section-2 h2 {
    margin-bottom: 32px;
  }
  .single-product-section-2 .wp-block-buttons .wp-block-button {
    width: 92%;
  }
}

.overlay {
  content: "";
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: #243a4d;
  z-index: 999;
}
body.popup-active .overlay {
  opacity: 0.5;
  pointer-events: auto;
}
.download-files {
  display: none;
  padding: 48px 20px;
  position: fixed;
  left: 0;
  right: 0;
  top: 6%;
  margin: 0 auto;
  max-width: 720px;
  background: #ffffff;
  border-radius: 16px;
  z-index: 1000;
  overflow-y: scroll;
  max-height: 700px;
}
.download-files.active {
  display: block;
}
.download-files strong {
  display: block;
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
  text-align: center;
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #c1c2c3;
}
.download-files .wp-block-buttons {
  gap: 12px;
  padding: 12px 16px;
  margin-bottom: 64px;
  background: #f9f7f6;
  position: relative;
}
.download-files .wp-block-buttons::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  background: #c1c2c3;
  height: 1px;
}
.download-files .wp-block-buttons .wp-block-button {
  transition: transform 0.3s ease;
  width: 100%;
}
.download-files .wp-block-buttons .wp-block-button a {
  color: #b9200f;
  border: none;
}
.download-files .wp-block-buttons .wp-block-button:first-child a {
  background: #fff url("../img/download1.svg") 30% 50% no-repeat;
}
.download-files .wp-block-buttons .wp-block-button:nth-child(2) a {
  background: #fff url("../img/download2.svg") 30% 50% no-repeat;
}
.download-files .wp-block-buttons .wp-block-button a {
  background: #fff url("../img/download3.svg") 30% 50% no-repeat;
}
.download-files .wp-block-buttons .wp-block-button:hover {
  transform: scale(1.05);
}
.download-files .close-btn {
  padding: 12px 32px 12px 56px;
  background: #303337 url(../img/close.svg) 21% 50% no-repeat;
  max-width: fit-content;
  color: #fff;
  margin: 0 auto;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.download-files .close-btn:hover {
  background-color: #b9200f;
}
@media only screen and (max-width: 1200px) {
  .download-files {
    padding: 16px 0;
  }
  .download-files strong {
    font-size: 24px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border: none;
  }
  .download-files .wp-block-buttons .wp-block-button a {
    background-image: none !important;
  }
  .download-files .wp-block-buttons {
    margin-bottom: 16px;
  }
  .download-files .wp-block-buttons::after {
    display: none;
  }
}

.services-hero h1 {
  text-transform: none;
  line-height: 110%;
  margin-bottom: 15px;
}
.services-hero li {
  margin-bottom: 0;
}
.services-hero p {
  font-size: 16px;
}
.services-hero p strong {
  font-size: 24px;
  line-height: 34px;
}
.services-hero ul {
  margin: 0;
  padding-left: 45px;
}
@media only screen and (max-width: 1700px) {
  .services-hero {
    padding-block: 64px;
  }
}
@media only screen and (max-width: 1200px) {
  .services-hero ul {
    margin: 0 auto 16px 0;
  }
}

.services-text {
  margin-block: 50px;
}
.services-text p {
  font-size: 32px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .services-text p {
    font-size: 24px;
  }
}

.services-tiles {
  padding-bottom: 62px;
}
.services-tiles p {
  font-size: 18px;
  margin-top: 24px !important;
}
.services-tiles .wp-block-column {
  padding: 28px 38px;
}
.services-tiles .wp-block-column .wp-block-image {
  height: 36px;
}
@media only screen and (max-width: 1200px) {
  .services-tiles .wp-block-column {
    padding: 16px;
  }
}

.services-banner-text h2 {
  text-transform: uppercase;
}

.services-gallery {
  padding-block: 80px;
}
.services-gallery .wp-block-gallery {
  justify-content: center;
  gap: 16px !important;
  margin: 0;
}
.services-gallery .wp-block-image {
  max-width: calc(25% - 12px) !important;
}
.services-gallery .wp-block-image img {
  max-height: 384px !important;
  min-height: 384px !important;
}
@media only screen and (max-width: 1200px) {
  .services-gallery {
    padding-block: 64px;
  }
  .services-gallery .wp-block-image {
    max-width: calc(50% - 12px) !important;
  }
}
@media only screen and (max-width: 700px) {
  .services-gallery .wp-block-image {
    max-width: 100% !important;
  }
  .services-gallery .wp-block-image img {
    max-height: none !important;
    min-height: auto !important;
  }
}
.single-product-section-2 .wp-block-columns:first-child .wp-block-column img {
  max-width: 200px;
}
.single-product-section-2
  .wp-block-columns:first-child
  .wp-block-column:first-child
  img {
  max-width: 300px;
}
.single-product-section-2 .wp-block-columns:first-child .wp-block-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.product-title {
  display: none;
}
.quote-popup__content {
  padding: 80px 96px;
  background: #f9f7f6;
  max-width: 1344px;
  position: relative;
  z-index: 100;
  margin: 0 auto;
  top: 6%;
  height: 862px;
  overflow-y: scroll;
}
.quote-popup__content h2 {
  font-weight: 400;
  font-size: 64px;
  line-height: 110%;
  text-align: center;
  color: #26292c;
  margin-bottom: 9px;
}
.quote-popup__content h2 + p {
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 40px;
}
.quote-popup__content h2 + p strong {
  color: #b9200f;
}
.quote-popup__content .columns {
  display: flex;
  gap: 12px;
}
.quote-popup__content .left-col {
  width: 50%;
}
.quote-popup__content .right-col {
  width: 50%;
}
.quote-popup__content label {
  font-size: 12px;
  line-height: 184%;
  padding-left: 4px;
}
.quote-popup__content span {
  color: #b9200f;
}
.quote-popup__content textarea,
.quote-popup__content input[type="text"],
.quote-popup__content input[type="tel"],
.quote-popup__content input[type="email"] {
  margin-bottom: 12px;
  padding: 8px 16px;
  height: 41px;
  background: #fff;
  border: 1px solid #c1c2c3;
  border-radius: 0px;
  width: 100%;
}
.quote-popup__content textarea {
  height: 120px;
}
.quote-popup__content p {
  margin-bottom: 2px;
}
.quote-popup__content .acceptance-label + p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.quote-popup__content .acceptance-label p {
  font-size: 12px;
}
.quote-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}
.quote-popup.active {
  opacity: 1;
  visibility: visible;
}
.quote-popup__overlay {
  position: absolute;
  inset: 0;
  background: #243a4d;
  opacity: 0.5;
}
.quote-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #f3f3f3;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: 0.2s ease;
}
.quote-popup__close:hover {
  transform: rotate(90deg);
}
@media only screen and (max-width: 1580px) {
  .quote-popup__content {
    height: 700px;
  }
}
@media only screen and (max-width: 1200px) {
  .quote-popup__content {
    padding: 64px 16px;
  }
  .quote-popup__content h2 {
    font-size: 38px;
  }
  .quote-popup__content h2 + p {
    margin-bottom: 32px;
  }
}

.why-we-list {
  margin-block: 96px;
}
.why-we-list h2 + p {
  font-size: 20px;
  margin-bottom: 40px;
}
.why-we-list .wp-block-media-text {
  max-width: 900px;
  margin: 0 auto;
grid-template-columns: 8% auto !important;
}
.why-we-list .wp-block-media-text:nth-child(even) {
  padding-left: 50px;
	margin-block: 16px;
}
.why-we-list .wp-block-media-text__content {
  padding: 0;
}
.why-we-list .wp-block-media-text__content p {
  font-size: 16px;
  margin-bottom: 0;
}
.why-we-list .wp-block-media-text__content p strong {
	color: #b9200f;
	font-size: 24px;
}
.why-we-list .wp-block-media-text__media {
	max-width: 50px;
}
@media only screen and (max-width: 800px) {
  .why-we-list {
    margin-block: 64px;
  }
  .why-we-list .wp-block-media-text__media img {
    width: 40px;
  }
  .why-we-list .wp-block-media-text__content p {
    font-size: 18px;
  }
  .why-we-list .wp-block-media-text {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
  }
  .why-we-list .wp-block-media-text:nth-child(even) {
    padding-left: 40px;
  }
}
.excerpt-images .wp-block-image {
	display: flex;
	justify-content: center;
	align-items: center;
}
.excerpt-images img {
	max-width: 200px;
}
.diff-images .wp-block-column:first-child img{
	max-width: 200px !important;
}
.product-section-3-mod .wp-block-media-text__media img {
	width: 40px;
}
.product-section-3-mod .wp-block-media-text {
	display: flex; gap: 16px;
}
.product-section-3-mod .wp-block-media-text__content {
	padding: 0;
}
.product-section-3-mod .middle-columns .wp-block-column:first-child p {
	font-size: 22px;
}
@media only screen and (max-width: 800px) {
	.product-section-3-mod .middle-columns .wp-block-column:first-child p {
	font-size: 18px;
}
}
.centered-row {
	max-width: 690px;
  margin: 0 auto;
  gap: 64px;
}
@media only screen and (max-width: 800px) {
	.centered-row {
  gap:0;
}
}
.page-smela .products-container {
	max-width: 800px;
	margin: 0 auto;
  justify-content: space-between;
}
.page-smela .products-container .product-element {
	width: 40%;
}
.page-smela .products-container .product-element img {
	width: auto;
  height: 240px;
  object-fit: contain;
}
@media only screen and (max-width: 800px) {
	.page-smela .products-container .product-element {
	width: 100%;
}
}
.error404 .wp-block-group {
	margin-block: 64px;
}

.download-section {
	margin-block: 64px;
}
.download-section .wp-block-file {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-img-maxi {
    display: block !important;
}
.hero-img-midi {
    display: none !important;
}
@media (max-width: 1599px) {
    .hero-img-maxi {
        display: none !important;
    }
    .hero-img-midi {
        display: block !important;
    }
}