* {
  padding: 0;
  margin: 0;
  border: 0
}
*,
*::after,
*::before {
  box-sizing: border-box
}
*::after,
*::before {
  display: inline-block
}
body,
html {
  height: 100%;
  min-width: 320px
}
body {
  color: #171717;
  line-height: 1;
  font-family: "Noto Sans Armenian", sans-serif;
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
  font-family: "Noto Sans Armenian", sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0,0,0,0)
}
input,
textarea {
  width: 100%
}
label {
  display: inline-block
}
button,
option,
select {
  cursor: pointer
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}
ul li {
  list-style: none
}
img {
  vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}
body {
  background: #f8f8f8
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}
@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}
.wrapper>main {
  flex: 1 1 auto
}
.wrapper>* {
  min-width: 0
}
[class*=__container] {
  max-width: 89.375rem;
  margin: 0 auto;
  padding: 0 .9375rem;
  width: 100%;
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: .9375rem 1fr minmax(auto,87.5rem) 1fr .9375rem
}
[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}
.icon-menu {
  display: none
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ibg--top {
  -o-object-position: top;
  object-position: top
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.ibg--left {
  -o-object-position: left;
  object-position: left
}
.ibg--right {
  -o-object-position: right;
  object-position: right
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}
._hhv {
  transition: all .3s ease-in-out 0s
}
section {
  padding: 80px 0
}
section._light {
  background: #fff
}
section._blue {
  background: #00509e
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
  max-width: 768px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  color: #00509e;
  margin-bottom: 10px
}
.section-title p {
  line-height: 140%
}
.section-title._light h2 {
  color: #fff
}
.section-title._light p {
  color: #fff
}
.serviceSingle__inner {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px
}
.serviceSingle__lead {
  font-size: 22px;
  line-height: 140%;
  color: #00509e;
  font-weight: 600
}
.serviceSingle__content {
  font-size: 18px;
  line-height: 160%;
  color: #1f2a37
}
.serviceSingle__content p:not(:last-child) {
  margin-bottom: 16px
}
.serviceSingle__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  background: #00509e;
  color: #fff;
  font-weight: 700;
  border-radius: 6px
}
.breadcrumb {
  padding: 40px 0
}
.breadcrumb ul {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff
}
.breadcrumb ul li {
  position: relative
}
.breadcrumb ul li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -10px;
  -webkit-transform: translate(50%,0);
  transform: translate(50%,0)
}
.breadcrumb ul li a {
  text-decoration: underline
}
.breadcrumb h1 {
  font-size: 32px;
  color: #fff
}
.firstScreen {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
.firstScreen::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: RGBA(0,80,158,.7);
  background: linear-gradient(90deg,rgba(0,80,158,.7) 0,rgba(0,176,237,.2) 100%)
}
.firstScreen__inner {
  position: relative;
  z-index: 1
}
.firstScreen__breadcrumb {
  padding: 0;
  margin-bottom: 20px
}
.firstScreen__description {
  color: #fff;
  line-height: 140%;
  max-height: 250px;
  overflow: auto;
}
/* Настройки для Chrome, Safari, Edge и Opera */
.firstScreen__description::-webkit-scrollbar {
    width: 6px;               /* Ширина вертикального скроллбара */
    height: 6px;              /* Высота горизонтального скроллбара (если есть) */
}

.firstScreen__description::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05); /* Едва заметный трек (подложка) */
    border-radius: 10px;                   /* Скругление трека */
}

.firstScreen__description::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.6);  /* Полупрозрачный белый в обычном состоянии */
    border-radius: 10px;                   /* Красивое полное скругление ползунка */
    transition: background 0.3s ease;       /* Плавная смена цвета при наведении */
}

.firstScreen__description::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 1);    /* Чистый плотный белый цвет при наведении мышкой */
}

/* Настройки для Firefox */
.firstScreen__description {
    scrollbar-width: thin;                 /* Делает скроллбар тонким */
    scrollbar-color: rgba(255, 255, 255, 0.6) rgba(255, 255, 255, 0.05); /* Цвет ползунка и цвет трека */
}
.header {
  box-shadow: 0 5px 5px 0 rgba(34,60,80,.2);
  position: relative
}
.header__top {
  padding: 10px 15px;
  background: #171717
}
.header__top a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}
.header__middle {
  background: #00509e;
  padding: 10px 0
}
.header__middle ul {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.header__middle ul li a {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 5px;
  font-weight: 700;
  font-size: 14px
}
.header__middle ul li a svg {
  height: 20px;
  width: 20px
}
.header__bottom {
  background: #fff;
  padding: 20px 0
}
.header__bottom .header__container {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 15px
}
.header__menu li>a {
  font-size: 14px;
  font-weight: 500
}
.header__prod_btn ._trigger {
  color: #fff;
  padding: 5px 10px;
  background: #00509e;
  border-radius: 100px
}
.header__prod_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out 0s;
  pointer-events: none;
  z-index: 4
}
.header__prod_menu._show {
  visibility: visible;
  opacity: 1
}
.header__prod_menu ul {
  pointer-events: all;
  padding: 20px;
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(34,60,80,.2);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px
}
.header__prod_menu ul a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 400
}
.header__prod_menu ul a img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.header__prod_menu ul a img path {
  fill: #00509e
}
.header__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0)
}
.header__logo svg {
  width: 200px
}
.header__social {
  display: flex;
  align-items: center;
  gap: 5px
}
.header__social li a svg {
  width: 32px
}
.header__social li a img {
  width: 32px;
  height: 32px
}
.header__mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out 0s;
  z-index: 4
}
.header__mobile_inner {
  max-width: 480px;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 40px 15px;
  background: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all .3s ease-in-out 0s;
  box-shadow: 5px 0 5px 0 rgba(34,60,80,.2);
  display: flex;
  flex-direction: column
}
.menu-open .header__mobile_inner {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}
.menu-open .header__mobile {
  visibility: visible;
  opacity: 1
}
.footer {
  background-image: url(http://mikroll.local/wp-content/uploads/2026/06/Group-114-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
.footer__inner {
  padding: 80px 0;
  display: flex;
  flex-wrap: wrap
}
.footer__logo {
  width: 100%;
  margin-bottom: 30px
}
.footer__logo img {
  max-width: 200px;
  width: 100%
}
.footer__contact {
  margin-right: 100px
}
.footer__contact li:not(:last-child) {
  margin-bottom: 10px
}
.footer__contact li:not(:last-child) a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #fff
}
.footer__contact li:not(:last-child) a svg {
  width: 20px;
  height: 20px
}
.footer__contact li:last-child ul {
  display: flex;
  gap: 10px
}
.footer__contact li:last-child ul li a svg {
  width: 32px;
  height: 32px
}
.footer__contact li:last-child ul li a img {
  width: 32px;
  height: 32px
}
.footer__nav {
  margin-right: 100px
}
.footer__nav h2 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px
}
.footer__nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  row-gap: 10px
}
.footer__nav ul li a {
  color: #fff;
  font-weight: 500
}
.footer__form {
  display: flex;
  flex-direction: column
}
.footer__form h2 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px
}
.footer__form input {
  max-width: 250px;
  width: 100%;
  min-height: 40px;
  border-bottom: 1px solid #fff;
  padding: 0 10px;
  color: #fff
}
.footer__form input:focus {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #fff
}
.footer__form input:not(:last-child) {
  margin-bottom: 10px
}
.footer__form button {
  margin-bottom: 20px;
  min-height: 40px;
  background: #fff;
  display: flex;
  color: #171717;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px
}
.footer__bottom {
  background: #171717;
  text-align: center;
  padding: 10px 15px
}
.footer__bottom p {
  color: #fff
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: RGBA(0,80,158,.7);
  background: linear-gradient(90deg,rgba(0,80,158,.7) 0,rgba(0,176,237,.2) 100%);
  z-index: 1
}
.hero__swiper-slide {
  position: relative;
  min-height: 550px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto!important
}
.hero__swiper-slide p {
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  z-index: 2
}
.hero__swiper-slide span {
  line-height: 140%;
  color: #fff;
  position: relative;
  z-index: 2
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.hero__container {
  padding-right: 115px
}
.hero__controls {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  display: flex;
  flex-direction: column;
  gap: 15px
}
.hero-button-prev {
  cursor: pointer
}
.hero-button-prev svg {
  width: 28px;
  height: auto
}
.hero-button-prev.swiper-button-disabled {
  opacity: .5
}
.hero-pagination {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  -webkit-transform: translate(0,0)!important;
  transform: translate(0,0)!important
}
.hero-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: .5;
  width: 8px;
  height: 30px;
  border-radius: 100px;
  transition: all .3s ease-in-out 0s;
  cursor: pointer;
  margin: 0!important
}
.hero-pagination .swiper-pagination-bullet-active {
  height: 50px;
  opacity: 1
}
.hero-button-next {
  cursor: pointer
}
.hero-button-next svg {
  width: 28px;
  height: auto
}
.hero-button-next.swiper-button-disabled {
  opacity: .5
}
.popular__controls {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px
}
.popular__swiper-slide img {
  width: 100%;
  margin-bottom: 10px;
  transition: transform .35s ease, filter .35s ease
}
.popular__swiper-slide {
  transition: transform .28s ease
}
.popular__swiper-slide:hover {
  transform: translateY(-4px)
}
.popular__swiper-slide:hover img {
  transform: scale(1.025);
  filter: saturate(1.06)
}
.popular__swiper-slide p {
  color: #00509e;
  font-size: 12px;
  margin-bottom: 5px
}
.popular-button-prev {
  cursor: pointer
}
.popular-button-prev svg {
  width: 20px;
  height: auto
}
.popular-button-prev svg rect {
  fill: #00509e!important
}
.popular-button-prev.swiper-button-disabled {
  opacity: .5
}
.popular-pagination {
  display: flex;
  gap: 10px;
  align-items: center;
  width: auto!important
}
.popular-pagination .swiper-pagination-bullet {
  background: #00509e;
  opacity: .5;
  width: 30px;
  height: 8px;
  border-radius: 100px;
  transition: all .3s ease-in-out 0s;
  cursor: pointer;
  margin: 0!important
}
.popular-pagination .swiper-pagination-bullet-active {
  width: 50px;
  opacity: 1
}
.popular-button-next {
  cursor: pointer
}
.popular-button-next svg {
  width: 20px;
  height: auto
}
.popular-button-next svg rect {
  fill: #00509e!important
}
.popular-button-next.swiper-button-disabled {
  opacity: .5
}
.cats__inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px
}
.cats__inner ul li:not(:last-child) a {
  width: 100%
}
.cats__inner ul li:not(:last-child) a img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px
}
.cats__inner ul li:not(:last-child) a p {
  text-align: center
}
.cats__inner ul li:last-child {
  background: #00509e;
  background: linear-gradient(0deg,#00509e 0,#00b0ed 100%);
  border-radius: 10px;
  padding: 20px
}
.cats__inner ul li:last-child a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%
}
.cats__inner ul li:last-child svg {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.3);
  border-radius: 100px;
  padding: 7px
}
.cats__inner ul li:last-child p {
  color: #fff;
  font-weight: 700
}
._reveal-ready {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease, transform .65s ease, filter .65s ease;
  transition-delay: var(--reveal-delay,0ms);
  will-change: opacity, transform
}
._reveal-ready._reveal-soft {
  transform: translateY(18px) scale(.985);
  filter: blur(2px)
}
._reveal-ready._visible {
  opacity: 1;
  transform: translateY(0);
  filter: none
}
.why__cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  align-items: center
}
.why__item {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center
}
.why__item img {
  margin-bottom: 20px
}
.why__item p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px
}
.why__item span {
  line-height: 140%
}
.why__item:not(:nth-child(2)) {
  background: #fff;
  padding: 40px 20px
}
.why__item:nth-child(2) {
  background: #00509e;
  background: linear-gradient(0deg,#00509e 0,#00b0ed 100%);
  padding: 80px 20px;
  color: #fff
}
.services {
  overflow: hidden
}
.services__inner {
  position: relative
}
.services__inner::before {
  content: "";
  position: absolute;
  top: 90px;
  right: -140px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle,rgba(0,176,237,.2) 0,rgba(0,176,237,0) 68%);
  pointer-events: none
}
.services__head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,520px);
  gap: 48px;
  align-items: end;
  margin-bottom: 44px
}
.services__title span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #00b0ed;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0
}
.services__title h2 {
  color: #00509e;
  font-size: 46px;
  line-height: 110%;
  font-weight: 800
}
.services__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px
}
.services__intro p {
  color: #344256;
  line-height: 155%;
  font-size: 17px
}
.services__main-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  color: #fff;
  background: #00509e;
  border-radius: 6px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(0,80,158,.18);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease
}
.services__main-link:hover {
  background: #00b0ed;
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0,176,237,.24)
}
.services__cont {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px
}
.services__item {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border-radius: 8px;
  background: #00509e;
  isolation: isolate;
  box-shadow: 0 18px 42px rgba(15,40,68,.12);
  opacity: 1;
  transform: translateY(0);
  transition: transform .55s ease, opacity .55s ease, box-shadow .3s ease;
  transition-delay: var(--service-delay,0ms)
}
.services__item._animate-ready {
  opacity: 0;
  transform: translateY(30px)
}
.services__item._animate-ready._visible {
  opacity: 1;
  transform: translateY(0)
}
.services__item:nth-child(even) {
  margin-top: 48px
}
.services__media {
  position: absolute;
  inset: 0;
  z-index: -2
}
.services__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,rgba(0,80,158,.08) 0,rgba(0,80,158,.72) 58%,rgba(0,43,86,.94) 100%);
  z-index: 1;
  transition: background .3s ease
}
.services__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .55s ease, filter .55s ease
}
.services__card {
  height: 100%;
  min-height: 430px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff
}
.services__number {
  align-self: flex-start;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 800
}
.services__content {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.services__content p {
  color: #fff;
  font-size: 24px;
  line-height: 118%;
  font-weight: 800
}
.services__content span {
  color: rgba(255,255,255,.82);
  line-height: 150%;
  font-size: 15px
}
.services__link {
  margin-top: 24px;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #00509e;
  background: #fff;
  border-radius: 6px;
  font-weight: 800;
  transition: color .25s ease, background .25s ease, transform .25s ease
}
.services__item:hover {
  box-shadow: 0 24px 60px rgba(0,80,158,.2);
  transform: translateY(-6px)
}
.services__item._visible:hover {
  transform: translateY(-6px)
}
.services__item:hover .services__media::after {
  background: linear-gradient(180deg,rgba(0,176,237,.05) 0,rgba(0,80,158,.62) 54%,rgba(0,43,86,.96) 100%)
}
.services__item:hover .services__media img {
  transform: scale(1.09);
  filter: saturate(1.08)
}
.services__link:hover {
  color: #fff;
  background: #00b0ed;
  transform: translateY(-2px)
}
.projects__cont {
  display: grid;
  grid-template-columns: repeat(7,1fr)
}
.projects__item img {
  width: 100%
}
.aboutVideo {
  position: relative
}
.aboutVideo__video {
  width: 100%;
  height: 500px
}
.aboutVideo__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,80,158,.6);
  z-index: -1
}
.aboutVideo__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}
.aboutWho__inner {
  display: grid;
  grid-template-columns: 1fr 1fr
}
.aboutWho__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.aboutWho__inner div {
  background: #fff;
  padding: 40px
}
.aboutWho__inner div h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px
}
.aboutWho__inner div p {
  line-height: 140%
}
.aboutWho__inner div p:not(:last-child) {
  margin-bottom: 20px
}
.aboutText__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px
}
.aboutText__inner p {
  font-size: 20px;
  color: #fff;
  line-height: 140%
}
.faq__inner {
  max-width: 768px;
  width: 100%;
  margin: 0 auto
}
.faq__inner ul {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.faq__inner ul li {
  border-radius: 10px;
  padding: 10px 56px 10px 20px;
  border: 1px solid #00509e;
  position: relative;
  transition: all .3s ease 0s;
  background: #fff
}
.faq__inner ul li._show {
  background: #00509e;
  color: #fff
}
.faq__inner ul li._show p {
  padding-top: 10px;
  max-height: 1000px
}
.faq__inner ul li._show button span {
  background: #fff!important
}
.faq__inner ul li._show button span:last-child {
  opacity: 0
}
.faq__inner ul li p {
  padding-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: all .3s ease 0s;
  display: flex;
  line-height: 140%;
  font-size: 14px
}
.faq__inner ul li button {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0)
}
.faq__inner ul li button span {
  transition: all .3s ease 0s
}
.faq__inner ul li button span:first-child {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: block;
  background: #00509e;
  height: 2px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%)
}
.faq__inner ul li button span:last-child {
  width: 2px;
  display: block;
  background: #00509e;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0)
}
.catalogCat__container {
  max-width: 1530px
}
.catalogCat__swiper {
  padding: 0 50px
}
.catalogCat__controls {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
  pointer-events: none
}
.catalogCat__controls .catalogCat-button-prev {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: #f8f8f8;
  pointer-events: all
}
.catalogCat__controls .catalogCat-button-prev svg rect {
  fill: #00509e
}
.catalogCat__controls .catalogCat-button-next {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: #f8f8f8;
  pointer-events: all
}
.catalogCat__controls .catalogCat-button-next svg rect {
  fill: #00509e
}
.catalogCat__controls .swiper-button-lock svg {
  opacity: 0
}
.catalogCat__controls .swiper-button-disabled svg {
  opacity: 0
}
.catalogCat__swiper-slide {
  width: 200px;
  border-radius: 10px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.catalogCat__swiper-slide img {
  width: 100%
}
.catalogCat__swiper-slide p {
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex: 1 1 0;
}
.catalogSec {
  padding-top: 0
}
.catalogSec__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px
}
.catalogSec__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.catalogSec__block div {
  padding: 40px;
  background: #fff;
	display: flex;
	flex-direction: column;
}
.catalogSec__block div p {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px
}
.catalogSec__block div span {
  line-height: 140%;
  margin-bottom: 20px
}
.catalogSec__block div a {
	background: #00509e;
    min-height: 40px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
	align-self: flex-start;
}
.catalog__inner {
  display: flex;
  gap: 40px;
  align-items: flex-start
}
.catalog__filter-btn {
  position: fixed;
  bottom: 40px;
  right: calc((100vw - 1400px)/ 2);
  background: #00509e;
  border-radius: 100px;
  font-weight: 700;
  border: 1px solid #00509e;
  color: #00509e;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11
}
.catalog__filter-btn._active {
  background: #fff
}
.catalog__filter-btn._active svg path {
  fill: #00509e
}
.catalog__filter-btn svg {
  width: 24px;
  height: 24px
}
.catalog__filter-btn svg path {
  fill: #fff
}
.catalog__filter {
  max-width: 360px;
  width: 100%;
  padding: 40px 20px;
  background: #fff;
  font-family: Arial,sans-serif;
  border-radius: 10px
}
.catalog__filter-block {
  margin-bottom: 20px
}
.catalog__filter-title {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 400
}
.catalog__filter-search {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #00509e;
  padding-bottom: 6px
}
.catalog__filter-search input {
  width: 100%;
  border: 0;
  outline: 0;
  font-size: 13px;
  padding: 8px 10px
}
.catalog__filter-search button {
  border: 0;
  background: rgba(0,0,0,0);
  cursor: pointer;
  font-size: 16px
}
.catalog__filter-range {
  position: relative;
  height: 18px;
  margin-top: 4px
}
.catalog__filter-range::before {
  content: "";
  position: absolute;
  left: 4px;
  right: 4px;
  top: 5px;
  height: 1px;
  background: #555
}
.catalog__filter-range input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 12px;
  margin: 0;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  background: rgba(0,0,0,0)
}
.catalog__filter-range input::-webkit-slider-runnable-track {
  height: 1px;
  background: rgba(0,0,0,0)
}
.catalog__filter-range input::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  appearance: none;
  width: 11px;
  height: 11px;
  background: #00509e;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -5px
}
.catalog__filter-range input::-moz-range-track {
  height: 1px;
  background: rgba(0,0,0,0)
}
.catalog__filter-range input::-moz-range-thumb {
  pointer-events: auto;
  width: 11px;
  height: 11px;
  background: #00509e;
  border: 0;
  border-radius: 50%;
  cursor: pointer
}
.catalog__filter-price-values {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 4px
}
.catalog__filter-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 7px
}
.catalog__filter-tags a {
  border: 0;
  background: #f7f7f7;
  color: #333;
  padding: 6px 10px;
  border-radius: 15px;
  font-size: 11px;
  cursor: pointer;
  transition: .2s
}
.catalog__filter-tags a:hover {
  background: #eaeaea
}
.catalog__cont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex: 1 1 0;
  gap: 20px;
  padding-bottom: 50px;
  position: relative
}
.catalog__item {
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden
}
.catalog__item img {
  width: 100%
}
.catalog__item div {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 20px 10px
}
.catalog__item-cat {
  font-size: 12px;
  color: #00509e;
  margin-bottom: 5px
}
.catalog__pagination {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0
}
.catalog__pagination span,
.catalog__pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 28px;
  height: 28px;
  background: #fff
}
.catalog__pagination span._active {
  background: #00509e;
  color: #fff
}
.active {
  background: #00509e!important;
  color: #fff!important
}
.single {
  padding: 55px 0;
  background: #f6f6f6
}
.single__inner {
  display: flex;
  gap: 34px;
  align-items: flex-start
}
.single__gallery {
  display: grid;
  grid-template-columns: 1fr 62px;
  gap: 10px;
  max-width: 500px;
  width: 100%;
  align-items: center
}
.single__slider {
  width: 100%;
  background: #fff
}
.single__thumbs-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 62px
}
.single__thumbs-nav {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #00509e;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,80,158,.12);
  transition: background .2s ease, color .2s ease, opacity .2s ease, transform .2s ease
}
.single__thumbs-nav:hover {
  color: #fff;
  background: #00509e;
  transform: translateY(-1px)
}
.single__thumbs-nav.swiper-button-disabled {
  opacity: .35;
  pointer-events: none
}
.single__thumbs-nav.swiper-button-lock {
  display: none
}
.single__slide {
  display: flex;
  align-items: center;
  justify-content: center
}
.single__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.single__thumbs {
  width: 62px;
  max-height: 296px
}
.single__thumb {
  width: 62px!important;
  height: 62px!important;
  padding: 4px;
  background: #fff;
  cursor: pointer;
  opacity: .65;
  transition: .2s
}
.single__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.single__thumb.swiper-slide-thumb-active {
  opacity: 1;
  outline: 1px solid #00509e
}
.single__content {
  flex: 1 1 0
}
.single__breadcrumbs {
  margin-bottom: 10px;
  font-size: 12px
}
.single__title {
  margin: 0 0 4px;
  font-size: 28px;
  font-weight: 400
}
.single__category {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 11px;
  color: #00509e;
  text-decoration: none
}
.single__variations {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.single__variations button {
	border: 0;
    background: #f7f7f7;
    color: #333;
    padding: 6px 10px;
    border-radius: 15px;
    font-size: 16px;
    cursor: pointer;
}
.single__card {
  max-width: 650px;
  padding: 20px 18px;
  background: #fff;
  border-radius: 7px
}
.single__text {
  margin: 0 0 22px;
  line-height: 140%
}
.single__info {
  margin: 0 0 24px;
  padding: 0;
  list-style: none
}
.single__info li {
  display: grid;
  grid-template-columns: 135px 1fr;
  gap: 10px;
  margin-bottom: 9px;
  font-size: 13px
}
.single__info li strong {
  font-weight: 700
}
.single__download {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #00509e;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  transition: .2s;
  padding: 0px 15px;
}
.single__download:hover {
  opacity: .85
}
.single__files {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.question {
  padding: 55px 0 70px;
  background: #f6f6f6
}
.question__inner {
  max-width: 768px;
  margin: 0 auto;
  text-align: center
}
.question__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-align: left
}
.question__form input,
.question__form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #00509e;
  background: rgba(0,0,0,0);
  outline: 0;
  padding: 0 12px 10px;
  font-size: 14px
}
.question__form input::-webkit-input-placeholder,
.question__form textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: .8
}
.question__form input:-ms-input-placeholder,
.question__form textarea:-ms-input-placeholder {
  color: inherit;
  opacity: .8
}
.question__form input::-ms-input-placeholder,
.question__form textarea::-ms-input-placeholder {
  color: inherit;
  opacity: .8
}
.question__form input::placeholder,
.question__form textarea::placeholder {
  color: inherit;
  opacity: .8
}
.question__form textarea {
  height: 70px;
  resize: none
}
.question__form button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #00509e;
  border-radius: 10px;
  text-transform: uppercase
}
.contact {
  padding: 50px 0
}
.contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px
}
.contact__left {
  max-width: 600px
}
.contact__breadcrumbs {
  font-size: 12px;
  margin-bottom: 6px
}
.contact__page-title {
  margin: 0 0 18px;
  font-size: 26px;
  font-weight: 400
}
.contact__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  color: #00509e
}
.contact__text {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 1.4
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 18px
}
.contact__form input,
.contact__form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #00509e;
  background: rgba(0,0,0,0);
  padding: 0 10px 10px;
  font-size: 13px;
  outline: 0
}
.contact__form textarea {
  height: 80px;
  resize: none
}
.contact__form button {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #00509e;
  border-radius: 10px;
  text-transform: uppercase
}
.contact__info {
  list-style: none;
  padding: 0;
  margin: 0 0 20px
}
.contact__info li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px
}
.contact__icon {
  display: flex
}
.contact__icon svg {
  width: 20px;
  height: 20px
}
.contact__icon svg path {
  fill: #00509e;
  stroke: #fff
}
.contact__socials {
  display: flex;
  gap: 10px
}
.contact__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  transition: .2s
}
.contact__socials a svg {
  width: 28px;
  height: 28px
}
.contact__socials a svg path {
  fill: #00509e
}
.contact {
  padding: 70px 0 90px
}
.contact__hero {
  margin-bottom: 30px;
  padding: 40px;
  color: #fff;
  border-radius: 10px;
  background: #00509e;
  background: linear-gradient(90deg,#00509e 0,#00b0ed 100%);
  overflow: hidden;
  position: relative
}
.contact__hero::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%
}
.contact__breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
  font-size: 13px;
  line-height: 140%;
  position: relative;
  z-index: 1
}
.contact__breadcrumbs a {
  text-decoration: underline
}
.contact__hero-body {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(280px,390px);
  gap: 40px;
  align-items: end;
  position: relative;
  z-index: 1
}
.contact__eyebrow {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #00b0ed
}
.contact__hero .contact__eyebrow {
  color: rgba(255,255,255,.82)
}
.contact__page-title {
  margin: 0 0 16px;
  max-width: 680px;
  font-size: 46px;
  line-height: 110%;
  font-weight: 700
}
.contact__lead {
  max-width: 680px;
  font-size: 18px;
  line-height: 150%
}
.contact__quick {
  display: grid;
  gap: 12px
}
.contact__quick-link {
  padding: 18px 20px;
  border-radius: 10px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.3);
  backdrop-filter: blur(8px)
}
.contact__quick-link span {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  text-transform: uppercase;
  opacity: .76
}
.contact__quick-link strong {
  display: block;
  font-size: 18px;
  line-height: 135%
}
.contact__cards {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
  margin-bottom: 30px
}
.contact-card {
  min-height: 178px;
  padding: 24px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 18px 0 rgba(34,60,80,.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px
}
.contact-card__icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #00509e
}
.contact-card__icon img {
  width: 22px;
  height: 22px;
  object-fit: contain
}
.contact-card__label {
  font-size: 13px;
  color: #00509e;
  font-weight: 700
}
.contact-card strong {
  font-size: 17px;
  line-height: 140%;
  overflow-wrap: anywhere
}
.contact__main {
  display: grid;
  grid-template-columns: minmax(0,1.35fr) minmax(360px,.65fr);
  gap: 30px;
  align-items: stretch
}
.contact__map-block,
.contact__form-panel {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 18px 0 rgba(34,60,80,.08)
}
.contact__map-block {
  padding: 24px
}
.contact__map-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px
}
.contact__title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  color: #00509e
}
.contact__map-link {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 18px;
  border-radius: 10px;
  background: #00509e;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap
}
.contact__map {
  height: 520px;
  border-radius: 10px;
  overflow: hidden;
  background: #f8f8f8
}
.contact__map iframe {
  display: block;
  width: 100%;
  height: 100%
}
.contact__form-panel {
  padding: 30px;
  display: flex;
  flex-direction: column
}
.contact__text {
  margin: 12px 0 26px;
  font-size: 15px;
  line-height: 150%;
  color: rgba(23,23,23,.78)
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 16px
}
.contact__form input,
.contact__form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(0,80,158,.18);
  border-radius: 10px;
  background: #f8f8f8;
  padding: 0 16px;
  font-size: 14px;
  outline: 0;
  transition: border-color .2s ease, background .2s ease
}
.contact__form input:focus,
.contact__form textarea:focus {
  border-color: #00509e;
  background: #fff
}
.contact__form textarea {
  height: 118px;
  resize: none;
  padding-top: 14px
}
.contact__form button {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #00509e;
  border-radius: 10px;
  font-weight: 700;
  text-transform: uppercase
}
.contact__socials {
  display: flex;
  gap: 10px;
  margin-top: 24px
}
.contact__socials a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0,80,158,.08)
}
.contact__socials a img {
  width: 24px;
  height: 24px;
  object-fit: contain
}
@media (max-width:1200px) {
  .contact__cards {
    grid-template-columns: repeat(2,1fr)
  }
  .contact__main {
    grid-template-columns: 1fr
  }
}
@media (max-width:767.98px) {
  .contact {
    padding: 50px 0 60px
  }
  .contact__hero {
    padding: 28px 20px
  }
  .contact__breadcrumbs {
    margin-bottom: 26px
  }
  .contact__hero-body {
    grid-template-columns: 1fr;
    gap: 26px
  }
  .contact__page-title {
    font-size: 34px
  }
  .contact__lead {
    font-size: 16px
  }
  .contact__cards {
    grid-template-columns: 1fr;
    gap: 14px
  }
  .contact-card {
    min-height: 150px;
    padding: 20px
  }
  .contact__map-block,
  .contact__form-panel {
    padding: 20px
  }
  .contact__map-head {
    flex-direction: column
  }
  .contact__map-link {
    width: 100%
  }
  .contact__map {
    height: 380px
  }
  .contact__title {
    font-size: 24px
  }
}
@media (max-width:420px) {
  .contact__page-title {
    font-size: 30px
  }
  .contact__quick-link strong,
  .contact-card strong {
    font-size: 15px
  }
  .contact__map {
    height: 320px
  }
}

@media (min-width:47.99875em) {
  .catalog__filter-btn {
    display: none
  }
}
@media (min-width:1430px) {
  .hero__controls {
    right: calc((100vw - 1400px)/ 2)
  }
}
@media (max-width:1430px) {
  .catalog__filter-btn {
    right: 15px
  }
}
@media (max-width:1200px) {
  .cats__inner ul {
    grid-template-columns: 1fr 1fr 1fr 1fr
  }
}
@media (max-width:600px) {
  .catalog__cont {
    grid-template-columns: 1fr 1fr
  }
}
@media (max-width:480px) {
  .hero__swiper-slide p {
    font-size: 32px
  }
  .hero__swiper-slide span {
    font-size: 14px
  }
}
@media (max-width:400px) {
  .header__bottom .header__container {
    justify-content: flex-end
  }
  .header__social {
    order: 3;
    margin-top: 20px
  }
  .header__social li a svg {
    width: 28px
  }
  .header__social li a img {
    width: 28px;
    height: 28px
  }
}
@media (max-width:1080px) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem .9375rem 1.875rem .9375rem;
    transition: left .3s
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left .3s;
    z-index: 2
  }
  .menu-open .menu__body {
    left: 0
  }
  .menu-open .menu__body::before {
    left: 0
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #171717
  }
  .icon-menu::before {
    top: 0
  }
  .icon-menu::after {
    bottom: 0
  }
  .icon-menu span {
    top: calc(50% - .0625rem);
    width: 70%
  }
  .menu-open .icon-menu span {
    width: 0
  }
  .menu-open .icon-menu::after,
  .menu-open .icon-menu::before {
    background-color: #00509e
  }
  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .header__top {
    background: #00509e
  }
  .header__top a {
    font-size: 12px
  }
  .header__middle {
    background: rgba(0,0,0,0);
    order: 2;
    padding: 0
  }
  .header__middle .header__container {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0
  }
  .header__middle ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px
  }
  .header__middle ul li a {
    color: #171717
  }
  .header__middle ul li a svg {
    height: auto;
    width: 20px
  }
  .header__middle ul li a svg path {
    fill: #00509e;
    stroke: #fff
  }
  .header__menu {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
    gap: 20px;
    align-items: flex-start
  }
  .header__menu li>a {
    padding-left: 10px
  }
  .header__menu li>a {
    font-size: 18px
  }
  .header__prod_menu {
    display: none
  }
  .header__logo svg {
    width: 160px
  }
  .header__social li a svg {
    width: 28px
  }
  .header__social li a img {
    width: 28px;
    height: 28px
  }
  .footer__contact {
    margin-right: 50px
  }
  .footer__nav {
    margin-right: 50px
  }
  .hero__swiper-slide {
    min-height: 400px
  }
  .hero__swiper-slide p {
    font-size: 40px
  }
  .why__cont {
    grid-template-columns: 1fr;
    max-width: 480px;
    width: 100%;
    margin: 0 auto
  }
  .aboutVideo__video {
    height: 300px
  }
  .aboutWho__inner {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: 1fr
  }
  .aboutWho__inner img {
    order: 2
  }
  .aboutWho__inner div {
    height: 410px;
    overflow: auto
  }
  .catalog__inner {
    gap: 20px
  }
  .catalog__filter {
    max-width: 250px
  }
  .single__gallery {
    max-width: 350px
  }
  .single__thumbs {
    max-height: 226px
  }
}
@media (max-width:61.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}
@media (max-width:47.99875em) {
  section {
    padding: 50px 0
  }
  .section-title h2 {
    font-size: 28px
  }
  .header__logo svg {
    width: 140px
  }
  .header__social li a svg {
    width: 24px
  }
  .header__social li a img {
    width: 24px;
    height: 24px
  }
  .footer__inner {
    flex-direction: column;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0
  }
  .footer__contact {
    margin-right: 0;
    margin-bottom: 30px
  }
  .footer__nav {
    margin-right: 0;
    margin-bottom: 30px
  }
  .footer__form input {
    max-width: 100%
  }
  .hero__container {
    padding-right: 60px
  }
  .popular__controls {
    justify-content: center
  }
  .popular-button-prev svg {
    width: 12px
  }
  .popular-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 5px
  }
  .popular-pagination .swiper-pagination-bullet-active {
    width: 30px
  }
  .popular-button-next svg {
    width: 12px
  }
  .cats__inner ul {
    grid-template-columns: 1fr 1fr 1fr
  }
  .aboutVideo__video {
    height: 200px
  }
  .aboutWho__inner div {
    padding: 20px
  }
  .catalogCat__swiper {
    padding: 0
  }
  .catalogCat__controls {
    display: none
  }
  .catalogSec__block {
    grid-template-columns: 1fr;
    margin-bottom: 20px
  }
  .catalogSec__block div {
    padding: 20px
  }
  .catalog__filter {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: auto;
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
    transition: all .3s ease-in-out 0s;
    opacity: 0
  }
  .catalog__filter._active {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1
  }
  .single__inner {
    flex-direction: column;
    align-items: center
  }
  .contact__inner {
    grid-template-columns: 1fr;
    gap: 40px
  }
  .footer {
	  background-image: url(http://mikroll.local/wp-content/uploads/2026/06/Group-115.png);
	  background-repeat: no-repeat;
	  background-position: center;
	  background-size: cover
  }
}
@media (max-width:29.99875em) {
  .cats__inner ul {
    grid-template-columns: 1fr 1fr
  }
  .catalog__cont {
    gap: 10px
  }
}
@media (any-hover:hover) {
  ._hhv:hover {
    opacity: .8
  }
}
.aboutVideo__lead {
  max-width: 620px;
  margin-top: 14px;
  color: #fff;
  font-size: 18px;
  line-height: 150%
}
.aboutVideo__stats {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  max-width: 820px;
  width: fit-content;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px)
}
.aboutVideo__stats div {
  min-height: 82px;
  min-width: 190px;
  padding: 16px 22px;
  color: #fff;
  position: relative
}
.aboutVideo__stats div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 18px;
  width: 1px;
  background: rgba(255,255,255,.24)
}
.aboutVideo__stats strong {
  display: block;
  margin-bottom: 6px;
  font-size: 30px;
  line-height: 100%;
  font-weight: 700
}
.aboutVideo__stats span {
  display: block;
  font-size: 14px;
  line-height: 140%
}
.aboutWho__inner {
  align-items: stretch;
  gap: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 18px 0 rgba(34,60,80,.08)
}
.aboutWho__inner img {
  min-height: 520px
}
.aboutWho__inner .aboutWho__content {
  padding: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center
}
.aboutWho__inner .aboutWho__content h2 {
  font-size: 34px;
  line-height: 120%;
  color: #00509e
}
.aboutWho__text {
  padding: 0!important;
  background: rgba(0,0,0,0)!important;
  color: rgba(23,23,23,.84)
}
.aboutWho__text p {
  line-height: 155%
}
.aboutWho__text p:not(:last-child) {
  margin-bottom: 18px
}
.aboutServices__grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px
}
.aboutServices__item {
  min-height: 250px;
  padding: 28px;
  border-radius: 10px;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all .3s ease-in-out 0s
}
.aboutServices__item span {
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  border-radius: 50%;
  background: #00509e;
  position: relative
}
.aboutServices__item span::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 14px;
  left: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.aboutServices__item h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 125%;
  font-weight: 700;
  color: #00509e
}
.aboutServices__item p {
  margin-top: auto;
  line-height: 150%;
  color: rgba(23,23,23,.78)
}
.aboutText__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left
}
.aboutText__inner span {
  color: rgba(255,255,255,.75);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase
}
.aboutText__inner p {
  font-size: 30px;
  line-height: 135%;
  font-weight: 700
}
.aboutProcess__inner {
  display: grid;
  grid-template-columns: minmax(280px,.75fr) minmax(0,1.25fr);
  gap: 40px;
  align-items: start
}
.aboutProcess__head {
  position: sticky;
  top: 30px
}
.aboutProcess__head p {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #00b0ed;
  text-transform: uppercase
}
.aboutProcess__head h2 {
  font-size: 34px;
  line-height: 120%;
  font-weight: 700;
  color: #00509e
}
.aboutProcess__grid {
  display: grid;
  gap: 16px
}
.aboutProcess__item {
  padding: 28px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 18px 0 rgba(34,60,80,.08);
  display: grid;
  grid-template-columns: 72px 1fr;
  column-gap: 22px;
  row-gap: 8px
}
.aboutProcess__item strong {
  grid-row: span 2;
  color: #00b0ed;
  font-size: 34px;
  line-height: 100%;
  font-weight: 700
}
.aboutProcess__item h3 {
  font-size: 20px;
  font-weight: 700;
  color: #00509e
}
.aboutProcess__item p {
  line-height: 150%;
  color: rgba(23,23,23,.78)
}
.why__cont {
  align-items: stretch
}
.why__item,
.why__item:nth-child(2),
.why__item:not(:nth-child(2)) {
  min-height: 300px;
  padding: 34px 28px;
  border-radius: 10px;
  background: #fff;
  color: #171717;
  box-shadow: 0 5px 18px 0 rgba(34,60,80,.08)
}
.why__item:nth-child(2) {
  background: #00509e;
  background: linear-gradient(0deg,#00509e 0,#00b0ed 100%);
  color: #fff;
  -webkit-transform: translateY(-18px);
  transform: translateY(-18px)
}
.why__item img {
  height: 64px;
  width: auto
}
.why__item p {
  line-height: 125%
}
.faq__inner {
  max-width: 920px
}
.faq__inner ul {
  gap: 12px
}
.faq__inner ul li {
  padding: 22px 70px 22px 24px;
  border: 1px solid rgba(0,80,158,.18);
  box-shadow: 0 5px 18px 0 rgba(34,60,80,.06)
}
.faq__inner ul li h3 {
  font-size: 17px;
  line-height: 140%;
  font-weight: 700
}
.faq__inner ul li p {
  font-size: 15px
}
.faq__inner ul li button {
  top: 24px;
  right: 24px
}
@media (any-hover:hover) {
  .aboutServices__item:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    background: #fff;
    box-shadow: 0 5px 18px 0 rgba(34,60,80,.08)
  }
}
@media (max-width:1200px) {
  .aboutServices__grid {
    grid-template-columns: repeat(2,1fr)
  }
  .aboutProcess__inner {
    grid-template-columns: 1fr
  }
  .aboutProcess__head {
    position: static
  }
}
@media (max-width:991.98px) {
  .aboutVideo__stats {
    max-width: 360px;
    width: 100%
  }
  .aboutVideo__stats div {
    width: 100%
  }
  .aboutVideo__stats div:not(:last-child)::after {
    top: auto;
    right: 18px;
    bottom: 0;
    left: 18px;
    width: auto;
    height: 1px
  }
  .aboutWho__inner {
    grid-template-columns: 1fr;
    max-width: 768px;
    margin: 0 auto
  }
  .aboutWho__inner img {
    min-height: 360px;
    order: 0
  }
  .aboutWho__inner .aboutWho__content,
  .aboutWho__inner div {
    height: auto;
    overflow: visible;
    padding: 34px
  }
  .why__item:nth-child(2) {
    -webkit-transform: none;
    transform: none
  }
}
@media (max-width:767.98px) {
  .aboutVideo__lead {
    font-size: 15px
  }
  .aboutVideo__stats {
    margin-top: 20px
  }
  .aboutVideo__stats div {
    min-height: auto;
    padding: 14px
  }
  .aboutVideo__stats strong {
    font-size: 26px
  }
  .aboutWho__inner .aboutWho__content,
  .aboutWho__inner div {
    padding: 24px
  }
  .aboutWho__inner .aboutWho__content h2,
  .aboutProcess__head h2 {
    font-size: 28px
  }
  .aboutServices__grid {
    grid-template-columns: 1fr
  }
  .aboutServices__item {
    min-height: 210px
  }
  .aboutText__inner p {
    font-size: 23px
  }
  .aboutProcess__item {
    grid-template-columns: 1fr;
    padding: 24px
  }
  .aboutProcess__item strong {
    grid-row: auto
  }
  .faq__inner ul li {
    padding: 18px 58px 18px 18px
  }
}

@media (max-width: 1200px) {
  .services__cont {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
  .services__item:nth-child(even) {
    margin-top: 0
  }
}

@media (max-width: 768px) {
  .services__head {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 30px
  }
  .services__title h2 {
    font-size: 36px
  }
  .services__intro {
    gap: 18px
  }
  .services__cont {
    grid-template-columns: 1fr;
    gap: 18px
  }
  .services__item {
    min-height: 340px
  }
  .services__card {
    min-height: 340px;
    padding: 20px
  }
}

@media (max-width: 480px) {
  .services__title h2 {
    font-size: 31px
  }
  .services__title span {
    font-size: 11px
  }
  .services__intro p {
    font-size: 15px
  }
  .services__main-link,
  .services__link {
    width: 100%
  }
  .services__content p {
    font-size: 22px
  }
  .services__content span {
    font-size: 14px
  }
}

@media (prefers-reduced-motion: reduce) {
  ._reveal-ready,
  ._reveal-ready._reveal-soft,
  ._reveal-ready._visible,
  .popular__swiper-slide,
  .popular__swiper-slide img,
  .cats__card,
  .cats__card img,
  .services__item,
  .services__item._animate-ready,
  .services__item._animate-ready._visible,
  .services__media img,
  .services__link,
  .services__main-link {
    transition: none;
    transform: none
  }
  ._reveal-ready,
  .services__item._animate-ready {
    opacity: 1
  }
}

.cats {
  overflow: hidden
}
.cats__head {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(320px,520px);
  gap: 48px;
  align-items: end;
  margin-bottom: 36px
}
.cats__head span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #00b0ed;
  font-size: 12px;
  font-weight: 800
}
.cats__head h2 {
  color: #00509e;
  font-size: 42px;
  line-height: 112%;
  font-weight: 800
}
.cats__head p {
  color: #344256;
  line-height: 155%;
  font-size: 17px
}
.cats__inner ul {
  grid-template-columns: repeat(6,minmax(0,1fr));
  gap: 18px
}
.cats__inner ul li {
  min-height: 260px
}
.cats__inner ul li:nth-child(1),
.cats__inner ul li:nth-child(2),
.cats__inner ul li:nth-child(3),
.cats__inner ul li:nth-child(4),
.cats__inner ul li:nth-child(5),
.cats__inner ul li:last-child {
  grid-column: span 2
}
.cats__inner ul li:last-child {
  padding: 0;
  background: none;
  border-radius: 0
}
.cats__card {
  position: relative;
  height: 100%;
  min-height: 260px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 8px;
  background: #00509e;
  color: #fff;
  isolation: isolate;
  box-shadow: 0 18px 42px rgba(15,40,68,.1);
  transition: transform .28s ease, box-shadow .28s ease
}
.cats__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg,rgba(0,80,158,.06) 0,rgba(0,80,158,.55) 50%,rgba(0,43,86,.92) 100%);
  transition: background .28s ease
}
.cats__card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .45s ease, filter .45s ease
}
.cats__card span {
  max-width: 280px;
  margin-bottom: 10px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.cats__card p,
.cats__inner ul li:not(:last-child) .cats__card p,
.cats__inner ul li:last-child .cats__card p {
  max-width: 320px;
  color: #fff;
  font-size: 24px;
  line-height: 118%;
  font-weight: 800;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden
}
.cats__card strong {
  margin-top: 22px;
  width: fit-content;
  min-height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #00509e;
  background: #fff;
  border-radius: 6px;
  font-weight: 800
}
.cats__inner ul li:last-child .cats__card strong svg,
.cats__card strong svg {
  width: 18px;
  height: 18px;
  padding: 0;
  background: none;
  border-radius: 0
}
.cats__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(0,80,158,.18)
}
.cats__card:hover::after {
  background: linear-gradient(180deg,rgba(0,176,237,.04) 0,rgba(0,80,158,.5) 45%,rgba(0,43,86,.95) 100%)
}
.cats__card:hover img {
  transform: scale(1.09);
  filter: saturate(1.08)
}
.cats__card--all {
  background: linear-gradient(145deg,#00509e 0,#00b0ed 100%);
  justify-content: space-between
}
.cats__card--all::after {
  display: none
}
.cats__inner ul li:last-child .cats__all-mark,
.cats__all-mark {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 86px;
  height: 86px;
  color: rgba(255,255,255,.24);
  background: none;
  border-radius: 0;
  padding: 0
}

@media (max-width: 1200px) {
  .cats__inner ul {
    grid-template-columns: repeat(2,minmax(0,1fr))
  }
  .cats__inner ul li:nth-child(1),
  .cats__inner ul li:nth-child(2),
  .cats__inner ul li:nth-child(3),
  .cats__inner ul li:nth-child(4),
  .cats__inner ul li:nth-child(5),
  .cats__inner ul li:last-child {
    grid-column: auto
  }
}

@media (max-width: 768px) {
  .cats__head {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px
  }
  .cats__head h2 {
    font-size: 34px
  }
  .cats__head p {
    font-size: 15px
  }
  .cats__inner ul {
    grid-template-columns: 1fr
  }
  .cats__card {
    min-height: 230px;
    padding: 20px
  }
  .cats__card p,
  .cats__inner ul li:not(:last-child) .cats__card p,
  .cats__inner ul li:last-child .cats__card p {
    font-size: 22px
  }
}

.footer {
  position: relative;
  overflow: hidden;
  background: #031726;
  background-image: radial-gradient(circle at 15% 0,rgba(0,176,237,.24) 0,rgba(0,176,237,0) 34%),linear-gradient(145deg,#031726 0,#042a4a 58%,#00509e 140%);
  color: #fff
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size: 88px 88px;
  opacity: .35;
  pointer-events: none
}
.footer__container {
  position: relative;
  z-index: 1
}
.footer__cta {
  margin-top: 80px;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 30px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 24px 80px rgba(0,0,0,.18);
  backdrop-filter: blur(10px)
}
.footer__cta span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #00b0ed;
  font-size: 12px;
  font-weight: 800
}
.footer__cta h2 {
  max-width: 620px;
  margin-bottom: 12px;
  font-size: 34px;
  line-height: 115%;
  font-weight: 800;
  color: #fff
}
.footer__cta p {
  max-width: 650px;
  line-height: 155%;
  color: rgba(255,255,255,.78)
}
.footer__cta-button {
  min-height: 52px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #fff;
  color: #00509e;
  font-weight: 800;
  white-space: nowrap
}
.footer__inner {
  position: relative;
  z-index: 1;
  padding: 56px 0 54px;
  display: grid;
  grid-template-columns: minmax(260px,1.25fr) minmax(160px,.65fr) minmax(230px,.9fr) minmax(260px,.9fr);
  gap: 34px;
  align-items: start
}
.footer__logo {
  width: auto;
  margin-bottom: 22px
}
.footer__logo img {
  max-width: 205px;
  width: 100%
}
.footer__brand p {
  max-width: 330px;
  margin-bottom: 24px;
  color: rgba(255,255,255,.72);
  line-height: 155%
}
.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 250px
}
.footer__social li a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.12)
}
.footer__social li a img,
.footer__social li a svg {
  width: 22px;
  height: 22px
}
.footer__nav {
  margin-right: 0
}
.footer__nav h2,
.footer__contact h2,
.footer__form h2 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 800
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.footer__nav ul li a {
  color: rgba(255,255,255,.72);
  font-weight: 600
}
.footer__contact {
  margin-right: 0
}
.footer__contact ul {
  display: flex;
  flex-direction: column;
  gap: 12px
}
.footer__contact li a,
.footer__contact li span {
  display: block;
  color: rgba(255,255,255,.72);
  line-height: 145%;
  font-weight: 600
}
.footer__form {
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14)
}
.footer__form input {
  max-width: 100%;
  width: 100%;
  min-height: 46px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  background: rgba(255,255,255,.08);
  color: #fff;
  outline: 0
}
.footer__form input:not(:last-child) {
  margin-bottom: 10px
}
.footer__form input::placeholder {
  color: rgba(255,255,255,.55)
}
.footer__form input:focus {
  border: 1px solid rgba(0,176,237,.7);
  background: rgba(255,255,255,.12)
}
.footer__form button {
  width: 100%;
  min-height: 46px;
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #00b0ed;
  color: #fff;
  font-weight: 800
}
.footer__bottom {
  position: relative;
  z-index: 1;
  padding: 16px 15px;
  background: rgba(0,0,0,.24);
  border-top: 1px solid rgba(255,255,255,.08);
  text-align: center
}
.footer__bottom p {
  color: rgba(255,255,255,.68)
}

@media (max-width: 1100px) {
  .footer__inner {
    grid-template-columns: 1fr 1fr;
    gap: 34px
  }
}

@media (max-width: 560px) {
  .footer__cta {
    margin-top: 50px;
    padding: 24px;
    grid-template-columns: 1fr
  }
  .footer__cta h2 {
    font-size: 28px
  }
  .footer__cta-button {
    width: 100%
  }
  .footer__inner {
    grid-template-columns: 1fr;
    padding: 42px 0
  }
  .footer__form {
    padding: 20px
  }
}

/* Modern hero refresh */
.hero {
  position: relative;
  overflow: hidden;
  background: #003766
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 90px;
  pointer-events: none;
  background: linear-gradient(180deg,rgba(0,38,74,0) 0,rgba(0,38,74,.42) 100%)
}
.hero__overlay {
  background:
    radial-gradient(circle at 78% 18%,rgba(0,176,237,.22) 0,rgba(0,176,237,0) 38%),
    linear-gradient(90deg,rgba(0,38,74,.92) 0,rgba(0,80,158,.74) 43%,rgba(0,176,237,.18) 100%);
  z-index: 1
}
.hero__swiper-slide {
  min-height: 620px;
  overflow: hidden;
  background-position: center;
  isolation: isolate
}
.hero__swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg,rgba(0,0,0,.04) 0,rgba(0,0,0,.2) 100%)
}
.hero__content {
  position: relative;
  z-index: 3;
  max-width: 720px;
  padding: 26px 0 38px;
  transform: translateY(0);
  transition: opacity .55s ease,transform .55s ease
}
.hero__swiper.swiper-initialized .hero__content {
  opacity: 0;
  transform: translateY(24px)
}
.hero__swiper.swiper-initialized .swiper-slide-active .hero__content {
  opacity: 1;
  transform: translateY(0)
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 18px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase
}
.hero__swiper-slide p {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(42px,5.1vw,72px);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
  text-shadow: 0 18px 38px rgba(0,0,0,.24)
}
.hero__swiper-slide .hero__text {
  display: block;
  max-width: 560px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.55
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px
}
.hero__btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1;
  transition: transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease
}
.hero__btn:hover {
  transform: translateY(-2px)
}
.hero__btn--primary {
  background: #00b0ed;
  color: #fff;
  box-shadow: 0 16px 36px rgba(0,176,237,.32)
}
.hero__btn--primary:hover {
  background: #05a4dd
}
.hero__btn--secondary {
  border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.1);
  color: #fff;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px)
}
.hero__btn--secondary:hover {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.46)
}
.hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 720px;
  margin-top: 28px
}
.hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 800;
  line-height: 1
}
.hero__controls {
  top: auto;
  right: 24px;
  bottom: 30px;
  transform: none;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(0,38,74,.34);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 38px rgba(0,0,0,.2)
}
.hero-button-prev,
.hero-button-next {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background .25s ease,opacity .25s ease
}
.hero-button-prev:hover,
.hero-button-next:hover {
  background: rgba(255,255,255,.12)
}
.hero-button-prev svg,
.hero-button-next svg {
  width: 18px
}
.hero-pagination {
  gap: 7px
}
.hero-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  opacity: .45;
  background: #fff
}
.hero-pagination .swiper-pagination-bullet-active {
  width: 7px;
  height: 22px;
  opacity: 1;
  background: #00b0ed
}
@media (prefers-reduced-motion: no-preference) {
  .hero__swiper.swiper-initialized .swiper-slide-active {
    animation: heroImageDrift 7s ease-out both
  }
  @keyframes heroImageDrift {
    from {
      background-size: 104%
    }
    to {
      background-size: 108%
    }
  }
}
@media (max-width: 992px) {
  .hero__swiper-slide {
    min-height: 540px
  }
  .hero__container {
    padding-right: 92px
  }
}
@media (max-width: 767px) {
  .hero__swiper-slide {
    min-height: 560px;
    padding: 48px 0 118px;
    justify-content: flex-end
  }
  .hero__container {
    padding-right: 15px
  }
  .hero__content {
    max-width: 100%;
    padding-bottom: 0
  }
  .hero__swiper-slide p {
    font-size: 36px;
    line-height: 1.08
  }
  .hero__swiper-slide .hero__text {
    font-size: 15px
  }
  .hero__actions {
    margin-top: 22px
  }
  .hero__btn {
    flex: 1 1 100%;
    min-height: 46px
  }
  .hero__chips {
    margin-top: 18px
  }
  .hero__chips span {
    min-height: 30px;
    font-size: 12px
  }
  .hero__controls {
    right: 15px;
    bottom: 18px;
    flex-direction: row
  }
  .hero-pagination {
    flex-direction: row
  }
  .hero-pagination .swiper-pagination-bullet-active {
    width: 22px;
    height: 7px
  }
}
@media (max-width: 420px) {
  .hero__swiper-slide p {
    font-size: 31px
  }
  .hero__eyebrow {
    min-height: 30px;
    font-size: 11px
  }
}

/* Hero visibility tuning */
.hero__overlay {
  background:
    radial-gradient(circle at 78% 18%,rgba(0,176,237,.16) 0,rgba(0,176,237,0) 40%),
    linear-gradient(90deg,rgba(0,38,74,.78) 0,rgba(0,80,158,.48) 42%,rgba(0,176,237,.04) 100%)
}
.hero__swiper-slide {
  background-size: cover!important
}
@media (prefers-reduced-motion: no-preference) {
  .hero__swiper.swiper-initialized .swiper-slide-active {
    animation: none
  }
}
.hero__controls {
  top: 50%;
  right: 22px;
  bottom: auto;
  transform: translateY(-50%);
  flex-direction: column;
  width: auto;
  padding: 12px 10px;
  background: rgba(0,38,74,.46);
  border-color: rgba(255,255,255,.26)
}
.hero-pagination {
  flex-direction: column
}
.hero-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 18px;
  opacity: .62;
  background: rgba(255,255,255,.9)
}
.hero-pagination .swiper-pagination-bullet-active {
  width: 8px;
  height: 36px;
  background: #00b0ed;
  box-shadow: 0 0 18px rgba(0,176,237,.5)
}
@media (max-width: 560px) {
  .hero__overlay {
    background:
      linear-gradient(180deg,rgba(0,38,74,.22) 0,rgba(0,38,74,.88) 74%,rgba(0,38,74,.94) 100%),
      linear-gradient(90deg,rgba(0,80,158,.18) 0,rgba(0,176,237,.05) 100%)
  }
  .hero__controls {
    top: auto;
    left: 15px;
    right: 15px;
    bottom: 18px;
    transform: none;
    flex-direction: row;
    justify-content: center
  }
  .hero-pagination {
    flex-direction: row
  }
  .hero-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 8px
  }
  .hero-pagination .swiper-pagination-bullet-active {
    width: 36px;
    height: 8px
  }
}

/* Hero controls in the same visual language as product sliders */
.hero__controls {
  top: auto;
  right: auto;
  left: max(15px,calc((100vw - 1170px) / 2));
  bottom: 34px;
  transform: none;
  flex-direction: row;
  width: auto;
  padding: 0;
  gap: 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none
}
.hero-button-prev,
.hero-button-next {
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent
}
.hero-button-prev:hover,
.hero-button-next:hover {
  background: transparent;
  opacity: .78
}
.hero-button-prev svg,
.hero-button-next svg {
  width: 20px;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.28))
}
.hero-pagination {
  flex-direction: row;
  gap: 10px;
  align-items: center;
  width: auto!important
}
.hero-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  border-radius: 100px;
  background: rgba(255,255,255,.82);
  opacity: .55;
  box-shadow: 0 8px 18px rgba(0,0,0,.2)
}
.hero-pagination .swiper-pagination-bullet-active {
  width: 50px;
  height: 8px;
  background: #00b0ed;
  opacity: 1;
  box-shadow: 0 10px 22px rgba(0,176,237,.36)
}
@media (max-width: 767px) {
  .hero__controls {
    left: 15px;
    right: 15px;
    bottom: 18px;
    justify-content: center
  }
}
