header .mobile {
  display: none;
}

.hm {
  position: fixed;
  inset: 0;
  z-index: 1000000;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.hm .shadowclose {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s;
  pointer-events: none;
  -webkit-backdrop-filter: saturate(120%) blur(4px);
          backdrop-filter: saturate(120%) blur(4px);
}
.hm .navBoxe {
  position: absolute;
  top: 0;
  left: 0;
  width: min(86vw, 420px);
  height: 100dvh;
  background: var(--dark);
  color: var(--white);
  transform: translateX(-100%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 6px 0 28px rgba(0, 0, 0, 0.55);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  will-change: transform;
  z-index: 100;
}
.hm .navBoxe .break {
  margin: 30px 10px 15px;
  height: 1px;
  background-color: #323e63;
}
.hm .navBoxe .contact {
  margin: 0 30px 15px 15px;
}
.hm .navBoxe .contact a {
  background: var(--main-color);
  height: 60px;
  min-width: 166px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  color: var(--white);
  justify-content: center;
  gap: 12px;
}
.hm .navBoxe .contact a i {
  color: var(--main-color);
  font-size: 28px;
}
.hm .navBoxe .contact a span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hm .navBoxe .contact a strong {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0;
  margin-top: -2px;
  color: var(--white);
}
.hm .navBoxe .contact a:hover {
  background-color: var(--dmain-color);
}
.hm nav {
  flex: 1 1 auto;
  overflow: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--dark) transparent;
  padding: 24px 12px 28px;
}
.hm nav .headerInsideBox {
  margin-bottom: 30px;
}
.hm nav .headerInsideBox h3 {
  font-size: 19px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  margin: 8px 12px 6px;
}
.hm nav .headerInsideBox a {
  min-height: 43px;
  min-width: 150px;
  width: 174px;
  border: none;
  color: var(--white);
  font-size: 14px;
  gap: 5px;
}
.hm .navelements:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #323e63;
  margin: 30px 10px;
}
.hm .navelements ul.mod-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.hm .navelements li {
  position: relative;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.hm .navelements li > img, .hm .navelements li picture, .hm .navelements li svg {
  display: none;
}
.hm .navelements a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 14px 14px 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  transform: translateX(-6px);
  transition: transform 260ms ease, background 200ms linear, color 200ms linear;
  -webkit-tap-highlight-color: transparent;
  flex: auto;
  width: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.hm .navelements a:active {
  transform: translateX(-2px) scale(0.995);
}
.hm .navelements a:hover {
  background: var(--dmain-color);
}
.hm .navelements .nav-item.parent > span {
  position: absolute;
  top: 0;
  height: 50px;
  width: 40px;
  right: 10px;
}
.hm .navelements .nav-item.parent > span::after {
  content: "\e090";
  font-family: var(--icons);
  cursor: pointer;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%) rotate(0);
  font-size: 22px;
  opacity: 0.9;
  transition: transform 280ms ease, opacity 200ms linear;
  font-weight: 400;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
.hm .navelements .nav-item.is-open > span::after {
  transform: translateY(-50%) rotate(90deg);
  opacity: 1;
}
.hm .navelements .mod-menu__sub {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, transform 300ms ease;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  display: block;
  padding-left: 10px;
  width: 100%;
}
.hm .navelements .mod-menu__sub a {
  font-size: 16px;
  font-weight: 400;
}
.hm .navelements .mod-menu__sub a:hover {
  color: var(--llight);
}
.hm .navelements .mod-menu__sub li.active > a {
  color: var(--main-color);
}
.hm .navelements .nav-item.is-open > .mod-menu__sub {
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
}
.hm .social {
  padding: 20px 20px 30px;
}
.hm .social > span {
  display: block;
  margin-bottom: 15px;
}
.hm .social .mod-menu {
  gap: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hm .social .mod-menu li {
  display: flex;
  align-items: center;
}
.hm .social .mod-menu a {
  font-size: 0;
}
.hm .social .mod-menu a span {
  font-size: 16px;
  height: 30px;
  border-radius: 100%;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark);
  background-color: var(--white);
  transition: all 200ms linear;
}
.hm .social .mod-menu a:hover span {
  background-color: var(--main-color);
  color: var(--white);
}
.hm.displayNone, .hm[hidden] {
  display: block;
}

body.mobile .hm {
  opacity: 1;
  pointer-events: auto;
}
body.mobile .hm .shadowclose {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.25s ease, visibility 0s linear 0s;
}
body.mobile .hm .navBoxe {
  transform: translate3d(0, 0, 0);
}

@media (min-width: 1400px) {
  .sppb-row-container {
    max-width: 1350px;
  }
}
@media (max-width: 1200px) {
  body > section .articlesboxpage .list .item {
    gap: 30px;
  }
  body > section .articlesboxpage .list .item + .item {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  body > header .logo {
    overflow: hidden;
    transition: all 200ms linear;
    max-width: 57px;
  }
  body > header .logo img {
    min-width: 130px;
  }
  .rightside {
    flex: auto;
    justify-content: flex-end;
  }
  header .sppb-row-container nav {
    padding: 0 0 0 30px;
    justify-content: flex-end;
    display: flex;
    order: 2;
  }
  header .sppb-row-container nav ul.flexBlock {
    display: none;
  }
  header .sppb-row-container nav .mobile {
    display: inline-flex;
    color: var(--white);
    font-size: 24px;
  }
  #betterslider .carousel-item {
    max-height: 650px;
    min-height: 600px;
  }
  body > section .articlesboxpage .list .item {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .offerBox h3 {
    font-size: 43px;
    margin-bottom: 40px;
  }
  .offerBox .list .offer-item {
    flex: 1 1 170px;
  }
  .offerBox .list .offer-item .text h2 {
    font-size: 24px;
  }
  body > section {
    padding-bottom: 70px;
  }
  #betterslider .carousel-item {
    max-height: 500px;
    min-height: 500px;
  }
  #betterslider .carousel-item .left h1, #betterslider .carousel-item .left h2, #betterslider .carousel-item .left h3, #betterslider .carousel-item .left h4, #betterslider .carousel-item .left h5 {
    font-size: 43px;
    line-height: 1.2em;
  }
  body .ba-form-page {
    padding: 0px 20px 20px !important;
  }
  body .sppb-row-container > .sppb-align-top > .sppb-row-column:has(form) {
    margin-top: 0 !important;
  }
  body .sppb-align-top > .sppb-row-column > .sppb-column:has(form) {
    margin-top: 40px;
    padding: 0px !important;
  }
  body .sppb-align-top > .sppb-row-column > .sppb-column:has(form) .sppb-row-column > .sppb-column:has(form) {
    margin-top: 0 !important;
  }
  body .sppb-align-top > .sppb-row-column > .sppb-column:has(form) .addon-root-heading {
    padding: 20px 20px 0;
  }
  body .sppb-align-top > .sppb-row-column > .sppb-column:has(form):not(:has(.addon-root-heading)) .ba-form-page {
    padding: 20px !important;
  }
  body .sppb-align-top > .sppb-row-column > .sppb-column:has(form) .ba-form-page {
    padding: 0 20px;
  }
  .pagination_next ul li a {
    min-width: 34px;
    height: 34px;
    font-size: 14px;
  }
  body:not(.home) .headerInit h1 {
    font-size: 35px;
  }
  body > section .articlesboxpage .list .item {
    flex-wrap: wrap;
  }
  body > section .articlesboxpage .list .item > * {
    width: 100%;
  }
  .sppb-row-container > .sppb-row > .sppb-row-column:has(.mod-menu) {
    display: none !important;
  }
}
@media (max-width: 578px) {
  .offerBox h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .offerBox .list {
    gap: 20px;
  }
  .offerBox .list .offer-item .text h2 {
    font-size: 20px;
  }
  .offerBox .list .offer-item .text p {
    display: none;
  }
  #betterslider .carousel-item .left h1, #betterslider .carousel-item .left h2, #betterslider .carousel-item .left h3, #betterslider .carousel-item .left h4, #betterslider .carousel-item .left h5 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  #betterslider .carousel-item .left p {
    display: none;
  }
  body > footer .top .mod-menu {
    display: none;
  }
  .pagination_next ul {
    gap: 4px;
  }
  .pagination_next ul li a {
    min-width: 28px;
    height: 28px;
    font-size: 13px;
  }
  .sp {
    margin-top: 40px;
  }
  .sp .pagination_next ul {
    display: flex;
    gap: 4px;
  }
  .sp .pagination_next ul li {
    display: none;
  }
  .sp .pagination_next ul li a {
    min-width: 30px;
    height: 30px;
    font-size: 13px;
  }
  .sp .pagination_next ul li:first-child,
  .sp .pagination_next ul li:last-child,
  .sp .pagination_next ul li:nth-child(2),
  .sp .pagination_next ul li:nth-last-child(2),
  .sp .pagination_next ul li.active,
  .sp .pagination_next ul li:has(+ li.active),
  .sp .pagination_next ul li.active + li {
    display: flex;
  }
  .sp .pagination_next ul li.ellipsis {
    display: none;
  }
  .sp .pagination_next ul:has(li.active:nth-child(n+6)) li.ellipsis.left {
    display: inline-flex;
  }
  .sp .pagination_next ul:has(li.active:nth-last-child(n+6)) li.ellipsis.right {
    display: inline-flex;
  }
  body > section .catCategory li {
    flex: 1 1 150px;
    max-width: inherit;
  }
  body > section .catCategory li a {
    height: 70px;
    font-size: 13px;
  }
  body > section .catCategory li a span {
    font-size: 20px;
  }
  .projectsExpansion .list .item .text {
    padding: 20px 0 0;
  }
  .projectsExpansion .list .item .text .text {
    font-size: 13px;
  }
  .projectsExpansion .list .item .text .text .more:after {
    font-size: 20px;
  }
  .sppb-column-addons > .sppb-addon-wrapper:has(.mod-breadcrumbs__wrapper) {
    display: none;
  }
  body .headerInit {
    min-height: 200px !important;
  }
  body:not(.home) .headerInit h1 {
    font-size: 30px;
  }
  body:not(.home) .headerInit:before {
    height: 200px;
  }
  body > header .wave-container {
    height: 250px;
  }
}
@media (max-width: 470px) {
  body > header .sppb-row-container .rightside .mod-menu {
    gap: 6px;
  }
  body > header .sppb-row-container .rightside .break {
    margin: 0 15px;
  }
  body > header .logo {
    max-width: 45px;
  }
  body > header .logo img {
    min-width: 100px;
  }
  .offerBox .list .offer-item .text h2:after {
    font-size: 14px;
  }
}/*# sourceMappingURL=rwd.css.map */