* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 130% !important;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
  font-family: inherit;
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  text-align: inherit;
  line-height: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: "SF-Pro-Display-Regular";
  src: url("/wp-content/themes/metkom/fonts/SF-Pro-Display-Regular.eot");
  src:
    url("/wp-content/themes/metkom/fonts/SF-Pro-Display-Regular.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/metkom/fonts/SF-Pro-Display-Regular.woff2") format("woff2"),
    url("/wp-content/themes/metkom/fonts/SF-Pro-Display-Regular.woff") format("woff"),
    url("/wp-content/themes/metkom/fonts/SF-Pro-Display-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF-Pro-Display-Bold";
  src: url("/wp-content/themes/metkom/fonts/SF-Pro-Display-Bold.eot");
  src:
    url("/wp-content/themes/metkom/fonts/SF-Pro-Display-Bold.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/metkom/fonts/SF-Pro-Display-Bold.woff2") format("woff2"),
    url("/wp-content/themes/metkom/fonts/SF-Pro-Display-Bold.woff") format("woff"),
    url("/wp-content/themes/metkom/fonts/SF-Pro-Display-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF-Pro-Display-RegularItalic";
  src: url("/wp-content/themes/metkom/fonts/SF-Pro-Display-RegularItalic.eot");
  src:
    url("/wp-content/themes/metkom/fonts/SF-Pro-Display-RegularItalic.eot?#iefix") format("embedded-opentype"),
    url("/wp-content/themes/metkom/fonts/SF-Pro-Display-RegularItalic.woff2") format("woff2"),
    url("/wp-content/themes/metkom/fonts/SF-Pro-Display-RegularItalic.woff") format("woff"),
    url("/wp-content/themes/metkom/fonts/SF-Pro-Display-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "SF-Pro-Display-Regular";
  font-weight: 400; /* Задайте вес явно */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #e2ecfa;
  font-size: 18px;
  color: #000;
  letter-spacing: -0.01em;
  overflow-x: hidden;
  position: relative;
}

.section {
  margin-top: 60px;
}

html {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  scroll-behavior: smooth;
  overflow-x: hidden;
  max-width: 100%;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* Обертка для предотвращения горизонтального скролла */
.wrapper {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 15px;
  position: relative;
}

.hero_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.gridblock {
  position: fixed;
  top: 50%;
  left: 50%;
  /* смещение обратно ровно на половину собственных размеров */
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  padding: 20px 0px;
  pointer-events: none; /* блок «прозрачен» для мыши */
  z-index: 10;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
  width: 100%;
  height: 100%;
}

.grid_item {
  border-left: 1px solid #c4cedd67;
  border-right: 1px solid #c4cedd67;
  height: 100%;
}

.footer {
  background: #013c98;
  width: 100%;
  max-width: 100vw;
  margin-top: 100px;
  padding: 60px 0px 20px 0px;
}

.footer_form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: start;
}

h2.title {
  font-size: 60px;
  line-height: 90% !important;
  color: #013c98;
}

.titlecenter {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

h1.title {
  font-size: 80px;
  color: #013c98;
  text-align: center;
  line-height: 90% !important;
  font-family: "SF-Pro-Display-Bold";
}

.descr {
  font-size: 28px;
  max-width: 800px;
  text-align: center;
  margin: 30px auto 0px auto;
}

.footer h2.title {
  color: #e2ecfa;
}

.btn {
  background: #013c98;
  padding: 20px 30px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  width: max-content; /* ширина кнопки = содержимому */
  justify-self: end; /* прижимает кнопку к правому краю ячейки грида */
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.phones .dot::before {
  background: rgb(255, 255, 255);
}

.dot::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;

  /* анимация: визуально растёт, но реальная ширина остаётся 10 px */
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%,
  100% {
    transform: scale(1);
  } /* 10 px */
  50% {
    transform: scale(1.3);
  } /* ≈13 px */
}

.btnwhite {
  background: #ffffff;
  color: #013c98;
}

.btnwhite::before {
  background: #013c98;
}

.btn:hover {
  scale: 0.95;
  cursor: pointer;
}

.line {
  height: 1px;
  background: #c4cedd4d;
  width: 100%;
  margin: 60px 0px;
}

.logo img {
  width: 200px;
}

.footer_bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 60px;
  align-items: end;
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-flex;
}

.menu a:hover {
  transform: translateX(10px);
}

.contact a {
  color: #e2ecfa;
}

.footer_bottom {
  color: #e2ecfa;
}

.footer_bottom a {
  text-decoration: underline;
  text-decoration-color: #c4cedd4d;
  text-decoration-thickness: 1px;
  text-underline-offset: 9px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer_bottom a:hover {
  text-underline-offset: 7px;
}

.contact_block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact_block a {
  font-size: 26px;
}

.soc img {
  width: 60px;
  height: 60px;
}

.soc a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.soc a:hover {
  scale: 0.95;
}

.soc {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.header_block {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.header {
  padding: 10px 0px;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  backdrop-filter: blur(5px);
  background: rgba(1, 59, 152, 0.9);
}

.phones {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.header_menu {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header_menu a {
  color: #fff;
}

.phones a {
  color: rgb(255, 255, 255);
}

.phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  width: max-content;
  justify-self: end;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero_info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  flex-direction: column;
}

.hero {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 85vh;
  max-height: 900px;
  overflow: hidden;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 10px solid #013c98;
  border-right: 10px solid #013c98;
  border-bottom: 10px solid #013c98;
  padding: 140px 0px 30px 0px;
}

.hero video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

.hero_container {
  position: relative;
  z-index: 2;
}

.info {
  position: relative;
  z-index: 2;
}

.bullet {
}

.bullet_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}

.bullet_block_item {
  background: #f2f8ff;
  border: 1.5px solid #013c98;
  padding: 12px 15px 15px 15px;
  border-radius: 20px;
  display: flex;
  gap: 10px;
  align-items: start;
}

.check {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.card_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 40px;
}

.card_block_four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card_block_four .card_block_item_img {
  aspect-ratio: 12 / 9;
}

.card_block_item:hover .card_block_item_img .cbimg {
  scale: 1.05;
}

.card_block_item:hover .card_block_item_info_title {
  color: #013c98;
}

.card_block_item:hover .arrow {
  rotate: 45deg;
}

.card_block_item {
  background: #fff;
  padding: 15px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  border: 1.5px solid #013c98;
}

.card_block_item_img {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
}

.card_block_item_img .cbimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.card_block_item_info_title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 110% !important;
  font-family: "SF-Pro-Display-Bold";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card_block_item_info_bottom {
  display: flex;
  align-items: end;
  gap: 20px;
  margin-top: 4px;
}

.arrow {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}

.promo {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 7;
  overflow: hidden;
  border-radius: 20px;
  margin-top: 40px;
}

.promo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.about_item_info {
  margin-top: 20px;
  padding-right: 40px;
}

p {
  margin-bottom: 15px;
}

.about_item_digit {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.about_item_digit_item {
  padding: 15px;
  border-radius: 20px;
  background: #f2f8ff;
}

.about_item_digit_item_digit {
  color: #013c98;
  font-size: 70px;
}

.about_item_digit_item_info {
  margin-top: 5px;
}

.about_item_title {
  margin-top: 20px;
  font-size: 28px;
  font-family: "SF-Pro-Display-Bold";
  max-width: 700px;
}

.logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 40px;
}

.logofeedback {
  border-radius: 20px;
  width: 100%;
}

.manufacturing {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 40px;
}

.manufacturing_slider {
  margin-top: 40px;
  padding-bottom: 60px;
}

.manufacturing_slider .swiper-pagination {
  bottom: 0 !important;
}

.manufacturing_item {
  border-radius: 20px;
  padding: 15px;
  background: #f2f8ff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1.5px solid #013c98;
}

.manufacturing_slider .swiper-slide {
  display: flex;
  height: auto;
}

.second_block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: 80px;
  margin: 40px auto 0 auto;
}

.manufacturing_item_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 9 / 12;
  border-radius: 10px;
}

.manufacturing_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.manufacturing_item_info {
  margin-top: 15px;
}

.manufacturing_item_info_title {
  font-size: 22px;
  line-height: 110% !important;
  font-family: "SF-Pro-Display-Bold";
}

.manufacturing_item_info_text {
  margin-top: 4px;
  font-size: 14px;
}

.manufacturing_item:hover {
  scale: 0.98;
  background: #013c98;
}

.manufacturing_item:hover .manufacturing_item_info_title {
  color: #fff;
}

.manufacturing_item:hover .manufacturing_item_info_text {
  color: #fff;
}

.content a {
  color: #013c98;
  text-decoration: underline;
}

.content blockquote {
  background: #f5f8ff;
  padding: 15px;
  border-radius: 10px;
  display: block;
  margin-bottom: 15px;
}

.content ul {
  margin-left: 30px;
  margin-bottom: 15px;
}
.content ol {
  margin-left: 30px;
  margin-bottom: 15px;
}

.wp-block-image {
  margin-top: 20px;
  margin-bottom: 30px;
}

.wp-block-image img {
  border-radius: 10px;
}

.wp-block-gallery img {
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wp-block-gallery img:hover {
  opacity: 0.8;
}

.wp-block-gallery {
  margin-top: 20px;
  margin-bottom: 30px;
}

.content blockquote p {
  margin-bottom: 0px;
  font-family: "SF-Pro-Display-RegularItalic";
}

.page {
  margin-top: 140px;
}

h1.page_title {
  font-size: 32px;
  text-align: center;
}

.page_content_inner {
  margin-top: 40px;
}

h5 {
  font-size: 20px;
  font-family: "SF-Pro-Display-Bold";
  margin-bottom: 10px;
}

.page_content {
  max-width: 1000px;
  margin: 0 auto;
}

.cat_info_page {
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 30px;
  max-width: 1000px;
}

.cat_info_page ul {
  margin-left: 30px;
  margin-bottom: 20px;
}

.swiper-horizontal {
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next,
  & ~ .swiper-button-prev,
  .swiper-button-prev {
    left: 24px !important;
    right: auto;
  }
}

h2 {
  font-size: 26px;
  font-family: "SF-Pro-Display-Bold";
  margin-bottom: 4px;
}
h3 {
  font-size: 22px;
  font-family: "SF-Pro-Display-Bold";
  margin-bottom: 4px;
}

em {
  font-family: "SF-Pro-Display-RegularItalic";
}

.cat_info {
  margin: 140px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 600px;
  align-items: center;
  justify-content: center;
}

.cat_filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.cat_title {
  font-size: 60px;
  line-height: 90% !important;
  color: #013c98;
  text-align: center;
}

.cat_descr {
  text-align: center;
}

.cat_item {
  background: #f2f8ff;
  padding: 10px 20px;
  flex-shrink: 0;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cat_item:hover {
  opacity: 0.9;
  scale: 0.96;
  cursor: pointer;
}

.second_block_model_links {
  margin-top: 30px;
}

.second_block_model_links a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.second_block_model_links a:hover {
  opacity: 0.4;
}

.rubrika {
  font-size: 26px;
  margin-top: 10px;
}

.podrubrika {
  font-size: 20px;
  color: #013c98;
  margin-top: 15px;
  margin-bottom: 5px;
}

.cat_item_active {
  background: #013c98;
  color: #fff;
}

.single_product {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: 80px;
  margin: 140px auto 0 auto;
}
.single_product_img_slider {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1 / 1; /* Или другое соотношение сторон, например 4 / 3 */
  position: relative;
  margin-bottom: 30px;
}

.single_product_img_slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1; /* Дублируем, чтобы слайд тоже держал форму */
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.single_product_img_slider .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.breadcrumbs {
  font-size: 16px;
  color: #000;
}

.breadcrumbs a {
  color: #013c98;
}

.breadcrumbs a:hover {
  color: #000;
}

h1.single_product_info_title {
  font-size: 40px;
  line-height: 90% !important;
  color: #013c98;
  margin-top: 30px;
}
.single_product_info_short_description {
  margin-top: 15px;
  font-size: 16px;
}

.single_product_info_short_description a {
  color: #013c98;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: all 0.3s ease;
}

.single_product_info_short_description a:hover {
  text-decoration: none;
}

.specifications {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  width: 100%;
}

.specifications_group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single_product_img_model {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  height: 440px;
  background: linear-gradient(145deg, #c8d6e8 0%, #a8bcd4 50%, #8fa5c2 100%);
  box-shadow: inset 0 0 60px rgba(0, 60, 150, 0.1);
  border: 1px solid #013c98;
}

.single_product_bottom {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 50px;
  align-items: start;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #013c9824;
}

.single_product_img_model_info {
  max-width: 220px;
  position: absolute;
  border-radius: 10px;
  left: 10px;
  top: 10px;
  padding: 10px;
  font-size: 12px;
  border: 1.5px solid #013c98;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  z-index: 10;
  box-shadow: 0 4px 15px rgba(0, 60, 150, 0.1);
}

.btnsingle {
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
  content: none !important;
}

.swiper-button-next img,
.swiper-button-prev img {
  width: 48px;
  height: 48px;
}

.swiper-button-prev {
  margin-left: 20px;
  right: auto;
}
.swiper-button-next {
  margin-right: 20px;
  left: auto;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #013c98 !important;
}

.btns_single_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.btns_single_block_soc {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btns_single_block_soc a {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btns_single_block_soc a:hover {
  scale: 0.9;
}

.btns_single_block_soc img {
  height: 60px;
  width: auto;
  display: block;
}

.consult_popup {
  display: none;
  grid-template-columns: 3fr 1.2fr;
  align-items: center;
  position: fixed;
  gap: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  z-index: 99;
  background: rgba(102, 102, 102, 0.24);
  backdrop-filter: blur(15px);
}

.consult_popup_single {
  display: none;
  grid-template-columns: 3fr 1.2fr;
  align-items: center;
  position: fixed;
  gap: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  z-index: 99;
  background: rgba(102, 102, 102, 0.24);
  backdrop-filter: blur(15px);
}

.video_popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  gap: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  z-index: 99;
  background: rgba(102, 102, 102, 0.24);
  backdrop-filter: blur(15px);
}

.wpforms-container .wpforms-field-label,
.wp-core-ui div.wpforms-container .wpforms-field-label {
  font-weight: 400 !important;
}

.consult_popup_img {
  background: #013c98;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.consult_popup_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.consult_popup_form {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.consult_popup_single_img {
  background: #013c98;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.consult_popup_single_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}

.consult_popup_single_form {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.wpforms-container {
  width: 100% !important;
  margin: 0 !important;
}

.wpforms-container input,
.wpforms-container button {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 100px !important;
  height: 50px !important;
}

.wpforms-container button {
  background: #013c98 !important;
  color: #fff !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 56px !important;
}

.wpforms-container button:hover {
  scale: 0.96;
  cursor: pointer;
}

.footer_addr {
  margin-top: 8px;
}

.addr {
  height: 47px;
}

.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding: 5px 0 !important;
  position: relative;
}

.card_block_item_info_text {
  font-size: 16px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card_block_item_info_text p {
  margin-bottom: 5px;
}

div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label {
  margin-bottom: 6px !important;
}

.close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.close:hover {
  scale: 0.9;
  cursor: pointer;
}

.consult_popup_form_title {
  color: #013c98;
  font-size: 22px;
  line-height: 110% !important;
}

.consult_popup_form_descr {
  font-size: 16px;
  margin: 6px 0px 20px 0px;
}

.consult_popup_single_form_title {
  color: #013c98;
  font-size: 22px;
  line-height: 110% !important;
}

.consult_popup_single_form_descr {
  font-size: 16px;
  margin: 6px 0px 20px 0px;
}

.footer_btn {
  display: none;
}

.contact_block_info {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page_header {
  margin-top: 140px;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.contacts_block {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1.2fr 3fr;
  gap: 10px;
}

.contact_block_info_group_descr {
  color: #013c98;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact_text {
  font-size: 22px;
  display: block;
}

.contact_block_map {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.contact_block_map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo img {
  display: none;
}

.ol {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 11;
  background: #000000;
  padding: 20px 30px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  width: max-content;
  justify-self: end;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ol:hover {
  cursor: pointer;
  scale: 0.95;
}

.single_product_img_btn {
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 10;
  background: #000000;
  padding: 12px 20px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  width: max-content;
  justify-self: end;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.locate {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.locate:hover {
  opacity: 0.8;
  cursor: pointer;
}

.single_product_img_btn img {
  width: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single_product_img_btn:hover {
  cursor: pointer;
  scale: 0.96;
}

.single_product_img_btn:hover img {
  scale: 1.3;
}

.video_block {
  max-width: 1000px;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 16 / 9;
}

.video_block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_block {
  max-width: 700px;
  margin: 0 auto 32px;
}
.video_block video {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #000;
}
.video_swiper .swiper-button-next,
.video_swiper .swiper-button-prev {
  color: #fff;
}

.video_grid {
  display: flex;
  flex-wrap: wrap; /* позволяет переносить карточки на новую строку */
  gap: 20px;
  margin-bottom: 40px;
}

.video_grid_item {
  position: relative;
  width: calc(25% - 15px); /* 4 в строку с учетом gap */
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 20px;
  background: #003e96;
  cursor: pointer;
}

.video_grid_item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

.play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none; /* чтобы клик проходил на .video_grid_item */
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp-block-video {
  margin-bottom: 20px;
  margin-top: 20px;
}

.wp-block-video video {
  border-radius: 20px;
}

.play_btn img {
  width: 48px;
  height: 48px;
  opacity: 0.82;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.2));
  /* Можно сделать еще контур или полупрозрачный круг под иконкой, если хочешь */
}

.news {
  margin-top: 150px;
}

.news_block {
  margin: 60px auto 0 auto;
  display: flex;
  max-width: 1000px;
  flex-direction: column;
  gap: 80px;
}

.content {
  margin: 60px auto 0 auto;
  max-width: 1000px;
}

.content_block {
  margin: 0px auto 0 auto;
  max-width: 1000px;
}

.single_news {
  margin-top: 30px;
}

.single_news_content {
  margin-top: 30px;
}

.news_block_item {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 30px;
}

.center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.news_block_item_img {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.news_block_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.single_news_img {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.single_news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_block_item_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news_block_item_date {
  font-size: 12px;
  opacity: 0.5;
}

.news_block_item_title {
  margin-top: 6px;
  font-size: 20px;
  line-height: 110% !important;
  font-family: "SF-Pro-Display-Bold";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_block_item_excerpt {
  font-size: 16px;
  margin-top: 10px;
}

.news_block_item_btn {
  font-size: 16px;
  color: #013c98;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_block_item:hover .news_block_item_title {
  color: #013c98;
}

.news_block_item:hover .news_block_item_btn {
  color: #000;
}

.news_block_item:hover img {
  scale: 1.03;
}

h1.titlenews {
  font-size: 40px;
  color: #013c98;
  text-align: center;
  line-height: 110% !important;
}

.products_block {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  margin-top: 60px;
  align-items: start;
}

.products_block .card_block {
  margin-top: 0px;
}

.products_block_filter {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}

.products_block_filter_cat {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cat_children {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.products_block_filter_cat .cat_item {
  font-size: 18px;
}

.products_block_filter_cat .cat_children .cat_item {
  font-size: 14px !important;
}

.locate_block {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background: rgba(102, 102, 102, 0.24);
  backdrop-filter: blur(15px);
}

.locate_block_item {
  width: 1350px;
  max-width: 95%;
  max-height: 90vh;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}

.locate_block_item_header {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "SF-Pro-Display-Bold";
  flex-shrink: 0;
}

.locate_block_item_block {
  columns: 7;
  column-gap: 20px;
  font-size: 13px;
}

.locate_block_item_link {
  display: block;
  margin-bottom: 6px;
  break-inside: avoid;
}

.locate_block_item_link:hover {
  color: #013c98;
}

/* Стилизация полосы прокрутки */
.locate_block_item_block::-webkit-scrollbar {
  width: 8px;
}

.locate_block_item_block::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.locate_block_item_block::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.locate_block_item_block::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Для Firefox */
.locate_block_item_block {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

/* Мобильный телефон и бургер */
.mobile_header_right {
  display: none;
  align-items: center;
  gap: 15px;
}

.mobile_contacts {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.mobile_phone {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}

.mobile_email {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  opacity: 0.8;
}

/* Бургер меню */
.burger_btn {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 101;
  position: relative;
}

.burger_btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: rgb(255, 255, 255);
  margin: 3px 0;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.burger_btn.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger_btn.active span:nth-child(2) {
  opacity: 0;
}

.burger_btn.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.mobile_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile_menu_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}

.mobile_menu.active {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  max-width: 400px;
  background: rgba(226, 236, 250, 0.98);
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 130px 30px 150px 30px;
  gap: 20px;
  overflow-y: auto;
  transform: translateX(100%);
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

.mobile_menu.active .mobile_menu_content {
  transform: translateX(0);
}

.mobile_menu_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile_menu_close img {
  width: 100%;
  height: 100%;
}

.mobile_menu_close:hover {
  transform: scale(0.9);
}

.mobile_menu_links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 9px;
  width: 100%;
}

.mobile_menu_links a {
  font-size: 18px;
  color: #000;
  font-family: "SF-Pro-Display-Bold";
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: right;
}

.mobile_menu_links a:hover {
  color: #013c98;
}

/* Категории в мобильном меню - меньший размер шрифта */
.mobile_menu_links a.mobile_menu_cat {
  font-size: 18px;
  font-family: "SF-Pro-Display-Regular";
  color: #333;
}

.mobile_menu_links a.mobile_menu_cat:hover {
  color: #013c98;
}

/* Разделитель перед категориями */
.mobile_menu_links a.mobile_menu_cat:first-of-type {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid rgba(1, 60, 152, 0.15);
  width: 100%;
  text-align: right;
}

/* Разделитель после категорий (перед Новости) */
.mobile_menu_links a[href="/news"] {
  margin-top: 0px;
  padding-top: 5px;
  border-top: 1px solid rgba(1, 60, 152, 0.15);
  width: 100%;
  text-align: right;
}

.mobile_menu_contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
}

.mobile_menu_contacts a {
  font-size: 18px;
  color: #013c98;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: right;
}

.mobile_menu_contacts a:hover {
  opacity: 0.7;
}

.mobile_menu_city {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
}

.locate_mobile {
  font-size: 16px;
  color: #013c98;
  cursor: pointer;
  padding: 10px 20px;
  background: #fff;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.locate_mobile:hover {
  scale: 0.95;
}

.btns_center_14 {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.btn_center_14 {
  border: 2px solid #013c98;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "SF-Pro-Display-Bold";
  color: #013c98;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn_center_14:hover {
  scale: 0.95;
}

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

@media screen and (max-width: 1000px) {
  .locate_block_item {
    width: 90%;
    max-height: 85vh;
  }

  .locate_block_item_block {
    columns: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 15px;
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 15px;
  }

  .locate_block_item_link {
    margin-bottom: 0;
  }

  .ol {
    bottom: 120px;
  }

  .footer {
    padding: 60px 0px 160px 0px;
  }

  .video_grid_item {
    position: relative;
    width: 100% !important;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 20px;
    background: #003e96;
    cursor: pointer;
  }
  .card_block_four {
    grid-template-columns: 1fr 1fr;
  }

  .cat_filter {
    gap: 6px;
  }

  .consult_popup {
    display: none;
    grid-template-columns: 1fr;
  }

  .consult_popup_single {
    display: none;
    grid-template-columns: 1fr;
  }

  .cat_item {
    font-size: 14px;
    padding: 10px 10px;
  }

  .consult_popup_img {
    display: none;
  }

  .consult_popup_single_img {
    display: none;
  }

  .footer_btn img {
    width: 40px;
    height: 40px;
  }

  .footer_btn {
    display: flex;
    position: fixed;
    align-items: center;
    gap: 10px;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(226, 236, 250, 0.6);
    backdrop-filter: blur(5px);
    padding: 20px;
    z-index: 98;
  }

  .header_menu {
    display: none;
  }
  .bullet_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .video_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }

  .locate {
    display: none;
  }

  .phones {
    display: none;
  }

  .mobile_header_right {
    display: flex;
  }

  .mobile_contacts {
    display: flex;
  }

  .burger_btn {
    display: flex;
  }

  .mobile_menu {
    display: block;
  }

  .header .btn.consult_popup_btn {
    display: none;
  }

  .about {
    grid-template-columns: 1fr;
  }

  .logos {
    grid-template-columns: 1fr 1fr;
  }

  .footer_form {
    grid-template-columns: 1fr;
    justify-content: start;
    align-self: flex-start;
    gap: 30px;
  }

  .page_header {
    margin-top: 100px;
  }

  .logo {
    margin-top: 8px;
  }
  .card_block_item_info_text p {
    font-size: 12px;
  }

  .products_block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 60px;
    align-items: start;
  }

  h1.title {
    font-size: 28px;
    color: #013c98;
    text-align: center;
    line-height: 90% !important;
  }

  .cat_title {
    font-size: 28px;
  }

  h2.title {
    font-size: 22px;
    line-height: 90% !important;
    color: #013c98;
  }

  .contact {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .footer_bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 60px;
    align-items: end;
  }

  .btn {
    font-size: 14px;
    padding: 10px 10px;
  }

  .hero {
    height: 83vh;
    justify-content: start;
    padding: 0px 0px 30px 0px;
  }

  .descr {
    font-size: 16px;
    max-width: 700px;
    text-align: center;
    margin: 15px auto 0px auto;
  }

  .second_block {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 40px auto 0 auto;
  }

  .second_block_content {
    order: 1;
  }

  .second_block_model {
    order: 2;
  }

  .hero video {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: -76px;
    object-fit: cover;
  }

  body {
    font-size: 16px;
  }

  .info {
    top: 120px;
  }

  .addr {
    height: 38px;
  }

  .logo img {
    width: 100px;
  }

  .bullet_block_item {
    font-size: 12px !important;
  }

  .card_block_item_info_bottom {
    font-size: 12px;
  }

  .card_block_item_info_title {
    font-size: 16px;
    line-height: 100% !important;
  }

  .card_block_item_img {
    aspect-ratio: 14 / 9;
  }

  .promo {
    aspect-ratio: 10 / 7;
    margin-top: 20px;
  }

  .section {
    margin-top: 30px;
  }

  .about_item_digit_item_digit {
    font-size: 28px;
  }

  .about_item_title {
    margin-top: 20px;
    font-size: 18px;
    font-family: "SF-Pro-Display-Bold";
    max-width: 700px;
  }

  .manufacturing_item_info_title {
    font-size: 18px;
  }

  .arrow {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }

  .footer_form .btn {
    justify-self: start;
  }

  .single_product {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 30px;
    margin: 100px auto 0 auto;
  }

  h1.single_product_info_title {
    font-size: 28px;
  }

  .btns_single_block_soc img {
    height: 40px;
  }

  .btns_single_block {
    justify-content: space-between;
  }

  .contacts_block {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .contact_block_map {
    aspect-ratio: 1 / 1;
    width: 100%;
  }

  .promo video {
    display: none;
  }

  .promo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .news_block_item_title {
    margin-top: 6px;
    font-size: 16px;
  }

  .news_block_item_excerpt {
    font-size: 14px;
  }

  .single_product_bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #013c9824;
  }

  h1.page_title {
    font-size: 22px;
    text-align: center;
  }
}
