@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff"), url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-SemiBold.woff2") format("woff2"), url("fonts/Montserrat-SemiBold.woff") format("woff"), url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("fonts/Montserrat-ExtraBold.eot");
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("fonts/Montserrat-ExtraBold.woff") format("woff"), url("fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
:root {
  font-size: 30px; }

ul, li {
  margin: 0;
  padding: 0;
  display: block; }

a {
  transition: .3s all;
  outline: none;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

button {
  transition: .6s all;
  border: none;
  outline: none;
  background: none;
  padding: 0; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

input {
  outline: none;
  border-radius: 0; }
  input.error {
    color: red !important;
    border-color: red !important; }

html {
  scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #002E45; }

::-webkit-scrollbar {
  width: .5rem;
  height: 0.5rem; }

::-webkit-scrollbar-track {
  background: #ddd; }

::-webkit-scrollbar-thumb {
  background: #0995D4;
  border: 1px solid #ddd; }

.lazy {
  opacity: 0; }

.disabled {
  pointer-events: none; }

.container {
  padding: 0 9.5rem;
  width: 100%; }

.blue-grad {
  color: #fff;
  background: linear-gradient(45deg, #043F97 0%, #004199 15%, #00479C 29%, #0051A3 43%, #005EAC 56%, #006DB8 69%, #007FC6 82%, #0090D3 95%, #0095D8 100%); }
  .blue-grad-main {
    padding-top: 7rem; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  min-width: 13.3rem;
  padding: 0 1rem;
  height: 3.5rem;
  background: #0995D4;
  font-weight: 600;
  color: #fff;
  border-radius: .5rem; }
  .btn:hover {
    background: #1f7ad6; }

.arrows {
  display: flex;
  gap: 1rem; }
  .arrows span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    width: 2.5rem;
    height: 2.5rem;
    color: #111;
    background: #fff;
    box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, 0.05);
    border-radius: .25rem; }
    .arrows span svg {
      width: 1.4rem;
      height: 1.4rem; }
    .arrows span:hover {
      color: #fff;
      background: #0995D4;
      box-shadow: 0 0.65rem 2rem rgba(255, 255, 255, 0.15); }

.section-title {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 700; }
.section-text {
  font-size: 0.95rem; }
  .section-text p {
    margin-bottom: 1.2rem; }
    .section-text p:last-child {
      margin-bottom: 0; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5rem; }

.form {
  font-weight: 400; }
  .form input {
    height: 3.1rem;
    border-radius: 2rem;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 1.75rem; }
    .form input::placeholder {
      color: rgba(255, 255, 255, 0.8); }
  .form_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none;
    background: #fff;
    height: 3.1rem;
    border-radius: 2rem;
    color: #043F97;
    border: 1px solid #fff; }
    .form_btn:hover {
      background: transparent;
      color: #fff; }
  .form p {
    font-size: 0.7rem; }

.vawes {
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: .2;
  bottom: 0;
  left: 0; }
  .vawes__svg {
    display: block;
    width: 100%;
    height: 100%; }
  .vawes .parallax > use {
    animation: move-forever 7s linear infinite; }

@keyframes preloaderLogo {
  50% {
    opacity: .5; }
  100% {
    opacity: 1;
    transform: none; } }
@keyframes pulse-btn {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(9, 149, 212, 0.3); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 1rem rgba(255, 121, 63, 0); }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0); } }
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%); }
  100% {
    transform: translate(85px, 0%); } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .preloader__logo {
    width: 23.5rem;
    animation: preloaderLogo 1.5s linear forwards;
    transform: scale(0.8);
    opacity: 0; }
    .preloader__logo img {
      width: 100%;
      display: block; }
  .preloader .vawes {
    height: 60vh; }

.tel-popup {
  position: fixed;
  bottom: 4.5rem;
  right: 2rem;
  animation: pulse-btn 2s infinite;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .6s all;
  cursor: pointer;
  user-select: none;
  background: #0995D4;
  border: 1px solid #0995D4;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  z-index: 5; }
  .tel-popup svg {
    width: 90%;
    height: 90%; }
  .tel-popup:hover {
    background: #fff;
    color: #0995D4; }

.feedback {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: rgba(0, 0, 0, 0.7);
  display: none; }
  .feedback-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2rem;
    width: 21rem;
    border-radius: 2rem; }
  .feedback__close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #fff;
    color: #0995D4;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none; }
    .feedback__close svg {
      width: .8rem; }
    .feedback__close:hover {
      background: #0995D4;
      color: #fff; }
  .feedback__title {
    margin-bottom: 1rem;
    text-align: center; }
  .feedback__text {
    line-height: 1.2;
    text-align: center; }
  .feedback-form {
    margin: 2rem 0 0.8rem; }
    .feedback-form input {
      width: 100%;
      margin-bottom: 0.8rem;
      text-align: center; }
    .feedback-form .form_btn {
      width: 100%; }
  .feedback__agree {
    font-size: 0.7rem;
    text-align: center;
    max-width: 13rem;
    margin: 0 auto; }
  .feedback-done {
    display: none; }
    .feedback-done .feedback__text {
      margin-bottom: 1rem;
      padding: 0 1rem; }
  .feedback__img {
    margin: 3.5rem 0 2.5rem;
    text-align: center; }
    .feedback__img img {
      display: inline-block;
      width: 8rem; }

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  display: none; }
  .mobile-menu .container {
    padding: 0 3rem 6rem;
    height: 100dvh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%; }
  .mobile-menu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 5rem; }
  .mobile-menu__close {
    height: 2.5rem;
    width: 1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .6s all;
    cursor: pointer;
    user-select: none; }
    .mobile-menu__close img {
      width: 1.2rem; }
  .mobile-menu__logo {
    width: 10rem;
    display: inline-block; }
    .mobile-menu__logo img {
      width: 100%;
      display: block; }
  .mobile-menu__list {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase; }
    .mobile-menu__list li {
      margin-bottom: 2rem; }
    .mobile-menu__list a {
      color: #fff; }
  .mobile-menu__lang {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    padding: .3rem;
    margin: 1.5rem auto 0;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    list-style: none; }
    .mobile-menu__lang li {
      display: inline-flex; }
      .mobile-menu__lang li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 3rem;
        height: 2.4rem;
        padding: 0 1rem;
        color: #fff;
        font-size: 0.9rem;
        font-weight: 600;
        letter-spacing: .05em;
        text-transform: uppercase;
        border-radius: 999px;
        transition: background .2s ease, color .2s ease; }
      .mobile-menu__lang li.active a {
        background: #fff;
        color: #004199;
        pointer-events: none; }

.header {
  height: 7rem;
  position: absolute;
  width: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  font-weight: 400; }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
  .header__logo {
    width: 14.2rem;
    display: block; }
    .header__logo img {
      width: 100%;
      display: block; }
  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .75rem;
    font-size: 0.75rem; }
  .header-links {
    display: flex;
    align-items: center;
    gap: 3.2rem; }
    .header-links a {
      color: #fff;
      display: inline-flex;
      align-items: center;
      gap: .5rem; }
      .header-links a img {
        width: 1.2rem; }
      .header-links a:hover {
        opacity: .8; }
  .header-lang {
    display: inline-flex;
    align-items: center;
    gap: .15rem;
    padding: .2rem;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    list-style: none;
    margin: 0; }
    .header-lang li {
      display: inline-flex; }
      .header-lang li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 2.1rem;
        height: 1.6rem;
        padding: 0 .65rem;
        color: #fff;
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: .04em;
        text-transform: uppercase;
        border-radius: 999px;
        transition: background .2s ease, color .2s ease, opacity .2s ease; }
        .header-lang li a:hover {
          background: rgba(255, 255, 255, 0.18); }
      .header-lang li.active a {
        background: #fff;
        color: #004199;
        pointer-events: none;
        cursor: default; }
  .header-social {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: #fff; }
    .header-social ul {
      display: flex;
      align-items: center;
      gap: 1rem; }
      .header-social ul li {
        display: inline-flex; }
      .header-social ul a {
        width: 1.2rem;
        display: inline-flex; }
        .header-social ul a:hover {
          opacity: .8; }
        .header-social ul a svg {
          width: 100%;
          height: auto;
          display: block; }
  .header-menu {
    display: flex;
    font-size: 0.9rem; }
    .header-menu li {
      padding: 0 1.5rem;
      border-right: 1px solid #4d9dd0;
      height: 3.5rem;
      display: inline-flex;
      align-items: center; }
      .header-menu li:first-child {
        padding-left: 0; }
      .header-menu li:last-child {
        padding-right: 0;
        border: none; }
      .header-menu li a {
        color: #fff; }
        .header-menu li a:hover {
          opacity: .8; }
        .header-menu li a.active {
          position: relative; }
          .header-menu li a.active::after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -.7rem;
            width: .25rem;
            border-radius: 50%;
            height: .25rem;
            background: #fff; }
  .header-mobile {
    display: none; }

.main {
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom-right-radius: 7.5rem;
  display: flex;
  align-items: center; }
  .main__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .main__bg::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 60%;
      height: 100%;
      content: '';
      background: linear-gradient(to right, #043F97 0%, transparent 100%); }
    .main__bg img, .main__bg video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .main-content {
    max-width: 32rem; }
  .main__title {
    font-size: 1.85rem;
    text-transform: uppercase;
    margin-bottom: 1.1rem; }
    .main__title span {
      color: #0995D4; }
  .main__text {
    font-size: 1.05rem;
    max-width: 32rem;
    margin-bottom: 3.5rem; }
  .main-btns {
    display: flex;
    gap: .75rem; }
  .main .feedback-open {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); }
    .main .feedback-open:hover {
      background: #0995D4; }

.about {
  padding-top: 6rem;
  position: relative;
  z-index: 1; }
  .about::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 4.2rem;
    width: 42.3rem;
    height: 51rem;
    content: '';
    z-index: -1;
    pointer-events: none;
    background: url(../img/icons/pattern-about.svg) center center no-repeat;
    background-size: contain; }
  .about .container {
    display: flex;
    align-items: flex-start;
    gap: 2rem; }
  .about-wrap {
    width: 41.5%;
    padding-top: 1.5rem; }
  .about .section-title {
    margin-bottom: 1.25rem; }
  .about__logo {
    width: 14.2rem;
    margin-bottom: 1.9rem; }
    .about__logo img {
      width: 100%;
      display: block; }
  .about .section-text {
    margin-bottom: 1.9rem; }
  .about__img {
    width: 58.5%; }
  .about-page__bg {
    height: 100vh;
    overflow: hidden;
    border-bottom-right-radius: 7.5rem; }
    .about-page__bg img, .about-page__bg video {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }

.brands {
  padding: 6rem 0 5rem; }
  .brands .section-head {
    margin-bottom: 1.75rem; }
  .brands-item {
    width: 25rem;
    padding: .3rem 1rem .8rem;
    border-radius: .5rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px); }
    .brands-item__logo {
      height: 6.5rem;
      width: 7.5rem;
      margin: 0 auto .9rem; }
      .brands-item__logo img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .brands-item__text {
      font-size: 0.7rem;
      font-weight: 400;
      line-height: 1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      height: 5rem; }

.catalog {
  padding: 5.5rem 0 7.5rem; }
  .catalog-item {
    padding: 2rem;
    border: 1px solid #E3E3E3;
    transition: .6s all;
    border-radius: 1.25rem;
    background: #fff;
    color: #002E45;
    position: relative; }
    .catalog-item:hover {
      border-color: #fff;
      box-shadow: 0 4rem 3rem rgba(0, 0, 0, 0.07), 0 3.2rem 2.3rem rgba(0, 0, 0, 0.053), 0 1.9rem 1.2rem rgba(0, 0, 0, 0.045), 0 0.4rem 0.3rem rgba(0, 0, 0, 0.04), 0 0.2rem 0.15rem rgba(0, 0, 0, 0.03); }
      .catalog-item:hover .catalog-item__more {
        color: #002E45; }
    .catalog-item__img {
      height: 13.5rem;
      margin-bottom: 1.7rem; }
      .catalog-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain; }
    .catalog-item__brand {
      font-size: 0.75rem;
      font-weight: 400;
      margin-bottom: 0.75rem;
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      color: #111; }
      .catalog-item__brand::before {
        width: .35rem;
        height: 0.35rem;
        content: '';
        background: #0995D4;
        border-radius: 50%; }
    .catalog-item__name {
      font-size: 1.3rem;
      font-weight: 700;
      line-height: 1.6rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      height: 3.2rem;
      margin-bottom: 0.5rem; }
    .catalog-item__text {
      font-size: 0.85rem;
      line-height: 1.1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      height: 2.2rem;
      margin-bottom: 0.85rem; }
    .catalog-item__icons {
      padding-top: 0.8rem;
      display: flex;
      align-items: center;
      gap: .6rem;
      border-top: 1px solid #002E454D;
      margin-bottom: 1.7rem; }
      .catalog-item__icons li {
        width: 1.55rem; }
        .catalog-item__icons li img {
          width: 100%;
          display: block; }
    .catalog-item__more {
      transition: .6s all;
      display: flex;
      justify-content: flex-end;
      gap: 1rem;
      font-size: 0.9rem;
      color: #A5A5A5; }
      .catalog-item__more img {
        width: 1.05rem !important; }
    .catalog-item__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 1; }
  .catalog-slider .catalog-item {
    width: 24.5rem;
    margin-right: 1.5rem; }
  .catalog .owl-stage-outer {
    padding-bottom: 5rem; }
  .catalog-more {
    text-align: center;
    margin-top: -2.5rem;
    position: relative;
    z-index: 2; }
  .catalog-head {
    padding: 5rem 0 2.5rem;
    position: relative;
    z-index: 1;
    margin-bottom: 2.5rem; }
    .catalog-head .section-title {
      margin-bottom: 4rem; }
    .catalog-head__btns {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.85rem; }
      .catalog-head__btns a {
        color: #fff;
        border: 1px solid #fff;
        height: 2.6rem;
        padding: 0 1.2rem;
        min-width: 10.5rem;
        border-radius: 2rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: .7rem; }
        .catalog-head__btns a img {
          width: 2.3rem; }
        .catalog-head__btns a:hover {
          background: #0995D4; }
        .catalog-head__btns a.catalog-head__download {
          padding-right: 0.5rem; }
    .catalog-head .vawes {
      height: 18rem; }
  .catalog-choose {
    margin-bottom: 3.5rem;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    height: 3rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 2rem;
    box-shadow: 0 0.4rem 0.4rem rgba(41, 48, 77, 0.07); }
    .catalog-choose::before, .catalog-choose::after {
      width: 4rem;
      height: 100%;
      content: '';
      position: absolute;
      z-index: 2; }
    .catalog-choose::before {
      left: 0;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); }
    .catalog-choose::after {
      right: 0;
      background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%); }
    .catalog-choose__slider {
      padding: 0 3rem; }
      .catalog-choose__slider .owl-stage-outer {
        padding: 0 1rem; }
    .catalog-choose__item {
      margin-right: 2rem;
      height: 2rem;
      display: flex;
      align-items: center; }
      .catalog-choose__item a {
        color: #002E45; }
        .catalog-choose__item a.active {
          position: relative;
          color: #0995D4; }
          .catalog-choose__item a.active::after {
            width: 2rem;
            height: 2px;
            background: #0995D4;
            content: '';
            bottom: -.3rem;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            pointer-events: none; }
    .catalog-choose__arrows {
      position: absolute;
      left: 0;
      width: 100%;
      pointer-events: none;
      z-index: 3;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 0.5rem; }
      .catalog-choose__arrows span {
        width: 2.5rem;
        height: 2.5rem;
        background: #0995D4;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: .6s all;
        cursor: pointer;
        user-select: none;
        pointer-events: auto; }
        .catalog-choose__arrows span img {
          width: .9rem; }
        .catalog-choose__arrows span:hover {
          background: #1f7ad6; }
  .catalog-block {
    padding-top: 3.5rem; }
    .catalog-block .section-title {
      margin-bottom: 1.5rem; }
  .catalog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.8rem; }
    .catalog-list .catalog-item {
      width: calc(33.3333% - 1.2rem); }
  .catalog.catalog-also {
    padding-bottom: 0; }
    .catalog.catalog-also + .partners {
      padding-top: 3rem; }

.product {
  position: relative;
  z-index: 1; }
  .product-main {
    padding-top: 5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: space-between;
    font-weight: 400;
    margin-bottom: 1.75rem; }
  .product-left, .product-right {
    width: 30.5%;
    max-width: 21.5rem; }
  .product__img {
    width: 39%;
    max-width: 25rem;
    display: flex; }
    .product__img img {
      display: block;
      transition: .6s all ease-in-out;
      transition-delay: 1s; }
      .product__img img:first-child {
        width: 78%;
        position: relative;
        z-index: 1; }
      .product__img img:nth-child(2) {
        width: 74%;
        margin-left: -52%; }
    .product__img.active img:first-child {
      transform: translateY(1.75rem); }
    .product__img.active img:nth-child(2) {
      transform: translateY(-1.75rem); }
  .product-left {
    align-self: flex-start;
    padding-top: 7.5rem; }
  .product__weight {
    font-size: 1.05rem;
    font-style: italic;
    margin-bottom: 1.25rem; }
  .product .section-title {
    margin-bottom: 0.5rem; }
  .product__logo {
    height: 5rem; }
    .product__logo-mob {
      display: none; }
    .product__logo img {
      height: 100%;
      display: block; }
  .product__text {
    font-size: 1.05rem;
    margin-bottom: 3.5rem; }
  .product .section-text {
    margin-bottom: 1.8rem; }
    .product .section-text p {
      margin-bottom: 0; }
  .product-icons {
    display: flex;
    gap: 1rem; }
    .product-icons li {
      width: 2.4rem; }
      .product-icons li img {
        width: 100%;
        display: block;
        filter: brightness(0) invert(1); }
  .product-bot {
    padding-bottom: 3rem; }
  .product .catalog-head__btns {
    margin-bottom: 1.25rem; }
  .product .catalog-choose {
    margin-bottom: 0;
    position: relative;
    top: 0; }
    .product .catalog-choose__arrows span {
      background: #3567AC; }
      .product .catalog-choose__arrows span:hover {
        background: #0995D4; }
    .product .catalog-choose__item a.active {
      color: #3567AC; }
      .product .catalog-choose__item a.active::after {
        background: #3567AC; }
  .product .vawes {
    height: 40rem; }

.consult .container {
  display: flex;
  gap: 1rem; }
.consult__img {
  width: 43.5%;
  border-radius: 2rem 0 0 2rem;
  overflow: hidden; }
  .consult__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; }
.consult-wrap {
  width: 56.5%;
  padding: 2.5rem;
  border-radius: 0 2rem 2rem 0;
  color: #fff;
  background: linear-gradient(-45deg, #043F97 0%, #004199 15%, #00479C 29%, #0051A3 43%, #005EAC 56%, #006DB8 69%, #007FC6 82%, #0090D3 95%, #0095D8 100%); }
.consult .section-title {
  max-width: 28rem;
  font-size: 1.55rem;
  margin-bottom: 0.65rem; }
.consult__text {
  margin-bottom: 1.8rem; }
.consult-form {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem .8rem; }
  .consult-form input {
    width: calc(35% - .8rem); }
  .consult-form .form_btn {
    width: 30%; }
  .consult-form p {
    width: 100%; }

.news {
  padding-top: 9rem; }
  .news .section-title {
    margin-bottom: 1rem; }
  .news-choose {
    display: flex;
    gap: .5rem; }
    .news-choose li {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      transition: .6s all;
      cursor: pointer;
      user-select: none;
      padding: 0 1rem;
      min-width: 9rem;
      height: 2.1rem;
      border-radius: .5rem;
      font-weight: 600;
      border: 1px solid #0995D4; }
      .news-choose li:hover {
        color: #0995D4; }
      .news-choose li.active {
        background: #0995D4;
        color: #fff;
        pointer-events: none; }
  .news-list {
    display: none; }
  .news-item {
    width: 24.7rem;
    margin-right: 1.5rem;
    height: 24.2rem;
    position: relative;
    color: #fff;
    padding: 1.5rem 2rem 2rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 1.25rem;
    overflow: hidden; }
    .news-item:hover .news-item__img img {
      transform: scale(1.1); }
    .news-item__img {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: -1;
      overflow: hidden; }
      .news-item__img::after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.5); }
      .news-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: .6s all; }
    .news-item__head {
      margin-right: -2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: 400;
      font-size: 0.75rem; }
    .news-item__date {
      display: inline-flex;
      align-items: center;
      gap: .7rem; }
      .news-item__date::before {
        width: 0.5rem;
        height: 0.35rem;
        background: #0995D4;
        border-radius: 50%;
        content: '';
        flex-shrink: 0; }
    .news-item__tag {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 1.5rem;
      background: #0995D4;
      padding: 0 .8rem;
      border-radius: 2rem 0 0 2rem;
      min-width: 7.5rem; }
    .news-item__main {
      height: 7.2rem; }
    .news-item__name {
      font-weight: 600;
      margin-bottom: 0.5rem;
      font-size: .9rem;
      line-height: 1.2rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      height: 2.4rem; }
    .news-item__text {
      line-height: 1rem;
      font-size: 0.7rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      height: 3rem;
      margin-bottom: 1rem; }
    .news-item__more {
      border-bottom: 1px solid #fff;
      color: #fff;
      font-weight: 400;
      font-size: 0.9rem; }
      .news-item__more:hover {
        border-color: transparent; }
  .news-single__head {
    padding: 5rem 0 2.5rem;
    position: relative;
    z-index: 1;
    margin-bottom: 2rem; }
    .news-single__head .section-title {
      margin-bottom: 6.5rem; }
    .news-single__head .vawes {
      height: 18rem; }
  .news-single__wrap {
    display: flex;
    align-items: flex-start;
    gap: 2rem; }
  .news-single__main {
    width: 67%; }
  .news-single__img {
    width: 100%;
    border-radius: 1.25rem;
    overflow: hidden;
    margin-bottom: 2.7rem; }
    .news-single__img img {
      width: 100%;
      display: block;
      max-height: 35rem;
      object-fit: cover; }
  .news-single__title {
    margin-bottom: 1.8rem; }
  .news-single__content {
    font-size: 0.95rem;
    line-height: 1.42; }
    .news-single__content ul, .news-single__content ol {
      padding-left: 1.5rem; }
      .news-single__content ul li, .news-single__content ol li {
        display: list-item; }
  .news-side {
    width: 33%; }
    .news-side__title {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 1.5rem; }
    .news-side__list {
      display: flex;
      flex-direction: column;
      gap: 1.5rem; }
      .news-side__list .news-item {
        width: 100%;
        margin-right: 0; }

.certs {
  padding-top: 6rem; }
  .certs .section-head {
    margin-bottom: 2.5rem; }
  .certs-item {
    width: 24rem;
    height: 34.15rem;
    margin-right: 1.5rem;
    box-shadow: 0 1.9rem 1.2rem rgba(0, 0, 0, 0.045), 0 0.4rem 0.3rem rgba(0, 0, 0, 0.04), 0 0.2rem 0.15rem rgba(0, 0, 0, 0.03);
    background: #fff;
    cursor: pointer; }
    .certs-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover; }
  .certs .owl-stage-outer {
    padding-bottom: 7.5rem; }
  .certs-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 6;
    cursor: pointer;
    display: none; }
    .certs-popup__img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      padding: 1rem;
      height: calc(100vh - 4rem);
      cursor: default; }
      .certs-popup__img img {
        height: 100%;
        display: block; }

.download-card {
  position: relative;
  padding: 3.2rem 2.7rem 4rem;
  padding-right: 41%;
  z-index: 1;
  border-radius: 1rem; }
  .download-card::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24%;
    width: 14rem;
    height: 99%;
    background: url(../img/icons/pattern-about.svg) center center no-repeat;
    background-size: contain;
    z-index: -2;
    content: ''; }
.download .section-title {
  margin-bottom: 2.4rem; }
.download-form {
  gap: .8rem;
  display: flex; }
  .download-form input {
    width: 33.3333%;
    border-radius: .5rem; }
  .download-form .form_btn {
    width: 33.333%;
    border-radius: .5rem;
    background: transparent;
    color: #fff; }
    .download-form .form_btn:hover {
      background: #0995D4; }
.download__error {
  margin-top: 0.2rem;
  color: #e73959;
  position: absolute;
  font-size: 0.7rem;
  display: none; }
.download__policy {
  font-size: 0.7rem;
  margin-top: 1.5rem; }
.download__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -3rem;
  width: 39%;
  height: 24rem;
  z-index: -1;
  margin-top: 1rem; }
  .download__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: right; }

.partners {
  padding: 9rem 0 4rem; }
  .partners .owl-stage-outer {
    padding: 2.5rem 0; }
  .partners-item {
    height: 8rem;
    width: 13.2rem;
    border-radius: .5rem;
    background: #fff;
    padding: 0.5rem;
    box-shadow: 0 1.9rem 1.2rem rgba(0, 0, 0, 0.045), 0 0.4rem 0.3rem rgba(0, 0, 0, 0.04), 0 0.2rem 0.15rem rgba(0, 0, 0, 0.03);
    margin: 0 0.75rem; }
    .partners-item img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain; }
  .partners-btn {
    text-align: center; }

.faq {
  padding-top: 4rem; }
  .faq .section-title {
    margin-bottom: 2.5rem; }
  .faq-wrap {
    display: flex;
    align-items: flex-start;
    gap: 1.6rem; }
  .faq-list {
    width: 66.5%; }
  .faq-item {
    margin-bottom: 0.75rem; }
    .faq-item:last-child {
      margin-bottom: 0; }
    .faq-item.active .faq-item__question span {
      color: #fff;
      background: #0995D4;
      transform: rotate(180deg); }
    .faq-item__question {
      height: 3.5rem;
      border-radius: 3rem;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      padding: 0 .65rem 0 1.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1.5rem;
      cursor: pointer;
      user-select: none; }
      .faq-item__question span {
        flex-shrink: 0;
        transition: .6s all;
        background: #fff;
        height: 2.1rem;
        width: 2.1rem;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #043F97; }
        .faq-item__question span svg {
          width: 0.6rem; }
    .faq-item__answer {
      margin-top: 0.75rem;
      padding: 1.5rem;
      background: rgba(255, 255, 255, 0.2);
      backdrop-filter: blur(15px);
      -webkit-backdrop-filter: blur(15px);
      border-radius: 1rem;
      line-height: 1.8;
      display: none; }
  .faq__img {
    width: 33.5%; }
    .faq__img img {
      width: 100%;
      display: block;
      border-radius: 1rem; }

.footer {
  padding: 7.8rem 0 4.6rem;
  background: url(../img/icons/pattern-footer.svg) bottom left no-repeat;
  background-size: 28rem;
  position: relative;
  z-index: 1; }
  .footer::after {
    width: calc(100% - 22rem);
    bottom: 6rem;
    right: 11rem;
    background: #0995D4;
    height: 7.5rem;
    content: '';
    position: absolute;
    z-index: -1; }
  .footer-card {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(3.7rem);
    -webkit-backdrop-filter: blur(3.7rem);
    border-radius: 2rem;
    padding: 2.8rem 2.8rem 2rem;
    position: relative;
    z-index: 2; }
  .footer-main {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem; }
  .footer-left {
    width: 37.5%; }
  .footer__logo {
    width: 14.2rem;
    margin-bottom: 0.85rem; }
    .footer__logo img {
      width: 100%;
      display: block; }
  .footer__text {
    font-size: 0.9rem;
    max-width: 17rem;
    line-height: 1.66; }
  .footer-right {
    width: 62.5%;
    display: flex;
    justify-content: space-between; }
  .footer-menu {
    columns: 2;
    gap: 6vw;
    font-size: 1rem; }
    .footer-menu li {
      margin-bottom: 1.25rem; }
    .footer-menu a {
      color: #fff; }
      .footer-menu a:hover {
        color: #043F97; }
  .footer__address {
    max-width: 14rem;
    text-align: right;
    font-size: 1rem;
    line-height: 1.6; }
  .footer-tel {
    text-align: right;
    margin-bottom: 0.2rem; }
    .footer-tel a {
      color: #fff;
      font-weight: 600;
      font-size: 1.2rem; }
      .footer-tel a:hover {
        color: #043F97; }
  .footer-bot {
    display: flex;
    align-items: flex-end; }
    .footer-bot .footer-right {
      align-items: flex-end; }
    .footer-bot p a {
      color: #fff; }
      .footer-bot p a:hover {
        color: #043F97; }
  .footer-social {
    display: flex;
    gap: 2rem; }
    .footer-social li {
      display: inline-flex; }
    .footer-social a {
      display: inline-flex;
      width: 2.6rem;
      height: 2.6rem;
      background: #fff;
      border-radius: 50%;
      color: #043F97; }
      .footer-social a svg {
        width: 100%;
        height: 100%; }
      .footer-social a:hover {
        color: #0995D4; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; }

  .container {
    padding: 0 8rem; } }
@media (max-width: 1700.98px) {
  :root {
    font-size: 18px; } }
@media (max-width: 1600.98px) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 7rem; } }
@media (max-width: 1500.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 6rem; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 14px; }

  .container {
    padding: 0 5rem; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .container {
    padding: 0 3rem; }

  .arrows {
    display: none; }

  .blue-grad-main {
    padding-top: 5rem; }

  .preloader .vawes {
    height: 10rem; }

  .header {
    height: 5rem;
    position: fixed;
    background: linear-gradient(45deg, #043F97 0%, #004199 15%, #00479C 29%, #0051A3 43%, #005EAC 56%, #006DB8 69%, #007FC6 82%, #0090D3 95%, #0095D8 100%); }
    .header-menu, .header-social, .header-lang {
      display: none; }
    .header-top {
      margin-bottom: 0; }
    .header-links {
      gap: 2rem; }
    .header__logo {
      width: 10rem; }
    .header-top {
      gap: 2rem; }
    .header-mobile {
      color: #fff;
      height: 2.5rem;
      display: inline-flex;
      justify-content: center;
      align-items: center; }
      .header-mobile svg {
        width: 1.5rem; }

  .main {
    height: 50rem;
    border-bottom-right-radius: 5rem; }
    .main__bg::after {
      width: 100%;
      opacity: .7; }

  .about {
    padding-top: 5rem; }
    .about .container {
      flex-direction: column; }
    .about::after {
      width: 30rem;
      height: 35rem; }
    .about-wrap {
      padding-top: 0;
      width: 100%; }
      .about-wrap .section-text {
        max-width: 35rem; }
    .about__img {
      width: 100%; }
    .about-page__bg {
      height: 50rem;
      border-bottom-right-radius: 5rem; }

  .brands {
    padding-top: 5rem; }

  .catalog {
    padding: 5rem 0; }
    .catalog-head .vawes {
      height: 10rem; }
    .catalog-choose {
      margin-bottom: 0;
      top: 5rem; }
    .catalog-block {
      padding-top: 7rem;
      margin-top: -3.5rem; }
    .catalog-item__text {
      height: 3.3rem;
      -webkit-line-clamp: 3; }
    .catalog-slider .catalog-item {
      width: 20rem; }
    .catalog-list {
      gap: 1.5rem; }
      .catalog-list .catalog-item {
        width: calc(50% - .75rem); }
    .catalog.catalog-also + .partners {
      padding-top: 0; }

  .product-main {
    flex-wrap: wrap;
    padding-top: 3rem;
    margin-bottom: 3rem; }
  .product-left {
    width: 40%;
    padding-top: 5rem; }
  .product__img {
    max-width: none;
    width: calc(60% - 1.5rem);
    margin-bottom: 2rem; }
  .product-right {
    width: 60%;
    max-width: none; }
  .product .vawes {
    height: 10rem; }

  .consult .container {
    flex-direction: column-reverse; }
  .consult-wrap {
    border-radius: 1.5rem 1.5rem 0 0;
    width: 100%; }
  .consult__img {
    border-radius: 0 0 1.5rem 1.5rem;
    width: 100%; }

  .news {
    padding-top: 5rem; }
    .news-choose {
      flex-wrap: wrap; }
    .news-single__head .vawes {
      height: 10rem; }
    .news-single__wrap {
      flex-direction: column; }
    .news-single__main {
      width: 100%; }
    .news-side {
      width: 100%; }
      .news-side__list {
        flex-direction: row; }
        .news-side__list .news-item {
          width: calc(50% - .75rem); }

  .certs {
    padding-top: 5rem; }
    .certs .owl-stage-outer {
      padding-bottom: 5rem; }
    .certs-popup__img {
      width: calc(100% - 6rem);
      height: auto; }
      .certs-popup__img img {
        height: auto;
        width: 100%; }

  .download-card {
    padding-right: 2.7rem;
    padding-bottom: 2rem; }
    .download-card::after {
      right: 0;
      top: 0;
      transform: none;
      height: 12rem; }
  .download__img {
    position: static;
    transform: none;
    margin: 2rem auto 0;
    height: auto;
    width: 70%; }

  .partners {
    padding-top: 5rem; }

  .faq-wrap {
    flex-direction: column; }
  .faq-list {
    width: 100%; }
  .faq__img {
    width: 50%;
    margin: 0 auto; }

  .footer {
    padding: 5rem 0 3rem;
    background-size: 20rem; }
    .footer::after {
      width: calc(100% - 12rem);
      right: 6rem;
      bottom: 4.5rem;
      height: 5rem; }
    .footer__logo {
      width: 10rem; }
    .footer-main {
      flex-direction: column; }
    .footer-left, .footer-right {
      width: 100%; }
    .footer__text {
      margin-bottom: 2rem; }
    .footer-bot {
      padding-top: 5rem;
      position: relative;
      justify-content: space-between; }
      .footer-bot .footer-social {
        position: absolute;
        top: 0;
        left: 0; }
      .footer-bot .footer-right {
        justify-content: flex-end; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 1rem; }

  .blue-grad-main {
    padding-top: 3.7rem; }

  body {
    font-size: 0.9rem; }

  .section-title {
    font-size: 1.2rem; }

  .form input {
    padding: 0 1rem; }
  .form p {
    font-size: 0.75rem; }

  .preloader__logo {
    width: 14rem; }
  .preloader .vawes {
    width: 50rem;
    height: 15rem; }

  .tel-popup {
    right: .5rem;
    bottom: 3rem; }

  .feedback-content {
    width: calc(100% - 2rem);
    padding: 2rem 1.5rem; }
  .feedback__text, .feedback__agree {
    font-size: 0.8rem; }

  .mobile-menu .container {
    padding: 0 1rem 3rem; }
  .mobile-menu__head {
    height: 3.7rem; }
  .mobile-menu__logo {
    width: 7rem; }
  .mobile-menu__close {
    width: 1.2rem; }
    .mobile-menu__close img {
      width: 1rem; }
  .mobile-menu__list {
    font-size: 1.3rem; }
    .mobile-menu__list li {
      margin-bottom: 1.3rem; }

  .header {
    height: 3.7rem; }
    .header__logo {
      width: 7rem; }
    .header-top {
      gap: 1.5rem; }
    .header-links {
      flex-direction: column;
      gap: .2rem; }
      .header-links a img {
        width: 1rem; }
    .header-mobile svg {
      width: 1.2rem; }

  .main {
    height: 80svh;
    border-bottom-right-radius: 3rem; }
    .main__bg::after {
      opacity: 1;
      background: rgba(4, 63, 151, 0.5); }
    .main__title {
      font-size: 1.5rem; }
    .main__text {
      font-size: 1rem;
      margin-bottom: 2rem; }
    .main-btns {
      flex-direction: column; }
      .main-btns .btn {
        width: 100%; }

  .about {
    overflow: hidden; }
    .about::after {
      width: 20rem;
      height: 25rem; }
    .about-page__bg {
      height: 80svh;
      border-bottom-right-radius: 3rem; }

  .brands-item {
    width: calc(100vw - 5rem); }
    .brands-item__text {
      font-size: 0.8rem;
      line-height: 1.1rem;
      height: 8.8rem;
      -webkit-line-clamp: 8; }

  .catalog-head {
    padding-top: 4rem; }
    .catalog-head .vawes {
      height: 7rem; }
    .catalog-head__btns {
      gap: 1rem; }
      .catalog-head__btns a {
        width: calc(50% - .5rem);
        padding: 0; }
        .catalog-head__btns a.catalog-head__download {
          justify-content: flex-end; }
  .catalog-choose {
    top: 3.7rem; }
    .catalog-choose__arrows {
      display: none; }
    .catalog-choose__slider {
      padding: 0; }
    .catalog-choose::before, .catalog-choose::after {
      width: 1rem; }
    .catalog-choose__item {
      margin-right: 1.5rem; }
  .catalog-item {
    padding: 1.5rem;
    border-radius: 1rem; }
    .catalog-item__img {
      height: 11rem;
      margin-bottom: 1.2rem; }
    .catalog-item__brand {
      margin-bottom: 0.5rem; }
    .catalog-item__name {
      font-size: 1.1rem;
      line-height: 1.4rem;
      height: 2.8rem; }
    .catalog-item__text {
      margin-bottom: 0.75rem; }
    .catalog-item__icons {
      padding-top: 0.7rem;
      gap: .5rem;
      margin-bottom: 1.3rem; }
      .catalog-item__icons li {
        width: 1.4rem; }
    .catalog-item__more {
      gap: .8rem;
      font-size: 0.8rem; }
      .catalog-item__more img {
        width: 0.95rem !important; }
  .catalog-slider .catalog-item {
    margin-right: 1rem; }
  .catalog-list {
    gap: 1rem; }
    .catalog-list .catalog-item {
      width: 100%; }

  .product {
    overflow: hidden; }
    .product-main {
      padding-top: 3rem; }
    .product__logo {
      display: none; }
      .product__logo-mob {
        display: block; }
    .product__text {
      margin-bottom: 2rem;
      font-size: 1rem; }
    .product__img {
      width: 70%;
      margin: 0 auto 2rem; }
    .product-left {
      width: 100%;
      padding-top: 0; }
    .product-right {
      width: 100%; }
    .product .vawes {
      width: 50rem;
      height: 15rem; }

  .consult-wrap {
    padding: 1.5rem 1rem; }
  .consult .section-title {
    font-size: 1.2rem; }
  .consult__text {
    margin-bottom: 1.5rem; }
  .consult-form {
    flex-direction: column; }
    .consult-form input, .consult-form .form_btn {
      width: 100%; }

  .news-choose li {
    min-width: 0;
    font-size: 0.8rem; }
  .news-item {
    width: calc(100vw - 3rem);
    width: 19rem;
    height: 19rem;
    padding: 1.3rem 1rem 1.5rem;
    margin-right: 1rem; }
    .news-item__head {
      margin-right: -1rem; }
    .news-item__text {
      font-size: 0.75rem; }
  .news-single__head {
    padding-top: 4rem; }
    .news-single__head .section-title {
      margin-bottom: 5rem; }
    .news-single__head .vawes {
      height: 7rem; }
  .news-single__img {
    margin-bottom: 1.5rem;
    border-radius: 1rem; }
  .news-single__title {
    margin-bottom: 1.5rem; }
  .news-single__content {
    font-size: 0.9rem; }
  .news-side__list {
    flex-wrap: wrap;
    gap: 1rem; }
    .news-side__list .news-item {
      width: 100%; }

  .certs .section-head {
    margin-bottom: 1.5rem; }
  .certs-item {
    width: 16rem;
    height: 22.75rem;
    margin-right: 1rem; }

  .download-card {
    padding: 1.5rem 1rem 1rem; }
    .download-card::after {
      width: 8rem;
      height: 8rem; }
  .download .section-title {
    margin-bottom: 1.5rem; }
  .download-form {
    flex-direction: column; }
    .download-form input, .download-form .form_btn {
      width: 100%; }
  .download__img {
    width: 85%; }

  .partners .owl-stage-outer {
    padding-top: 1.5rem; }
  .partners-item {
    margin: 0 .5rem;
    height: 6rem;
    width: 10rem; }

  .faq .section-title {
    margin-bottom: 1.5rem; }
  .faq-item__question {
    height: auto;
    padding-left: 1rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    border-radius: 1rem; }
  .faq-item__answer {
    padding: 1rem; }
  .faq__img {
    width: 100%; }

  .footer {
    background-size: 15rem; }
    .footer::after {
      width: calc(100% - 4rem);
      right: 2rem;
      height: 10rem; }
    .footer-card {
      border-radius: 1.5rem;
      padding: 1.5rem 1rem; }
    .footer__logo {
      width: 7rem; }
    .footer-right {
      flex-wrap: wrap; }
    .footer-menu {
      width: 100%;
      margin-bottom: 1.5rem; }
    .footer__address {
      text-align: left; }
    .footer-tel {
      text-align: left;
      margin-bottom: 1.5rem; }
    .footer-bot {
      padding-top: 4rem;
      flex-direction: column;
      align-items: center;
      gap: .5rem; }
      .footer-bot .footer-right {
        justify-content: center; }
    .footer-social {
      gap: 1rem; }
      .footer-social a {
        width: 2.4rem;
        height: 2.4rem; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 14px; } }
@media (max-width: 345.98px) {
  :root {
    font-size: 13px; } }
@media (max-width: 330.98px) {
  :root {
    font-size: 12px; } }
@media (max-width: 320.98px) {
  :root {
    font-size: 11px; } }
@media (max-width: 300.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 1000px) and (orientation: landscape) {
  :root {
    font-size: 8.5px; } }
@media (max-width: 700px) and (orientation: landscape) {
  :root {
    font-size: 8px; } }

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