﻿/* === products.css === */
/* --- base: products.css --- */
/* #region products_list */
.products_list {
  position: relative;
  overflow: hidden;
  padding: 13.81rem 0px 14.33rem;
  background-color: #fff;
}
.products_list .snow_1 {
  left: -2rem;
  bottom: -9.11rem;
  width: 19.41rem;
  transform: rotate(-12deg);
}
.products_list .head .tag {
  color: var(--secondary);
}
.products_list .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4rem;
  padding-bottom: 4.08rem;
  border-bottom: 1px solid rgba(2, 55, 138, 0.14);
}
.products_list .head .tcon .tag + h2 {
  margin-top: 1.51rem;
}
.products_list .head .tcon {
  flex-shrink: 0;
}
.products_list .head .intro {
  width: 61rem;
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.products_list .body {
  display: flex;
  align-items: flex-start;
  margin-top: 6.93rem;
}
.products_list .cats {
  flex-shrink: 0;
  width: 32.6rem;
}
.products_list .cat {
  display: block;
  max-width: 28rem;
  color: var(--text);
  font-family: 'Archivo', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.4rem;
  transition: color 0.3s;
}
.products_list .cat + .cat {
  margin-top: 2.3rem;
}
.products_list .cat:hover {
  color: var(--primary);
}
.products_list .cat.active {
  color: var(--title);
  font-weight: 700;
}
.products_list .main {
  flex: 1;
  min-width: 0px;
  margin-top: 0.55rem;
}
.products_list .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.06rem 2.01rem;
}
.products_list .list li.hide {
  display: none;
}
.products_list .item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 45.34rem;
  border: 1px solid #e2e8f0;
  border-radius: 1.6rem;
  background-color: #fff;
  transition: border-color 0.4s, box-shadow 0.4s, transform 0.4s;
}
.products_list .item:hover {
  border-color: rgba(2, 55, 138, 0.18);
  box-shadow: 0px 1.6rem 3.6rem rgba(2, 55, 138, 0.14);
  transform: translateY(-0.6rem);
}
.products_list .pic {
  position: relative;
  flex-shrink: 0;
  height: 26.57rem;
  background-image: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
}
.products_list .badge {
  position: absolute;
  left: 1.48rem;
  top: 1.47rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 2.25rem;
  padding: 0px 1.21rem;
  border-radius: 1.2rem;
  color: #fff;
  background-color: var(--secondary);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.products_list .pic .img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 23rem;
  height: 23rem;
  margin: -10.8rem 0px 0px -11.5rem;
}
.products_list .item:hover .pic .img img {
  transform: scale(1.05);
}
.products_list .info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2.19rem 2.07rem 1.73rem;
}
.products_list .info h3 {
  overflow: hidden;
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.6rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 0.3s;
}
.products_list .item:hover .info h3 {
  color: var(--primary);
}
.products_list .info > p {
  display: -webkit-box;
  overflow: hidden;
  height: 4rem;
  margin-top: 0.4rem;
  color: #64748b;
  font-size: 1.4rem;
  line-height: 2rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.products_list .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: auto;
  padding-top: 1.1rem;
  border-top: 1px solid #e2e8f0;
}
.products_list .foot .txt {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.9rem;
}
.products_list .foot .arrow {
  flex-shrink: 0;
  width: 3.38rem;
  height: 3.38rem;
  border-radius: 50%;
  transition: 0.3s;
  background: var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.6 9.4 9.4 2.6M4.4 2.6h5v5'/%3E%3C/svg%3E") no-repeat center / 1.2rem auto;
}
.products_list .item:hover .foot .arrow {
  background-color: var(--secondary);
  transform: translate(0.2rem, -0.2rem);
}
.products_list .empty {
  display: none;
  padding: 6rem 0px;
  color: var(--text);
  font-size: 1.8rem;
  text-align: center;
}
.products_list .main.is_empty .empty {
  display: block;
}
.products_list .main.is_empty .pager {
  display: none;
}
/* #endregion */

/* #region products_list pager */
.products_list .pager.hide {
  display: none;
}
.products_list .pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.03rem;
  margin-top: 4.4rem;
  color: #171717;
  font-size: 1.68rem;
}
.products_list .pager .nums {
  display: flex;
  align-items: center;
  gap: 1.03rem;
}
.products_list .pager .pg,
.products_list .pager .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.83rem;
  height: 3.8rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.4rem;
  color: #171717;
  transition: 0.3s;
}
.products_list .pager .pg:hover,
.products_list .pager .num:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.products_list .pager .num.active {
  color: #fff;
  border-color: #1a3275;
  background-color: #1a3275;
}
.products_list .pager .dots {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 3rem;
  height: 3.8rem;
  font-size: 2.06rem;
  line-height: 2.5rem;
}
.products_list .pager .pg::after {
  content: '';
  width: 0.7rem;
  height: 1.2rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12' fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 1 1 6l5 5'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 12' fill='none' stroke='%23000' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 1 1 6l5 5'/%3E%3C/svg%3E") no-repeat center / contain;
}
.products_list .pager .next::after {
  transform: rotate(180deg);
}
.products_list .pager .pg.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.products_list .pager .jump {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 2.3rem;
  font-size: 1.4rem;
}
.products_list .pager .jump select {
  width: 5.61rem;
  height: 3.8rem;
  padding: 0px 0.6rem 0px 1.4rem;
  border: 1px solid #d6d6d6;
  border-radius: 0.4rem;
  cursor: pointer;
  color: #171717;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 5' fill='none' stroke='%23171717' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 1l3.5 3L8 1'/%3E%3C/svg%3E") no-repeat right 1.1rem center / 0.75rem auto;
  font-size: 1.68rem;
  appearance: none;
  -webkit-appearance: none;
}
/* #endregion */

@media screen and (min-width: 769px) and (max-width: 1480px) {
  .products_list .cats {
    width: 28rem;
  }
  .products_list .cat {
    max-width: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .products_list {
    padding: 9rem 0px 9rem;
  }
  .products_list .head {
    align-items: flex-start;
    flex-direction: column;
    gap: 2rem;
  }
  .products_list .head .intro {
    width: auto;
  }
  .products_list .body {
    margin-top: 4rem;
  }
  .products_list .cats {
    width: 24rem;
  }
  .products_list .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .products_list .item {
    height: 42rem;
  }
  .products_list .pic {
    height: 22rem;
  }
  .products_list .pic .img {
    width: 20rem;
    height: 20rem;
    margin: -9.5rem 0px 0px -10rem;
  }
}

@media screen and (max-width: 768px) {
  .products_list {
    padding: 50px 0px;
  }
  .products_list .head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 20px;
  }
  .products_list .head .intro {
    width: auto;
    font-size: 14px;
    line-height: 1.7;
  }
  .products_list .body {
    display: block;
    margin-top: 24px;
  }
  .products_list .cats {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    width: auto;
    margin: 0px -20px;
    padding: 0px 20px 4px;
    scrollbar-width: none;
  }
  .products_list .cats::-webkit-scrollbar {
    display: none;
  }
  .products_list .cat {
    flex-shrink: 0;
    max-width: none;
    padding: 9px 16px;
    border: 1px solid var(--line);
    border-radius: 100px;
    background-color: #fff;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
  }
  .products_list .cat + .cat {
    margin-top: 0px;
  }
  .products_list .cat br {
    display: none;
  }
  .products_list .cat.active {
    color: #fff;
    border-color: var(--primary);
    background-color: var(--primary);
  }
  .products_list .main {
    margin-top: 20px;
  }
  .products_list .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 10px;
  }
  .products_list .item {
    height: 100%;
    border-radius: 12px;
  }
  .products_list .pic {
    height: auto;
    aspect-ratio: 1 / 1;
  }
  .products_list .badge {
    left: 8px;
    top: 8px;
    height: 20px;
    padding: 0px 8px;
    font-size: 9px;
  }
  .products_list .pic .img {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 14px;
  }
  .products_list .info {
    padding: 12px 12px 14px;
  }
  .products_list .info h3 {
    font-size: 15px;
    line-height: 1.3;
    white-space: normal;
  }
  .products_list .info > p {
    height: auto;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.6;
  }
  .products_list .foot {
    gap: 10px;
    margin-top: 12px;
    padding-top: 10px;
  }
  .products_list .foot .txt {
    font-size: 14px;
  }
  .products_list .foot .arrow {
    width: 26px;
    height: 26px;
    background-size: 10px auto;
  }
  .products_list .pager {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
    font-size: 14px;
  }
  .products_list .pager .nums {
    gap: 8px;
  }
  .products_list .pager .pg,
  .products_list .pager .num {
    width: 34px;
    height: 34px;
  }
  .products_list .pager .dots {
    width: 20px;
    height: 34px;
    font-size: 18px;
  }
  .products_list .pager .jump {
    width: 100%;
    justify-content: center;
    margin-left: 0px;
    margin-top: 4px;
    font-size: 13px;
  }
  .products_list .pager .jump select {
    width: 52px;
    height: 34px;
    font-size: 14px;
  }
}


/* --- module: products1-products_banner-img_bg --- */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #02378a;
  --secondary: #05b6f2;
  --title: #0a2350;
  --text: #5c6b80;
  --dark: #071933;
  --line: #dce5ee;
  --light: #f5f8fb;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
.content .content {
  padding: 0px;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea,
select {
  border: none;
  outline: none;
  font-family: inherit;
  color: var(--title);
}
button {
  cursor: pointer;
  background-color: transparent;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: 'Inter', sans-serif;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
}
section:has(> .snow) {
  overflow-x: clip;
}
.img_bg > img.snow {
  height: auto;
  object-fit: fill;
  z-index: 1;
}
.snow {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--primary);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tag::before {
  content: '';
  flex-shrink: 0;
  width: 1.8rem;
  height: 0.92rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 9.2'%3E%3Cpath fill='%2305b6f2' d='M18.02 2.91c-1.76 1.09-4.08 1.34-5.73 2.63-1.1.86-1.92 2.41-2.57 3.62C7.57 5.57 3.6 6.15 0 6.45c1.66-1.05 4.02-1.34 5.6-2.53C6.68 3.1 8.05 1.28 8.57.01c.69.21.72 1 1.32 1.58 2.09 2.04 5.47 1.34 8.13 1.32Z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.tag.light {
  color: var(--secondary);
}
.tcon h1,
.tcon h2 {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.2;
}
.tcon .tag + h1,
.tcon .tag + h2 {
  margin-top: 1.2rem;
}
.tcon h1 em,
.tcon h2 em {
  color: var(--secondary);
}
.tcon p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.tcon h1 + p,
.tcon h2 + p {
  margin-top: 1.2rem;
}
.btn,
.btn_line,
.btn_border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 5.6rem;
  padding: 0px 2.7rem;
  border-radius: 10rem;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  transition: 0.3s;
}
.btn_line::after,
.btn_border::after,
.btn.arrow::after {
  content: '';
  flex-shrink: 0;
  width: 1.33rem;
  height: 0.82rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.7 4.5h12.4M9.4.7l3.7 3.8-3.7 3.8'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.7 4.5h12.4M9.4.7l3.7 3.8-3.7 3.8'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.3s;
}
.btn_line:hover::after,
.btn_border:hover::after,
.btn.arrow:hover::after {
  transform: translateX(0.4rem);
}
.btn {
  color: var(--title);
  background-color: var(--secondary);
}
.btn:hover {
  color: #fff;
  background-color: var(--primary);
  box-shadow: 0px 1rem 2.4rem rgba(2, 55, 138, 0.25);
}
.btn.navy {
  color: #fff;
  background-color: var(--primary);
}
.btn.navy:hover {
  color: var(--title);
  background-color: var(--secondary);
  box-shadow: 0px 1rem 2.4rem rgba(5, 182, 242, 0.3);
}
.btn_line {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn_line:hover {
  color: var(--title);
  border-color: #fff;
  background-color: #fff;
}
.btn_border {
  color: var(--title);
  border: 1px solid var(--line);
  background-color: #fff;
}
.btn_border:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.more {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  color: var(--primary);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  white-space: nowrap;
  transition: 0.3s;
}
.more::after {
  content: '';
  flex-shrink: 0;
  width: 3.47rem;
  height: 3.47rem;
  border-radius: 50%;
  transition: 0.3s;
  background: var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23fff' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 5h10M7 1l4 4-4 4'/%3E%3C/svg%3E") no-repeat center / 1rem auto;
}
.more.light::after,
.more:hover::after {
  background-color: var(--secondary);
}
.more:hover::after {
  transform: translateX(0.4rem);
}
.swiper_btns {
  display: flex;
  gap: 2.3rem;
}
.swiper_btns div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  transition: 0.3s;
  color: var(--title);
  border: 1px solid rgba(11, 20, 46, 0.3);
}
.swiper_btns div::after {
  content: '';
  width: 1.2rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5H1M5 1 1 5l4 4'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5H1M5 1 1 5l4 4'/%3E%3C/svg%3E") no-repeat center / contain;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns div:hover,
.swiper_btns .btn_next {
  color: #fff;
  border-color: #0b3d87;
  background-color: #0b3d87;
}
.swiper_btns .btn_next:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.swiper_btns:has(.swiper-button-lock) {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1480px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    max-width: 896px;
  }
  .tcon h1,
  .tcon h2 {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .snow,
  .img_bg > img.snow {
    display: none;
  }
  .tag {
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .tag::before {
    width: 16px;
    height: 8px;
  }
  .tcon .tag + h1,
  .tcon .tag + h2 {
    margin-top: 10px;
  }
  .tcon h1,
  .tcon h2 {
    font-size: 26px;
    line-height: 1.25;
  }
  .tcon p {
    font-size: 14px;
    line-height: 1.7;
  }
  .tcon h1 + p,
  .tcon h2 + p {
    margin-top: 10px;
  }
  .btn,
  .btn_line,
  .btn_border {
    height: 44px;
    gap: 8px;
    padding: 0px 22px;
    font-size: 15px;
  }
  .btn_line::after,
  .btn_border::after,
  .btn.arrow::after {
    width: 12px;
    height: 8px;
  }
  .more {
    gap: 12px;
    font-size: 15px;
  }
  .more::after {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
  .swiper_btns {
    gap: 12px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
}

.products_banner {
  min-height: 71.22rem;
  padding: 13.81rem 0px 16.1rem;
  color: #fff;
  background-color: #225d8b;
}
.products_banner > img:first-child {
  object-position: center top;
}
.products_banner > img.snow_left {
  left: -9.71rem;
  top: auto;
  bottom: -15.15rem;
  z-index: 3;
  width: 24.62rem;
  transform: rotate(-18.35deg);
}
.products_banner > img.snow_right {
  left: auto;
  right: -12.8rem;
  top: -5.18rem;
  width: 25.6rem;
  opacity: 0.72;
}
.products_banner .tcon {
  max-width: 72rem;
}
.products_banner .tcon h1 {
  color: #fff;
  font-weight: 700;
  font-size: 6.8rem;
  line-height: 8.6rem;
}
.products_banner .tcon .tag + h1 {
  margin-top: 1.3rem;
}
.products_banner .tcon h1 em {
  color: #00bdf5;
}
.products_banner .tcon p {
  max-width: 64rem;
  margin-top: 2.06rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 3rem;
}
.products_banner .btns {
  display: flex;
  flex-wrap: wrap;
  gap: 2.9rem;
  margin-top: 4.14rem;
}
.products_banner .btns .btn {
  padding: 0px 3rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .products_banner {
    min-height: 0px;
    padding: 12rem 0px 12rem;
  }
  .products_banner .tcon h1 {
    font-size: 5.6rem;
    line-height: 1.25;
  }
  .products_banner > img:first-child {
    object-position: 70% top;
  }
}

@media screen and (max-width: 768px) {
  .products_banner {
    min-height: 0px;
    padding: 50px 0px 260px;
  }
  .products_banner > img:first-child {
    object-position: 72% bottom;
  }
  .products_banner::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 70%;
    background-image: linear-gradient(180deg, #0d2c63 40%, rgba(13, 44, 99, 0) 100%);
  }
  .products_banner .tcon h1 {
    font-size: 34px;
    line-height: 1.2;
  }
  .products_banner .tcon .tag + h1 {
    margin-top: 10px;
  }
  .products_banner .tcon p {
    max-width: none;
    margin-top: 14px;
    line-height: 1.7;
  }
  .products_banner .btns {
    gap: 10px;
    margin-top: 24px;
  }
  .products_banner .btns .btn {
    padding: 0px 22px;
  }
}

/* --- module: products2-products_engineered --- */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #02378a;
  --secondary: #05b6f2;
  --title: #0a2350;
  --text: #5c6b80;
  --dark: #071933;
  --line: #dce5ee;
  --light: #f5f8fb;
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
.content .content {
  padding: 0px;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
input,
button,
textarea,
select {
  border: none;
  outline: none;
  font-family: inherit;
  color: var(--title);
}
button {
  cursor: pointer;
  background-color: transparent;
}
body {
  font-size: 1.6rem;
  color: var(--title);
  font-family: 'Inter', sans-serif;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
}
section:has(> .snow) {
  overflow-x: clip;
}
.img_bg > img.snow {
  height: auto;
  object-fit: fill;
  z-index: 1;
}
.snow {
  position: absolute;
  z-index: 1;
  display: block;
  height: auto;
  pointer-events: none;
  user-select: none;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--primary);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.tag::before {
  content: '';
  flex-shrink: 0;
  width: 1.8rem;
  height: 0.92rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 9.2'%3E%3Cpath fill='%2305b6f2' d='M18.02 2.91c-1.76 1.09-4.08 1.34-5.73 2.63-1.1.86-1.92 2.41-2.57 3.62C7.57 5.57 3.6 6.15 0 6.45c1.66-1.05 4.02-1.34 5.6-2.53C6.68 3.1 8.05 1.28 8.57.01c.69.21.72 1 1.32 1.58 2.09 2.04 5.47 1.34 8.13 1.32Z'/%3E%3C/svg%3E") no-repeat center / contain;
}
.tag.light {
  color: var(--secondary);
}
.tcon h1,
.tcon h2 {
  color: var(--title);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.2;
}
.tcon .tag + h1,
.tcon .tag + h2 {
  margin-top: 1.2rem;
}
.tcon h1 em,
.tcon h2 em {
  color: var(--secondary);
}
.tcon p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.tcon h1 + p,
.tcon h2 + p {
  margin-top: 1.2rem;
}
.btn,
.btn_line,
.btn_border {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 5.6rem;
  padding: 0px 2.7rem;
  border-radius: 10rem;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  transition: 0.3s;
}
.btn_line::after,
.btn_border::after,
.btn.arrow::after {
  content: '';
  flex-shrink: 0;
  width: 1.33rem;
  height: 0.82rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.7 4.5h12.4M9.4.7l3.7 3.8-3.7 3.8'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9' fill='none' stroke='%23000' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M.7 4.5h12.4M9.4.7l3.7 3.8-3.7 3.8'/%3E%3C/svg%3E") no-repeat center / contain;
  transition: transform 0.3s;
}
.btn_line:hover::after,
.btn_border:hover::after,
.btn.arrow:hover::after {
  transform: translateX(0.4rem);
}
.btn {
  color: var(--title);
  background-color: var(--secondary);
}
.btn:hover {
  color: #fff;
  background-color: var(--primary);
  box-shadow: 0px 1rem 2.4rem rgba(2, 55, 138, 0.25);
}
.btn.navy {
  color: #fff;
  background-color: var(--primary);
}
.btn.navy:hover {
  color: var(--title);
  background-color: var(--secondary);
  box-shadow: 0px 1rem 2.4rem rgba(5, 182, 242, 0.3);
}
.btn_line {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn_line:hover {
  color: var(--title);
  border-color: #fff;
  background-color: #fff;
}
.btn_border {
  color: var(--title);
  border: 1px solid var(--line);
  background-color: #fff;
}
.btn_border:hover {
  color: #fff;
  border-color: var(--primary);
  background-color: var(--primary);
}
.more {
  display: inline-flex;
  align-items: center;
  gap: 1.8rem;
  color: var(--primary);
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  white-space: nowrap;
  transition: 0.3s;
}
.more::after {
  content: '';
  flex-shrink: 0;
  width: 3.47rem;
  height: 3.47rem;
  border-radius: 50%;
  transition: 0.3s;
  background: var(--primary) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23fff' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 5h10M7 1l4 4-4 4'/%3E%3C/svg%3E") no-repeat center / 1rem auto;
}
.more.light::after,
.more:hover::after {
  background-color: var(--secondary);
}
.more:hover::after {
  transform: translateX(0.4rem);
}
.swiper_btns {
  display: flex;
  gap: 2.3rem;
}
.swiper_btns div {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  transition: 0.3s;
  color: var(--title);
  border: 1px solid rgba(11, 20, 46, 0.3);
}
.swiper_btns div::after {
  content: '';
  width: 1.2rem;
  height: 1rem;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5H1M5 1 1 5l4 4'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none' stroke='%23000' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 5H1M5 1 1 5l4 4'/%3E%3C/svg%3E") no-repeat center / contain;
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns div:hover,
.swiper_btns .btn_next {
  color: #fff;
  border-color: #0b3d87;
  background-color: #0b3d87;
}
.swiper_btns .btn_next:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
}
.swiper_btns .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.swiper_btns:has(.swiper-button-lock) {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 1480px) {
  .content {
    padding: 0px 3rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    max-width: 896px;
  }
  .tcon h1,
  .tcon h2 {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 20px;
  }
  .snow,
  .img_bg > img.snow {
    display: none;
  }
  .tag {
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .tag::before {
    width: 16px;
    height: 8px;
  }
  .tcon .tag + h1,
  .tcon .tag + h2 {
    margin-top: 10px;
  }
  .tcon h1,
  .tcon h2 {
    font-size: 26px;
    line-height: 1.25;
  }
  .tcon p {
    font-size: 14px;
    line-height: 1.7;
  }
  .tcon h1 + p,
  .tcon h2 + p {
    margin-top: 10px;
  }
  .btn,
  .btn_line,
  .btn_border {
    height: 44px;
    gap: 8px;
    padding: 0px 22px;
    font-size: 15px;
  }
  .btn_line::after,
  .btn_border::after,
  .btn.arrow::after {
    width: 12px;
    height: 8px;
  }
  .more {
    gap: 12px;
    font-size: 15px;
  }
  .more::after {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
  .swiper_btns {
    gap: 12px;
  }
  .swiper_btns div {
    width: 40px;
    height: 40px;
  }
}

.products_engineered {
  position: relative;
  padding: 13.81rem 0px 14.4rem;
  background-color: var(--light);
}
.products_engineered .snow_1 {
  left: -4.13rem;
  top: 6.26rem;
  width: 5.99rem;
  transform: rotate(100.36deg);
}
.products_engineered .snow_2 {
  left: 4.71rem;
  top: 15.37rem;
  width: 5.99rem;
  transform: rotate(79.64deg) scaleY(-1);
}
.products_engineered .snow_3 {
  right: -3.08rem;
  bottom: 3rem;
  width: 15.74rem;
  transform: rotate(-18.35deg);
}
.products_engineered .snow_4 {
  right: 11.34rem;
  bottom: -1.8rem;
  width: 5.71rem;
  transform: rotate(150.69deg) scaleY(-1);
}
.products_engineered .tcon .tag + h2 {
  margin-top: 1.54rem;
}
.products_engineered .tcon h2 + p {
  max-width: 73.5rem;
  margin-top: 2.51rem;
}
.products_engineered .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2.78rem;
  margin-top: 4.7rem;
}
.products_engineered .item {
  display: flex;
  align-items: center;
  gap: 2.07rem;
  height: 12rem;
  padding: 0px 2.4rem 0px 3.03rem;
  border-radius: 1.6rem;
  background-color: #fff;
  transition: background-color 0.4s, box-shadow 0.4s;
}
.products_engineered li.active .item {
  background-color: var(--primary);
  box-shadow: 0px 1.4rem 3rem rgba(2, 55, 138, 0.22);
}
.products_engineered .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 1rem;
}
.products_engineered .icon img {
  display: block;
  width: 4.3rem;
  height: 4.3rem;
  object-fit: contain;
  transition: transform 0.4s;
}
.products_engineered li.active .icon img {
  transform: scale(1.08);
}
.products_engineered h3 {
  color: #0e1116;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.6rem;
  transition: color 0.4s;
}
.products_engineered li.active h3 {
  color: #fff;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .products_engineered {
    overflow: hidden;
    padding: 9rem 0px 9rem;
  }
  .products_engineered .snow_3 {
    right: 0px;
    bottom: 2rem;
    width: 12rem;
  }
  .products_engineered .snow_4 {
    right: 9rem;
    bottom: 0px;
    width: 4.5rem;
  }
  .products_engineered .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .products_engineered .item {
    padding: 0px 2rem;
    gap: 1.6rem;
  }
  .products_engineered .icon {
    width: 5.6rem;
    height: 5.6rem;
  }
}

@media screen and (max-width: 768px) {
  .products_engineered {
    padding: 50px 0px;
  }
  .products_engineered .tcon h2 + p {
    max-width: none;
    margin-top: 10px;
  }
  .products_engineered .list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 24px;
  }
  .products_engineered .item {
    gap: 12px;
    height: 76px;
    padding: 0px 16px;
    border-radius: 12px;
  }
  .products_engineered .icon {
    width: 44px;
    height: 44px;
  }
  .products_engineered .icon img {
    width: 28px;
    height: 28px;
  }
  .products_engineered h3 {
    font-size: 16px;
    line-height: 1.35;
  }
}
