/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
@charset "UTF-8";
* {
  font-family: "Sora", sans-serif;
  color: #162B37;
}

html {
  width: 100vw;
  margin-top: 0 !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
@media (max-width: 992px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  text-underline-position: under;
}

div {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
ul,
li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  width: 100%;
}

.inline-logo {
  object-fit: contain;
  width: 134px;
  margin: 0 6px;
  display: inline-block;
}
@media (max-width: 992px) {
  .inline-logo {
    width: 100px;
    margin: 0 4px;
  }
}

main.main--blur {
  filter: blur(4px);
  pointer-events: none;
}

.overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: rgba(22, 43, 55, 0.8);
  z-index: 100;
  display: none;
}
.overlay--visible {
  display: block;
}
@media (max-width: 992px) {
  .overlay {
    display: none;
  }
}

.wpcf7-response-output {
  margin: 16px 0 0 !important;
  padding: 0 !important;
  font-size: 14px;
  border: none !important;
}

.sent .wpcf7-response-output {
  color: #26F1BF !important;
  display: flex;
  align-items: center;
}
.sent .wpcf7-response-output::before {
  content: "";
  background: url(/wp-content/themes/sirema/dist/images/tick-green.svg) !important;
  background-size: contain !important;
  width: 16px !important;
  height: 16px !important;
  display: inline-block;
  margin-right: 8px;
}

.order-offer {
  position: fixed !important;
  right: 40px;
  bottom: 50px;
  z-index: 10;
}
.order-offer--hidden {
  display: none !important;
}
@media (max-width: 992px) {
  .order-offer {
    display: none !important;
  }
}
.order-offer::after {
  background: url(/wp-content/themes/sirema/dist/images/mail.svg) !important;
  background-size: contain !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block;
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
  color: white !important;
}
input:-moz-autofill,
textarea:-moz-autofill,
select:-moz-autofill {
  box-shadow: 0 0 0 1000px transparent inset !important;
  background-color: transparent !important;
  color: #fff !important;
  caret-color: #fff !important;
}

h1,
h1 * {
  font-size: 64px;
  line-height: 105%;
}
@media (max-width: 992px) {
  h1,
  h1 * {
    font-size: 40px;
    line-height: 110%;
  }
}

h2,
h2 * {
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 992px) {
  h2,
  h2 * {
    font-size: 32px;
  }
}

h3,
h3 * {
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3,
  h3 * {
    font-size: 28px;
  }
}

h4,
h4 * {
  font-size: 24px;
  line-height: 140%;
}

.p--1 {
  font-size: 20px;
  line-height: 140%;
}

.p--2 {
  font-size: 16px;
  line-height: 140%;
}

.p--3 {
  font-size: 14px;
  line-height: 140%;
}

.p--4 {
  font-size: 12px;
  line-height: 140%;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: content-box;
}
.container--wide {
  max-width: 1720px;
}
@media (max-width: 1100px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 11;
}
.header--follow {
  box-shadow: 0 2px 8px 0 rgba(22, 43, 55, 0.08);
}
@media (max-width: 992px) {
  .header--follow {
    box-shadow: 0 2px 8px 0 rgba(22, 43, 55, 0.08);
  }
  .header--follow .h-top__logo {
    width: 95px !important;
  }
  .header--follow .h-top-mobile {
    padding: 4px 0 !important;
  }
  .header--follow .h-top-mobile__hamburger {
    width: 40px !important;
    height: 40px !important;
  }
  .header--follow .h-top-mobile__row {
    padding-bottom: 0 !important;
  }
  .header--follow .h-top-mobile .tile--active::after {
    display: none !important;
  }
  .header--follow .h-top-mobile__row--search-active::after {
    display: none !important;
  }
}
.header .h-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
@media (max-width: 992px) {
  .header .h-top {
    display: none;
  }
}
.header .h-top__left {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header .h-top__logo {
  transition: width 0.3s ease;
}
@media (max-width: 992px) {
  .header .h-top__logo {
    width: 121px;
  }
}
.header .h-top__note {
  font-size: 12px;
  color: #7C94A2;
  display: flex;
  gap: 4px;
  align-items: center;
}
.header .h-top__note-img {
  width: 70px;
  object-fit: contain;
}
.header .h-top__right {
  display: flex;
  align-items: center;
}
.header .h-top__phone {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-right: 27px;
}
.header .h-top__phone-icon-wrap {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #26F1BF;
}
.header .h-top__phone-icon {
  width: 20px;
  height: 20px;
}
.header .h-top__phone-link {
  font-size: 14px;
  font-weight: 600;
}
.header .h-top__phone-link:hover {
  text-decoration: underline;
}
.header .h-top__email {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  margin-right: 48px;
}
.header .h-top__email-link:hover {
  text-decoration: underline;
}
.header .h-top__email::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #26F1BF;
}
.header .h-top__some {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-right: 48px;
}
.header .h-top__some-single {
  background-color: #F6FAFF;
  padding: 6px;
  height: 32px;
  width: 32px;
  box-sizing: border-box;
}
.header .h-top__some-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.header .h-top__lang {
  position: relative;
  width: 72px;
}
.header .h-top-mobile {
  display: none;
  padding: 8px 0;
  transition: padding 0.3s ease;
}
.header .h-top-mobile__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 8px;
  display: none;
}
.header .h-top-mobile__row--visible {
  display: flex;
  margin-bottom: 8px;
}
.header .h-top-mobile__row--top {
  display: flex;
}
.header .h-top-mobile__row--search-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #F6FAFF;
  left: -20px;
  width: 100vw;
}
@media (max-width: 992px) {
  .header .h-top-mobile {
    display: block;
  }
}
.header .h-top-mobile__right {
  display: flex;
  align-content: center;
}
.header .h-top-mobile__search {
  border: none;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.header .h-top-mobile__search-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.header .h-top-mobile__query-wrap {
  position: relative;
  display: flex;
}
.header .h-top-mobile__query-counter {
  position: absolute;
  bottom: 4px;
  right: -3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #162B37;
  color: white;
  font-size: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.header .h-top-mobile__query {
  width: 32px;
  object-fit: contain;
  margin-left: 10px;
}
.header .h-top-mobile__hamburger {
  width: 48px;
  height: 48px;
  margin-left: 16px;
  background: #162B37;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.header .h-top-mobile__hamburger-line {
  width: 14px;
  height: 2px;
  background: #26F1BF;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.header .h-top-mobile__hamburger--active .h-top-mobile__hamburger-line:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.header .h-top-mobile__hamburger--active .h-top-mobile__hamburger-line:nth-child(2) {
  opacity: 0;
}
.header .h-top-mobile__hamburger--active .h-top-mobile__hamburger-line:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.header .h-top-mobile .tile {
  display: none;
  padding-left: 20px;
  background-color: white;
}
@media (max-width: 992px) {
  .header .h-top-mobile .tile {
    display: block;
  }
}
.header .h-top-mobile .tile {
  position: absolute;
  left: -100vw;
  transition: left 0.3s ease;
}
.header .h-top-mobile .tile .lang-switcher {
  background-color: #F6FAFF;
}
.header .h-top-mobile .tile__additional {
  background-color: #F6FAFF;
  padding: 24px 20px;
  width: 100vw;
  margin-left: -20px;
  margin-bottom: 32px;
}
.header .h-top-mobile .tile__contact {
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.header .h-top-mobile .tile__phone {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-right: 27px;
}
.header .h-top-mobile .tile__phone-icon-wrap {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #26F1BF;
}
.header .h-top-mobile .tile__phone-icon {
  width: 20px;
  height: 20px;
  padding-top: 2px;
}
.header .h-top-mobile .tile__phone-link {
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.header .h-top-mobile .tile__email {
  font-weight: 600;
  font-size: 14px;
  position: relative;
  margin-right: 48px;
}
.header .h-top-mobile .tile__email::before {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background-color: #7C94A2;
}
.header .h-top-mobile .tile__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.header .h-top-mobile .tile__some {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-right: 48px;
}
.header .h-top-mobile .tile__some-single {
  background-color: white;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
}
.header .h-top-mobile .tile__some-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.header .h-top-mobile .tile__lang {
  position: relative;
  width: 72px;
}
.header .h-top-mobile .tile--active {
  left: 0;
}
.header .h-top-mobile .tile--active::after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  background-color: #F6FAFF;
  left: -20px;
  width: 100vw;
}
.header .h-top-mobile .tile .menu-glowne {
  padding: 24px 20px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header .h-top-mobile .tile .menu-item {
  padding-bottom: 11px;
  padding-top: 11px;
}
.header .h-top-mobile .tile .menu-item a {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}
.header .h-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .h-bottom .search-form {
  display: block;
}
.header .h-bottom__right {
  gap: 24px;
  align-items: center;
  display: flex;
}
.header .h-bottom .menu-glowne {
  display: flex;
  gap: 48px;
  list-style-type: none;
  padding: 16px 0;
}
@media (max-width: 1440px) {
  .header .h-bottom .menu-glowne {
    gap: 24px;
    padding: 8px 0;
  }
}
@media (max-width: 992px) {
  .header .h-bottom .menu-glowne {
    display: none;
  }
}
.header .h-bottom .menu-glowne .menu-item {
  padding-bottom: 11px;
  padding-top: 11px;
}
.header .h-bottom .menu-glowne .menu-item a:hover {
  color: #00936F;
}
.header .h-bottom .menu-glowne .menu-item a {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 1440px) {
  .header .h-bottom .menu-glowne .menu-item a {
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
  }
}
.header .h-bottom .menu-glowne .current-menu-item a {
  color: #00936F;
}
.header .h-bottom__query {
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .header .h-bottom__query {
    display: none;
  }
}
.header .h-bottom__query-icon {
  max-width: 100%;
  height: 32px;
  width: 32px;
  object-fit: contain;
}
.header .h-bottom__query-title {
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}
.header .h-bottom__query-products {
  color: #274759;
  font-size: 12px;
  line-height: 140%;
}

.home .header {
  transition: background 0.3s ease;
  background: linear-gradient(to bottom, white 0%, white 50%, transparent 50%, transparent 100%);
}
@media (max-width: 992px) {
  .home .header {
    background: white;
  }
}
.home .header--follow {
  background: white;
}

.footer {
  padding: 60px 0 0px 0;
  background: #F6FAFF;
  font-size: 14px;
}
@media (max-width: 992px) {
  .footer {
    position: relative;
  }
}
.footer__go-top {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 48px;
  height: 48px;
  background-color: #162B37;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.footer__go-top:hover {
  background-color: #01121B;
}
@media (max-width: 992px) {
  .footer__go-top {
    top: 24px;
    right: 20px;
  }
}
.footer__go-top img {
  width: 8px;
  object-fit: contain;
}
.footer__container {
  display: grid;
  grid-template-columns: 1fr 0.736fr 1fr;
  gap: 24px;
  padding-bottom: 40px;
}
@media (max-width: 1440px) {
  .footer__container {
    grid-template-columns: 1fr 0.6fr 1fr;
  }
}
@media (max-width: 992px) {
  .footer__container {
    grid-template-columns: 1fr;
    justify-content: center;
    padding-bottom: 24px;
  }
}
.footer__top {
  background-color: #F6FAFF;
  position: relative;
}
@media (max-width: 992px) {
  .footer__top {
    position: static;
  }
}
.footer {
  /* ===== LEFT ===== */
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .footer__logo {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
  }
}
.footer__logo-img {
  width: 120px;
}
.footer__logo-text {
  font-size: 24px;
  font-weight: 700;
  display: block;
}
.footer__tagline-img {
  width: 70px;
}
.footer__tagline {
  font-size: 12px;
  color: #7C94A2;
  align-items: center;
  gap: 4px;
  display: flex;
}
.footer__addresses {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 992px) {
  .footer__addresses {
    align-items: center;
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .footer__address {
    max-width: 320px;
  }
}
.footer__address-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 9px;
}
@media (max-width: 992px) {
  .footer__address-title {
    text-align: center;
    margin-bottom: 8px;
  }
}
.footer__address-line {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .footer__address-line {
    text-align: center;
    justify-content: center;
  }
}
.footer__address-line br {
  display: none;
}
@media (max-width: 992px) {
  .footer__address-line br {
    display: block;
  }
}
.footer__address-line-img {
  width: 18px;
  padding: 6px;
  background-color: #26F1BF;
}
@media (max-width: 992px) {
  .footer__address-line-img {
    width: 20px;
    padding: 2px;
  }
}
.footer {
  /* ===== NAV ===== */
}
.footer .menu-glowne {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .footer .menu-glowne {
    text-align: center;
  }
}
.footer .menu-item {
  margin-top: 16px;
}
@media (max-width: 992px) {
  .footer .menu-item {
    margin-top: 8px;
  }
}
.footer .menu-item a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}
.footer .menu-item a:hover {
  text-decoration: underline;
}
.footer {
  /* ===== CONTACT ===== */
}
.footer__aside {
  display: flex;
  gap: 44px;
  align-items: end;
  position: relative;
}
@media (max-width: 992px) {
  .footer__aside {
    position: static;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    align-items: center;
  }
}
.footer__contact {
  background: WHITE;
  padding: 48px 32px 60px 32px;
}
@media (max-width: 992px) {
  .footer__contact {
    padding: 40px 20px;
  }
}
.footer__contact-title {
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
}
.footer__contact-hours {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 24px;
  text-align: center;
}
.footer__contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
  justify-content: center;
  margin: 0 auto;
}
.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__contact-icon {
  width: 20px;
  object-fit: contain;
  padding: 6px;
  background-color: #26F1BF;
}
.footer__contact-link {
  font-weight: 500;
}
.footer__contact-link:hover {
  text-decoration: underline;
}
.footer {
  /* ===== SOCIAL ===== */
}
.footer__social {
  display: flex;
  gap: 14px;
  flex-direction: column;
}
@media (max-width: 992px) {
  .footer__social {
    flex-direction: row;
  }
}
.footer__social-link {
  padding: 14px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__social-icon {
  min-width: 20px;
  height: 20px;
}
.footer {
  /* ===== BOTTOM ===== */
}
.footer__bottom {
  background-color: white;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.footer__bottom .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .footer__bottom .container {
    gap: 8px;
    flex-direction: column;
  }
}
.footer__copyright {
  font-size: 12px;
}
.footer__policy {
  text-decoration: underline;
}
.footer__legal {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer__credits-link {
  display: flex;
}
.footer__credits {
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer__credits-img {
  width: 79px;
}

.btn2 .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 2px;
  width: 32px;
  top: 25px;
  background-color: #000;
}
.btn2 .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #000;
  content: "";
  top: -10px;
}
.btn2 .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 32px;
  height: 2px;
  background-color: #000;
  content: "";
  top: 10px;
}
.btn2.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.btn2.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(7px, 7px);
}
.btn2.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
.btn2:hover {
  cursor: pointer;
}

.btn2--dark .icon {
  background-color: black;
}
.btn2--dark .icon:before {
  background-color: black;
}
.btn2--dark .icon:after {
  background-color: black;
}
.btn2--dark.open .icon:before {
  background-color: #000;
}
.btn2--dark.open .icon:after {
  background-color: #000;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #22313f;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #7C94A2;
  background: transparent;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
  margin-right: 8px;
  box-sizing: content-box;
}

.checkbox:checked {
  background: #162B37;
  border-color: white;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 4px;
  height: 7px;
  border: solid #26F1BF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.lang-switcher {
  padding: 11px 12px;
  position: absolute;
  top: -25px;
  z-index: 10;
  background-color: white;
}
.lang-switcher:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #26F1BF;
}
.lang-switcher--active {
  box-shadow: 0 2px 8px 0 rgba(22, 43, 55, 0.08);
  padding-bottom: 8px;
}
.lang-switcher--active::after {
  display: none;
}
.lang-switcher--active .lang-switcher__icon {
  transform: rotate(180deg);
}
.lang-switcher * {
  font-size: 16px;
  line-height: 160%;
  font-weight: 600;
}
.lang-switcher__toggle {
  background-color: transparent;
  border: none;
  display: flex;
  gap: 12px;
  padding: 0;
  align-items: center;
  cursor: pointer;
}
.lang-switcher__menu {
  margin-top: 14px;
}
.lang-switcher__label {
  padding-bottom: 7px;
  display: block;
  position: relative;
}
.lang-switcher__label:hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #26F1BF;
}

.search-form-desktop {
  position: relative;
  height: 48px;
}
@media (max-width: 992px) {
  .search-form-desktop {
    display: none;
  }
}
.search-form-desktop--active .search-form-desktop__toggle {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: none;
}
.search-form-desktop--active .search-form-desktop__panel {
  display: block;
}
.search-form-desktop__toggle {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
.search-form-desktop__toggle img {
  display: block;
  width: 24px;
  height: 24px;
}
.search-form-desktop__panel {
  border-bottom: 2px solid #26F1BF;
  box-sizing: content-box;
}
.search-form-desktop__form {
  max-width: 360px;
}
.search-form-desktop__field {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.search-form-desktop__input {
  flex: 1 1 auto;
  border: 0;
  outline: none;
  padding: 13px 12px;
  line-height: 140%;
  max-width: 160px;
  box-sizing: content-box;
}
.search-form-desktop__input::placeholder {
  color: #162B37;
}
.search-form-desktop__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  margin-right: -16px;
  background: url(/wp-content/themes/sirema/dist/images/x.svg) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.search-form-desktop__input::-ms-clear {
  display: block;
  width: 18px;
  height: 18px;
  background: url(/wp-content/themes/sirema/dist/images/x.svg) center/contain no-repeat;
  cursor: pointer;
}
.search-form-desktop__submit {
  width: 48px;
  height: 48px;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}
.search-form-desktop__submit img {
  display: block;
  width: 24px;
  height: 24px;
}
.search-form-desktop--inactive .search-form-desktop__panel {
  display: none;
}
.search-form-desktop--active .search-form-desktop__panel {
  display: block;
}
.search-form {
  padding-top: 8px;
  width: 100%;
  display: none;
}
.search-form--active {
  display: block;
}
.search-form__form {
  display: flex;
}
.search-form__input {
  width: 100%;
  background-color: transparent;
  font-size: 16px;
  line-height: 140%;
  padding: 6px 12px;
  outline: none;
  border: none;
  border-bottom: 2px solid #162B37;
}
.search-form__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: url(/wp-content/themes/sirema/dist/images/x.svg) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.search-form__input::-ms-clear {
  display: block;
  width: 18px;
  height: 18px;
  background: url(/wp-content/themes/sirema/dist/images/x.svg) center/contain no-repeat;
  cursor: pointer;
}
.search-form__submit {
  background-color: #26F1BF;
  border: none;
  min-width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-form__search-icon {
  object-fit: contain;
  display: block;
  width: 24px;
  height: 24px;
}

.button {
  padding: 16px 32px;
  background-color: #162B37;
  color: white;
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
  cursor: pointer;
  border: none;
}
@media (max-width: 992px) {
  .button {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 13px 32px;
    max-height: 48px;
  }
}
.button:hover {
  background-color: #01121B;
}
.button::after {
  content: "";
  width: 4px;
  height: 8px;
  background: url(/wp-content/themes/sirema/dist/images/right-chevron-green.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
}
.button--green {
  background-color: #26F1BF;
  color: #162B37;
}
.button--green:hover {
  background-color: #18c99e;
}
.button--white {
  background-color: white;
  color: #162B37 !important;
  border: 2px solid #F6FAFF;
}
.button--white:hover {
  background-color: #F6FAFF;
}

.contact-cta {
  padding: 80px 0;
  background: #162B37;
  color: #fff;
  position: relative;
}
.contact-cta::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 243px;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor2.png);
  background-size: contain;
}
@media (max-width: 1750px) {
  .contact-cta::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .contact-cta {
    padding: 40px 0;
  }
}
.contact-cta * {
  color: white;
}
.contact-cta__grid {
  display: grid;
  grid-template-columns: 528px 1fr;
  gap: 256px;
  align-items: start;
}
@media (max-width: 1440px) {
  .contact-cta__grid {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
}
@media (max-width: 992px) {
  .contact-cta__grid {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.contact-cta__left {
  max-width: 528px;
}
.contact-cta__title {
  margin: 0 0 16px;
  font-weight: 700;
}
.contact-cta__title span {
  color: #00936F;
}
.contact-cta__title-accent {
  color: #26F1BF;
  padding-left: 12px;
}
.contact-cta__text {
  margin: 0 0 40px;
  max-width: 476px;
}
.contact-cta__form {
  max-width: 528px;
}
.contact-cta__card {
  background: rgba(255, 255, 255, 0.04);
  width: 424px;
  position: relative;
}
@media (max-width: 576px) {
  .contact-cta__card {
    max-width: 60%;
    width: auto;
  }
}
.contact-cta__photo img {
  height: auto;
  display: block;
}
.contact-cta__card-footer {
  background: #fff;
  color: #162B37;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .contact-cta__card-footer {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -85px;
    max-width: 193px;
  }
}
@media (max-width: 576px) {
  .contact-cta__card-footer {
    right: -120px;
  }
}
.contact-cta__person {
  padding: 24px;
}
@media (max-width: 992px) {
  .contact-cta__person {
    padding: 16px;
  }
}
.contact-cta__name {
  margin: 0;
  font-weight: 600;
  color: #162B37;
  font-size: 16px;
  padding-bottom: 4px;
}
.contact-cta__role {
  font-size: 14px;
  color: #162B37;
}
.contact-cta__badge {
  width: 88px;
  height: 91px;
  background: #274759;
  display: grid;
  place-items: center;
}
@media (max-width: 992px) {
  .contact-cta__badge {
    display: none;
  }
}
.contact-cta__badge img {
  width: 40px;
  height: 40px;
  display: block;
}

.form-contact .contact-cta__container {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .form-contact .contact-cta__grid {
    flex-direction: column;
  }
}
.form-contact .right__title {
  padding-bottom: 16px;
}
.form-contact .right__desc {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 992px) {
  .form-contact .right__desc {
    padding-bottom: 24px;
  }
}
.form-contact .right .roadmap__icon-wrap {
  padding: 16px;
  background-color: #274759;
  width: fit-content;
  max-height: 56px;
  max-width: 56px;
  position: relative;
}
@media (max-width: 992px) {
  .form-contact .right .roadmap__icon-wrap {
    padding: 12px;
    max-height: 48px;
    max-width: 48px;
  }
}
.form-contact .right .roadmap__icon-wrap::after {
  position: absolute;
  left: 50%;
  bottom: -16px;
  background-color: #274759;
  width: 2px;
  height: 16px;
  content: "";
}
.form-contact .right .roadmap__item:last-child .roadmap__icon-wrap::after {
  display: none;
}
.form-contact .right .roadmap__item {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 16px;
}
.form-contact .right .roadmap__item:first-child {
  margin: 0;
}
.form-contact .right .roadmap__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .form-contact .right .roadmap__icon {
    width: 22px;
    height: 22px;
  }
}
.form-contact .right .roadmap__name {
  font-size: 20px;
  font-weight: 600;
}
.form-contact__footer {
  padding-top: 40px;
  border-top: 1px solid #274759;
}
.form-contact__footer .steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .form-contact__footer .steps {
    grid-template-columns: 1fr;
  }
}
.form-contact__footer .step {
  display: flex;
  gap: 12px;
  align-items: center;
}
.form-contact__footer .step__icon-wrap {
  padding: 16px;
  background-color: #26F1BF;
  width: fit-content;
  max-height: 56px;
  max-width: 56px;
}
@media (max-width: 992px) {
  .form-contact__footer .step__icon-wrap {
    padding: 12px;
    max-height: 48px;
    max-width: 48px;
  }
}
.form-contact__footer .step__text {
  font-size: 16px;
}
.form-contact__footer .step__icon {
  min-width: 24px;
  min-height: 24px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .form-contact__footer .step__icon {
    width: 22px;
    height: 22px;
  }
}

.cf7-form__title {
  color: white;
  font-weight: 600;
  padding-bottom: 24px;
}
.cf7-form__title span {
  color: #00936F;
}
.cf7-form .wpcf7-list-item {
  margin: 0;
}
.cf7-form__checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #7C94A2;
  background: transparent;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.cf7-form__checkbox:checked {
  background: #26F1BF;
  border-color: #26F1BF;
}
.cf7-form__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #0f2530;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cf7-form__checkbox:focus {
  outline-offset: 2px;
}
.cf7-form__field {
  position: relative;
  margin-bottom: 14px;
  border: 1px solid #7C94A2;
  background: transparent;
}
.cf7-form__field--regranulat {
  border: none;
}
.cf7-form__field--regranulat p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
}
.cf7-form__field--regranulat p::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/sirema/dist/images/tick-green.svg);
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.cf7-form__field:hover {
  border-color: #26F1BF;
}
.cf7-form__field p {
  display: flex;
  align-items: center;
}
.cf7-form__icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cf7-form__icon img {
  width: 16px;
  object-fit: contain;
  display: block;
  margin-left: 12px;
  margin-right: 8px;
}
.cf7-form__field--active {
  border-color: white !important;
}
.cf7-form__field--active .cf7-form__icon img {
  filter: brightness(0) saturate(100%) invert(87%) sepia(31%) saturate(990%) hue-rotate(96deg) brightness(93%) contrast(105%);
}
.cf7-form__field--invalid {
  border-color: #FC4A4D !important;
  margin-bottom: 3px;
}
.cf7-form__field--invalid .cf7-form__icon img {
  filter: brightness(0) saturate(100%) invert(41%) sepia(20%) saturate(6796%) hue-rotate(332deg) brightness(102%) contrast(98%);
}
.cf7-form__control,
.cf7-form .wpcf7-form-control.cf7-form__control {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  padding: 13px 0;
  padding-left: 0;
}
.cf7-form__control::placeholder,
.cf7-form .wpcf7-form-control.cf7-form__control::placeholder {
  color: rgba(255, 255, 255, 0.78);
}
.cf7-form .wpcf7-form-control-wrap {
  flex: 1 1 auto;
}
.cf7-form .wpcf7-form-control-wrap input,
.cf7-form .wpcf7-form-control-wrap textarea,
.cf7-form .wpcf7-form-control-wrap select {
  padding-left: 0;
}
.cf7-form__agree {
  margin: 24px 0 40px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.cf7-form__agree a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cf7-form__agree .wpcf7-form-control {
  margin-right: 10px;
}
.cf7-form__agree input[type=checkbox] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  accent-color: #22e6b5;
}
.cf7-form__actions {
  margin-top: 6px;
}
.cf7-form__actions p {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .cf7-form__actions p {
    flex-direction: column;
    gap: 16px;
  }
}
.cf7-form__actions p br {
  display: none;
}
.cf7-form .button {
  white-space: nowrap;
  border: none;
}
.cf7-form__query::after {
  background: url(/wp-content/themes/sirema/dist/images/green-plus.svg);
  width: 24px;
  height: 24px;
}
.cf7-form .cf7-form__submit br {
  display: none;
}
.cf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #FC4A4D;
  margin-bottom: 14px;
}

.reviews {
  padding: 80px 0;
  background-color: #F6FAFF;
  position: relative;
}
.reviews::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 243px;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor3.png);
  background-size: contain;
}
@media (max-width: 1200px) {
  .reviews::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .reviews {
    padding: 40px 0;
  }
}
.reviews__eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: #7C94A2;
  text-transform: uppercase;
  text-align: center;
  padding-top: 16px;
  border-top: 4px solid #26F1BF;
  padding-bottom: 40px;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .reviews__eyebrow {
    padding-bottom: 24px;
  }
}
.reviews__heading {
  text-align: center;
  font-weight: 700;
  padding-bottom: 40px;
}
.reviews__heading-accent {
  color: #00936F;
}
.reviews__slider {
  max-width: 1096px;
  margin: 0 auto;
  position: relative;
}
.reviews__stars {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .reviews__stars {
    padding-bottom: 24px;
  }
}
.reviews__star {
  color: #26F1BF;
  width: 20px;
  height: 20px;
}
.reviews__slide {
  padding: 40px 64px;
  background-color: white;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .reviews__slide {
    padding: 40px 20px;
  }
}
.reviews__content {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .reviews__content {
    padding-bottom: 24px;
  }
}
.reviews__author {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 4px;
}
.reviews__note {
  font-size: 14px;
  text-align: center;
}
.reviews .swiper-navigation {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  z-index: 1;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .reviews .swiper-navigation {
    position: static;
    margin-top: 24px;
    transform: none;
  }
}
.reviews .swiper-navigation div {
  background-color: #162B37;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  transition: background-color 0.3s ease;
}
.reviews .swiper-navigation div:hover {
  background-color: #01121B;
}
.reviews .swiper-navigation div::after {
  display: none;
}
.reviews .swiper-navigation .swiper-button-prev {
  transform: rotate(180deg);
}
.reviews .swiper-navigation img {
  width: 4px;
  height: 8px;
}
.reviews .swiper-button-prev {
  margin-left: -104px;
}
@media (max-width: 1440px) {
  .reviews .swiper-button-prev {
    margin-left: -24px;
  }
}
@media (max-width: 992px) {
  .reviews .swiper-button-prev {
    margin: 0;
  }
}
.reviews .swiper-button-next {
  margin-right: -104px;
}
@media (max-width: 1440px) {
  .reviews .swiper-button-next {
    margin-right: -24px;
  }
}
@media (max-width: 992px) {
  .reviews .swiper-button-next {
    margin: 0;
  }
}

.page-template-regranulaty {
  overflow: unset;
}

.products {
  padding: 40px 0;
  padding-bottom: 0;
}
.products .container {
  overflow-x: unset;
}
.products__details-mobile {
  display: none;
}
@media (max-width: 992px) {
  .products__details-mobile {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    justify-content: start;
    max-width: 400px;
  }
}
.products__details-mobile-item {
  font-size: 14px;
}
.products-table .breaker {
  background: url(/wp-content/themes/sirema/dist/images/cta-banner.png);
  background-size: cover;
  padding: 40px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-position: center;
}
@media (max-width: 992px) {
  .products-table .breaker {
    padding: 40px 20px;
    flex-direction: column;
    gap: 40px;
    align-items: start;
    margin: 16px 0;
  }
}
@media (max-width: 992px) {
  .products-table .breaker__link {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.products-table .breaker * {
  color: white;
}
.products-table .breaker__title {
  padding-bottom: 8px;
}
@media (max-width: 992px) {
  .products-table .breaker__title {
    padding-bottom: 16px;
  }
}
.products-table__body .products-table__row:first-child {
  margin: 0 !important;
}
.products-table__empty p {
  font-size: 24px;
  font-weight: 600;
}
.products-table__head {
  border-bottom: 1px solid #CFDCEA;
  padding: 10px 16px;
  margin-bottom: 16px;
  position: sticky;
  top: 144px;
  background: white;
  z-index: 1;
}
.products-table__head.is-sticky {
  position: fixed;
  top: 144px;
  left: 0;
  width: 100vw;
  box-shadow: 0 2px 8px 0 rgba(22, 43, 55, 0.08);
  border-bottom: none;
  z-index: 1000;
}
@media (max-width: 1440px) {
  .products-table__head.is-sticky {
    top: 124px;
  }
}
@media (max-width: 992px) {
  .products-table__head.is-sticky {
    top: 47px;
    padding-left: 24px;
  }
}
.products-table__head.is-sticky .products-table__row {
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .products-table__head {
    padding: 8px 4px;
    margin-bottom: 8px;
  }
}
.products-table__head .products-table__row {
  padding: 0 !important;
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.products-table__head .products-table__cell {
  padding: 0 !important;
}
.products-table__row {
  display: grid;
  grid-template-columns: 661px 1fr 1fr 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid #d9e1e8;
  padding: 16px 16px 24px 16px;
  margin-bottom: 16px;
}
.products-table__row--queried {
  background-color: #F6FAFF;
  border-bottom: 2px solid #26F1BF;
}
@media (max-width: 1300px) {
  .products-table__row {
    grid-template-columns: 440px 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .products-table__row {
    padding: 16px 4px;
    margin-bottom: 0;
    margin-top: 16px;
  }
}
.products-table__cell {
  font-size: 16px;
  line-height: 1.4;
}
.products-table__cell .product-sort {
  display: inline-block;
  width: 16px;
  height: 16px;
  object-fit: contain;
  cursor: pointer;
}
.products-table__cell--product {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .products-table__head .products-table__row {
    display: flex;
    gap: 16px;
    justify-content: start;
    max-width: 400px;
  }
  .products-table__head .products-table__cell {
    display: flex !important;
  }
  .products-table__head .products-table__cell--product {
    display: none !important;
  }
  .products-table__head .products-table__cell:last-child {
    display: none !important;
  }
}
.products-table__head .products-table__cell {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .products-table__head .products-table__cell {
    font-size: 12px;
  }
}
.products-table__title {
  padding-bottom: 16px;
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
  line-height: 1.4;
}
.products-table__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.products-table__actions--mobile {
  display: none;
}
.products-table__action {
  display: flex;
  padding: 0 8px;
  gap: 8px;
  align-items: center;
}
@media (max-width: 1199px) {
  .products-table__action {
    padding: 0;
  }
}
.products-table__action input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #22313f;
  cursor: pointer;
}
.products-table__action input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #7C94A2;
  background: transparent;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
@media (max-width: 1199px) {
  .products-table__action input[type=checkbox] {
    margin-right: 0;
  }
}
.products-table__action input[type=checkbox]:checked {
  background: #162B37;
  border-color: #162B37;
}
.products-table__action input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #26F1BF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.products-table__action input[type=checkbox]:focus {
  outline-offset: 2px;
}
.products-table__action span {
  font-size: 14px;
  font-weight: 600;
}
.products-table__action--card {
  display: flex;
  gap: 8px;
  align-items: center;
  display: none;
}
.products-table__action--card img {
  width: 20px;
  height: 20px;
  padding: 6px;
  object-fit: contian;
  background-color: #F6FAFF;
}
@media (max-width: 992px) {
  .products-table {
    min-width: unset;
  }
  .products-table__actions {
    display: none;
  }
  .products-table__actions--mobile {
    gap: 16px !important;
    display: flex;
  }
  .products-table__row {
    grid-template-columns: 1fr;
  }
  .products-table__row .products-table__cell {
    display: none;
  }
  .products-table__row .products-table__cell:first-child {
    display: block;
  }
  .products-table__cell {
    padding: 0;
  }
  .products-table__title {
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 0;
  }
  .products-table__actions {
    gap: 14px 20px;
  }
}

.filter {
  margin: 16px 0 0px 0;
}
.filter * {
  color: white;
}
.filter .container {
  position: relative;
}
.filter__switcher-mobile, .filter__hide-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border: 2px solid #CFDCEA;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .filter__switcher-mobile, .filter__hide-mobile {
    display: flex;
  }
}
.filter__switcher-mobile span, .filter__hide-mobile span {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  color: #162B37;
}
.filter__switcher-mobile-img, .filter__hide-mobile-img {
  width: 8px;
  object-fit: contain;
  padding: 10px 8px;
  background-color: #F6FAFF;
}
.filter__switcher-mobile {
  margin-bottom: 0;
}
.filter__hide-mobile {
  margin-bottom: 0;
  border-color: #274759;
}
.filter__hide-mobile-img {
  background-color: transparent;
  padding: 0;
  width: 20px;
}
.filter__hide-mobile-img-wrap {
  width: 24px;
  height: 24px;
  background-color: #274759;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter__hide-mobile span {
  color: white;
}
@media (max-width: 992px) {
  .filter__form {
    width: 100%;
    height: 100%;
  }
}
.filter__switcher {
  font-size: 14px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
  color: #162B37;
  position: absolute;
  right: 60px;
  top: -35px;
}
@media (max-width: 992px) {
  .filter__switcher {
    display: none;
  }
}
.filter__switcher-img {
  width: 8px;
  height: 4px;
  transform: rotate(180deg);
  padding: 8px 6px;
  background-color: #F6FAFF;
  transform: none;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.filter__switcher-img--active {
  transform: rotate(180deg);
}
.filter__wrapper {
  background-color: #162B37;
  max-height: 0;
  padding: 0 16px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
@media (max-width: 992px) {
  .filter__wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    max-height: 100% !important;
    overflow: scroll;
  }
}
.filter__wrapper--visible {
  max-height: 400px;
  padding: 13px 16px 16px 16px;
}
.filter__wrapper--mobile-visible {
  display: flex;
  padding: 20px 20px 40px 20px;
}
.filter__grid {
  display: grid;
  grid-template-columns: 0.64fr 0.64fr 0.64fr 1fr 1fr;
}
@media (max-width: 992px) {
  .filter__grid {
    grid-template-columns: 1fr;
  }
}
.filter__options {
  margin-top: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-right: 1px solid #274759;
}
@media (max-width: 992px) {
  .filter__options {
    padding-left: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    gap: 10px;
  }
}
.filter__option {
  display: flex;
}
.filter__option span {
  font-size: 14px;
  font-weight: 400;
}
.filter__option {
  cursor: pointer;
}
.filter__heading {
  padding: 0 9px 13px 16px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #274759;
}
@media (max-width: 992px) {
  .filter__heading {
    padding-left: 0;
    border: none;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-bottom: 8px;
    margin-top: 24px;
  }
}
.filter__col:first-child .filter__options {
  padding-left: 0;
}
.filter__col:first-child .filter__heading {
  padding-left: 0;
}
.filter input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #22313f;
  cursor: pointer;
}
.filter input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #7C94A2;
  background: transparent;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.filter input[type=checkbox]:checked {
  background: #162B37;
  border-color: white;
}
.filter input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #26F1BF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter input[type=checkbox]:focus {
  outline-offset: 2px;
}
.filter__submit {
  cursor: pointer;
  margin-top: 24px;
  padding: 13px 32px;
}
.filter__submit * {
  color: #162B37;
}

.compare-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 100%;
  box-shadow: 0 -2px 16px 0 rgba(22, 43, 55, 0.6);
  background-color: white;
  width: 100%;
  z-index: 10;
}
.compare-popup__inner {
  padding: 12px 0;
  display: flex;
}
.compare-popup__left {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 24px;
}
.compare-popup__left-img {
  width: 30px;
  object-fit: contain;
}
.compare-popup__left-text {
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.compare-popup__left-note {
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
}
.compare-popup__left-counter {
  color: #7C94A2;
  font-size: 14px;
  line-height: 140%;
}
.compare-popup__left-counter::first-letter {
  color: #162B37;
  font-weight: 600;
}
.compare-popup__items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 72px;
  gap: 8px;
  column-gap: 24px;
}
@media (max-width: 992px) {
  .compare-popup__items {
    display: none;
  }
}
.compare-popup__item {
  display: flex;
  align-items: center;
}
.compare-popup__item-title {
  font-size: 14px;
  font-weight: 600;
}
.compare-popup__item input:hover {
  border-color: #7C94A2;
  background: transparent;
}
.compare-popup__item input:hover::after {
  display: none;
}
.compare-popup__right {
  margin-left: auto;
}
.compare-popup__right .button span {
  color: white;
}

.is-desktop {
  display: inline;
}

@media (max-width: 992px) {
  .is-desktop {
    display: none;
  }
}
.page-template-comparsion .compare-popup {
  display: none;
}

.popup-compare {
  position: fixed;
  top: 160px;
  right: 40px;
  max-width: 440px;
  background-color: white;
  box-shadow: 0 -2px 16px 0 rgba(22, 43, 55, 0.16);
  padding: 24px;
  z-index: 1000000;
  display: none;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .popup-compare {
    width: 90vw;
    left: 50%;
    right: auto;
    top: 96px;
    transform: translateX(-50%);
  }
}
.popup-compare--visible {
  display: flex;
}
.popup-compare__img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}
.popup-compare__title {
  font-weight: 700;
  padding-bottom: 8px;
}
.popup-compare__description {
  font-size: 14px;
  line-height: 140%;
}

.compare-confirm {
  width: 833px;
  max-width: 90vw;
  position: fixed;
  background-color: white;
  padding: 24px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 -2px 16px 0 rgba(22, 43, 55, 0.6);
}
.compare-confirm__icon {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .compare-confirm__icon {
    margin-bottom: 16px;
  }
}
.compare-confirm__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.compare-confirm__box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .compare-confirm__box {
    flex-direction: column;
    align-items: start;
  }
}
.compare-confirm__title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
}
.compare-confirm__text {
  font-size: 14px;
}
.compare-confirm__actions {
  margin-left: auto;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 992px) {
  .compare-confirm__actions {
    margin-top: 24px;
    margin-left: 0;
  }
}
.compare-confirm__btn {
  cursor: pointer;
}
.compare-confirm__btn::after {
  display: none;
}

.query-confirm {
  background-color: white;
  padding: 24px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .query-confirm {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
  }
}
.query-confirm__icon {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .query-confirm__icon {
    margin-bottom: 16px;
  }
}
.query-confirm__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.query-confirm__box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .query-confirm__box {
    flex-direction: column;
    align-items: start;
  }
}
.query-confirm__title {
  font-size: 16px;
  font-weight: 600;
  color: #162B37 !important;
  padding-bottom: 8px;
}
.query-confirm__text {
  font-size: 14px;
  color: #162B37 !important;
}
.query-confirm__actions {
  margin-left: auto;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 992px) {
  .query-confirm__actions {
    margin-top: 24px;
    margin-left: 0;
  }
}
.query-confirm__btn {
  cursor: pointer;
}
.query-confirm__btn::after {
  display: none;
}

.scroll-more {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 12px;
  padding: 8px 12px;
  display: none;
}
@media (max-width: 992px) {
  .scroll-more {
    display: flex;
  }
}
.scroll-more__arrow {
  width: 16px;
  height: 16px;
}
.scroll-more__arrow--left {
  transform: rotate(-90deg);
}
.scroll-more__arrow--right {
  transform: rotate(90deg);
}

.contact-banner {
  background-size: cover !important;
  margin-top: 60px;
}
.contact-banner * {
  color: white;
}
@media (max-width: 992px) {
  .contact-banner .container {
    padding: 0;
  }
}
.contact-banner__wrapper {
  padding: 40px 0;
}
@media (max-width: 992px) {
  .contact-banner__wrapper {
    padding: 40px 16px;
  }
}
.contact-banner__wrapper {
  text-align: center;
}
.contact-banner__title {
  max-width: 648px;
  margin: 0 auto;
  color: white;
  padding-bottom: 24px;
}
.contact-banner__title span {
  color: #00936F;
}
.contact-banner__desc {
  padding-bottom: 40px;
}
.contact-banner__btn {
  margin: 0 auto;
  width: fit-content;
}

.query {
  background-color: #162B37;
  padding: 60px;
  position: fixed;
  width: 100%;
  max-width: 1320px;
  left: calc(50% + 8px);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  display: none;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .query {
    padding: 64px 20px 40px 20px;
    z-index: 100;
    left: 0;
    width: 100%;
    transform: none;
    max-width: 100%;
    top: 0;
    box-sizing: border-box;
    height: 100%;
    min-height: 100dvh;
    overflow-y: scroll;
  }
}
.query--active {
  display: block;
}
.query__empty, .query__sent {
  max-width: 648px;
  margin: 0 auto;
}
.query__empty-title, .query__sent-title {
  padding-bottom: 24px;
  text-align: center;
}
.query__empty-title span, .query__sent-title span {
  color: #00936F;
}
.query__empty-text, .query__sent-text {
  text-align: center;
  padding-bottom: 40px;
}
.query__empty-btn, .query__sent-btn {
  margin: 0 auto;
  width: fit-content;
}
.query * {
  color: white;
}
.query__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .query__wrapper {
    grid-template-columns: 1fr;
  }
}
.query__title {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .query__title {
    padding-bottom: 24px;
  }
}
.query__heading {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  padding-bottom: 16px;
}
.query__items {
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 122px;
  overflow-y: scroll;
  scrollbar-color: #274759 #162B37;
}
@media (max-width: 992px) {
  .query__items {
    max-height: none;
    overflow: auto;
    padding-top: 0px;
  }
}
.query__item-title {
  font-weight: 600;
}
.query__left {
  padding: 24px;
  border: 2px solid #26F1BF;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .query__left {
    padding: 20px;
  }
}
.query__buttons {
  padding-top: 16px;
  border-top: 1px solid #274759;
  margin-top: auto;
}
@media (max-width: 992px) {
  .query__buttons {
    padding-top: 24px;
  }
}
.query__close {
  width: 24px;
  height: 24px;
  position: absolute;
  object-fit: contain;
  cursor: pointer;
  top: 16px;
  right: 16px;
}
.query__button {
  padding-left: 0 !important;
  display: flex;
  padding: 0 8px;
  gap: 8px;
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .query__button {
    padding: 0;
  }
}
.query__button span {
  font-size: 14px;
  font-weight: 600;
}
.query__button-img {
  width: 20px;
  height: 20px;
  padding: 4px;
  object-fit: contain;
  background-color: #274759;
}
.query__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.query__actions--mobile {
  display: none;
}
.query__action {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 1199px) {
  .query__action {
    padding: 0;
  }
}
.query .checkbox {
  margin-right: 0;
}
.query__right {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .query__right {
    padding-left: 0;
  }
}

.popup-query {
  position: fixed;
  right: 40px;
  top: 160px;
  background-color: white;
  padding: 24px;
  align-items: center;
  box-shadow: 0 -2px 16px 0 rgba(22, 43, 55, 0.16);
  z-index: 10;
  max-width: 480px;
  display: none;
}
@media (max-width: 992px) {
  .popup-query {
    width: 90vw;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
  }
}
.popup-query--active {
  display: flex;
}
.popup-query__tick {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .popup-query__tick {
    margin-bottom: 16px;
  }
}
.popup-query__name {
  font-weight: 600;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .popup-query__name {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.popup-compare {
  position: fixed;
  right: 40px;
  top: 160px;
  background-color: white;
  padding: 24px;
  align-items: center;
  box-shadow: 0 -2px 16px 0 rgba(22, 43, 55, 0.16);
  z-index: 1000000;
  max-width: 480px;
}
@media (max-width: 992px) {
  .popup-compare {
    width: 90vw;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}
.popup-compare--active {
  display: flex;
}
.popup-compare__img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .popup-compare__img {
    margin-bottom: 16px;
  }
}
.popup-compare__title {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 992px) {
  .popup-compare__title {
    margin-bottom: 16px;
  }
}
.popup-box {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: none;
  width: 100%;
}
@media (max-width: 992px) {
  .popup-box {
    display: block;
  }
}

.query-mobile-popup {
  display: none;
  padding: 10px 20px;
  background: #162B37;
  color: #fff;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.query-mobile-popup__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.query-mobile-popup__count {
  font-size: 12px;
  color: #7C94A2;
}
.query-mobile-popup__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.query-mobile-popup__title {
  color: white;
  font-weight: 600;
  font-size: 14px;
}
.query-mobile-popup__products {
  color: #7C94A2;
  font-size: 12px;
}

@media (max-width: 992px) {
  .query-mobile-popup.query-mobile-popup--visible {
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
}
.front-page {
  margin-top: 150px;
}
@media (max-width: 992px) {
  .front-page {
    margin-top: 65px;
  }
}
.front-page .hero {
  text-align: center;
  height: 965px;
  position: relative;
  overflow: hidden;
  margin-top: -76px;
  z-index: 2;
  padding-top: 271px;
  box-sizing: border-box;
}
@media (max-width: 1440px) {
  .front-page .hero {
    height: 800px;
    margin-top: -70px;
    padding-top: 200px;
  }
}
@media (max-width: 992px) {
  .front-page .hero {
    height: 580px;
    margin-top: 0;
    padding-top: 40px;
  }
}
.front-page .hero * {
  position: relative;
  z-index: 1;
}
.front-page .hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
}
.front-page .hero .container {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
@media (max-width: 992px) {
  .front-page .hero .container {
    justify-content: start;
    gap: 24px;
  }
}
.front-page .hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}
.front-page .hero__title span {
  display: block;
  color: #00936F;
}
.front-page .hero__desc {
  font-weight: 600;
}
.front-page .hero__bottom {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  height: auto !important;
  width: 100%;
  flex-direction: row !important;
  position: absolute !important;
  bottom: 144PX !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  box-sizing: content-box;
}
@media (max-width: 1720px) {
  .front-page .hero__bottom {
    max-width: 90vw;
  }
}
@media (max-width: 1440px) {
  .front-page .hero__bottom {
    bottom: 100px !important;
  }
}
@media (max-width: 992px) {
  .front-page .hero__bottom {
    bottom: 24px !important;
    justify-content: center !important;
    padding: 0 !important;
    padding: 0 45px !important;
    max-width: none;
  }
}
.front-page .hero__bottom-left {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 4px;
}
@media (max-width: 992px) {
  .front-page .hero__bottom-left {
    gap: 8px;
  }
}
.front-page .hero__bottom-img {
  object-fit: contain;
  width: 60px;
  height: 60px;
}
@media (max-width: 992px) {
  .front-page .hero__bottom-img {
    width: 48px;
    height: 48px;
  }
}
.front-page .hero__btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
}
@media (max-width: 992px) {
  .front-page .hero__btn-wrap {
    padding-top: 16px;
  }
}
.front-page .hero__btn-2, .front-page .hero__btn-2-mobile {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 992px) {
  .front-page .hero__btn-2, .front-page .hero__btn-2-mobile {
    display: none;
    width: 100%;
  }
}
.front-page .hero__btn-2::after, .front-page .hero__btn-2-mobile::after {
  background: url(/wp-content/themes/sirema/dist/images/mail.svg);
  background-size: contain !important;
  width: 24px;
  height: 24px;
  display: inline-block;
}
@media (max-width: 992px) {
  .front-page .hero__btn-2::after, .front-page .hero__btn-2-mobile::after {
    width: 22px;
    height: 22px;
  }
}
.front-page .hero__btn-2-mobile {
  display: none;
}
@media (max-width: 992px) {
  .front-page .hero__btn-2-mobile {
    display: flex;
  }
}
.front-page .hero__bottom-text {
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 992px) {
  .front-page .hero__bottom-text {
    font-size: 14px;
    text-align: left;
    max-width: 211px;
  }
}
.front-page .hero__bottom-text::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/sirema/dist/images/double-arrow.svg);
}
.front-page .numbers {
  background-color: #F6FAFF;
}
@media (max-width: 992px) {
  .front-page .numbers {
    background-color: white;
  }
}
.front-page .numbers .container {
  padding: 0;
}
.front-page .numbers .container--wide {
  box-sizing: border-box;
  background-color: white;
  position: relative;
  margin-top: -96px;
  z-index: 3;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1720px) {
  .front-page .numbers .container--wide {
    max-width: 90vw;
  }
}
@media (max-width: 1440px) {
  .front-page .numbers .container--wide {
    margin-top: -60px;
  }
}
@media (max-width: 992px) {
  .front-page .numbers .container--wide {
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
    margin-top: 0;
    max-width: none;
  }
}
.front-page .numbers .container--wide * {
  position: relative;
  z-index: 1;
}
.front-page .numbers .container--wide::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 243px;
  z-index: 0;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor3.png);
  background-size: contain;
}
@media (max-width: 992px) {
  .front-page .numbers .container--wide::after {
    display: none;
  }
}
.front-page .numbers__wrapper {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}
@media (max-width: 992px) {
  .front-page .numbers__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 0;
  }
}
.front-page .numbers__eyebrow {
  padding-top: 16px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #7C94A2;
  border-top: 4px solid #26F1BF;
  display: inline-block;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .front-page .numbers__eyebrow {
    padding-bottom: 24px;
  }
}
.front-page .numbers__title span {
  color: #00936F;
}
.front-page .numbers__btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .front-page .numbers__btn {
    display: none;
  }
}
.front-page .numbers__btn-mobile {
  display: none;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .front-page .numbers__btn-mobile {
    display: flex;
  }
}
.front-page .numbers__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 992px) {
  .front-page .numbers__list {
    column-gap: 16px;
    margin: 0;
  }
}
.front-page .numbers__item {
  position: relative;
  padding: 24px;
}
@media (max-width: 992px) {
  .front-page .numbers__item {
    padding: 0;
  }
}
.front-page .numbers__value {
  font-size: 64px;
  line-height: 105%;
  color: #274759;
  font-weight: 700;
}
@media (max-width: 992px) {
  .front-page .numbers__value {
    font-size: 40px;
    line-height: 110%;
  }
}
.front-page .numbers__value-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 576px) {
  .front-page .numbers__value-wrap {
    gap: 6px;
  }
}
.front-page .numbers__suffix {
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  color: #7C94A2;
}
.front-page .numbers__label {
  padding-top: 8px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}
.front-page .products {
  padding: 80px 0;
  background-color: #F6FAFF;
  position: relative;
}
@media (max-width: 992px) {
  .front-page .products {
    padding: 40px 0;
  }
}
.front-page .products::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 243px;
  z-index: 0;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor3.png);
  background-size: contain;
}
@media (max-width: 1750px) {
  .front-page .products::after {
    display: none;
  }
}
.front-page .products * {
  position: relative;
  z-index: 1;
}
.front-page .products__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}
@media (max-width: 992px) {
  .front-page .products__wrapper {
    grid-template-columns: 1fr;
  }
}
.front-page .products__eyebrow {
  padding-top: 16px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #7C94A2;
  border-top: 4px solid #26F1BF;
  display: inline-block;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .front-page .products__eyebrow {
    padding-bottom: 24px;
  }
}
.front-page .products__title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .front-page .products__title {
    margin-bottom: 24px;
  }
}
.front-page .products__desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .front-page .products__desc {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .front-page .products__btn {
    display: none;
  }
}
.front-page .products__btn-mobile {
  display: none;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .front-page .products__btn-mobile {
    display: flex;
  }
}
.front-page .products .card {
  padding: 60px 40px 0px 40px;
  background-color: white;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .front-page .products .card {
    padding: 32px 20px 0 20px;
  }
}
.front-page .products .card--dark {
  background-color: #162B37;
}
.front-page .products .card--dark .card__list-item::before {
  background-color: #7C94A2;
}
.front-page .products .card--dark .card__list-item::after {
  background-color: #26F1BF;
}
.front-page .products .card--dark .card__list-item-desc {
  color: #7C94A2;
}
.front-page .products .card--dark * {
  color: white;
}
.front-page .products .card__title {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.front-page .products .card__title span {
  display: block;
  color: #26F1BF;
}
.front-page .products .card__desc {
  padding-bottom: 64px;
}
@media (max-width: 992px) {
  .front-page .products .card__desc {
    padding-bottom: 32px;
  }
}
.front-page .products .card__image {
  min-width: calc(100% + 80px);
  margin-left: -40px;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .front-page .products .card__image {
    min-width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.front-page .products .card__list {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .front-page .products .card__list {
    margin-bottom: 24px;
  }
}
.front-page .products .card__list-item {
  position: relative;
  padding: 8px 0;
  margin-bottom: 12px;
}
.front-page .products .card__list-item::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #7C94A2;
  position: absolute;
  left: -21px;
  top: 0px;
}
@media (max-width: 992px) {
  .front-page .products .card__list-item::after {
    left: -17px;
  }
}
.front-page .products .card__list-item::before {
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  background: #CFDCEA;
  position: absolute;
  left: -21px;
  top: 0;
}
@media (max-width: 992px) {
  .front-page .products .card__list-item::before {
    left: -17px;
  }
}
.front-page .products .card__list-item-name {
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
  text-transform: uppercase;
}
.front-page .products .card__list-item-desc {
  font-size: 14px;
  line-height: 140%;
}
.front-page .chars {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .front-page .chars {
    padding: 40px 0;
  }
}
.front-page .chars__eyebrow {
  padding-top: 16px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #7C94A2;
  border-top: 4px solid #26F1BF;
  display: inline-block;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .front-page .chars__eyebrow {
    padding-bottom: 24px;
  }
}
.front-page .chars__title {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .front-page .chars__title {
    padding-bottom: 24px;
  }
}
.front-page .chars__title span {
  color: #00936F;
}
.front-page .chars__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .front-page .chars__items {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.front-page .chars__btn {
  margin-top: 40px;
  margin-left: auto;
}
@media (max-width: 992px) {
  .front-page .chars__btn {
    background-color: #162B37;
    color: white !important;
  }
}
.front-page .chars .char {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .front-page .chars .char {
    gap: 20px;
  }
}
.front-page .chars .char__icon-wrap {
  height: 88px;
  min-width: 88px;
  background-color: #162B37;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .front-page .chars .char__icon-wrap {
    height: 64px;
    min-width: 64px;
  }
}
.front-page .chars .char__icon {
  min-width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .front-page .chars .char__icon {
    min-width: 32px;
    height: 32px;
  }
}
.front-page .chars .char__desc {
  color: #274759;
}
.front-page .chars .char__right {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .front-page .chars .char__right {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .front-page .chars .char__right {
    padding-right: 0px;
  }
}
.front-page .chars .char__title {
  font-weight: 600;
  padding-bottom: 8px;
}
.front-page .uses {
  background: linear-gradient(to right, #162B37 0%, #162B37 50.1%, #F6FAFF 50%, #F6FAFF 100%);
  position: relative;
}
.front-page .uses::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 243px;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor2.png);
  background-size: contain;
  z-index: 0;
}
@media (max-width: 1750px) {
  .front-page .uses::after {
    display: none;
  }
}
.front-page .uses * {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .front-page .uses {
    background: #162B37;
  }
}
@media (max-width: 992px) {
  .front-page .uses .container {
    padding: 0;
  }
}
.front-page .uses__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .front-page .uses__wrapper {
    grid-template-columns: 1fr;
  }
}
.front-page .uses__left {
  padding: 80px 0;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .front-page .uses__left {
    padding: 40px 20px;
  }
}
.front-page .uses__right {
  position: relative;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .front-page .uses__right {
    padding-right: 0;
    width: 100vw;
    background-color: #F6FAFF;
  }
}
.front-page .uses__eyebrow {
  padding-top: 16px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #7C94A2;
  border-top: 4px solid #26F1BF;
  display: inline-block;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .front-page .uses__eyebrow {
    padding-bottom: 24px;
  }
}
.front-page .uses__title {
  color: white;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .front-page .uses__title {
    padding-bottom: 24px;
  }
}
.front-page .uses__title span {
  color: #00936F;
}
.front-page .uses__desc {
  color: white;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 140%;
}
.front-page .uses__list {
  list-style: none;
}
.front-page .uses__li {
  font-size: 20px;
  font-weight: 600;
  color: white;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
}
@media (max-width: 992px) {
  .front-page .uses__li {
    gap: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.front-page .uses__li-img {
  width: 25px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .front-page .uses__li-img {
    width: 20px;
  }
}
.front-page .uses__image {
  height: 477px;
  width: 50vw;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  max-width: none;
}
@media (max-width: 992px) {
  .front-page .uses__image {
    position: static;
    width: 100%;
    height: 220px;
  }
}
.front-page .uses__right-modal {
  margin-top: 477px;
  padding: 40px 64px;
  padding-right: 0;
}
@media (max-width: 992px) {
  .front-page .uses__right-modal {
    margin: 0;
    background-color: #F6FAFF;
    padding: 40px 20px;
  }
}
.front-page .uses__right-title {
  padding-bottom: 40px;
}
.front-page .uses__right-title span {
  color: #00936F;
}
.front-page .certs {
  padding: 80px 0;
  position: relative;
}
.front-page .certs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 243px;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor1.png);
  background-size: contain;
  z-index: 0;
}
@media (max-width: 1750px) {
  .front-page .certs::after {
    display: none;
  }
}
.front-page .certs * {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .front-page .certs {
    padding: 40px 0;
  }
}
.front-page .certs__wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .front-page .certs__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.front-page .certs__eyebrow {
  padding-top: 16px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #7C94A2;
  border-top: 4px solid #26F1BF;
  display: inline-block;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .front-page .certs__eyebrow {
    padding-bottom: 24px;
  }
}
.front-page .certs__title {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .front-page .certs__title {
    padding-bottom: 24px;
  }
}
.front-page .certs__title span {
  color: #00936F;
}
.front-page .certs__desc {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 140%;
  max-width: 475px;
}
@media (max-width: 992px) {
  .front-page .certs__desc {
    max-width: none;
  }
}
.front-page .certs__right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 992px) {
  .front-page .certs__right {
    gap: 24px;
  }
}
@media (max-width: 992px) {
  .front-page .certs__btn {
    display: none;
  }
}
.front-page .certs__btn--mobile {
  display: none;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .front-page .certs__btn--mobile {
    display: flex;
  }
}
.front-page .certs .item {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 992px) {
  .front-page .certs .item {
    flex-direction: column;
    align-items: start;
  }
}
.front-page .certs .item__title {
  font-weight: 600;
  padding-bottom: 8px;
}
.front-page .certs .item__desc {
  color: #274759;
}
.front-page .certs .item__img {
  width: 200px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .front-page .certs .item__img {
    width: 101px;
  }
}

.technologies {
  margin-top: 150px;
}
@media (max-width: 992px) {
  .technologies {
    margin-top: 72px;
  }
}
.technologies .tech-nav {
  position: fixed;
  top: 144px;
  width: 100%;
  padding: 14px 0;
  background-color: #F6FAFF;
  border-bottom: 1px solid #CFDCEA;
  z-index: 2;
  transition: top 0.2s ease;
}
@media (max-width: 1440px) {
  .technologies .tech-nav {
    top: 129px;
  }
}
@media (max-width: 992px) {
  .technologies .tech-nav {
    top: 73px;
    overflow: scroll;
  }
}
@media (max-width: 992px) {
  .technologies .tech-nav--follow {
    top: 47px;
  }
}
.technologies .tech-nav .container {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 900px;
}
.technologies .tech-nav__label {
  font-size: 14px;
  color: #7C94A2;
}
.technologies .tech-nav__link {
  font-size: 14px;
}
.technologies .tech-nav__link--active {
  text-decoration: underline;
}
.technologies .how-created {
  padding: 127px 0 80px 0;
  position: relative;
}
@media (max-width: 1440px) {
  .technologies .how-created {
    padding-top: 80px;
  }
}
.technologies .how-created::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 243px;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor1.png);
  background-size: contain;
}
@media (max-width: 1750px) {
  .technologies .how-created::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .technologies .how-created {
    padding: 80px 0 40px 0;
  }
}
.technologies .how-created__label {
  padding-top: 16px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #7C94A2;
  border-top: 4px solid #26F1BF;
}
.technologies .how-created__content {
  max-width: 648px;
}
@media (max-width: 992px) {
  .technologies .how-created__content {
    max-width: none;
  }
}
.technologies .how-created__title {
  padding: 40px 0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .technologies .how-created__title {
    padding: 24px 0;
  }
}
.technologies .how-created__description * {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .technologies .how-created__description * {
    padding-bottom: 16px;
  }
}
.technologies .how-created__description *:last-child {
  padding-bottom: 0;
}
.technologies .how-created__description h5 {
  font-size: 20px;
  font-weight: 600;
}
.technologies .how-created__description p {
  font-size: 16px;
  line-height: 140%;
}
.technologies .how-created__grid {
  display: flex;
  gap: 136px;
  align-items: center;
}
@media (max-width: 1440px) {
  .technologies .how-created__grid {
    gap: 80px;
  }
}
@media (max-width: 992px) {
  .technologies .how-created__grid {
    gap: 40px;
    flex-direction: column;
  }
}
.technologies .how-created__image {
  max-width: 424px;
  min-width: 424px;
  object-fit: contain;
  margin-top: 44px;
}
@media (max-width: 1440px) {
  .technologies .how-created__image {
    max-width: 374px;
    min-width: 374px;
  }
}
@media (max-width: 992px) {
  .technologies .how-created__image {
    max-width: none;
    min-width: 0;
    margin: 0;
  }
}
.technologies .process {
  position: relative;
  padding: 80px 0;
  background-color: #F6FAFF;
}
@media (max-width: 992px) {
  .technologies .process {
    padding: 40px 0;
  }
}
.technologies .process__title {
  padding-bottom: 24px;
}
.technologies .process .steps {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 992px) {
  .technologies .process .steps {
    display: none;
  }
}
.technologies .process .steps-mobile {
  display: none;
}
@media (max-width: 992px) {
  .technologies .process .steps-mobile {
    display: block;
  }
}
.technologies .process .steps-mobile .swiper-slide {
  position: relative;
  z-index: 1;
}
.technologies .process .steps-mobile .swiper-slide-active {
  z-index: 5;
}
.technologies .process .step {
  background-color: white;
  height: 231px;
  padding: 24px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}
.technologies .process .step:hover {
  background-color: #162B37;
}
.technologies .process .step:hover * {
  color: white;
}
.technologies .process .step:hover .step__btn img {
  background-color: #26F1BF;
}
.technologies .process .step::after {
  content: "";
  position: absolute;
  top: 0;
  right: -48px;
  width: 67px;
  height: 24px;
  background: url(/wp-content/themes/sirema/dist/images/green-arrow.svg) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.technologies .process .step:last-child::after {
  display: none;
}
.technologies .process .step__counter {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 4px;
}
.technologies .process .step__title {
  font-weight: 600;
}
.technologies .process .step__btn {
  margin-top: auto;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
}
.technologies .process .step__btn img {
  padding: 4px;
  width: 16px;
  background-color: #F6FAFF;
}
.technologies .process .is-active {
  background-color: #162B37;
}
.technologies .process .is-active * {
  color: white;
}
.technologies .process .is-active .step__btn img {
  background-color: #26F1BF;
}
.technologies .process__btn {
  margin-top: 40px;
}
.technologies .process__btn-2 {
  margin-top: 40px;
  gap: 13px;
  position: absolute;
  right: 38px;
  top: 66px;
}
@media (max-width: 1900px) {
  .technologies .process__btn-2 {
    top: 33px;
  }
}
@media (max-width: 992px) {
  .technologies .process__btn-2 {
    display: none;
  }
}
.technologies .process__btn-2::after {
  width: 13px;
  height: 15px;
  background: url(/wp-content/themes/sirema/dist/images/file-list.svg) no-repeat center center;
}
.technologies .process .steps-accordion__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.technologies .process .steps-accordion {
  /* kafelki (jak na screenie 1) */
}
.technologies .process .steps-accordion__steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .technologies .process .steps-accordion__steps {
    display: none;
  }
}
.technologies .process .steps-accordion {
  /* wrapper na panele */
}
.technologies .process .steps-accordion__accordion {
  margin-top: 32px;
}
.technologies .process .steps-accordion__panel {
  background: #fff;
}
.technologies .process .steps-accordion__panel-inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: start;
}
.technologies .process .steps-accordion__media {
  width: 100%;
}
.technologies .process .steps-accordion__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.technologies .process .steps-accordion__content {
  padding: 40px 0;
  min-width: 0;
}
.technologies .process .steps-accordion__title {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 16px 0;
  font-weight: 700;
}
.technologies .process .steps-accordion__text {
  font-size: 14px;
  line-height: 1.6;
  /* sensowny odstęp w WYSIWYG */
}
.technologies .process .steps-accordion__text > * + * {
  margin-top: 12px;
}
.technologies .process .steps-accordion__text ul {
  margin: 0;
  padding-left: 18px;
}
.technologies .process .steps-accordion__text li + li {
  margin-top: 8px;
}
.technologies .process .steps-accordion__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 14px 22px;
  background: #0f2430;
  color: #fff;
  font-weight: 600;
  width: max-content;
}
.technologies .process .steps-accordion__panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid #F6FAFF;
}
.technologies .process .steps-accordion__collapse {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}
.technologies .process .steps-accordion__minus {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F6FAFF;
}
.technologies .process .steps-accordion__nav {
  display: inline-flex;
  gap: 12px;
}
.technologies .process .steps-accordion__nav-btn {
  background: #162B37;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.technologies .process .steps-accordion__nav-btn img {
  width: 4px;
}
.technologies .process .steps-accordion__nav-btn-left {
  transform: rotate(180deg);
}
.technologies .pure {
  padding: 80px 0;
  position: relative;
}
.technologies .pure::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 243px;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor1.png);
  background-size: contain;
}
@media (max-width: 1750px) {
  .technologies .pure::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .technologies .pure {
    padding: 40px 0 40px 0;
  }
}
.technologies .pure__label {
  padding-top: 16px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #7C94A2;
  border-top: 4px solid #26F1BF;
  display: inline-block;
}
.technologies .pure__content {
  max-width: 648px;
}
@media (max-width: 992px) {
  .technologies .pure__content {
    max-width: none;
  }
}
.technologies .pure__title {
  padding: 40px 0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .technologies .pure__title {
    padding: 24px 0;
  }
}
.technologies .pure__description * {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .technologies .pure__description * {
    padding-bottom: 16px;
  }
}
.technologies .pure__description *:last-child {
  padding-bottom: 0;
}
.technologies .pure__description h5 {
  font-size: 20px;
  font-weight: 600;
}
.technologies .pure__description p {
  font-size: 16px;
  line-height: 140%;
}
.technologies .pure__grid {
  display: flex;
  gap: 136px;
  align-items: center;
}
@media (max-width: 1440px) {
  .technologies .pure__grid {
    gap: 80px;
  }
}
@media (max-width: 992px) {
  .technologies .pure__grid {
    gap: 40px;
    flex-direction: column;
  }
}
.technologies .pure__image {
  max-width: 424px;
  min-width: 424px;
  object-fit: contain;
  margin-top: 44px;
}
@media (max-width: 1440px) {
  .technologies .pure__image {
    max-width: 374px;
    min-width: 374px;
  }
}
@media (max-width: 992px) {
  .technologies .pure__image {
    max-width: none;
    min-width: 0;
    margin: 0;
  }
}
.technologies .process-2 {
  position: relative;
  padding: 80px 0;
  background-color: #F6FAFF;
}
@media (max-width: 992px) {
  .technologies .process-2 {
    padding: 40px 0;
  }
  .technologies .process-2 .container {
    padding-right: 0;
  }
}
.technologies .process-2__title {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .technologies .process-2__title {
    padding-right: 20px;
  }
}
.technologies .process-2__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .technologies .process-2__info {
    padding-right: 20px;
  }
}
@media (max-width: 992px) {
  .technologies .process-2__btn {
    width: -webkit-fill-available;
    margin-right: 20px;
    margin-top: 40px;
  }
}
.technologies .process-2__info-left {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 992px) {
  .technologies .process-2__info-left {
    padding-bottom: 24px;
  }
}
.technologies .process-2__info-label {
  font-weight: 600;
  color: #7C94A2;
}
.technologies .process-2__info-title {
  font-weight: 600;
  position: relative;
}
.technologies .process-2__info-title::after {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/sirema/dist/images/right-chevron-green.svg) no-repeat center center;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  background-size: contain;
  width: 4px;
  height: 8px;
}
.technologies .process-2__info-btn {
  background-color: transparent;
  color: #162B37;
  font-weight: 600;
}
@media (max-width: 992px) {
  .technologies .process-2__info-btn {
    display: none;
    margin-right: 20px;
  }
}
.technologies .process-2__info-btn::after {
  background: url(/wp-content/themes/sirema/dist/images/chevron-down.svg) no-repeat center center;
  transform: rotate(180deg);
  width: 8px;
  height: 4px;
}
.technologies .process-2__info-btn-mobile {
  display: none;
  padding-left: 0;
  width: auto;
}
@media (max-width: 992px) {
  .technologies .process-2__info-btn-mobile {
    display: inline-block;
    padding-top: 24px;
    padding-bottom: 40px;
  }
}
.technologies .process-2 .step {
  background-color: white;
  height: 108px;
  padding: 16px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}
.technologies .process-2 .step::after {
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  width: 50px;
  height: 18px;
  background: url(/wp-content/themes/sirema/dist/images/gray-arrow.svg) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.technologies .process-2 .step:last-child::after {
  display: none;
}
.technologies .process-2 .step__counter {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: #7C94A2;
  padding-bottom: 8px;
}
.technologies .process-2 .step__title {
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
}
.technologies .process-2 .step__btn {
  margin-top: auto;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
}
.technologies .process-2 .step__btn img {
  padding: 4px;
  width: 16px;
  background-color: #F6FAFF;
}
.technologies .process-2 .steps-small {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-top: 32px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .technologies .process-2 .steps-small {
    display: none;
  }
}
.technologies .process-2 .steps-mobile,
.technologies .process-2 .steps-small-mobile {
  display: none;
  overflow: hidden;
}
@media (max-width: 992px) {
  .technologies .process-2 .steps-mobile,
  .technologies .process-2 .steps-small-mobile {
    display: block;
  }
}
.technologies .process-2 .steps-mobile .swiper-slide,
.technologies .process-2 .steps-small-mobile .swiper-slide {
  position: relative;
  z-index: 1;
}
.technologies .process-2 .steps-mobile .swiper-slide-active,
.technologies .process-2 .steps-small-mobile .swiper-slide-active {
  z-index: 5;
}
.technologies .process-2 .steps-accordion .step {
  background-color: white;
  height: 231px;
  padding: 24px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.technologies .process-2 .steps-accordion .step:hover {
  background-color: #162B37;
}
.technologies .process-2 .steps-accordion .step:hover * {
  color: white;
}
.technologies .process-2 .steps-accordion .step:hover .step__btn img {
  background-color: #26F1BF;
}
.technologies .process-2 .steps-accordion .step::after {
  content: "";
  position: absolute;
  top: 0;
  right: -48px;
  width: 67px;
  height: 24px;
  background: url(/wp-content/themes/sirema/dist/images/green-arrow.svg) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
.technologies .process-2 .steps-accordion .step:last-child::after {
  display: none;
}
.technologies .process-2 .steps-accordion .step__counter {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  color: #162B37;
  padding-bottom: 4px;
}
.technologies .process-2 .steps-accordion .step__title {
  font-weight: 600;
}
.technologies .process-2 .steps-accordion .step__btn {
  margin-top: auto;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
}
.technologies .process-2 .steps-accordion .step__btn img {
  padding: 4px;
  width: 16px;
  background-color: #F6FAFF;
}
.technologies .process-2 .steps-accordion .is-active {
  background-color: #162B37;
}
.technologies .process-2 .steps-accordion .is-active * {
  color: white;
}
.technologies .process-2 .steps-accordion .is-active .step__btn img {
  background-color: #26F1BF;
}
.technologies .process-2 .steps-accordion__container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.technologies .process-2 .steps-accordion__steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .technologies .process-2 .steps-accordion__steps {
    display: none;
  }
}
.technologies .process-2 .steps-accordion__accordion {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .technologies .process-2 .steps-accordion__accordion {
    margin: 0;
  }
}
.technologies .process-2 .steps-accordion__panel {
  background: #fff;
}
.technologies .process-2 .steps-accordion__panel-inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: start;
}
.technologies .process-2 .steps-accordion__media {
  width: 100%;
}
.technologies .process-2 .steps-accordion__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.technologies .process-2 .steps-accordion__content {
  padding: 40px 0;
  min-width: 0;
}
.technologies .process-2 .steps-accordion__title {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 16px 0;
  font-weight: 700;
}
.technologies .process-2 .steps-accordion__text {
  font-size: 14px;
  line-height: 1.6;
}
.technologies .process-2 .steps-accordion__text > * + * {
  margin-top: 12px;
}
.technologies .process-2 .steps-accordion__text ul {
  margin: 0;
  padding-left: 18px;
}
.technologies .process-2 .steps-accordion__text li + li {
  margin-top: 8px;
}
.technologies .process-2 .steps-accordion__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 14px 22px;
  background: #0f2430;
  color: #fff;
  font-weight: 600;
  width: max-content;
}
.technologies .process-2 .steps-accordion__panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid #F6FAFF;
}
.technologies .process-2 .steps-accordion__collapse {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}
.technologies .process-2 .steps-accordion__minus {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F6FAFF;
}
.technologies .process-2 .steps-accordion__nav {
  display: inline-flex;
  gap: 12px;
}
.technologies .process-2 .steps-accordion__nav-btn {
  background: #162B37;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.technologies .process-2 .steps-accordion__nav-btn img {
  width: 4px;
}
.technologies .process-2 .steps-accordion__nav-btn-left {
  transform: rotate(180deg);
}
.technologies .compare {
  padding: 80px 0;
  background: #162B37;
  position: relative;
}
.technologies .compare::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 243px;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor2.png);
  background-size: contain;
}
@media (max-width: 992px) {
  .technologies .compare::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .technologies .compare {
    padding: 40px 0;
  }
}
.technologies .compare * {
  color: white;
}
.technologies .compare__eyebrow {
  padding-top: 16px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #7C94A2;
  border-top: 4px solid #26F1BF;
  display: inline-block;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .technologies .compare__eyebrow {
    padding-bottom: 24px;
  }
}
.technologies .compare__title {
  font-weight: 700;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .technologies .compare__title {
    padding-bottom: 24px;
  }
}
.technologies .compare__row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #274759;
}
.technologies .compare__row--head {
  padding: 16px;
}
.technologies .compare__row--head-mobile {
  display: none;
}
.technologies .compare__th {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.technologies .compare__th--col {
  text-align: left;
}
.technologies .compare__cell--process {
  font-weight: 600;
  font-size: 20px;
}
.technologies .compare__cell--value {
  display: flex;
  justify-content: flex-start;
}
.technologies .compare__meter {
  display: inline-flex;
  gap: 6px;
  align-items: center;
}
.technologies .compare__dot {
  width: 10px;
  height: 10px;
  background: #274759;
}
.technologies .compare__dot--on {
  background: #26F1BF;
}
@media (max-width: 768px) {
  .technologies .compare__row--head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 0 0 16px;
    border-bottom: 1px solid #274759;
    gap: 0 16px !important;
  }
  .technologies .compare__row--head-desktop {
    display: none !important;
  }
  .technologies .compare__row--head-mobile {
    display: grid !important;
    padding: 0 0 16px;
  }
  .technologies .compare__row--head .compare__th--process {
    display: none;
  }
  .technologies .compare__row--head .compare__th--col {
    font-size: 14px;
    font-weight: 700;
  }
  .technologies .compare__row {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "process process" "val1 val2";
    gap: 12px 16px;
    padding: 24px 0;
    border-bottom: 1px solid #274759;
  }
  .technologies .compare__cell--process {
    grid-area: process;
    font-size: 24px;
    font-weight: 700;
  }
  .technologies .compare__cell--value {
    justify-content: flex-start;
  }
  .technologies .compare__row .compare__cell--value:nth-child(2) {
    grid-area: val1;
  }
  .technologies .compare__row .compare__cell--value:nth-child(3) {
    grid-area: val2;
  }
  .technologies .compare__meter {
    gap: 8px;
  }
  .technologies .compare__dot {
    width: 12px;
    height: 12px;
  }
}
.technologies .pros {
  background-color: #F6FAFF;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .technologies .pros {
    padding: 40px 0;
  }
}
.technologies .pros > .container {
  background-color: white;
  padding: 0;
  position: relative;
}
.technologies .pros > .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 243px;
  z-index: 0;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor1.png);
  background-size: contain;
}
@media (max-width: 1600px) {
  .technologies .pros > .container::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .technologies .pros > .container {
    background: transparent;
  }
}
.technologies .pros__title {
  font-weight: 700;
  padding-bottom: 60px;
  text-align: center;
}
@media (max-width: 992px) {
  .technologies .pros__title {
    padding-bottom: 24px;
  }
}
.technologies .pros__title span {
  color: #00936F;
}
.technologies .pros__wrapper {
  padding-top: 96px;
  padding-bottom: 96px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  background-color: white;
  row-gap: 64px;
}
@media (max-width: 992px) {
  .technologies .pros__wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    grid-template-columns: 1fr;
    row-gap: 24px;
    margin: 0 20px;
  }
}
.technologies .pros__subtitle span {
  color: #00936F;
}
.technologies .pros__single-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .technologies .pros__single-top {
    flex-direction: column;
    margin-bottom: 8px;
    gap: 8px;
    align-items: start;
  }
}
.technologies .pros__single-title {
  font-weight: 600;
}
@media (max-width: 992px) {
  .technologies .pros__single-title {
    text-align: left;
  }
}
.technologies .pros__single {
  position: relative;
  z-index: 1;
}
.technologies .pros__icon {
  width: 24px;
  height: auto;
  object-fit: contain;
  padding: 16px;
  background-color: #162B37;
}
@media (max-width: 992px) {
  .technologies .pros__icon {
    padding: 12px;
    margin-right: auto;
  }
}
.technologies .pros__single-content {
  font-size: 14px;
  line-height: 140%;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .technologies .pros__single-content {
    padding-right: 0;
  }
}

.quality-and-certificates {
  margin-top: 150px;
}
@media (max-width: 992px) {
  .quality-and-certificates {
    margin-top: 72px;
  }
}
.quality-and-certificates .hero {
  padding: 120px 0;
  background-size: cover !important;
  text-align: center;
  position: relative;
}
@media (max-width: 992px) {
  .quality-and-certificates .hero {
    padding: 40px 0;
  }
}
.quality-and-certificates .hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 243px;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor2.png);
  background-size: contain;
}
@media (max-width: 1200px) {
  .quality-and-certificates .hero::after {
    display: none;
  }
}
.quality-and-certificates .hero * {
  color: white;
}
.quality-and-certificates .hero__title {
  padding-bottom: 40px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .quality-and-certificates .hero__title {
    padding-bottom: 24px;
  }
}
.quality-and-certificates .hero__desc {
  padding-bottom: 40px;
  max-width: 872px;
  font-weight: 600;
  margin: 0 auto;
}
.quality-and-certificates .hero__btn {
  margin: 0 auto;
}
.quality-and-certificates .hero__btn::after {
  transform: rotate(90deg);
}
.quality-and-certificates .lab {
  padding: 80px 0;
  background-color: #F6FAFF;
}
@media (max-width: 992px) {
  .quality-and-certificates .lab {
    padding: 40px 0;
  }
}
.quality-and-certificates .lab__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 250px;
}
@media (max-width: 1440px) {
  .quality-and-certificates .lab__wrapper {
    gap: 100px;
  }
}
@media (max-width: 992px) {
  .quality-and-certificates .lab__wrapper {
    flex-direction: column;
    gap: 110px;
  }
}
.quality-and-certificates .lab__left {
  max-width: 593px;
}
@media (max-width: 1440px) {
  .quality-and-certificates .lab__left {
    max-width: 470px;
  }
}
@media (max-width: 992px) {
  .quality-and-certificates .lab__left {
    max-width: none;
  }
}
.quality-and-certificates .lab__right {
  position: relative;
}
.quality-and-certificates .lab__title {
  font-weight: 700;
  padding-bottom: 40px;
}
.quality-and-certificates .lab__title span {
  color: #00936F;
}
@media (max-width: 992px) {
  .quality-and-certificates .lab__title {
    padding-bottom: 24px;
  }
}
.quality-and-certificates .lab__desc * {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .quality-and-certificates .lab__desc * {
    padding-bottom: 16px;
  }
}
.quality-and-certificates .lab__desc h5 {
  font-size: 20px;
  font-weight: 600;
}
.quality-and-certificates .lab__tile {
  position: absolute;
  left: -231px;
  top: 106px;
  max-width: 311px;
  background-color: white;
  padding: 24px;
}
@media (max-width: 1440px) {
  .quality-and-certificates .lab__tile {
    max-width: 250px;
    left: -150px;
    top: 80px;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .quality-and-certificates .lab__tile {
    padding: 24px;
    max-width: none;
    position: static;
  }
}
.quality-and-certificates .lab__quote {
  width: 40px;
  height: 40px;
  background-color: #162B37;
  padding: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1440px) {
  .quality-and-certificates .lab__quote {
    width: 30px;
    height: 30px;
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .quality-and-certificates .lab__quote {
    width: 32px;
    height: 32px;
    margin-bottom: 24px;
    padding: 16px;
  }
}
.quality-and-certificates .lab__tile-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  padding-bottom: 16px;
  border-bottom: 1px solid #CFDCEA;
}
@media (max-width: 1440px) {
  .quality-and-certificates .lab__tile-text {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .quality-and-certificates .lab__tile-text {
    font-size: 20px;
  }
}
.quality-and-certificates .lab__person {
  padding-top: 16px;
  padding-bottom: 4px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .quality-and-certificates .lab__person {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .quality-and-certificates .lab__person {
    font-size: 16px;
  }
}
.quality-and-certificates .lab__occupy {
  font-size: 14px;
}
@media (max-width: 1440px) {
  .quality-and-certificates .lab__occupy {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .quality-and-certificates .lab__occupy {
    font-size: 14px;
  }
}
.quality-and-certificates .lab__photo {
  width: 424px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .quality-and-certificates .lab__photo {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .quality-and-certificates .lab__photo {
    width: 156px;
    position: absolute;
    top: -70px;
    right: 0;
  }
}
.quality-and-certificates .research {
  padding: 80px 0;
  position: relative;
}
.quality-and-certificates .research::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 243px;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor1.png);
  background-size: contain;
}
@media (max-width: 992px) {
  .quality-and-certificates .research::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .quality-and-certificates .research {
    padding: 40px 0;
  }
}
.quality-and-certificates .research__title {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .quality-and-certificates .research__title {
    padding-bottom: 24px;
    font-size: 28px;
  }
}
.quality-and-certificates .research .tile__image {
  object-fit: cover;
  width: 100%;
}
.quality-and-certificates .research .tile__text {
  text-align: center;
  padding-top: 16px;
  font-weight: 600;
}
.quality-and-certificates .research .swiper-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 46px;
}
.quality-and-certificates .research .swiper-navigation.swiper-navigation--hidden {
  display: none !important;
}
@media (min-width: 992px) {
  .quality-and-certificates .research .swiper-navigation {
    display: none;
  }
}
.quality-and-certificates .research .swiper-navigation div {
  background-color: #162B37;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  transition: background-color 0.3s ease;
}
.quality-and-certificates .research .swiper-navigation div:hover {
  background-color: #01121B;
}
.quality-and-certificates .research .swiper-navigation div::after {
  display: none;
}
.quality-and-certificates .research .swiper-navigation .swiper-button-prev {
  transform: rotate(180deg);
}
.quality-and-certificates .research .swiper-navigation img {
  width: 4px;
  height: 8px;
}
.quality-and-certificates .research-2::after {
  display: none;
}
.quality-and-certificates .research-2 {
  background-color: #F6FAFF;
}
.quality-and-certificates .research-2 .research__wrapper {
  overflow: visible;
}
@media (max-width: 992px) {
  .quality-and-certificates .research-2 .research__wrapper {
    overflow: hidden;
  }
}
.quality-and-certificates .research-2 .swiper-navigation {
  position: absolute;
  left: 0;
  top: 20%;
  display: flex;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .quality-and-certificates .research-2 .swiper-navigation {
    position: static;
    left: unset;
    top: unset;
  }
}
.quality-and-certificates .research-2 .swiper-button-prev {
  margin-left: -22px;
}
@media (max-width: 992px) {
  .quality-and-certificates .research-2 .swiper-button-prev {
    margin: 0;
  }
}
.quality-and-certificates .research-2 .swiper-button-next {
  margin-right: -22px;
}
@media (max-width: 992px) {
  .quality-and-certificates .research-2 .swiper-button-next {
    margin: 0;
  }
}
.quality-and-certificates .certs {
  background-size: cover !important;
  padding: 80px 0;
}
.quality-and-certificates .certs__title {
  color: white;
  max-width: 1042px;
  text-align: center;
  padding-bottom: 60px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .quality-and-certificates .certs__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.quality-and-certificates .certs__title span {
  color: #00936F;
}
.quality-and-certificates .certs .container {
  background-color: #162B37;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .quality-and-certificates .certs .container {
    padding: 24px 20px;
    margin: 0 20px;
  }
}
.quality-and-certificates .certs__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 60px !important;
  gap: 60px;
}
@media (max-width: 992px) {
  .quality-and-certificates .certs__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 !important;
    margin: 0 !important;
  }
}
.quality-and-certificates .certs__wrapper * {
  color: white;
}
.quality-and-certificates .certs .cert {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .quality-and-certificates .certs .cert {
    padding-right: 0;
  }
}
.quality-and-certificates .certs .cert:first-child {
  border-right: 1px solid #274759;
}
@media (max-width: 992px) {
  .quality-and-certificates .certs .cert:first-child {
    border-right: 0;
    border-bottom: 1px solid #274759;
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .quality-and-certificates .certs .cert:last-child {
    padding-top: 40px;
  }
}
.quality-and-certificates .certs .cert__sticker {
  padding-bottom: 24px;
  width: 200px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .quality-and-certificates .certs .cert__sticker {
    width: 152px;
  }
}
.quality-and-certificates .certs .cert__name {
  font-weight: 700;
  padding-bottom: 8px;
}
.quality-and-certificates .certs .cert__desc {
  color: #7C94A2;
  font-size: 16px;
  line-height: 140%;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .quality-and-certificates .certs .cert__desc {
    padding-bottom: 24px;
  }
}
.quality-and-certificates .certs .cert__btn::after {
  width: 12px;
  height: 12px;
  background: url(/wp-content/themes/sirema/dist/images/download.svg) no-repeat center center;
}
.quality-and-certificates .probes {
  background: linear-gradient(to right, #162B37 0%, #162B37 50%, #F6FAFF 50%, #F6FAFF 100%);
  position: relative;
}
.quality-and-certificates .probes::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 243px;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor2.png);
  background-size: contain;
}
@media (max-width: 992px) {
  .quality-and-certificates .probes::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .quality-and-certificates .probes {
    background: transparent;
  }
}
.quality-and-certificates .probes .container {
  overflow: visible;
}
@media (max-width: 992px) {
  .quality-and-certificates .probes .container {
    padding: 0;
  }
}
.quality-and-certificates .probes__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .quality-and-certificates .probes__wrapper {
    grid-template-columns: 1fr;
  }
}
.quality-and-certificates .probes__left {
  padding: 80px 0;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .quality-and-certificates .probes__left {
    padding: 40px 20px;
    background-color: #162B37;
  }
}
.quality-and-certificates .probes__left * {
  color: white;
}
.quality-and-certificates .probes__title {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .quality-and-certificates .probes__title {
    padding-bottom: 24px;
  }
}
.quality-and-certificates .probes__title span {
  color: #00936F;
}
.quality-and-certificates .probes__text * {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .quality-and-certificates .probes__text * {
    padding-bottom: 16px;
  }
}
.quality-and-certificates .probes__text > *:last-child {
  padding-bottom: 0;
}
.quality-and-certificates .probes__text h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}
.quality-and-certificates .probes__right {
  position: relative;
}
@media (max-width: 992px) {
  .quality-and-certificates .probes__right {
    background-color: #F6FAFF;
  }
}
.quality-and-certificates .probes__img {
  width: 50vw;
  max-width: none;
  height: 232px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 992px) {
  .quality-and-certificates .probes__img {
    position: static;
    height: 220px;
    width: 100%;
    max-width: 100%;
  }
}
.quality-and-certificates .probes__right-box {
  margin-top: 232px;
  max-width: 583px;
  padding: 40px 64px;
  padding-right: 0;
}
@media (max-width: 992px) {
  .quality-and-certificates .probes__right-box {
    margin-top: 0;
    padding: 40px 20px;
  }
}
.quality-and-certificates .probes__title-small {
  padding-bottom: 40px;
}
.quality-and-certificates .probes__title-small span {
  color: #00936F;
}

.knowledge-center {
  margin-top: 150px;
}
@media (max-width: 992px) {
  .knowledge-center {
    margin-top: 64px;
  }
}
.knowledge-center .categories {
  padding: 60px 0;
  background: url(/wp-content/themes/sirema/dist/images/baza-wiedzy-bg.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .knowledge-center .categories {
    padding: 24px 0;
  }
}
.knowledge-center .categories__title {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .knowledge-center .categories__title {
    padding-bottom: 24px;
  }
}
.knowledge-center .categories__wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .knowledge-center .categories__wrapper {
    flex-direction: column;
    gap: 16px;
    align-items: start;
  }
}
.knowledge-center .categories__label {
  font-size: 16px;
  white-space: nowrap;
  padding-right: 24px;
}
.knowledge-center .categories__row {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .knowledge-center .categories__row {
    gap: 8px;
  }
}
.knowledge-center .categories__item {
  padding: 14px 16px;
  font-weight: 600;
  border: 2px solid #CFDCEA;
  transition: all 0.3s ease;
  box-sizing: content-box;
}
.knowledge-center .categories__item::after {
  display: none;
}
.knowledge-center .categories__item:hover {
  color: #26F1BF !important;
  border-color: #162B37;
  background-color: #162B37;
}
@media (max-width: 992px) {
  .knowledge-center .categories__item {
    padding: 6px 16px;
    font-size: 14px;
    width: auto;
  }
}
.knowledge-center .categories .is-active {
  color: #26F1BF !important;
  border-color: #162B37;
  background-color: #162B37;
}
.knowledge-center .posts {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .knowledge-center .posts {
    padding: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .knowledge-center .posts .container {
    padding: 0;
  }
}
.knowledge-center .posts__featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .knowledge-center .posts__featured {
    background-color: #F6FAFF;
    display: flex;
    flex-direction: column-reverse;
    padding: 40px 20px;
  }
}
.knowledge-center .posts__meta {
  padding-bottom: 24px;
}
.knowledge-center .posts__tag {
  font-size: 12px;
  color: #26F1BF;
  background-color: #162B37;
  padding: 4px 8px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 16px;
}
.knowledge-center .posts__date {
  font-size: 14px;
  color: #7C94A2;
}
.knowledge-center .posts__title {
  padding-bottom: 13px;
}
.knowledge-center .posts__excerpt {
  font-size: 16px;
  line-height: 160%;
  padding-bottom: 24px;
}
.knowledge-center .posts__featured-media {
  width: 100%;
}
.knowledge-center .posts__img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .knowledge-center .posts__img {
    height: 240px;
    width: 100%;
    object-position: center;
  }
}
.knowledge-center .posts__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .knowledge-center .posts__grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .knowledge-center .posts__grid {
    grid-template-columns: 1fr;
  }
}
.knowledge-center .posts__card-img {
  height: 240px;
  object-fit: cover;
  margin-bottom: 16px;
}
.knowledge-center .posts__card-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.knowledge-center .posts__card-title a {
  font-size: 16px;
  line-height: 140%;
}
.knowledge-center .posts__card-title {
  font-size: 16px;
  line-height: 140%;
  padding-bottom: 16px;
}

main.single-post {
  margin-top: 150px;
}
@media (max-width: 992px) {
  main.single-post {
    margin-top: 72px;
  }
}
main.single-post .heading {
  border-bottom: 1px solid #CFDCEA;
}
@media (max-width: 992px) {
  main.single-post .heading {
    border-bottom: none;
  }
}
main.single-post .heading__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  main.single-post .heading__wrapper {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
    gap: 40px;
    padding-bottom: 0;
  }
}
main.single-post .heading__left {
  padding: 60px 0;
  padding-right: 52px;
}
@media (max-width: 992px) {
  main.single-post .heading__left {
    padding: 0;
  }
}
main.single-post .heading__goback {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 46px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 992px) {
  main.single-post .heading__goback {
    margin-bottom: 24px;
  }
}
main.single-post .heading__goback::before {
  content: "";
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/sirema/dist/images/chevron-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 12px;
}
@media (max-width: 992px) {
  main.single-post .heading__goback::before {
    background-color: #F6FAFF;
    background-size: 8px 10px;
  }
}
main.single-post .heading__meta {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  main.single-post .heading__meta {
    padding-bottom: 8px;
  }
}
main.single-post .heading__tag {
  font-size: 12px;
  color: #26F1BF;
  background-color: #162B37;
  padding: 4px 8px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 16px;
}
main.single-post .heading__date {
  font-size: 14px;
  color: #7C94A2;
}
main.single-post .heading__title {
  padding-bottom: 24px;
}
main.single-post .heading__excerpt {
  font-size: 16px;
  line-height: 160%;
  padding-bottom: 40px;
  max-width: 520px;
}
@media (max-width: 992px) {
  main.single-post .heading__excerpt {
    max-width: none;
  }
}
main.single-post .heading__featured-media {
  width: 100%;
}
main.single-post .heading__btn::after {
  transform: rotate(90deg);
}
main.single-post .heading__right {
  position: relative;
}
main.single-post .heading__img {
  width: 50vw;
  max-width: none;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 992px) {
  main.single-post .heading__img {
    position: static;
    height: 220px;
    max-width: none;
    margin-left: -20px;
    width: 100vw;
  }
}
main.single-post .lead {
  padding: 80px 0;
  border-bottom: 1px solid #CFDCEA;
}
@media (max-width: 992px) {
  main.single-post .lead {
    padding: 40px 0 0 0;
  }
}
main.single-post .lead__wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: 872fr 428fr;
}
@media (max-width: 992px) {
  main.single-post .lead__wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 992px) {
  main.single-post .lead__content {
    padding: 0;
    max-width: none;
  }
}
main.single-post .lead__content > * {
  padding-right: 64px;
}
@media (max-width: 992px) {
  main.single-post .lead__content > * {
    padding: 0;
  }
}
main.single-post .lead__content h1,
main.single-post .lead__content h2,
main.single-post .lead__content h3,
main.single-post .lead__content h4,
main.single-post .lead__content h5,
main.single-post .lead__content h6 {
  padding-bottom: 24px;
  font-weight: 700;
  padding-top: 12px;
}
main.single-post .lead__content p {
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 140%;
}
main.single-post .lead__content img {
  display: block;
  margin: 40px 0;
  max-height: 455px;
  object-fit: cover;
}
main.single-post .lead__content ul,
main.single-post .lead__content ol {
  margin-left: 30px;
}
main.single-post .lead__content li {
  padding-bottom: 8px;
}
main.single-post .lead__content li::marker {
  color: #26F1BF;
}
main.single-post .lead__content li:last-child {
  padding: 0;
}
main.single-post .lead__content > *:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #CFDCEA;
}
main.single-post .lead__right .contact-cta {
  margin: 0;
  margin-left: auto;
  padding: 40px 0;
  max-width: 380px;
}
@media (max-width: 992px) {
  main.single-post .lead__right .contact-cta {
    max-width: none;
    margin-left: -20px;
    width: 100vw;
  }
}
main.single-post .lead__right .contact-cta::after {
  display: none;
}
main.single-post .lead__right .contact-cta .container {
  padding: 0 40px;
}
@media (max-width: 992px) {
  main.single-post .lead__right .contact-cta .container {
    padding: 0 20px;
  }
}
main.single-post .lead__right .contact-cta__grid {
  grid-template-columns: 1fr;
}
main.single-post .lead__right .contact-cta .button {
  gap: 18px;
  padding: 16px;
  padding-left: 24px;
}
main.single-post .lead__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
@media (max-width: 992px) {
  main.single-post .lead__footer {
    flex-direction: column;
    gap: 24px;
    align-items: start;
  }
}
main.single-post .lead__footer-left {
  display: flex;
  gap: 24px;
  align-items: center;
}
main.single-post .lead__footer-name {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
}
main.single-post .lead__footer-position {
  font-size: 14px;
  font-weight: 400;
}
main.single-post .lead__footer-share-label {
  font-size: 14px;
}
main.single-post .lead__footer-photo img {
  object-fit: contain;
}
@media (max-width: 992px) {
  main.single-post .lead__footer-photo img {
    width: 64px;
    height: 64px;
  }
}
main.single-post .lead__footer-share {
  display: flex;
  align-items: center;
  gap: 16px;
}
main.single-post .lead__footer-share-items {
  display: flex;
  gap: 16px;
}
main.single-post .lead__footer-share-item {
  background-color: #F6FAFF;
  padding: 6px;
}
main.single-post .lead__footer__share-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
main.single-post .other {
  padding: 80px 0;
}
@media (max-width: 992px) {
  main.single-post .other {
    padding: 40px 0;
  }
}
main.single-post .other__title {
  padding-bottom: 40px;
}
main.single-post .other__btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  main.single-post .other__wrapper {
    display: none;
  }
}
main.single-post .other__wrapper-mobile {
  display: none;
}
@media (max-width: 992px) {
  main.single-post .other__wrapper-mobile {
    display: block;
  }
}
main.single-post .other__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  main.single-post .other__grid {
    grid-template-columns: 1fr 1fr;
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  main.single-post .other__grid {
    grid-template-columns: 1fr;
  }
}
main.single-post .other__swiper {
  overflow: hidden;
}
main.single-post .other .swiper-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 46px;
}
@media (min-width: 992px) {
  main.single-post .other .swiper-navigation {
    display: none;
  }
}
main.single-post .other .swiper-navigation div {
  background-color: #162B37;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  transition: background-color 0.3s ease;
}
main.single-post .other .swiper-navigation div:hover {
  background-color: #01121B;
}
main.single-post .other .swiper-navigation div::after {
  display: none;
}
main.single-post .other .swiper-navigation .swiper-button-prev {
  transform: rotate(180deg);
}
main.single-post .other .swiper-navigation img {
  width: 4px;
  height: 8px;
}
main.single-post .other .post-tag {
  font-size: 12px;
  color: #26F1BF;
  background-color: #162B37;
  padding: 4px 8px;
  text-transform: uppercase;
  font-weight: 600;
}
main.single-post .other .post-date {
  font-size: 14px;
  color: #7C94A2;
}
main.single-post .other .post-img {
  height: 240px;
  object-fit: cover;
  margin-bottom: 16px;
}
main.single-post .other .post-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  align-items: center;
}
main.single-post .other .post-title a {
  font-size: 16px;
  line-height: 140%;
}
main.single-post .other .post-title {
  font-size: 16px;
  line-height: 140%;
  padding-bottom: 16px;
}

.contact {
  margin-top: 150px;
}
@media (max-width: 992px) {
  .contact {
    margin-top: 64px;
  }
}
.contact .hero {
  padding: 60px 0 40px 0;
}
@media (max-width: 992px) {
  .contact .hero {
    padding: 24px 0 40px 0;
  }
}
.contact .hero__title {
  padding-bottom: 24px;
}
.contact .info {
  padding-bottom: 60px;
}
@media (max-width: 1440px) {
  .contact .info {
    padding-bottom: 40px;
  }
}
.contact .info__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 112px;
}
@media (max-width: 1440px) {
  .contact .info__wrapper {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .contact .info__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.contact .info__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
}
.contact .info__title {
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
  padding-bottom: 16px;
  padding-top: 24px;
}
@media (max-width: 992px) {
  .contact .info__title {
    padding-top: 0px;
    font-size: 24px;
    line-height: 140%;
  }
}
.contact .info__records {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 992px) {
  .contact .info__records {
    flex-direction: column;
    gap: 8px;
  }
}
.contact .info__record {
  font-weight: 16px;
  font-weight: 400;
}
.contact .info__icon-wrap {
  padding: 6px;
  background-color: #26F1BF;
  width: fit-content;
  max-height: 32px;
  max-width: 32px;
}
.contact .info__icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.contact .info__item {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}
.contact .info__item:last-child {
  margin-bottom: 0;
}
.contact .info__item a:hover {
  text-decoration: underline;
}
.contact .info__address {
  font-size: 16px;
}
.contact .info__address br {
  display: none;
}
.contact .direct {
  padding: 80px 0;
  background-color: #F6FAFF;
}
@media (max-width: 992px) {
  .contact .direct {
    padding: 40px 0;
  }
}
.contact .direct__title {
  padding-bottom: 24px;
}
.contact .direct__contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .contact .direct__contacts {
    grid-template-columns: 1fr;
  }
}
.contact .direct__contact {
  background-color: white;
  padding: 24px;
}
@media (max-width: 992px) {
  .contact .direct__contact {
    padding: 20px;
  }
}
.contact .direct__top {
  gap: 16px;
  align-items: center;
  display: flex;
}
.contact .direct__img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .contact .direct__img {
    width: 64px;
    height: 64px;
  }
}
.contact .direct__top-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact .direct__name {
  font-size: 16px;
  font-weight: 600;
}
.contact .direct__occupy {
  font-size: 14px;
  font-weight: 400;
}
.contact .direct__icon-wrap {
  padding: 6px;
  background-color: #26F1BF;
  width: fit-content;
  max-height: 32px;
  max-width: 32px;
}
.contact .direct__icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.contact .direct__bottom {
  margin-top: 16px;
}
.contact .direct__bottom-item:hover {
  text-decoration: underline;
}
.contact .direct__bottom-row {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}
.contact .direct__bottom-row:first-child {
  margin-top: 0;
}

.about-us {
  margin-top: 150px;
}
@media (max-width: 992px) {
  .about-us {
    margin-top: 72px;
  }
}
.about-us .hero {
  padding: 120px 0;
  background-size: cover !important;
  text-align: center;
  position: relative;
}
@media (max-width: 992px) {
  .about-us .hero {
    padding: 40px 0;
  }
}
.about-us .hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 243px;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor2.png);
  background-size: contain;
}
@media (max-width: 1200px) {
  .about-us .hero::after {
    display: none;
  }
}
.about-us .hero * {
  color: white;
}
.about-us .hero__title {
  padding-bottom: 40px;
  font-weight: 700;
  max-width: 872px;
  text-align: center;
  margin: 0 auto;
}
.about-us .hero__title span {
  color: #00936F;
}
@media (max-width: 992px) {
  .about-us .hero__title {
    padding-bottom: 24px;
  }
}
.about-us .hero__desc {
  padding-bottom: 40px;
  max-width: 872px;
  font-weight: 600;
  margin: 0 auto;
}
.about-us .hero__btn {
  margin: 0 auto;
}
.about-us .hero__btn::after {
  transform: rotate(90deg);
}
.about-us .desc {
  background-color: #F6FAFF;
  position: relative;
}
.about-us .desc__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
}
@media (max-width: 992px) {
  .about-us .desc__wrapper {
    grid-template-columns: 1fr;
  }
}
.about-us .desc__left {
  padding: 80px 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .about-us .desc__left {
    padding: 40px 0;
    padding-right: 20px;
  }
}
.about-us .desc__eyebrow {
  font-size: 12px;
  font-weight: 600;
  color: #7C94A2;
  text-transform: uppercase;
  text-align: center;
  padding-top: 16px;
  border-top: 4px solid #26F1BF;
  width: fit-content;
}
.about-us .desc__img-1 {
  margin-top: 40px;
  max-width: 227px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .about-us .desc__img-1 {
    max-width: 126px;
    margin-top: 24px;
  }
}
.about-us .desc__text-1 {
  margin-top: 40px;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 992px) {
  .about-us .desc__text-1 {
    margin-top: 24px;
  }
}
.about-us .desc__text-1 > * {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .about-us .desc__text-1 > * {
    padding-bottom: 16px;
  }
}
.about-us .desc__text-1 > *:last-child {
  padding-bottom: 0;
}
.about-us .desc__right {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
@media (max-width: 992px) {
  .about-us .desc__right {
    background: transparent !important;
    margin-left: -20px;
    width: 100vw;
  }
}
.about-us .desc__right-wrap {
  width: 50vw;
  max-width: none;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 992px) {
  .about-us .desc__right-wrap {
    width: 100%;
    max-width: 100%;
    position: static;
  }
}
.about-us .desc__right-wrap * {
  position: relative;
  z-index: 1;
}
.about-us .desc__right-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 147, 111, 0.6);
  z-index: 0;
}
.about-us .desc__img-mobile {
  display: none;
  height: 400px;
  object-fit: cover;
  position: relative;
  background-size: cover !important;
  background-position: cover !important;
}
.about-us .desc__img-mobile::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 147, 111, 0.6);
  content: "";
}
@media (max-width: 992px) {
  .about-us .desc__img-mobile {
    display: block;
  }
}
@media (max-width: 576px) {
  .about-us .desc__img-mobile {
    height: 203px;
  }
}
.about-us .desc__modal {
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #00936F;
  padding: 40px;
  max-width: 424px;
}
@media (max-width: 992px) {
  .about-us .desc__modal {
    width: 100%;
    max-width: 100%;
    position: static;
    padding: 40px 20px;
  }
}
.about-us .desc__img-2 {
  max-width: 154px;
  object-fit: contain;
  margin-bottom: 24px;
}
.about-us .desc__text-2 h1,
.about-us .desc__text-2 h2,
.about-us .desc__text-2 h3,
.about-us .desc__text-2 h4,
.about-us .desc__text-2 h5,
.about-us .desc__text-2 h6 {
  font-size: 20px;
  line-height: 140%;
}
.about-us .desc__text-2 * {
  color: white;
  font-size: 16px;
  line-height: 140%;
}
.about-us .desc__text-2 {
  padding-bottom: 24px;
}
.about-us .desc__btn-1::after {
  transform: rotate(-45deg);
}
.about-us .desc__btn-2 {
  position: absolute;
  top: 115px;
  right: 45px;
  z-index: 2;
  display: flex;
  gap: 8px;
}
@media (max-width: 992px) {
  .about-us .desc__btn-2 {
    display: none;
  }
}
.about-us .desc__btn-2::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/sirema/dist/images/mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.about-us .numbers {
  padding: 40px 0;
  background-color: #F6FAFF;
}
.about-us .numbers__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 1440px) {
  .about-us .numbers__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .about-us .numbers__list {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .about-us .numbers__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.about-us .numbers__item {
  position: relative;
  border-right: 1px solid #CFDCEA;
  padding-right: 24px;
}
@media (max-width: 1440px) {
  .about-us .numbers__item:nth-child(3) {
    border-right: none;
  }
}
@media (max-width: 576px) {
  .about-us .numbers__item:nth-child(3) {
    border-right: 1px solid #CFDCEA;
  }
}
@media (max-width: 576px) {
  .about-us .numbers__item:nth-child(2), .about-us .numbers__item:nth-child(4) {
    border-right: none;
  }
}
.about-us .numbers__item:last-child {
  border-right: none;
}
.about-us .numbers__value {
  font-size: 40px;
  line-height: 120%;
  color: #274759;
  font-weight: 700;
}
.about-us .numbers__value-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 576px) {
  .about-us .numbers__value-wrap {
    gap: 6px;
  }
}
.about-us .numbers__suffix {
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  color: #7C94A2;
}
.about-us .numbers__label {
  padding-top: 8px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 600;
}
.about-us .map {
  position: relative;
}
.about-us .map__title span {
  color: #00936F;
}
.about-us .map__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
}
@media (max-width: 992px) {
  .about-us .map__wrapper {
    grid-template-columns: 1fr;
  }
}
.about-us .map__left {
  padding: 80px 0;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .about-us .map__left {
    padding: 40px 0;
  }
}
.about-us .map__countries {
  margin-top: 40px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.about-us .map__btn {
  font-size: 14px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .about-us .map__btn {
    padding: 6px 16px;
    width: auto;
  }
}
.about-us .map__btn:hover {
  background-color: white;
}
.about-us .map__btn::after {
  display: none;
}
.about-us .map__right {
  position: relative;
}
@media (max-width: 992px) {
  .about-us .map__right {
    display: none;
  }
}
.about-us .map__background-mobile {
  display: none;
}
@media (max-width: 992px) {
  .about-us .map__background-mobile {
    display: block;
    height: 250px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom !important;
    margin: 24px 0;
  }
}
@media (max-width: 576px) {
  .about-us .map__background-mobile {
    height: 180px;
  }
}
.about-us .map__background {
  width: 50vw;
  max-width: none;
  height: 100%;
  position: absolute;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  left: 0;
  top: 0;
}
.about-us .pros {
  padding: 80px 0;
  background-size: cover !important;
  background-attachment: fixed;
}
@media (max-width: 992px) {
  .about-us .pros {
    padding: 40px 0;
  }
}
.about-us .pros > .container {
  background-color: #162B37;
  padding: 0;
  position: relative;
}
.about-us .pros > .container::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 243px;
  z-index: 0;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor4.png);
  background-size: contain;
}
@media (max-width: 992px) {
  .about-us .pros > .container::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .about-us .pros > .container {
    background: transparent;
  }
}
.about-us .pros__title {
  font-weight: 700;
  padding-bottom: 60px;
  color: white;
  text-align: center;
  justify-content: center;
  max-width: 1042px;
  margin: 0 auto;
}
.about-us .pros__title::before {
  content: "";
  background: url(/wp-content/themes/sirema/dist/images/sirema.svg);
  width: 227px;
  height: 52px;
  background-size: contain;
  display: inline-block;
  margin-right: 12px;
}
@media (max-width: 992px) {
  .about-us .pros__title::before {
    width: 136px;
    height: 31px;
    margin-right: 4px;
  }
}
@media (max-width: 992px) {
  .about-us .pros__title {
    padding-bottom: 24px;
  }
}
.about-us .pros__title span {
  color: #00936F;
}
.about-us .pros__wrapper {
  padding-top: 96px;
  padding-bottom: 96px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  background-color: #162B37;
  row-gap: 64px;
}
.about-us .pros__wrapper * {
  color: white;
}
@media (max-width: 992px) {
  .about-us .pros__wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    grid-template-columns: 1fr;
    row-gap: 24px;
    margin: 0 20px;
  }
}
.about-us .pros__subtitle span {
  color: #00936F;
}
.about-us .pros__single-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .about-us .pros__single-top {
    flex-direction: column;
    margin-bottom: 8px;
    gap: 8px;
    align-items: start;
  }
}
.about-us .pros__single-title {
  font-weight: 600;
}
@media (max-width: 992px) {
  .about-us .pros__single-title {
    text-align: left;
  }
}
.about-us .pros__single {
  position: relative;
  z-index: 1;
}
.about-us .pros__icon {
  width: 24px;
  height: auto;
  object-fit: contain;
  padding: 16px;
  background-color: #274759;
}
@media (max-width: 992px) {
  .about-us .pros__icon {
    padding: 12px;
    margin-right: auto;
  }
}
.about-us .pros__single-content {
  font-size: 14px;
  line-height: 140%;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .about-us .pros__single-content {
    padding-right: 0;
  }
}
.about-us .crew {
  padding: 80px 0;
  background-color: #F6FAFF;
  position: relative;
}
@media (max-width: 992px) {
  .about-us .crew {
    padding: 40px 0;
  }
}
.about-us .crew::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 243px;
  z-index: 0;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor3.png);
  background-size: contain;
}
@media (max-width: 1790px) {
  .about-us .crew::after {
    display: none;
  }
}
.about-us .crew__top {
  display: grid;
  gap: 56px;
  align-items: end;
  grid-template-columns: 55fr 45fr;
}
@media (max-width: 992px) {
  .about-us .crew__top {
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.about-us .crew__title {
  max-width: 698px;
}
.about-us .crew__title span {
  color: #00936F;
}
.about-us .crew__wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .about-us .crew__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .about-us .crew__wrapper {
    grid-template-columns: 1fr;
  }
}
.about-us .crew .member {
  background-color: white;
  text-align: center;
}
.about-us .crew .member__photo {
  max-height: 306px;
  object-fit: cover;
}
.about-us .crew .member__name {
  font-weight: 600;
  padding-top: 16px;
}
.about-us .crew .member__occupy {
  padding-bottom: 16px;
}

.single-regranulaty {
  margin-top: 150px;
}
@media (max-width: 992px) {
  .single-regranulaty {
    margin-top: 64px;
  }
}
.single-regranulaty .heading__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .single-regranulaty .heading__wrapper {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
    gap: 40px;
    padding-bottom: 0;
  }
}
.single-regranulaty .heading__left {
  padding: 60px 0;
  padding-right: 52px;
}
@media (max-width: 992px) {
  .single-regranulaty .heading__left {
    padding: 0;
  }
}
.single-regranulaty .heading__goback {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 46px;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .single-regranulaty .heading__goback {
    margin-bottom: 24px;
  }
}
.single-regranulaty .heading__goback::before {
  content: "";
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  background-color: #F6FAFF;
  background-image: url(/wp-content/themes/sirema/dist/images/chevron-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 12px;
}
@media (max-width: 992px) {
  .single-regranulaty .heading__goback::before {
    background-color: #F6FAFF;
    background-size: 8px 10px;
  }
}
.single-regranulaty .heading__meta {
  text-transform: uppercase;
  padding: 6px;
  margin-bottom: 24px;
  font-weight: 600;
  background-color: #F6FAFF;
  font-size: 16px;
  width: fit-content;
}
.single-regranulaty .heading__meta span {
  color: #26F1BF;
}
.single-regranulaty .heading__tag {
  font-size: 12px;
  color: #26F1BF;
  background-color: #162B37;
  padding: 4px 8px;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 16px;
}
.single-regranulaty .heading__date {
  font-size: 14px;
  color: #7C94A2;
}
.single-regranulaty .heading__title {
  padding-bottom: 8px;
}
.single-regranulaty .heading__excerpt {
  font-size: 14px;
  line-height: 140%;
  padding-bottom: 40px;
  max-width: 520px;
  color: #274759;
}
@media (max-width: 992px) {
  .single-regranulaty .heading__excerpt {
    max-width: none;
  }
}
.single-regranulaty .heading__featured-media {
  width: 100%;
}
.single-regranulaty .heading__right {
  position: relative;
}
.single-regranulaty .heading__buttons {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 992px) {
  .single-regranulaty .heading__buttons {
    flex-direction: column;
  }
}
.single-regranulaty .heading__btn::after {
  transform: rotate(90deg);
}
.single-regranulaty .heading__btn-2 {
  gap: 8px;
}
.single-regranulaty .heading__btn-2::after {
  width: 18px;
  height: 18px;
  background: url(/wp-content/themes/sirema/dist/images/weight.svg);
  background-size: contain !important;
}
.single-regranulaty .heading__img {
  width: 50vw;
  max-width: none;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 992px) {
  .single-regranulaty .heading__img {
    position: static;
    height: 220px;
    max-width: none;
    margin-left: -20px;
    width: 100vw;
  }
}
.single-regranulaty .review {
  background-color: #F6FAFF;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .single-regranulaty .review {
    padding: 40px 0;
  }
}
.single-regranulaty .review__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid #CFDCEA;
}
@media (max-width: 992px) {
  .single-regranulaty .review__wrapper {
    grid-template-columns: 1fr;
  }
}
.single-regranulaty .review__title {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .single-regranulaty .review__title {
    padding-bottom: 24px;
  }
}
.single-regranulaty .review .item {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .single-regranulaty .review .item {
    padding-right: 0px;
  }
}
.single-regranulaty .review .item__title {
  font-weight: 600;
  padding-bottom: 8px;
}
.single-regranulaty .review .item__img {
  width: 96px;
  object-fit: contain;
  display: inline-block;
}
.single-regranulaty .downloads {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .single-regranulaty .downloads {
    padding-top: 40px;
  }
}
.single-regranulaty .downloads__title {
  padding-bottom: 20px;
  font-weight: 600;
}
.single-regranulaty .downloads__items {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 992px) {
  .single-regranulaty .downloads__items {
    gap: 8px;
    flex-direction: row;
  }
}
@media (max-width: 576px) {
  .single-regranulaty .downloads__items {
    gap: 20px;
    align-items: start;
    flex-direction: column;
  }
}
.single-regranulaty .downloads__item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-regranulaty .downloads__item span {
  font-weight: 600;
  font-size: 14px;
}
.single-regranulaty .downloads__item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.single-regranulaty .details {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .single-regranulaty .details {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .single-regranulaty .details .container {
    padding-right: 0;
  }
}
.single-regranulaty .details__title {
  padding-bottom: 40px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .single-regranulaty .details__title {
    padding-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .single-regranulaty .details__table {
    overflow: scroll;
  }
}
.single-regranulaty .details__table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
  border-bottom: 1px solid #CFDCEA;
  padding: 16px 0;
}
@media (max-width: 992px) {
  .single-regranulaty .details__table-row {
    gap: 40px;
  }
}
.single-regranulaty .details__table-cell {
  min-width: 216px;
}
.single-regranulaty .details__table-cell--head {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.single-regranulaty .details__table-label {
  font-weight: 600;
  font-size: 20px;
  padding-left: 16px;
}
.single-regranulaty .details__mobile-note {
  display: none;
}
@media (max-width: 992px) {
  .single-regranulaty .details__mobile-note {
    font-size: 16px;
    display: block;
    padding-bottom: 16px;
  }
}
.single-regranulaty .delivery {
  background-color: #F6FAFF;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .single-regranulaty .delivery {
    padding: 40px 0;
  }
}
.single-regranulaty .delivery__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .single-regranulaty .delivery__wrapper {
    grid-template-columns: 1fr;
  }
}
.single-regranulaty .delivery__title {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .single-regranulaty .delivery__title {
    padding-bottom: 24px;
  }
}
.single-regranulaty .delivery .item {
  display: flex;
  align-items: start;
  gap: 16px;
}
.single-regranulaty .delivery .item__icon {
  padding: 16px;
  background-color: #162B37;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.single-regranulaty .delivery .item__title {
  padding-bottom: 4px;
  font-weight: 600;
}
.single-regranulaty .delivery .item__desc {
  max-width: 256px;
}
.single-regranulaty .yt {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .single-regranulaty .yt {
    padding: 40px 0;
  }
}
.single-regranulaty .yt .video-wrapper {
  position: relative;
  cursor: pointer;
  height: 740px;
}
@media (max-width: 1440px) {
  .single-regranulaty .yt .video-wrapper {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .single-regranulaty .yt .video-wrapper {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .single-regranulaty .yt .video-wrapper {
    height: 190px;
  }
}
.single-regranulaty .yt iframe {
  height: 740px;
}
@media (max-width: 1440px) {
  .single-regranulaty .yt iframe {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .single-regranulaty .yt iframe {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .single-regranulaty .yt iframe {
    height: 190px;
  }
}
.single-regranulaty .yt .video-wrapper img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 100%;
}
.single-regranulaty .yt .custom-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px 32px;
  background-color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 576px) {
  .single-regranulaty .yt .custom-play {
    padding: 13px 32px;
    gap: 8px;
    white-space: nowrap;
  }
}
.single-regranulaty .yt .custom-play img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.regranulaty {
  margin-top: 150px;
}
@media (max-width: 992px) {
  .regranulaty {
    margin-top: 64px;
  }
}
.regranulaty .hero {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.regranulaty .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 992px) {
  .regranulaty .hero::before {
    background-attachment: scroll;
    height: 100%;
  }
}
.regranulaty .hero__title {
  padding-bottom: 24px;
}
.regranulaty .hero__desc {
  padding-bottom: 40px;
}
.regranulaty .hero__wrapper {
  display: flex;
  gap: 24px;
}
@media (max-width: 1300px) {
  .regranulaty .hero__wrapper {
    flex-direction: column;
  }
}
.regranulaty .hero .items {
  background-color: white;
  padding: 40px 24px 24px 24px;
}
@media (max-width: 992px) {
  .regranulaty .hero .items {
    padding: 20px;
  }
}
.regranulaty .hero .items--standard {
  min-width: 285px;
}
.regranulaty .hero .items--premium {
  background-color: #162B37;
}
.regranulaty .hero .items--premium .item {
  border: none;
}
.regranulaty .hero .items--premium .item__title {
  color: white;
}
.regranulaty .hero .items--premium .item__title span {
  color: #26F1BF;
  display: block;
}
.regranulaty .hero .items__wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .regranulaty .hero .items__wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.regranulaty .hero .item {
  margin: 24px 14px 0 14px;
  padding: 24px 16px;
  display: flex;
  background-color: white;
  border: 2px solid #CFDCEA;
  height: 256px;
  flex: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (max-width: 992px) {
  .regranulaty .hero .item {
    height: auto;
    min-height: 114px;
    margin: 0;
    margin-top: 16px;
    padding: 16px;
  }
}
.regranulaty .hero .item:hover {
  background-color: #274759;
  border: none;
}
.regranulaty .hero .item:hover * {
  color: white;
}
.regranulaty .hero .item:hover .item__btn img {
  background-color: #26F1BF !important;
}
.regranulaty .hero .item__title {
  font-weight: 600;
}
.regranulaty .hero .item__title span {
  color: #00936F;
  display: block;
}
.regranulaty .hero .item__icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .regranulaty .hero .item__icon {
    display: none;
  }
}
.regranulaty .hero .item__name {
  font-weight: 600;
  line-height: 140%;
}
.regranulaty .hero .item__desc {
  color: #274759;
}
.regranulaty .hero .item__btn {
  margin-top: auto;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
}
@media (max-width: 992px) {
  .regranulaty .hero .item__btn {
    margin-top: 16px;
  }
}
.regranulaty .hero .item__btn img {
  padding: 4px;
  width: 16px;
  background-color: #F6FAFF;
}
.regranulaty .hero .item__wrapper {
  display: flex;
  flex-direction: column;
}
.regranulaty .hero .is-active {
  background-color: #274759;
  border: none;
}
.regranulaty .hero .is-active * {
  color: white;
}
.regranulaty .hero .is-active .item__btn img {
  background-color: #26F1BF !important;
}
.regranulaty .hero .hero-modal {
  /* wrapper na panele */
}
.regranulaty .hero .hero-modal__accordion {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .regranulaty .hero .hero-modal__accordion {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    margin: 0;
  }
}
.regranulaty .hero .hero-modal__panel {
  background: #fff;
}
@media (max-width: 992px) {
  .regranulaty .hero .hero-modal__panel {
    height: 100vh;
  }
}
.regranulaty .hero .hero-modal__panel-inner {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 992px) {
  .regranulaty .hero .hero-modal__panel-inner {
    grid-template-columns: 1fr;
    padding: 20px;
    padding-top: 8px;
    gap: 0;
  }
}
.regranulaty .hero .hero-modal__close-mobile {
  width: 24px;
  height: 24px;
  object-fit: contain;
  padding: 12px;
  margin-bottom: 8px;
  margin-left: auto;
  display: none;
  border: 2px solid #F6FAFF;
  transform: translateX(8px);
}
@media (max-width: 992px) {
  .regranulaty .hero .hero-modal__close-mobile {
    display: block;
  }
}
.regranulaty .hero .hero-modal__media {
  width: 100%;
  height: 100%;
}
.regranulaty .hero .hero-modal__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 992px) {
  .regranulaty .hero .hero-modal__image {
    max-height: 300px;
  }
}
@media (max-width: 576px) {
  .regranulaty .hero .hero-modal__image {
    max-height: 180px;
  }
}
.regranulaty .hero .hero-modal__content {
  padding: 40px 0;
  min-width: 0;
}
@media (max-width: 992px) {
  .regranulaty .hero .hero-modal__content {
    padding-bottom: 0;
  }
}
.regranulaty .hero .hero-modal__title {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 16px 0;
  font-weight: 700;
}
.regranulaty .hero .hero-modal__btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .regranulaty .hero .hero-modal__btn {
    padding: 13px;
  }
}
.regranulaty .hero .hero-modal__text {
  font-size: 14px;
  line-height: 1.6;
  /* sensowny odstęp w WYSIWYG */
}
.regranulaty .hero .hero-modal__text > * + * {
  margin-top: 12px;
}
.regranulaty .hero .hero-modal__text ul {
  margin: 0;
  padding-left: 18px;
}
.regranulaty .hero .hero-modal__text li + li {
  margin-top: 8px;
}
.regranulaty .hero .hero-modal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 14px 22px;
  background: #0f2430;
  color: #fff;
  font-weight: 600;
  width: max-content;
}
.regranulaty .hero .hero-modal__panel-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid #F6FAFF;
}
@media (max-width: 992px) {
  .regranulaty .hero .hero-modal__panel-footer {
    padding-top: 4px;
  }
}
.regranulaty .hero .hero-modal__collapse {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
}
@media (max-width: 992px) {
  .regranulaty .hero .hero-modal__collapse {
    display: none;
  }
}
.regranulaty .hero .hero-modal__minus {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #F6FAFF;
}
.regranulaty .hero .hero-modal__nav {
  display: inline-flex;
  gap: 12px;
}
@media (max-width: 992px) {
  .regranulaty .hero .hero-modal__nav {
    width: 100%;
    justify-content: space-between;
  }
}
.regranulaty .hero .hero-modal__nav-btn {
  background: #162B37;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
@media (max-width: 992px) {
  .regranulaty .hero .hero-modal__nav-btn {
    background-color: white;
    border: 2px solid #F6FAFF;
  }
}
.regranulaty .hero .hero-modal__nav-btn img {
  width: 4px;
}
@media (max-width: 992px) {
  .regranulaty .hero .hero-modal__nav-btn img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(10%) saturate(3029%) hue-rotate(159deg) brightness(95%) contrast(90%);
  }
}
.regranulaty .hero .hero-modal__nav-btn-left {
  transform: rotate(180deg);
}
.regranulaty .products-section {
  padding: 80px 0;
}
@media (max-width: 992px) {
  .regranulaty .products-section {
    padding: 40px 0;
  }
}
.regranulaty .products-section__title {
  padding-bottom: 24px;
  font-weight: 600;
}
.regranulaty .products-section__desc P {
  padding-bottom: 21px;
}
.regranulaty .contact {
  background-size: cover !important;
  padding: 40px 0;
  margin-top: 0;
}
.regranulaty .contact * {
  color: white;
}
.regranulaty .contact__wrapper {
  max-width: 648px;
  margin: 0 auto;
  text-align: center;
}
.regranulaty .contact__title {
  color: white;
  padding-bottom: 24px;
}
.regranulaty .contact__title span {
  color: #00936F;
}
.regranulaty .contact__desc {
  padding-bottom: 40px;
}
.regranulaty .contact__btn {
  margin: 0 auto;
}
.regranulaty .uses {
  padding: 80px 0;
  position: relative;
}
.regranulaty .uses::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 243px;
  height: 240px;
  background: url(/wp-content/themes/sirema/dist/images/decor1.png);
  background-size: contain;
}
@media (max-width: 992px) {
  .regranulaty .uses::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .regranulaty .uses {
    padding: 40px 0 40px 0;
  }
}
.regranulaty .uses__label {
  padding-top: 16px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #7C94A2;
  border-top: 4px solid #26F1BF;
  display: inline-block;
}
.regranulaty .uses__content {
  max-width: 648px;
}
@media (max-width: 992px) {
  .regranulaty .uses__content {
    max-width: none;
  }
}
.regranulaty .uses__title {
  padding: 40px 0;
  font-weight: 700;
}
@media (max-width: 992px) {
  .regranulaty .uses__title {
    padding: 24px 0;
  }
}
.regranulaty .uses__description * {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .regranulaty .uses__description * {
    padding-bottom: 16px;
  }
}
.regranulaty .uses__description *:last-child {
  padding-bottom: 0;
}
.regranulaty .uses__description h5 {
  font-size: 20px;
  font-weight: 600;
}
.regranulaty .uses__description p {
  font-size: 16px;
  line-height: 140%;
}
.regranulaty .uses__grid {
  display: flex;
  gap: 136px;
  align-items: center;
}
@media (max-width: 1440px) {
  .regranulaty .uses__grid {
    gap: 80px;
  }
}
@media (max-width: 992px) {
  .regranulaty .uses__grid {
    gap: 40px;
    flex-direction: column;
  }
}
.regranulaty .uses__image {
  max-width: 424px;
  min-width: 424px;
  object-fit: contain;
  margin-top: 44px;
}
@media (max-width: 1440px) {
  .regranulaty .uses__image {
    max-width: 374px;
    min-width: 374px;
  }
}
@media (max-width: 992px) {
  .regranulaty .uses__image {
    margin-top: 0;
    max-width: none;
    min-width: unset;
    max-height: 350px;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .page-template-comparsion {
    overflow-x: scroll;
  }
}

.comparsion {
  margin-top: 210px;
}
@media (max-width: 992px) {
  .comparsion {
    margin-top: 88px;
  }
}
.comparsion .table-heading {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .comparsion .table-heading {
    margin-bottom: 24px;
  }
}
.comparsion .table-heading__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .comparsion .table-heading__top {
    flex-direction: column;
    align-items: start;
    gap: 16px;
  }
}
.comparsion .table-heading__controls {
  display: flex;
  flex-wrap: wrap;
}
.comparsion .table-heading__controls--hidden {
  display: none;
}
@media (max-width: 992px) {
  .comparsion .table-heading__controls {
    gap: 24px;
    row-gap: 0;
  }
}
.comparsion .table-heading__item {
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .comparsion .table-heading__item {
    padding-left: 0;
  }
}
.comparsion .table-heading__item-img {
  width: 20px;
  background-color: #F6FAFF;
  object-fit: contain;
  padding: 2px;
  margin-right: 8px;
  transform: rotate(180deg);
}
.comparsion .table-heading__item span {
  font-size: 14px;
  font-weight: 600;
}
.comparsion .table-heading__item.is-active .table-heading__item-img {
  background-color: #26F1BF;
  transform: rotate(0);
}
@media (max-width: 992px) {
  .comparsion .table .container {
    overflow-x: scroll;
    padding: 0;
  }
}
.comparsion .table__wrapper {
  border: 1px solid #CFDCEA;
}
.comparsion .table__wrapper--no-border {
  border: none;
  width: 100% !important;
  padding: 0 20px !important;
}
@media (max-width: 992px) {
  .comparsion .table__wrapper {
    width: 100vw;
    border-left: none;
    border-right: none;
  }
  .comparsion .table__wrapper.table__wrapper--cols-2 {
    width: 100vw;
  }
  .comparsion .table__wrapper.table__wrapper--cols-3 {
    width: 150vw;
  }
  .comparsion .table__wrapper.table__wrapper--cols-4 {
    width: 200vw;
  }
}
.comparsion .table .comparison-empty {
  padding-bottom: 40px;
}
.comparsion .table .comparison-empty .button {
  margin-top: 40px;
}
.comparsion .table__head, .comparsion .table__row-data {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.comparsion .table__head-cell {
  padding: 24px 16px 24px 16px;
  border-right: 1px solid #CFDCEA;
  position: relative;
}
.comparsion .table__head-cell--query {
  background-color: #F6FAFF;
  border-bottom: 3px solid #26F1BF;
}
@media (max-width: 992px) {
  .comparsion .table__head-cell {
    min-height: unset;
  }
}
@media (max-width: 992px) {
  .comparsion .table__head-cell, .comparsion .table__cell {
    min-width: 50vw;
    box-sizing: border-box;
  }
}
.comparsion .table__counter {
  color: #7C94A2;
  font-size: 14px;
  padding-bottom: 18px;
  display: none;
  padding-top: 6px;
}
.comparsion .table__counter span {
  color: #162B37;
  font-weight: 600;
}
@media (max-width: 992px) {
  .comparsion .table__counter {
    display: block;
  }
}
.comparsion .table__section-title {
  background-color: #7C94A2;
  padding: 8px 24px;
}
@media (max-width: 992px) {
  .comparsion .table__section-title {
    padding: 8px 20px;
  }
}
.comparsion .table__section-title span {
  font-size: 14px;
  color: white;
  font-weight: 600;
}
@media (max-width: 992px) {
  .comparsion .table__section-title span {
    position: -webkit-sticky;
    position: sticky;
    left: 20px;
    z-index: 1;
    min-width: 120px;
    box-sizing: border-box;
    width: fit-content;
  }
}
.comparsion .table__title {
  font-size: 20px;
  padding-right: 50px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .comparsion .table__title {
    font-size: 16px;
    padding-right: 0;
  }
}
.comparsion .table__label {
  padding: 24px;
  padding-bottom: 4px;
  color: #274759;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .comparsion .table__label {
    font-size: 14px !important;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    padding: 20px;
    padding-bottom: 4px;
  }
}
@media (max-width: 992px) {
  .comparsion .table__label {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    background: #fff;
    min-width: 120px;
    box-sizing: border-box;
    width: fit-content;
  }
}
@media (max-width: 992px) {
  .comparsion .table .table,
  .comparsion .table .table__row,
  .comparsion .table .table__label,
  .comparsion .table .table__cell,
  .comparsion .table table,
  .comparsion .table th,
  .comparsion .table td {
    -webkit-text-size-adjust: 100%;
  }
}
.comparsion .table__context-wrapper {
  position: absolute;
  top: 24px;
  right: 16px;
}
@media (max-width: 992px) {
  .comparsion .table__context-wrapper {
    top: 16px;
    right: 20px;
  }
}
.comparsion .table__context-btn {
  padding: 6px;
  border: 2px solid #F6FAFF;
  background-color: white;
  position: relative;
  cursor: pointer;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.comparsion .table__context-item {
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.comparsion .table__context-item--checkbox-2 {
  padding-left: 0;
  padding-top: 20px;
}
.comparsion .table__context-item img {
  width: 20px;
  background-color: #F6FAFF;
  object-fit: contain;
  padding: 2px;
  margin-right: 8px;
}
.comparsion .table__context-item span {
  font-size: 14px;
  font-weight: 600;
}
.comparsion .table .table__context-item.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.comparsion .table__context-checkbox {
  box-sizing: border-box;
  margin-right: 12px;
}
.comparsion .table__context-checkbox::after {
  left: 5px;
  top: 2px;
}
.comparsion .table__context-menu {
  position: absolute;
  background-color: white;
  padding: 4px;
  box-shadow: 0 -2px 16px 0 rgba(22, 43, 55, 0.16);
  top: 34px;
  right: 20px;
  z-index: 11;
  width: 216px;
}
@media (max-width: 992px) {
  .comparsion .table__context-menu {
    right: unset;
    left: -29px;
  }
}
.comparsion .table__context-icon {
  width: 24px;
  object-fit: contain;
}
.comparsion .table {
  /*  */
}
.comparsion .table__cell {
  font-size: 16px;
  line-height: 140%;
  padding: 8px 24px;
  border-right: 1px solid #CFDCEA;
}
@media (max-width: 992px) {
  .comparsion .table__cell {
    padding: 8px 16px 8px 20px;
  }
}
.comparsion .table__cell--inquiry {
  background-color: #F6FAFF;
}
.comparsion .table .is-different {
  font-weight: 600;
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
}
.comparsion .table .is-different::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #26F1BF;
}
.comparsion .table__certificates {
  display: flex;
  gap: 24px;
}
.comparsion .table__certificates img {
  object-fit: contain;
  height: 60px;
  width: auto;
}
@media (max-width: 992px) {
  .comparsion .table__certificates img {
    height: 40px;
  }
}
.comparsion .table__row-data {
  border-top: 1px solid #CFDCEA;
  border-bottom: 1px solid #CFDCEA;
}
.comparsion .contact {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .comparsion .contact {
    margin-top: 40px;
  }
}
.comparsion .contact * {
  color: white;
}
.comparsion .contact .container {
  background-size: cover !important;
  padding: 40px 0;
  margin-top: 0;
}
.comparsion .contact__wrapper {
  max-width: 648px;
  margin: 0 auto;
  text-align: center;
}
.comparsion .contact__title {
  color: white;
  padding-bottom: 24px;
}
.comparsion .contact__title span {
  color: #00936F;
}
.comparsion .contact__desc {
  padding-bottom: 40px;
}
.comparsion .contact__btn {
  margin: 0 auto;
  width: fit-content;
}

.search {
  margin-top: 150px;
  padding-top: 60px;
}
@media (max-width: 992px) {
  .search {
    margin-top: 32px;
  }
}
.search .heading__title {
  padding-bottom: 16px;
}
.search .heading__phrase-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.search .heading__phrase {
  font-weight: 600;
}
.search .heading__count {
  color: #7C94A2;
}
.search .heading__dot {
  width: 3px;
  height: 3px;
  background-color: #26F1BF;
}
.search .contact {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .search .contact {
    margin-top: 40px;
  }
}
.search .contact * {
  color: white;
}
.search .contact .container {
  background-size: cover !important;
  padding: 40px 0;
  margin-top: 0;
}
.search .contact__wrapper {
  max-width: 648px;
  margin: 0 auto;
  text-align: center;
}
.search .contact__title {
  color: white;
  padding-bottom: 24px;
}
.search .contact__title span {
  color: #00936F;
}
.search .contact__desc {
  padding-bottom: 40px;
}
.search .contact__btn {
  margin: 0 auto;
  width: fit-content;
}
/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \**********************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/modules/navigation.css ***!
  \**********************************************************************************************/
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */


/*# sourceMappingURL=main.css.map*/