:root {
  font-size: 30px; }

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

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

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

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

input, textarea {
  outline: none;
  padding: 0.25rem 0;
  border: none;
  border-bottom: 1px solid rgba(0, 50, 160, 0.3);
  color: #010513;
  font-weight: 500;
  background: transparent;
  resize: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(1, 5, 19, 0.3); }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(1, 5, 19, 0.3); }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: rgba(1, 5, 19, 0.3); }
  input::placeholder, textarea::placeholder {
    color: rgba(1, 5, 19, 0.3); }

.daterangepicker td.active, .daterangepicker td.active:hover {
  background: #0032A0; }

.daterangepicker .drp-buttons .btn {
  height: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #0032A0; }

.daterangepicker td.in-range.active {
  background: #0032A0; }

.daterangepicker td.in-range {
  background: rgba(0, 50, 160, 0.2); }

.daterangepicker select {
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer !important; }
  .daterangepicker select::-webkit-scrollbar {
    width: 0;
    height: 0.2rem; }
  .daterangepicker select::-webkit-scrollbar-track {
    background: #ddd; }
  .daterangepicker select::-webkit-scrollbar-thumb {
    background: #0032A0; }

.customSelect {
  position: relative;
  width: 100%; }
  .customSelect__option {
    color: #010513;
    padding: 0 .6rem 0;
    font-size: .8rem;
    height: 3.5rem;
    border-radius: 0;
    background: transparent;
    color: #0032A0; }
    .customSelect__option:hover, .customSelect__option:focus {
      background: transparent;
      color: #0032A0; }
    .customSelect__option--value {
      border: 1px solid #0032A0;
      color: #0032A0;
      font-weight: 500;
      padding-right: 3rem; }
      .customSelect__option--value::after {
        background-image: url(../img/icons/arrow-down-blue2.svg);
        width: 1.5rem;
        height: 1.5rem; }
  .customSelect--active .customSelect__option--value:hover, .customSelect--active .customSelect__option--value:focus {
    background: #fff;
    color: #0032A0; }
  .customSelect--active .customSelect__option--value {
    border-radius: 0;
    border: 1px solid #0032A0 !important;
    color: #0032A0; }
  .customSelect__dropdown {
    border: 1px solid #0032A0 !important;
    z-index: 5;
    padding: 0.4rem 0;
    border-radius: 0 !important;
    margin: 0.6rem 0;
    background: #fff; }
    .customSelect__dropdown .customSelect__option {
      border-radius: 0;
      color: #010513;
      height: 2rem; }
      .customSelect__dropdown .customSelect__option:hover {
        background: #0032A0;
        color: #fff; }
      .customSelect__dropdown .customSelect__option--selected {
        background: transparent;
        color: rgba(1, 5, 19, 0.3);
        pointer-events: none; }
    .customSelect__dropdown button:first-child {
      color: #0032A0;
      background: transparent;
      margin-top: -0.4rem;
      pointer-events: none;
      padding-top: 0.9rem;
      padding-bottom: 0.9rem;
      border-bottom: 1px solid #0032A0;
      height: auto;
      font-size: 0.9rem;
      margin-bottom: 0.4rem;
      font-weight: 600; }

html.dark, html.grey {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.nicescroll-rails {
  z-index: 7 !important; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: #010513; }
  body::-webkit-scrollbar {
    width: 0;
    height: 0.5rem; }
  body::-webkit-scrollbar-track {
    background: #ddd; }
  body::-webkit-scrollbar-thumb {
    background: #0032A0; }
  body.dark {
    background: #010513;
    color: #fff; }
    body.dark::-webkit-scrollbar-track {
      background: #666; }
    body.dark::-webkit-scrollbar-thumb {
      background: #000; }
    body.dark input, body.dark textarea {
      color: #fff; }
      body.dark input::-webkit-input-placeholder, body.dark textarea::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.3); }
      body.dark input:-ms-input-placeholder, body.dark textarea:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.3); }
      body.dark input::-ms-input-placeholder, body.dark textarea::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.3); }
      body.dark input::placeholder, body.dark textarea::placeholder {
        color: rgba(255, 255, 255, 0.3); }
    body.dark .btn {
      background: #010513; }
      body.dark .btn.btn-blue {
        border-color: #05173F;
        background: #05173F; }
    body.dark .customSelect--active .customSelect__option--value:hover, body.dark .customSelect--active .customSelect__option--value:focus {
      background: #010513;
      color: #fff; }
    body.dark .customSelect__option--value::before {
      background: #010513; }
    body.dark .customSelect__dropdown {
      color: #fff;
      background: #010513; }
      body.dark .customSelect__dropdown .customSelect__option {
        color: #fff; }
        body.dark .customSelect__dropdown .customSelect__option--selected {
          color: rgba(255, 255, 255, 0.3); }
    body.dark .daterangepicker {
      color: #010513; }
    body.dark .section-carousel__arrow:hover {
      background: #05173F; }
    body.dark .dropdown-menu__item {
      color: #fff;
      background: #010513;
      -webkit-box-shadow: 0 0.1rem 0.4rem rgba(255, 255, 255, 0.3);
              box-shadow: 0 0.1rem 0.4rem rgba(255, 255, 255, 0.3); }
    body.dark .dropdown-menu__col {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .dropdown-menu__list li a, body.dark .dropdown-menu__docs li a, body.dark .dropdown-menu__subdocs li a {
      color: #fff; }
      body.dark .dropdown-menu__list li a:hover, body.dark .dropdown-menu__docs li a:hover, body.dark .dropdown-menu__subdocs li a:hover {
        color: #0032A0; }
    body.dark .mobile-menu {
      background: #05173F; }
      body.dark .mobile-menu .section-title img {
        -webkit-filter: none !important;
                filter: none !important; }
    body.dark .page404 {
      background: #05173F; }
    body.dark .header-black, body.dark .header-fixed {
      border-color: rgba(255, 255, 255, 0.3);
      color: #fff;
      background: #010513; }
      body.dark .header-black .header__btn:hover, body.dark .header-black .header__btn.active, body.dark .header-black .header__lang:hover, body.dark .header-black .header__lang.active, body.dark .header-fixed .header__btn:hover, body.dark .header-fixed .header__btn.active, body.dark .header-fixed .header__lang:hover, body.dark .header-fixed .header__lang.active {
        background: rgba(255, 255, 255, 0.5); }
      body.dark .header-black .header__btn.selected::after, body.dark .header-black .header__lang.selected::after, body.dark .header-fixed .header__btn.selected::after, body.dark .header-fixed .header__lang.selected::after {
        background: rgba(255, 255, 255, 0.5); }
    body.dark .header-menu a {
      color: #fff; }
    body.dark .header__logo img.white {
      display: block; }
    body.dark .header__logo img.black {
      display: none; }
    body.dark .header-info a {
      color: #fff; }
    body.dark .header-format {
      color: #fff;
      background: #010513;
      -webkit-box-shadow: 0 0.1rem 0.4rem rgba(255, 255, 255, 0.3);
              box-shadow: 0 0.1rem 0.4rem rgba(255, 255, 255, 0.3); }
      body.dark .header-format__theme {
        background: #010513; }
        body.dark .header-format__theme span {
          border-color: #fff; }
        body.dark .header-format__theme-grey span {
          color: #010513; }
        body.dark .header-format__theme.current {
          background: #05173F; }
      body.dark .header-format__font {
        background: #010513; }
        body.dark .header-format__font.current {
          background: #05173F; }
      body.dark .header-format__btn {
        background: #05173F;
        color: #fff;
        border: 1px solid #05173F; }
        body.dark .header-format__btn:hover {
          background: #010513;
          border-color: #fff; }
    body.dark .header-sound, body.dark .header-lang {
      background: #010513;
      color: #fff;
      -webkit-box-shadow: 0 0.1rem 0.4rem rgba(255, 255, 255, 0.3);
              box-shadow: 0 0.1rem 0.4rem rgba(255, 255, 255, 0.3); }
      body.dark .header-sound .section-title, body.dark .header-lang .section-title {
        border-color: rgba(255, 255, 255, 0.3); }
        body.dark .header-sound .section-title img, body.dark .header-lang .section-title img {
          -webkit-filter: invert(100%);
                  filter: invert(100%); }
    body.dark .header-lang {
      -webkit-box-shadow: 0 0.1rem 0.4rem rgba(255, 255, 255, 0.3);
              box-shadow: 0 0.1rem 0.4rem rgba(255, 255, 255, 0.3); }
      body.dark .header-lang__list li {
        border-color: rgba(255, 255, 255, 0.3); }
        body.dark .header-lang__list li a {
          color: #fff; }
          body.dark .header-lang__list li a:hover {
            background: #05173F; }
    body.dark .header-search {
      background: #010513; }
      body.dark .header-search__btn {
        background: #05173F;
        color: #fff;
        border: 1px solid #05173F; }
        body.dark .header-search__btn:hover {
          background: #010513;
          border-color: #fff; }
    body.dark .main-lab__down {
      background: #05173F; }
      body.dark .main-lab__down:hover {
        background: #fff; }
    body.dark .page-wrap, body.dark .page-main, body.dark .page-side__title {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .page-breadcrumbs a {
      color: #fff; }
      body.dark .page-breadcrumbs a:hover {
        color: #0032A0; }
    body.dark .page-head {
      background: #05173F; }
      body.dark .page-head__tabs li.current {
        background: #05173F;
        color: #fff; }
      body.dark .page-head__breadcrumbs a:hover {
        color: #0032A0; }
    body.dark .news-lines div {
      background: rgba(255, 255, 255, 0.3); }
    body.dark .news-head, body.dark .news-main {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .news-rect {
      border-color: rgba(255, 255, 255, 0.3); }
      body.dark .news-rect .line {
        background: rgba(255, 255, 255, 0.3); }
    body.dark .news-carousel__item {
      color: #fff; }
      body.dark .news-carousel__item:hover {
        background: rgba(255, 255, 255, 0.15); }
      body.dark .news-carousel__item.line-show {
        border-color: rgba(255, 255, 255, 0.3); }
    body.dark .news-carousel::before, body.dark .news-carousel::after {
      background: rgba(255, 255, 255, 0.3); }
    body.dark .news-follow__btn, body.dark .news-follow__ico {
      border-color: rgba(255, 255, 255, 0.3); }
      body.dark .news-follow__btn:hover, body.dark .news-follow__ico:hover {
        background: #05173F; }
    body.dark .news-follow__btn {
      color: #fff; }
    body.dark .news-follow__ico img {
      -webkit-filter: invert(80%);
              filter: invert(80%); }
    body.dark .news-follow__arrows {
      border-color: rgba(255, 255, 255, 0.3); }
      body.dark .news-follow__arrows span img {
        -webkit-filter: invert(80%);
                filter: invert(80%); }
    body.dark .news-dropdown {
      background: #05173F; }
    body.dark .news-page__wrap {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .news-page .reset img {
      -webkit-filter: invert(98%);
              filter: invert(98%); }
    body.dark .news-list {
      border-color: rgba(255, 255, 255, 0.3); }
      body.dark .news-list::before {
        background: rgba(255, 255, 255, 0.3); }
    body.dark .news-item__title {
      color: #fff; }
    body.dark .news-more__item {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .news-single__content li::before {
      background: #fff; }
    body.dark .products-wrap, body.dark .products-info {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .products-page__wrap, body.dark .products-block__item {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .products-cat__main {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .products-cat__wrap {
      background: #666; }
      body.dark .products-cat__wrap:hover {
        background: #05173F; }
    body.dark .products-cat__name {
      color: #fff; }
      body.dark .products-cat__name:hover {
        color: #0032A0; }
    body.dark .product-side__all:hover {
      color: #fff; }
    body.dark .product-side__form input {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .product__image, body.dark .product-item {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .product__nav {
      border-color: rgba(255, 255, 255, 0.3);
      background: #010513; }
      body.dark .product__nav a {
        color: #fff; }
        body.dark .product__nav a:hover {
          color: #0032A0; }
    body.dark .product-content table td {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .product-docs__item {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .product-more {
      border-color: rgba(255, 255, 255, 0.3); }
      body.dark .product-more__wrap {
        border-color: rgba(255, 255, 255, 0.3); }
    body.dark .radiator-wrap, body.dark .radiator-left, body.dark .radiator__left, body.dark .radiator-about, body.dark .radiator-models, body.dark .radiator-dashboard, body.dark .radiator-dashboard__info p, body.dark .radiator-tables, body.dark .radiator-advantages__wrap, body.dark .radiator-advantages__list, body.dark .radiator-advantages__item, body.dark .radiator-process {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .radiator-tables__wrap, body.dark .radiator-popup__content {
      background: #666; }
    body.dark .radiator-dashboard__info img {
      -webkit-filter: invert(1);
              filter: invert(1); }
    body.dark .download-wrap {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .download .btn.btn-blue {
      background: #010513; }
    body.dark .factory-wrap, body.dark .factory-side {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .partners-wrap, body.dark .partners-main, body.dark .partners-list, body.dark .partners-list li {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .consult-main, body.dark .consult-info {
      background: #05173F; }
    body.dark .consult-info .btn.btn-blue {
      border-color: #fff; }
    body.dark .consult .btn {
      border-color: #010513; }
    body.dark .mission-wrap, body.dark .mission-side {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .mission__star img {
      -webkit-filter: invert(100%);
              filter: invert(100%); }
    body.dark .mission-energy {
      background: #05173F; }
    body.dark .production-wrap, body.dark .production-timeline, body.dark .production-item__img, body.dark .production .production-carousel {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .certs-wrap, body.dark .certs-head__wrap, body.dark .certs-lab__line {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .certs-list__item {
      border-color: rgba(255, 255, 255, 0.3); }
      body.dark .certs-list__item:hover {
        background: #05173F; }
    body.dark .certs-list__btn {
      border-color: #fff;
      color: #fff; }
      body.dark .certs-list__btn:hover {
        border-color: #fff; }
    body.dark .lab-wrap, body.dark .lab-side {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .history-wrap, body.dark .history .section-title, body.dark .history-list, body.dark .history-head {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .history-head {
      background: #010513; }
    body.dark .history-item::before {
      background: rgba(255, 255, 255, 0.3); }
    body.dark .history-item__text span {
      color: #fff !important; }
    body.dark .team-wrap, body.dark .team-head__wrap, body.dark .team-item__contacts {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .team-list::after {
      background: rgba(255, 255, 255, 0.3); }
    body.dark .docs-wrap {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .docs .reset img {
      -webkit-filter: invert(98%);
              filter: invert(98%); }
    body.dark .vacancy-wrap, body.dark .vacancy-item, body.dark .vacancy-single__item {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .reception-wrap, body.dark .reception-main, body.dark .reception-main__wrap, body.dark .reception-head__item {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .reception-form {
      background: #05173F; }
      body.dark .reception-form__file .btn.btn-blue {
        border: 1px solid rgba(255, 255, 255, 0.3); }
      body.dark .reception-form__btn:hover {
        border: 1px solid rgba(255, 255, 255, 0.3); }
    body.dark .control-wrap, body.dark .control-main {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .search-input__input img {
      -webkit-filter: invert(100%);
              filter: invert(100%); }
    body.dark .search-wrap, body.dark .search-top, body.dark .search-item {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .search-empty img {
      -webkit-filter: invert(100%);
              filter: invert(100%); }
    body.dark .contact-wrap, body.dark .contact-address, body.dark .contact-item, body.dark .contact-item__wrap, body.dark .contact-member__title {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .contact__value {
      color: #fff; }
      body.dark .contact__value:hover {
        color: #0032A0; }
    body.dark .footer-wrap {
      border-top: 1px solid rgba(255, 255, 255, 0.3); }

.overflowH {
  overflow: hidden; }

.container {
  padding: 0 210px; }

.disabled {
  pointer-events: none; }

.btn {
  height: 4rem;
  color: #0032A0;
  background: #fff;
  border: 1px solid #0032A0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5rem;
  gap: 1.5rem;
  font-weight: 500;
  position: relative;
  overflow: hidden; }
  .btn::after {
    position: absolute;
    -webkit-transition: .6s all;
    transition: .6s all;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 50, 160, 0.1);
    content: ''; }
  .btn svg {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: .6s all;
    transition: .6s all; }
  .btn:hover svg {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem); }
  .btn:hover::after {
    bottom: 0; }
  .btn.btn-blue {
    background: #0032A0;
    color: #fff; }
    .btn.btn-blue::after {
      background: rgba(255, 255, 255, 0.1); }
  .btn.btn-blur {
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
    color: #fff;
    border: none; }
    .btn.btn-blur::after {
      background: rgba(255, 255, 255, 0.1); }

.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .6rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase; }
  .section-title strong {
    color: #0032A0; }
  .section-title img {
    width: 1.4rem; }
  .section-title-big {
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 140%; }
    .section-title-big span {
      color: #0032A0; }
.section-carousel__info {
  position: relative;
  padding-bottom: 1rem;
  height: calc(100% - 8rem);
  width: 100%;
  padding-bottom: 1rem; }
  .section-carousel__info .section-title {
    margin-bottom: 3.8rem; }
.section-carousel__title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.75rem; }
.section-carousel__text {
  line-height: 140%;
  margin-bottom: 3rem;
  max-width: 21rem;
  max-height: 4.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4; }
.section-carousel__btn {
  width: 17.5rem; }
.section-carousel__wrap {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 2;
  width: 100%; }
.section-carousel__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem; }
.section-carousel__arrow {
  color: #010513;
  background: #F2F3F5;
  width: 2.6rem;
  height: 2.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .6s all;
  transition: .6s all;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 50%; }
  .section-carousel__arrow img {
    width: 1.5rem;
    -webkit-transition: .6s all;
    transition: .6s all; }
  .section-carousel__arrow:hover {
    background: #0032A0; }
    .section-carousel__arrow:hover img {
      -webkit-filter: invert(100%);
              filter: invert(100%); }
.section-carousel__bot {
  line-height: 175%;
  width: 100%; }
  .section-carousel__bot span {
    height: 1.5rem;
    display: block; }

.speak-icon {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .6s all;
  transition: .6s all;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 6;
  display: none;
  background: #0032A0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%); }
  .speak-icon img {
    width: 100%; }

.page404 {
  background: #0032A0;
  color: #fff;
  height: 100vh;
  padding-top: 6.4rem; }
  .page404 .container {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%; }
  .page404-wrap {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .page404-info {
    width: 33.333%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .page404__title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 105%;
    margin-bottom: 1.5rem; }
  .page404__text {
    max-width: 16rem;
    line-height: 140%;
    margin-bottom: 10vh; }
  .page404__btn {
    width: 20rem; }
  .page404-main {
    overflow: hidden;
    text-align: right;
    line-height: 100%;
    font-weight: 600;
    font-size: 22rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 66.666%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page404-main p {
      opacity: .3; }
      .page404-main p:nth-child(2) {
        opacity: 1; }

.mobile-menu {
  display: none; }

.drp-calendar {
  margin: 0 .4rem; }

.drp-calendar.single {
  margin-left: 0; }

.daterangepicker {
  border-radius: 0;
  border-color: #0032A0;
  font-family: 'Montserrat', sans-serif;
  z-index: 4; }
  .daterangepicker::after, .daterangepicker::before {
    content: none; }
  .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 0.7rem;
    border-radius: 0;
    vertical-align: middle; }
  .daterangepicker .calendar-table th {
    color: #a5a5a5; }
    .daterangepicker .calendar-table th.month {
      color: #010513; }
  .daterangepicker td.start-date.end-date {
    border-radius: 0; }
  .daterangepicker .calendar-table .next span {
    border-width: .4rem 0 .4rem .4rem;
    border-color: transparent transparent transparent #0032A0;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    width: 0;
    height: 0;
    display: inline-block;
    margin-top: 0.5rem; }
  .daterangepicker .calendar-table .prev span {
    border-width: .4rem .4rem .4rem 0;
    border-color: transparent #0032A0 transparent transparent;
    -webkit-transform: none;
            transform: none;
    padding: 0;
    width: 0;
    height: 0;
    display: inline-block;
    margin-top: 0.5rem; }

@-webkit-keyframes preloaderLogo {
  to {
    opacity: 1; } }

@keyframes preloaderLogo {
  to {
    opacity: 1; } }
@-webkit-keyframes fillAnimation {
  to {
    stroke-dashoffset: 0; } }
@keyframes fillAnimation {
  to {
    stroke-dashoffset: 0; } }
@-webkit-keyframes gotoHalf {
  from {
    width: 0%; }
  to {
    width: 50%; } }
@keyframes gotoHalf {
  from {
    width: 0%; }
  to {
    width: 50%; } }
@-webkit-keyframes gotoFull {
  from {
    width: 50%; }
  to {
    width: 100%; } }
@keyframes gotoFull {
  from {
    width: 50%; }
  to {
    width: 100%; } }
@-webkit-keyframes gotoStart {
  from {
    width: 100%; }
  to {
    width: 100%; } }
@keyframes gotoStart {
  from {
    width: 100%; }
  to {
    width: 100%; } }
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  color: #fff;
  background: #05173F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .preloader__logo {
    width: 9.5rem;
    opacity: 0;
    -webkit-animation: preloaderLogo 1s linear forwards;
            animation: preloaderLogo 1s linear forwards; }
    .preloader__logo img {
      width: 100%;
      display: block; }
  .preloader-bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .preloader-bot__text {
      margin-left: 5rem;
      margin-bottom: 2.5rem; }
    .preloader-bot__line {
      width: 0%;
      height: 1.2rem;
      background: #0032A0;
      -webkit-transition: .1s all;
      transition: .1s all; }
      .preloader-bot__line.show {
        width: 100%; }

.dropdown-menu {
  position: fixed;
  top: 6.4rem;
  width: 100%;
  left: 0;
  z-index: 6;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: .5s all;
  transition: .5s all; }
  .dropdown-menu__item {
    display: none;
    background: #fff;
    height: 32rem;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 0.1rem 0.4rem rgba(5, 23, 63, 0.1);
            box-shadow: 0 0.1rem 0.4rem rgba(5, 23, 63, 0.1); }
  .dropdown-menu__col {
    width: 33.333%;
    border-right: 1px solid rgba(5, 23, 63, 0.1);
    padding: 1.75rem;
    position: relative; }
    .dropdown-menu__col:last-child {
      border: none; }
  .dropdown-menu__title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1.2rem; }
  .dropdown-menu__text, .dropdown-menu__desc {
    line-height: 140%;
    margin-bottom: 0.75rem; }
  .dropdown-menu__btn {
    width: 18rem;
    margin: 4rem 0; }
  .dropdown-menu__social {
    position: absolute;
    bottom: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem; }
    .dropdown-menu__social ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem; }
      .dropdown-menu__social ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .dropdown-menu__social ul a {
        width: 1.5rem;
        height: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .dropdown-menu__social ul a img {
          width: 100%;
          display: block; }
  .dropdown-menu__list, .dropdown-menu__docs, .dropdown-menu__subdocs {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 0.5rem;
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    .dropdown-menu__list li, .dropdown-menu__docs li, .dropdown-menu__subdocs li {
      margin-bottom: 1.2rem;
      position: relative;
      cursor: pointer; }
      .dropdown-menu__list li::after, .dropdown-menu__docs li::after, .dropdown-menu__subdocs li::after {
        position: absolute;
        bottom: -0.2rem;
        height: 2px;
        background: #0032A0;
        content: '';
        left: 0;
        -webkit-transition: .6s all;
        transition: .6s all;
        width: 0; }
      .dropdown-menu__list li.active::after, .dropdown-menu__docs li.active::after, .dropdown-menu__subdocs li.active::after {
        width: 100%; }
      .dropdown-menu__list li a, .dropdown-menu__docs li a, .dropdown-menu__subdocs li a {
        color: #010513; }
    .dropdown-menu__list::-webkit-scrollbar, .dropdown-menu__docs::-webkit-scrollbar, .dropdown-menu__subdocs::-webkit-scrollbar {
      width: 5px; }
    .dropdown-menu__list::-webkit-scrollbar-track, .dropdown-menu__docs::-webkit-scrollbar-track, .dropdown-menu__subdocs::-webkit-scrollbar-track {
      background: #f1f1f1; }
    .dropdown-menu__list::-webkit-scrollbar-thumb, .dropdown-menu__docs::-webkit-scrollbar-thumb, .dropdown-menu__subdocs::-webkit-scrollbar-thumb {
      background: #0032A0;
      border-radius: 5px; }
    .dropdown-menu__list::-webkit-scrollbar-thumb:hover, .dropdown-menu__docs::-webkit-scrollbar-thumb:hover, .dropdown-menu__subdocs::-webkit-scrollbar-thumb:hover {
      background: #0032A0; }
  .dropdown-menu__img {
    margin-bottom: 1rem;
    height: 15rem; }
    .dropdown-menu__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-fit: contain;
         object-fit: contain; }
  .dropdown-menu__name {
    font-weight: 600;
    margin-bottom: 0.6rem; }
  .dropdown-menu__link {
    color: #0032A0;
    border-bottom: 1px solid transparent; }
    .dropdown-menu__link:hover {
      border-color: #0032A0; }
  .dropdown-menu__text {
    max-height: 7.14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6; }
  .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none; }

.header {
  padding: 1.2rem 0;
  font-weight: 600;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  background: transparent;
  color: #fff;
  border: none;
  -webkit-transition: .3s background, .7s transform;
  transition: .3s background, .7s transform; }
  .header-mobile {
    display: none; }
  .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    gap: 1rem; }
  .header__logo {
    display: block;
    height: 4rem;
    padding: 0.5rem 0; }
    .header__logo img {
      height: 100%; }
      .header__logo img.black {
        display: none; }
      .header__logo img.white {
        display: block; }
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-menu li {
      cursor: pointer;
      position: relative; }
      .header-menu li a {
        color: #fff; }
      .header-menu li::after {
        position: absolute;
        bottom: -0.2rem;
        height: 2px;
        background: #0032A0;
        width: 0;
        content: '';
        left: 0;
        -webkit-transition: .6s all;
        transition: .6s all; }
      .header-menu li.active::after {
        width: 100%; }
  .header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.5rem; }
  .header__btn {
    width: 3.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: .6s all;
    transition: .6s all;
    position: relative; }
    .header__btn:hover, .header__btn.active {
      background: rgba(255, 255, 255, 0.5); }
    .header__btn svg {
      width: 100%;
      height: 3.5rem; }
    .header__btn.selected::after {
      position: absolute;
      width: 100%;
      height: .5rem;
      background: rgba(255, 255, 255, 0.5);
      bottom: 0;
      left: 0;
      content: ""; }
  .header__lang {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .25rem;
    cursor: pointer;
    width: 4.8rem;
    height: 100%;
    -webkit-transition: .6s all;
    transition: .6s all; }
    .header__lang:hover, .header__lang.active {
      background: rgba(255, 255, 255, 0.5); }
    .header__lang img {
      width: 1.5rem; }
  .header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 1rem;
    gap: .2rem;
    margin-left: 1.4rem; }
    .header-info a {
      color: #fff; }
  .header-black, .header-fixed {
    color: #010513;
    border-bottom: 1px solid rgba(5, 23, 63, 0.1);
    background: #fff; }
    .header-black .header-menu a, .header-fixed .header-menu a {
      color: #010513; }
    .header-black .header__logo img.black, .header-fixed .header__logo img.black {
      display: block; }
    .header-black .header__logo img.white, .header-fixed .header__logo img.white {
      display: none; }
    .header-black .header-info a, .header-fixed .header-info a {
      color: #010513; }
    .header-black .header__btn:hover, .header-black .header__btn.active, .header-black .header__lang:hover, .header-black .header__lang.active, .header-fixed .header__btn:hover, .header-fixed .header__btn.active, .header-fixed .header__lang:hover, .header-fixed .header__lang.active {
      background: rgba(1, 5, 19, 0.2); }
    .header-black .header__btn.selected::after, .header-black .header__lang.selected::after, .header-fixed .header__btn.selected::after, .header-fixed .header__lang.selected::after {
      background: rgba(1, 5, 19, 0.2); }
  .header-format {
    position: absolute;
    left: 0;
    top: 5.2rem;
    width: 100%;
    padding-left: 1.8rem;
    background: #fff;
    z-index: 2;
    color: #010513;
    height: 3.5rem;
    font-weight: 400;
    display: none;
    -webkit-box-shadow: 0 0.1rem 0.4rem rgba(5, 23, 63, 0.1);
            box-shadow: 0 0.1rem 0.4rem rgba(5, 23, 63, 0.1); }
    .header-format__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header-format__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1.2rem; }
    .header-format__choose {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header-format__theme {
      height: 3.5rem;
      width: 3.5rem;
      background: #fff;
      padding: .6rem;
      font-size: 1.3rem;
      cursor: pointer; }
      .header-format__theme span {
        width: 100%;
        height: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #010513;
        background: #fff; }
      .header-format__theme.current {
        background: #0032A0; }
      .header-format__theme-normal span {
        border-color: #fff;
        background: #0032A0;
        color: #fff; }
      .header-format__theme-dark span {
        background: #010513;
        color: #fff; }
    .header-format__font {
      height: 3.5rem;
      width: 3.5rem;
      background: #fff;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .header-format__font:nth-child(2) {
        font-size: 1rem; }
      .header-format__font:nth-child(3) {
        font-size: 1.15rem; }
      .header-format__font:nth-child(4) {
        font-size: 1.3rem; }
      .header-format__font:nth-child(5) {
        font-size: 1.45rem; }
      .header-format__font.current {
        color: #fff;
        background: #0032A0; }
    .header-format__btn {
      height: 3.5rem;
      width: 11rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #0032A0;
      background: #E6F1FF;
      font-weight: 500; }
      .header-format__btn:hover {
        background: #0032A0;
        color: #fff; }
  .header-sound {
    position: absolute;
    top: 5.2rem;
    right: 10rem;
    width: 23rem;
    background: #fff;
    color: #010513;
    display: none;
    -webkit-box-shadow: 0 0.1rem 0.4rem rgba(5, 23, 63, 0.1);
            box-shadow: 0 0.1rem 0.4rem rgba(5, 23, 63, 0.1); }
    .header-sound__title {
      padding: 1.2rem 1.7rem;
      border-bottom: 1px solid rgba(5, 23, 63, 0.1); }
    .header-sound__text {
      padding: 1.2rem 1.7rem;
      font-weight: 400;
      line-height: 140%; }
  .header-search {
    position: absolute;
    top: 5.2rem;
    right: 0;
    width: calc(66.666% - 1px);
    background: #fff;
    height: 3.5rem;
    display: none;
    -webkit-box-shadow: 0 0.1rem 0.4rem rgba(5, 23, 63, 0.1);
            box-shadow: 0 0.1rem 0.4rem rgba(5, 23, 63, 0.1); }
    .header-search__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      gap: 1.7rem; }
      .header-search__wrap input {
        width: calc(100% - 14.4rem); }
    .header-search__btn {
      height: 3.5rem;
      width: 11rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #0032A0;
      background: #E6F1FF;
      font-weight: 500; }
      .header-search__btn:hover {
        background: #0032A0;
        color: #fff; }
  .header-lang {
    position: absolute;
    right: 0;
    top: 5.2rem;
    width: 23rem;
    background: #fff;
    color: #010513;
    display: none;
    -webkit-box-shadow: 0 0.1rem 0.4rem rgba(5, 23, 63, 0.1);
            box-shadow: 0 0.1rem 0.4rem rgba(5, 23, 63, 0.1); }
    .header-lang .section-title {
      padding: 1.2rem 1.7rem; }
    .header-lang__list {
      font-weight: 400;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .header-lang__list li {
        width: 50%;
        border-top: 1px solid rgba(5, 23, 63, 0.1);
        height: 3.5rem; }
        .header-lang__list li:nth-child(2n) {
          border-left: 1px solid rgba(5, 23, 63, 0.1); }
        .header-lang__list li a {
          width: 100%;
          height: 100%;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #010513; }
          .header-lang__list li a:hover {
            background: #0032A0;
            color: #fff; }
  .header-hide {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }

.main {
  height: 100vh;
  position: relative;
  color: #fff;
  padding-top: 6.4rem; }
  .main__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .main__bg img, .main__bg video {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }
    .main__bg::after {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.3); }
  .main .container {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%; }
  .main-wrap {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main-left {
    padding-top: 17vh;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    width: calc(33.333% + 1px); }
  .main-right {
    padding-top: 16.2vh;
    width: calc(66.666% - 1px); }
  .main__title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    max-width: 43rem;
    font-weight: 600; }
  .main__text {
    font-weight: 600;
    margin-bottom: 2.5rem;
    max-width: 40rem; }
  .main-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem; }
    .main-btns .btn {
      width: 16.5rem; }
  .main-about {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6rem; }
    .main-about__vacancy .main-about__item {
      background: transparent; }
    .main-about__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .main-about__item {
      height: 6rem;
      width: 33.333%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      background: rgba(255, 255, 255, 0.3);
      padding: 0 1.5rem; }
      .main-about__item:last-child {
        border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .main-about__title {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 0.5rem; }
  .main .section-title {
    max-width: 24rem; }
  .main-video {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(1, 5, 19, 0.7);
    display: none; }
    .main-video__video {
      width: 90%;
      height: 90%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .main-video__video video {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
    .main-video__close {
      position: absolute;
      right: calc(5vw - 2rem);
      top: calc(5vh - 2rem);
      border-radius: 50%;
      width: 2rem;
      height: 2rem;
      background: #0032A0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .main-video__close img {
        width: 1.5rem; }
  .main-lab-bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .main-lab-bg__title, .main-lab-bg__text, .main-lab-bg__info {
      display: none; }
    .main-lab-bg__img {
      height: 100vh;
      position: relative; }
      .main-lab-bg__img::before {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        content: '';
        background: rgba(0, 0, 0, 0.3); }
      .main-lab-bg__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
  .main-lab__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .main-lab__wrap {
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1px; }
  .main-lab__info {
    width: 33.333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.5rem; }
    .main-lab__info-item {
      position: relative;
      height: 6rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .main-lab__info p {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 0.5rem; }
  .main-lab__down {
    width: 6rem;
    height: 100%;
    background: #0032A0; }
    .main-lab__down svg {
      width: 1.5rem;
      height: 1.5rem; }
    .main-lab__down:hover {
      background: #fff;
      color: #0032A0; }
  .main-lab__arrows {
    width: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .main-lab__arrows span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .6s all;
      transition: .6s all;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .main-lab__arrows span img {
        width: 1.5rem; }

.page-wrap {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.page-main {
  width: 68%;
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  padding-top: 1.75rem; }
.page-side {
  width: 32%;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .page-side__title {
    padding: 1.2rem 1rem;
    border-bottom: 1px solid rgba(5, 23, 63, 0.1);
    font-weight: 600;
    font-size: 1.2rem; }
.page-breadcrumbs {
  line-height: 125%;
  margin-bottom: 0.3rem; }
  .page-breadcrumbs a {
    color: #010513; }
    .page-breadcrumbs a:hover {
      color: #0032A0; }

.page-head {
  padding-top: 6.4rem;
  background: #0032A0;
  color: #fff;
  height: 30rem; }
  .page-head .container {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%; }
  .page-head__wrap {
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    border-right: 1px solid rgba(5, 23, 63, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    padding-top: 6rem;
    height: 100%;
    position: relative; }
  .page-head__breadcrumbs {
    margin-bottom: .6rem;
    line-height: 125%; }
    .page-head__breadcrumbs a {
      color: #fff; }
      .page-head__breadcrumbs a:hover {
        color: #05173F; }
  .page-head__title {
    font-weight: 600;
    font-size: 2.5rem;
    max-width: 50rem;
    line-height: 105%; }
  .page-head__tabs {
    position: absolute;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    width: 100%; }
    .page-head__tabs li {
      width: calc(33.333% - 1.2rem);
      height: 4rem;
      background: rgba(255, 255, 255, 0.3);
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .6s all;
      transition: .6s all;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      font-weight: 500;
      border: 1px solid rgba(255, 255, 255, 0.3);
      position: relative;
      overflow: hidden; }
      .page-head__tabs li::after {
        position: absolute;
        -webkit-transition: .6s all;
        transition: .6s all;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 50, 160, 0.1);
        content: ''; }
      .page-head__tabs li:hover::after {
        bottom: 0; }
      .page-head__tabs li.current {
        color: #0032A0;
        background: #fff;
        pointer-events: none; }
      .page-head__tabs li:nth-child(3n - 1) {
        width: calc(33.333%); }
  .page-head__trans {
    position: relative;
    z-index: 1; }
    .page-head__trans .page-head__wrap {
      position: static; }
    .page-head__trans .page-head__title {
      max-width: 60rem; }
  .page-head__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1; }
    .page-head__bg img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }
    .page-head__bg::before {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      background: rgba(0, 0, 0, 0.3); }

.news {
  position: relative; }
  .news.line-hide .news-carousel::before, .news.line-hide .news-carousel::after {
    background: transparent; }
  .news-lines div {
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(5, 23, 63, 0.1);
    left: 0;
    z-index: 2;
    pointer-events: none; }
    .news-lines div:nth-child(1) {
      top: 6rem; }
    .news-lines div:nth-child(2) {
      top: 13.5rem; }
    .news-lines div:nth-child(3) {
      top: 26.3rem; }
    .news-lines div:nth-child(4) {
      top: 32.3rem; }
  .news-head {
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    border-right: 1px solid rgba(5, 23, 63, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6rem; }
  .news__title {
    width: 33.333%; }
  .news-rect {
    width: 33.333%;
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    overflow: hidden;
    position: relative; }
    .news-rect .line {
      height: 1px;
      background: rgba(5, 23, 63, 0.1);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      position: absolute;
      bottom: 0; }
  .news-main {
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    border-right: 1px solid rgba(5, 23, 63, 0.1); }
  .news-carousel {
    position: relative; }
    .news-carousel::before, .news-carousel::after {
      height: 100%;
      width: 1px;
      content: '';
      background: rgba(5, 23, 63, 0.1);
      top: 0;
      position: absolute; }
    .news-carousel::before {
      left: 33.333%; }
    .news-carousel::after {
      left: 66.666%; }
    .news-carousel__item {
      display: block;
      color: #010513;
      border-right: 1px solid transparent;
      -webkit-transition: none;
      transition: none;
      -webkit-transition: .4s background, .4s color;
      transition: .4s background, .4s color; }
      .news-carousel__item:hover {
        background: #0032A0;
        color: #fff; }
        .news-carousel__item:hover .news-carousel__line {
          background: #fff; }
      .news-carousel__item.line-show {
        border-color: rgba(5, 23, 63, 0.1); }
    .news-carousel__head {
      height: 7.5rem;
      padding: 1rem 1.75rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .news-carousel__date {
      font-weight: 600;
      text-transform: uppercase; }
      .news-carousel__date strong {
        display: block;
        font-size: 3rem; }
      .news-carousel__date span {
        opacity: .3; }
    .news-carousel__wrap {
      padding: 1.75rem; }
    .news-carousel__title {
      line-height: 125%;
      height: 6rem;
      overflow: hidden;
      margin-bottom: 3rem; }
    .news-carousel__line {
      width: 2.5rem;
      height: 0.3rem;
      background: #0032A0; }
  .news-follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 6rem;
    position: relative; }
    .news-follow__btn {
      width: 33.333%;
      border-left: 1px solid rgba(5, 23, 63, 0.1);
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 500;
      color: #0032A0;
      text-transform: uppercase; }
      .news-follow__btn:hover {
        background: #0032A0;
        color: #fff; }
    .news-follow__ico {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .6s all;
      transition: .6s all;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 6rem;
      border-left: 1px solid rgba(5, 23, 63, 0.1); }
      .news-follow__ico img {
        width: 3rem;
        -webkit-transition: .6s all;
        transition: .6s all; }
      .news-follow__ico:hover {
        background: #0032A0; }
        .news-follow__ico:hover img {
          -webkit-filter: invert(100%);
                  filter: invert(100%); }
    .news-follow__arrows {
      width: 6rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 1.5rem;
      border-left: 1px solid rgba(5, 23, 63, 0.1);
      border-right: 1px solid rgba(5, 23, 63, 0.1); }
      .news-follow__arrows span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: .6s all;
        transition: .6s all;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none; }
        .news-follow__arrows span img {
          width: 1.5rem; }
        .news-follow__arrows span.hidden {
          opacity: .5;
          pointer-events: none; }
  .news-dropdown {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 66.66%;
    height: 18.8rem;
    background: #0032A0;
    color: #fff;
    z-index: 2;
    padding: 1.75rem;
    display: none; }
    .news-dropdown__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 4.2rem; }
    .news-dropdown__close {
      margin-left: 3rem;
      width: 1.5rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .6s all;
      transition: .6s all;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .news-dropdown__close img {
        width: 100%; }
    .news-dropdown__form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      width: 90%;
      margin-bottom: 1.2rem; }
    .news-dropdown__input {
      width: calc(100% - 15rem);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .news-dropdown__input p {
        font-size: 0.85rem;
        margin-bottom: 0.3rem;
        -webkit-transition: .6s all;
        transition: .6s all; }
      .news-dropdown__input input {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.35);
        width: 100%;
        font-size: .9rem; }
        .news-dropdown__input input::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.35); }
        .news-dropdown__input input:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.35); }
        .news-dropdown__input input::-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.35); }
        .news-dropdown__input input::placeholder {
          color: rgba(255, 255, 255, 0.35); }
        .news-dropdown__input input:focus, .news-dropdown__input input:not(:placeholder-shown) {
          color: #fff; }
          .news-dropdown__input input:focus + p, .news-dropdown__input input:not(:placeholder-shown) + p {
            color: rgba(255, 255, 255, 0.35); }
    .news-dropdown__btn {
      width: 12rem;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 3.4rem;
      border: 1px solid #fff !important; }
    .news-dropdown__disabled {
      display: none;
      border: 1px solid #fff !important; }
      .news-dropdown__disabled div {
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: .6rem; }
        .news-dropdown__disabled div svg {
          width: 1.5rem;
          height: 1.5rem; }
    .news-dropdown__text {
      opacity: .7; }
  .news-page__wrap {
    padding: 2rem 0 6rem;
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    border-right: 1px solid rgba(5, 23, 63, 0.1); }
  .news-page__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem; }
  .news-page__select {
    width: 12rem;
    position: relative; }
    .news-page__select .reset {
      width: 2rem;
      position: absolute;
      right: .4rem;
      top: .75rem;
      display: none; }
      .news-page__select .reset img {
        width: 100%; }
    .news-page__select.selected .reset {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .news-page__more {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .6rem;
    margin-top: 4.5rem; }
  .news-list {
    position: relative;
    padding-top: 1.75rem;
    border-bottom: 1px solid rgba(5, 23, 63, 0.1); }
    .news-list::before {
      position: absolute;
      left: 26.4rem;
      width: 1px;
      height: 100%;
      content: '';
      background: rgba(5, 23, 63, 0.1);
      top: 0;
      pointer-events: none; }
  .news-item {
    padding: 1.75rem 0;
    -webkit-transition: .6s all;
    transition: .6s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .news-item:hover {
      background: #0032A0;
      color: #fff; }
      .news-item:hover .news-item__title {
        color: #fff; }
      .news-item:hover .news-item__link {
        border-color: #fff; }
      .news-item:hover .news-item__tags {
        color: #fff; }
        .news-item:hover .news-item__tags li {
          border-color: #fff;
          background: rgba(255, 255, 255, 0.3); }
    .news-item__img {
      width: 26.4rem;
      height: 18rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .news-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
    .news-item__wrap {
      padding: 0 1.75rem;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 1.75rem; }
    .news-item__title {
      display: block;
      color: #010513;
      max-width: 45rem;
      line-height: 140%;
      margin-bottom: 1rem; }
    .news-item__tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: .6rem;
      font-size: 0.7rem;
      color: #0032A0; }
      .news-item__tags li {
        -webkit-transition: .6s all;
        transition: .6s all;
        padding: 0.3rem 0.6rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: .4rem;
        font-weight: 500;
        border: 1px solid #0032A0; }
    .news-item__bot {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      gap: 1.75rem; }
    .news-item__link {
      width: 17rem; }
  .news-single .page-wrap {
    padding-top: 0; }
  .news-single__content {
    padding: 0 1rem 5rem;
    line-height: 140%; }
    .news-single__content span {
      font-family: inherit; }
    .news-single__content p {
      margin-bottom: 1.5rem; }
    .news-single__content h3, .news-single__content h4, .news-single__content h5 {
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 1rem; }
    .news-single__content ol {
      margin-bottom: 1.5rem;
      padding-left: 1.2rem; }
      .news-single__content ol li {
        display: list-item;
        margin-bottom: 0.5rem; }
        .news-single__content ol li:last-child {
          margin-bottom: 0; }
    .news-single__content img {
      display: block; }
    .news-single__content .double-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem;
      margin-bottom: 1.5rem; }
      .news-single__content .double-image img {
        width: 50%; }
    .news-single__content ul {
      margin-bottom: 1.5rem; }
      .news-single__content ul li {
        margin-bottom: 0.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .news-single__content ul li::before {
          content: '';
          width: .3rem;
          height: 0.3rem;
          background: #010513;
          border-radius: 50%;
          margin-right: 0.4rem; }
        .news-single__content ul li:last-child {
          margin-bottom: 0; }
  .news-more {
    overflow: auto;
    max-height: calc(100vh - 3.3rem); }
    .news-more::-webkit-scrollbar {
      display: none; }
    .news-more__item {
      -webkit-transition: .6s all;
      transition: .6s all;
      position: relative;
      padding: 1rem 1rem 1.5rem;
      border-bottom: 1px solid rgba(5, 23, 63, 0.1); }
      .news-more__item:hover {
        color: #fff;
        background: #0032A0; }
        .news-more__item:hover .news-more__show {
          color: #fff; }
    .news-more__title {
      height: 2.2rem;
      line-height: 1.1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2; }
    .news-more__img {
      width: 100%;
      height: 17rem;
      margin-bottom: 1rem; }
      .news-more__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
    .news-more__bot {
      margin-top: 0.7rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .news-more__show {
      color: #0032A0;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: .6rem;
      text-transform: uppercase;
      font-weight: 500;
      -webkit-transition: .6s all;
      transition: .6s all; }
      .news-more__show svg {
        width: 1.5rem;
        height: 1.5rem; }
    .news-more__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }
    .news-more__side {
      display: none; }

.products-wrap {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.products-info {
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  width: calc(33.333% + 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.products-carousel {
  width: calc(66.666% - 1px); }
  .products-carousel__title, .products-carousel__text, .products-carousel__next, .products-carousel__link {
    display: none; }
  .products-carousel__img {
    width: 100%;
    height: 100vh;
    padding: 7.5rem; }
    .products-carousel__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-fit: contain;
         object-fit: contain; }
.products-about .products-wrap {
  height: 54rem; }
.products-about .products-info {
  padding: 11rem 0 8rem; }
  .products-about .products-info .section-carousel__info {
    height: 100%; }
  .products-about .products-info .section-carousel__text {
    max-height: 9.5rem;
    -webkit-line-clamp: 8; }
.products-about .products-carousel__img {
  padding: 11rem 0 8rem;
  height: 54rem; }
  .products-about .products-carousel__img img {
    -o-object-fit: cover;
       object-fit: cover; }
.products-page__wrap {
  padding: 6rem 0;
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1); }
.products-block {
  margin-bottom: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .products-block__info {
    width: calc(33.333%); }
  .products-block .section-title-big {
    margin-bottom: 1rem; }
  .products-block__text {
    line-height: 140%;
    margin-bottom: 4rem;
    max-width: 20rem; }
  .products-block__list {
    margin-bottom: 4rem; }
  .products-block__item {
    position: relative;
    -webkit-transition: .6s all;
    transition: .6s all;
    border-bottom: 1px solid rgba(5, 23, 63, 0.1);
    padding: 1rem 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 5.7rem;
    gap: 1rem; }
    .products-block__item svg {
      width: 1.75rem;
      height: 1.75rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .products-block__item:hover {
      color: #fff;
      background: #0032A0; }
  .products-block__link {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2; }
  .products-block__name {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
    font-weight: 600; }
  .products-block__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.2rem;
    max-height: 2.4rem;
    -webkit-line-clamp: 2; }
  .products-block__thumb {
    display: none; }
  .products-block__img {
    width: 66.666%;
    height: 40rem;
    padding: 5rem; }
    .products-block__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-fit: contain;
         object-fit: contain; }
  .products-block:last-child {
    margin-bottom: 0; }
.products-cat__main {
  padding-top: 4rem;
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1); }
.products-cat__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.products-cat__item {
  width: calc(50% - .6rem);
  margin-bottom: 6rem;
  position: relative; }
  .products-cat__item:hover .products-cat__wrap {
    background: #0032A0; }
  .products-cat__item:hover .products-cat__link {
    opacity: 1; }
.products-cat__text {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  line-height: 1.2rem;
  max-height: 2.4rem;
  -webkit-line-clamp: 2; }
.products-cat__wrap {
  position: relative;
  background: #F7F7F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30rem;
  width: 100%;
  -webkit-transition: .6s all;
  transition: .6s all;
  padding: 2.5rem 7.5rem;
  margin-bottom: 0.6rem; }
.products-cat__img {
  width: 100%;
  height: 100%; }
  .products-cat__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-fit: contain;
       object-fit: contain; }
.products-cat__link {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  opacity: 0; }
  .products-cat__link img {
    width: 1.5rem; }
.products-cat__name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #010513;
  display: inline-block;
  margin-bottom: 0.3rem; }
  .products-cat__name::after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2; }

.product .section-title-big {
  margin-bottom: 0.9rem; }
.product .page-wrap {
  position: relative; }
.product__image {
  width: 100%;
  padding: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(5, 23, 63, 0.1);
  height: calc(100vh - 12rem); }
  .product__image img {
    display: block;
    width: 32rem;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
.product .page-main .product-side {
  display: none; }
.product-side {
  padding: 1.75rem;
  -webkit-transition: 1.2s all;
  transition: 1.2s all; }
  .product-side__wrap {
    min-height: 17rem; }
  .product-side__text {
    line-height: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    max-height: 8.8rem;
    margin-bottom: 1rem; }
  .product-side__all {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .6rem;
    color: #0032A0;
    font-weight: 500;
    text-transform: uppercase; }
    .product-side__all:hover {
      color: #05173F; }
    .product-side__all svg {
      width: 1.5rem; }
  .product-side__form input {
    width: 100%;
    margin-bottom: 1rem;
    height: 4rem;
    border: 1px solid rgba(1, 5, 19, 0.1);
    padding: 0 1.75rem; }
  .product-side__form .btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-side__form p {
    margin-top: .6rem;
    font-size: 0.7rem;
    color: rgba(1, 5, 19, 0.3); }
  .product-side__done {
    display: none; }
    .product-side__done span {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .product-side.scrolled {
    -webkit-transform: translateY(-17rem);
            transform: translateY(-17rem); }
.product__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  padding: 1.75rem;
  border-bottom: 1px solid rgba(5, 23, 63, 0.1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff; }
  .product__nav a {
    font-weight: 500;
    color: #010513; }
    .product__nav a:hover {
      color: #0032A0; }
    .product__nav a.active {
      color: #0032A0; }
.product-item {
  border-bottom: 1px solid rgba(5, 23, 63, 0.1);
  padding: 1.75rem; }
  .product-item:last-child {
    border-bottom: none; }
.product-content {
  line-height: 140%; }
  .product-content p {
    margin-bottom: 1rem;
    max-width: 38rem;
    font-family: inherit !important;
    color: #010513 !important;
    font-size: 0.85rem !important;
    line-height: 140% !important; }
    .product-content p:last-child {
      margin-bottom: 0; }
  .product-content span {
    font-family: inherit !important;
    color: #010513 !important;
    font-size: 0.85rem !important;
    line-height: 140% !important; }
  .product-content div {
    font-family: inherit !important;
    color: #010513 !important;
    font-size: 0.85rem !important;
    line-height: 140% !important; }
  .product-content .page {
    overflow: auto;
    max-width: 100%; }
    .product-content .page::-webkit-scrollbar {
      width: 0;
      height: 0.35rem; }
    .product-content .page::-webkit-scrollbar-track {
      background: #ddd; }
    .product-content .page::-webkit-scrollbar-thumb {
      background: #0032A0; }
  .product-content ul li {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .6rem; }
    .product-content ul li::before {
      width: 2.5rem;
      height: 4px;
      background: #0032A0;
      content: '';
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .product-content ul li:last-child {
      margin-bottom: 0; }
  .product-content blockquote {
    margin: 0; }
  .product-content table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    max-width: 100%;
    height: auto !important; }
    .product-content table p {
      font-family: 'Montserrat', sans-serif !important; }
    .product-content table tr:first-child td {
      border: 1px solid rgba(255, 255, 255, 0.3) !important;
      color: #fff;
      background: #0032A0 !important;
      padding: .7rem .5rem;
      font-size: 0.8rem !important;
      font-weight: 400; }
      .product-content table tr:first-child td span, .product-content table tr:first-child td p, .product-content table tr:first-child td div {
        color: #fff !important;
        background: #0032A0 !important;
        font-size: 0.8rem !important; }
    .product-content table th {
      border: 1px solid rgba(255, 255, 255, 0.3);
      color: #fff;
      background: #0032A0;
      padding: .7rem .5rem;
      font-size: 0.8rem !important;
      font-weight: 400; }
    .product-content table td {
      border: 1px solid rgba(5, 23, 63, 0.1) !important;
      padding: .7rem .5rem;
      font-size: 0.75rem !important; }
      .product-content table td span, .product-content table td p, .product-content table td div {
        color: #010513 !important;
        background: #fff !important;
        font-size: 0.75rem !important; }
    .product-content table .blue {
      color: #fff !important;
      background: #0032A0 !important;
      border: 1px solid rgba(255, 255, 255, 0.3) !important;
      font-size: 0.8rem !important; }
      .product-content table .blue td {
        color: #fff !important;
        background: #0032A0 !important;
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
        font-size: 0.8rem !important; }
      .product-content table .blue span, .product-content table .blue p, .product-content table .blue div {
        color: #fff !important;
        background: #0032A0 !important;
        font-size: 0.8rem !important; }
    .product-content table .default {
      color: #010513 !important;
      background: #fff !important;
      border: 1px solid rgba(5, 23, 63, 0.1) !important;
      font-size: 0.75rem !important; }
      .product-content table .default td {
        color: #010513 !important;
        background: #fff !important;
        border: 1px solid rgba(5, 23, 63, 0.1) !important;
        font-size: 0.75rem !important; }
      .product-content table .default span, .product-content table .default p, .product-content table .default div {
        color: #010513 !important;
        background: #fff !important;
        font-size: 0.75rem !important; }
.product__print img {
  display: block; }
.product-docs {
  font-weight: 500; }
  .product-docs__item {
    border: 1px solid rgba(5, 23, 63, 0.1);
    border-top: none;
    padding: 1.2rem;
    padding-right: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem; }
    .product-docs__item:first-child {
      border: 1px solid rgba(5, 23, 63, 0.1); }
  .product-docs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.75rem; }
  .product-docs__ico {
    width: 3.8rem;
    height: 3.8rem;
    border: 1px solid #0032A0;
    color: #0032A0;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .product-docs__name {
    font-size: 1.2rem; }
  .product-docs__link {
    color: #0032A0; }
    .product-docs__link:hover {
      color: #05173F; }
.product-more {
  border-top: 1px solid rgba(5, 23, 63, 0.1); }
  .product-more__wrap {
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    border-right: 1px solid rgba(5, 23, 63, 0.1);
    padding-top: 1.75rem; }
  .product-more .section-title-big {
    margin-bottom: 1rem; }
  .product-more__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 1rem; }
  .product-more .section-carousel__top {
    margin-bottom: 0; }
  .product-more .products-cat__item {
    width: 100%; }
  .product-more .products-cat__link img {
    width: 1.5rem !important; }

.projects {
  height: 100dvh;
  position: relative; }
  .projects-carousel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .projects-carousel__title, .projects-carousel__text, .projects-carousel__next {
      display: none; }
    .projects-carousel__img {
      height: 100dvh; }
      .projects-carousel__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
  .projects .container {
    height: 100%; }
  .projects-info {
    height: 100%;
    background: #05173F;
    color: #fff;
    width: calc(33.333% + 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.75rem; }
    .projects-info .section-carousel__title {
      margin-bottom: 2.5rem; }
    .projects-info .section-carousel__info {
      height: 90%; }
    .projects-info .section-carousel__arrow {
      background: rgba(255, 255, 255, 0.3); }
      .projects-info .section-carousel__arrow:hover {
        background: #fff; }
    .projects-info .section-carousel__text {
      max-height: 7.14rem;
      -webkit-line-clamp: 6; }

.radiator-wrap {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.radiator-left {
  width: calc(33.333% + 1px);
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  padding: 6rem 0;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.radiator-main .section-title {
  margin-bottom: 4rem; }
  .radiator-main .section-title-big {
    margin-bottom: 1rem; }
.radiator__text {
  margin-bottom: 4rem; }
.radiator__btn {
  width: 17rem; }
.radiator-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .radiator-right img {
    width: 100%;
    display: block; }
.radiator__left {
  width: calc(33.333% + 1px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid rgba(5, 23, 63, 0.1); }
.radiator__right {
  width: calc(66.6666% - 1px); }
.radiator .section-title-big {
  max-width: 35rem; }
.radiator-about {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .radiator-about .radiator__left {
    padding-top: 6rem; }
  .radiator-about .radiator__right {
    padding: 6rem 0; }
  .radiator-about .section-title-big {
    margin-bottom: 2rem; }
  .radiator-about__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.25rem;
    line-height: 1.25; }
  .radiator-about__wrap {
    width: 50%; }
.radiator-models {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .radiator-models__btn {
    width: 19rem; }
    .radiator-models__btn p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: .6rem; }
  .radiator-models .radiator__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .radiator-models .section-title-big {
    margin-bottom: 2rem; }
  .radiator-models__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    margin-bottom: 2rem; }
  .radiator-models__item {
    width: 50%; }
  .radiator-models__img {
    height: 15rem;
    padding: 1.25rem;
    cursor: pointer;
    -webkit-transition: .6s all;
    transition: .6s all;
    position: relative;
    background: #F2F3F5;
    margin-bottom: 1rem; }
    .radiator-models__img:hover {
      background: #0032A0; }
      .radiator-models__img:hover img:nth-child(2) {
        opacity: 1; }
    .radiator-models__img img:nth-child(1) {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-fit: contain;
         object-fit: contain; }
    .radiator-models__img img:nth-child(2) {
      -webkit-transition: .6s all;
      transition: .6s all;
      width: 2.2rem;
      position: absolute;
      bottom: 0.6rem;
      right: 0.6rem;
      opacity: 0; }
  .radiator-models__name {
    text-transform: uppercase; }
  .radiator-models__text {
    max-width: 35rem; }
.radiator-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(5, 23, 63, 0.7);
  display: none; }
  .radiator-popup__content {
    width: calc(100vw - 14rem);
    height: calc(100vh - 8rem);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #F2F3F5; }
  .radiator-popup__slider {
    width: 100%;
    height: 100%; }
  .radiator-popup__item {
    width: calc(100vw - 12rem);
    height: calc(100vh - 8rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .radiator-popup__item img {
      width: 45vw !important; }
    .radiator-popup__item p {
      position: absolute;
      bottom: 2rem;
      text-transform: uppercase; }
  .radiator-popup__close {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .6s all;
    transition: .6s all;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #fff;
    color: #010513; }
    .radiator-popup__close svg {
      width: 0.8rem; }
    .radiator-popup__close:hover {
      color: #fff;
      background: #0032A0; }
  .radiator-popup__arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    pointer-events: none;
    z-index: 2;
    padding: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .radiator-popup__arrows span {
      color: #05173F;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .6s all;
      transition: .6s all;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 2.5rem;
      height: 2.5rem;
      pointer-events: all; }
      .radiator-popup__arrows span svg {
        width: 100%;
        height: 100%; }
      .radiator-popup__arrows span:hover {
        color: #0032A0; }
.radiator-dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1); }
  .radiator-dashboard .radiator__left {
    padding-top: 6rem; }
  .radiator-dashboard .radiator__right {
    padding: 11.5rem 0 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .radiator-dashboard .section-title {
    margin-bottom: 4rem; }
    .radiator-dashboard .section-title-big {
      margin-bottom: 1rem; }
  .radiator-dashboard__text {
    max-width: 21rem; }
  .radiator-dashboard__info {
    padding-left: 2rem;
    position: relative; }
    .radiator-dashboard__info img {
      margin-left: 2rem;
      width: 40vw;
      display: block; }
    .radiator-dashboard__info p {
      font-size: 0.9rem;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center; }
      .radiator-dashboard__info p:nth-child(2) {
        margin-top: 2rem;
        padding-top: 0.6rem;
        border-top: 1px solid #000; }
      .radiator-dashboard__info p:nth-child(3) {
        padding-bottom: 0.6rem;
        border-right: 1px solid #000;
        position: absolute;
        top: 0;
        left: 0;
        width: 2rem;
        height: calc(100% - 1.7rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .radiator-dashboard__info p:nth-child(3) span {
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          white-space: nowrap; }
.radiator-tables {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1); }
  .radiator-tables .radiator__left {
    padding-bottom: 2.5rem; }
  .radiator-tables__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F2F3F5; }
  .radiator-tables__item {
    padding: 1.2rem;
    border-right: 1px solid rgba(5, 23, 63, 0.1);
    width: 50%; }
    .radiator-tables__item:last-child {
      border: none; }
  .radiator-tables__title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .radiator-tables__img img {
    width: 100%;
    display: block; }
  .radiator-tables__table {
    font-size: 0.7rem;
    margin-top: -1px; }
    .radiator-tables__table table {
      border-collapse: collapse;
      width: 100%; }
      .radiator-tables__table table.red th {
        background: #FF543E; }
      .radiator-tables__table table.red td {
        color: #FF543E; }
        .radiator-tables__table table.red td:first-child {
          color: #010513; }
    .radiator-tables__table th, .radiator-tables__table td {
      padding: 1rem;
      border: 1px solid rgba(5, 23, 63, 0.1);
      text-align: center; }
    .radiator-tables__table th {
      color: #fff;
      font-weight: 400;
      background: #0032A0; }
    .radiator-tables__table td {
      background: #fff;
      color: #0032A0; }
      .radiator-tables__table td:first-child {
        color: #010513; }
.radiator-advantages__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1); }
.radiator-advantages .radiator__left {
  padding-top: 6rem; }
.radiator-advantages .radiator__right {
  padding: 6rem 0 2rem; }
.radiator-advantages .section-title-big {
  margin-bottom: 1rem; }
.radiator-advantages__text {
  max-width: 35rem; }
.radiator-advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  padding-left: calc(11.22222% - 1px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.radiator-advantages__item {
  width: calc(25% + 1px);
  border: 1px solid #e6e8ec;
  height: 19vw;
  margin-left: -1px;
  margin-top: -1px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  -webkit-transition: .6s all;
  transition: .6s all; }
  .radiator-advantages__item:nth-child(8) {
    display: none; }
  .radiator-advantages__item:hover {
    background: #0032A0;
    color: #fff; }
  .radiator-advantages__item svg {
    width: 2.5rem;
    height: 2.5rem; }
.radiator-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1); }
  .radiator-process__tabs {
    height: auto;
    -webkit-transition: .6s all;
    transition: .6s all; }
  .radiator-process .radiator__left {
    padding: 6rem 0; }
  .radiator-process .radiator__right {
    padding: 6rem 0; }
  .radiator-process .section-title {
    margin-bottom: 4rem; }
    .radiator-process .section-title-big {
      margin-bottom: 2rem; }
  .radiator-process__choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600; }
    .radiator-process__choose li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .6s all;
      transition: .6s all;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      opacity: .3; }
      .radiator-process__choose li::before {
        width: 0;
        height: 0.3rem;
        background: #0032A0;
        -webkit-transition: .6s all;
        transition: .6s all;
        content: ''; }
      .radiator-process__choose li:hover {
        opacity: .7; }
      .radiator-process__choose li.current {
        gap: 1rem;
        opacity: 1; }
        .radiator-process__choose li.current::before {
          width: 2.5rem; }
  .radiator-process__tab {
    display: none; }
    .radiator-process__tab:first-child {
      display: block; }
  .radiator-process__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    line-height: 1.25; }
    .radiator-process__text-col {
      width: 50%; }
    .radiator-process__text p {
      margin-bottom: 1rem; }
      .radiator-process__text p:last-child {
        margin-bottom: 0; }
  .radiator-process__img {
    width: 100%;
    margin-bottom: 2rem; }
    .radiator-process__img img {
      width: 100%;
      display: block; }
.radiator-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem; }
  .radiator-slider__item {
    width: 100%; }
    .radiator-slider__item img {
      width: 100%;
      display: block; }
  .radiator-slider__left {
    width: calc(50% - .5rem); }
  .radiator-slider__right {
    width: calc(50% - .5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem; }
  .radiator-slider__title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2rem; }
  .radiator-slider__next {
    display: none; }
  .radiator-slider .section-carousel__wrap {
    position: static; }

.download-wrap {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1); }
.download-card {
  background: #05173F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3%;
  padding: 1.75rem;
  color: #fff;
  position: relative;
  z-index: 1; }
  .download-card::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 32%;
    content: '';
    z-index: -1;
    background: url(../img/icons/down-pattern-2.svg) bottom center no-repeat;
    background-size: cover; }
.download__title {
  font-size: 2.5rem;
  margin-bottom: 1.75rem;
  line-height: 105%;
  font-weight: 500; }
.download__text {
  line-height: 140%;
  margin-bottom: 4rem; }
.download-info {
  width: 40%; }
.download-form__input {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  .download-form__input p {
    font-size: 0.85rem;
    margin-bottom: 0.3rem;
    -webkit-transition: .6s all;
    transition: .6s all; }
  .download-form__input input {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
    width: 100%;
    font-size: .9rem;
    -webkit-transition: .6s all;
    transition: .6s all; }
    .download-form__input input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.35); }
    .download-form__input input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.35); }
    .download-form__input input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.35); }
    .download-form__input input::placeholder {
      color: rgba(255, 255, 255, 0.35); }
    .download-form__input input:focus, .download-form__input input:not(:placeholder-shown) {
      color: #fff; }
      .download-form__input input:focus::-webkit-input-placeholder, .download-form__input input:not(:placeholder-shown)::-webkit-input-placeholder {
        color: #fff; }
      .download-form__input input:focus:-ms-input-placeholder, .download-form__input input:not(:placeholder-shown):-ms-input-placeholder {
        color: #fff; }
      .download-form__input input:focus::-ms-input-placeholder, .download-form__input input:not(:placeholder-shown)::-ms-input-placeholder {
        color: #fff; }
      .download-form__input input:focus::placeholder, .download-form__input input:not(:placeholder-shown)::placeholder {
        color: #fff; }
      .download-form__input input:focus + p, .download-form__input input:not(:placeholder-shown) + p {
        color: rgba(255, 255, 255, 0.35); }
.download-form__error {
  position: absolute;
  color: #F04F4F;
  display: none; }
.download-form__btn {
  margin: 3.2rem 0 1rem; }
  .download-form__btn p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: .5rem; }
    .download-form__btn p .opacity {
      opacity: .5; }
    .download-form__btn p svg {
      width: 1.8rem; }
.download-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .6rem;
  color: #b4b9c5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap; }
  .download-form__check input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: .2rem;
    border: .1rem solid #fff; }
    .download-form__check input:checked {
      background: #0032A0; }
  .download-form__check a {
    color: #fff;
    border-bottom: 1px solid transparent; }
    .download-form__check a:hover {
      border-color: #fff; }
.download__img {
  width: 43%;
  margin-left: 5%; }
  .download__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-fit: contain;
       object-fit: contain; }

.factory-wrap {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.factory-side {
  width: 33.333%;
  padding: 6rem 0;
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.factory__btn {
  width: 17rem; }
.factory-main {
  width: 66.666%;
  padding: 6rem 0; }
.factory__title {
  margin-bottom: 1rem; }
.factory__text {
  margin-bottom: 1.75rem;
  line-height: 125%; }
.factory__img img {
  width: 100%;
  display: block; }

.partners {
  /* grid */
  /* controls */ }
  .partners-wrap {
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    border-right: 1px solid rgba(5, 23, 63, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 6rem; }
  .partners-main {
    padding-top: 4rem;
    border: 1px solid rgba(5, 23, 63, 0.1);
    border-left: none;
    width: 50%;
    padding-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3rem; }
  .partners .section-title {
    margin-bottom: 2.5rem; }
    .partners .section-title-big {
      margin-bottom: 1rem;
      max-width: 40rem; }
  .partners__text {
    max-width: 35rem;
    line-height: 125%;
    font-weight: 400; }
    .partners__text a {
      color: #0032A0 !important; }
      .partners__text a:hover {
        color: #0032A0 !important; }
      .partners__text a:visited {
        color: #0032A0 !important; }
  .partners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 50%;
    border-bottom: 1px solid rgba(5, 23, 63, 0.1); }
    .partners-list li {
      width: 33.33%;
      height: auto;
      border-top: 1px solid rgba(5, 23, 63, 0.1);
      border-right: 1px solid rgba(5, 23, 63, 0.1); }
      .partners-list li:nth-child(3n) {
        border-right: none; }
      .partners-list li img {
        width: 100%;
        display: block; }
  .partners * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .partners body {
    font-family: Inter, Arial, Helvetica, sans-serif;
    background: #f5f6fb;
    margin: 18px;
    color: #111; }
  .partners .partners-container {
    width: 50%;
    background: #fff;
    border-bottom: 1px solid rgba(5, 23, 63, 0.1); }
  .partners .partners-grid {
    display: grid;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    /* columns set by JS inline: grid-template-columns: repeat(n, 1fr) */ }
  .partners .cell {
    position: relative;
    overflow: hidden;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    aspect-ratio: 1 / 1;
    border-top: 1px solid rgba(5, 23, 63, 0.1);
    border-right: 1px solid rgba(5, 23, 63, 0.1); }
    .partners .cell:nth-child(3n) {
      border-right: none; }
    .partners .cell .img-layer {
      position: absolute;
      inset: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      pointer-events: none; }
      .partners .cell .img-layer img {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
           object-fit: contain;
        display: block;
        -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.2, 0.9, 0.26, 1);
        transition: -webkit-transform 0.7s cubic-bezier(0.2, 0.9, 0.26, 1);
        transition: transform 0.7s cubic-bezier(0.2, 0.9, 0.26, 1);
        transition: transform 0.7s cubic-bezier(0.2, 0.9, 0.26, 1), -webkit-transform 0.7s cubic-bezier(0.2, 0.9, 0.26, 1);
        will-change: transform; }
  .partners .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 1.25rem; }
    .partners .controls__descktop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .partners .controls__mobile {
      display: none; }
    .partners .controls .nav-btn {
      width: 2.2rem;
      height: 2.2rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: transparent;
      border: none;
      cursor: pointer; }
      .partners .controls .nav-btn.disabled {
        opacity: .5;
        pointer-events: none; }
    .partners .controls .counter {
      font-weight: 400;
      color: #010513;
      font-size: .7rem; }

.consult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .consult-team {
    width: calc(33.333% + 2.35rem);
    position: relative;
    color: #fff; }
    .consult-team__img {
      position: relative;
      height: 37rem; }
      .consult-team__img::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        content: '';
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(55.97%, rgba(0, 0, 0, 0)), color-stop(66.35%, rgba(0, 0, 0, 0)), color-stop(70.05%, rgba(0, 0, 0, 0.07)), color-stop(73.33%, rgba(0, 0, 0, 0.13)), color-stop(74.46%, rgba(0, 0, 0, 0.17)), color-stop(75.89%, rgba(0, 0, 0, 0.23)), color-stop(78.1%, rgba(0, 0, 0, 0.27)), color-stop(81.44%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 55.97%, rgba(0, 0, 0, 0) 66.35%, rgba(0, 0, 0, 0.07) 70.05%, rgba(0, 0, 0, 0.13) 73.33%, rgba(0, 0, 0, 0.17) 74.46%, rgba(0, 0, 0, 0.23) 75.89%, rgba(0, 0, 0, 0.27) 78.1%, rgba(0, 0, 0, 0.35) 81.44%, rgba(0, 0, 0, 0.35) 100%); }
      .consult-team__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top; }
    .consult-team__info {
      position: absolute;
      bottom: 4rem; }
      .consult-team__info .container {
        padding-right: 1rem; }
    .consult-team__name {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 0.3rem; }
    .consult-team__pos {
      color: #D8D8D9; }
  .consult-info {
    width: calc(33.333% + 2.35rem);
    color: #fff;
    background: #0032A0;
    position: relative; }
    .consult-info__wrap {
      border-left: 1px solid rgba(5, 23, 63, 0.1);
      border-right: 1px solid rgba(5, 23, 63, 0.1);
      border-color: rgba(255, 255, 255, 0.3);
      padding-top: 4rem;
      height: 100%; }
    .consult-info .container {
      padding-right: 0;
      height: 100%; }
    .consult-info .btn {
      position: absolute;
      bottom: 5rem;
      width: 19rem;
      border-color: #fff;
      background: rgba(255, 255, 255, 0.3); }
  .consult-main {
    width: calc(66.666% - 2.35rem);
    background: #0032A0;
    color: #fff; }
    .consult-main .container {
      padding-left: 1.75rem;
      height: 100%; }
  .consult-wrap {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .consult .section-title {
    margin-bottom: 1.5rem; }
  .consult__title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 105%;
    margin-bottom: 4rem;
    max-width: 70%; }
  .consult-form {
    max-width: 25rem; }
    .consult-form__input {
      margin-bottom: 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      .consult-form__input p {
        font-size: 0.85rem;
        margin-bottom: 0.3rem;
        -webkit-transition: .6s all;
        transition: .6s all; }
      .consult-form__input input, .consult-form__input textarea {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.35);
        width: 100%;
        font-size: .9rem;
        -webkit-transition: .6s all;
        transition: .6s all; }
        .consult-form__input input::-webkit-input-placeholder, .consult-form__input textarea::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.35); }
        .consult-form__input input:-ms-input-placeholder, .consult-form__input textarea:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.35); }
        .consult-form__input input::-ms-input-placeholder, .consult-form__input textarea::-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.35); }
        .consult-form__input input::placeholder, .consult-form__input textarea::placeholder {
          color: rgba(255, 255, 255, 0.35); }
        .consult-form__input input:focus, .consult-form__input input:not(:placeholder-shown), .consult-form__input textarea:focus, .consult-form__input textarea:not(:placeholder-shown) {
          color: #fff; }
          .consult-form__input input:focus::-webkit-input-placeholder, .consult-form__input input:not(:placeholder-shown)::-webkit-input-placeholder, .consult-form__input textarea:focus::-webkit-input-placeholder, .consult-form__input textarea:not(:placeholder-shown)::-webkit-input-placeholder {
            color: transparent; }
          .consult-form__input input:focus:-ms-input-placeholder, .consult-form__input input:not(:placeholder-shown):-ms-input-placeholder, .consult-form__input textarea:focus:-ms-input-placeholder, .consult-form__input textarea:not(:placeholder-shown):-ms-input-placeholder {
            color: transparent; }
          .consult-form__input input:focus::-ms-input-placeholder, .consult-form__input input:not(:placeholder-shown)::-ms-input-placeholder, .consult-form__input textarea:focus::-ms-input-placeholder, .consult-form__input textarea:not(:placeholder-shown)::-ms-input-placeholder {
            color: transparent; }
          .consult-form__input input:focus::placeholder, .consult-form__input input:not(:placeholder-shown)::placeholder, .consult-form__input textarea:focus::placeholder, .consult-form__input textarea:not(:placeholder-shown)::placeholder {
            color: transparent; }
          .consult-form__input input:focus + p, .consult-form__input input:not(:placeholder-shown) + p, .consult-form__input textarea:focus + p, .consult-form__input textarea:not(:placeholder-shown) + p {
            color: rgba(255, 255, 255, 0.35); }
      .consult-form__input textarea {
        resize: none;
        overflow-y: hidden; }
    .consult-form__text {
      min-height: 10rem;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .consult-form__file {
      position: relative; }
      .consult-form__file label {
        cursor: pointer; }
      .consult-form__file input {
        display: none; }
      .consult-form__file span {
        display: block;
        font-size: .9rem;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        color: rgba(255, 255, 255, 0.35);
        padding: 0.25rem 0; }
      .consult-form__file button {
        position: absolute;
        right: 0;
        bottom: 0.4rem;
        width: 0.5rem;
        z-index: 2;
        display: none; }
        .consult-form__file button svg {
          width: 0.5rem;
          height: .5rem;
          display: block; }
      .consult-form__file.active label span {
        color: #fff; }
      .consult-form__file.active label + p {
        color: rgba(255, 255, 255, 0.35); }
      .consult-form__file.active button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .consult-form .btn {
      width: 100%;
      border: 1px solid #fff;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .consult-form__btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      background: #fff;
      margin: 3rem 0 1rem; }
      .consult-form__btns.show {
        pointer-events: none; }
        .consult-form__btns.show .consult-form__disabled {
          margin-left: 0; }
        .consult-form__btns.show .btn::after {
          content: none; }
    .consult-form__disabled {
      -webkit-transition: 1s all;
      transition: 1s all;
      margin-left: -100%; }
      .consult-form__disabled > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 100%;
        width: 100%; }
        .consult-form__disabled > div div {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          gap: .2rem; }
          .consult-form__disabled > div div span {
            opacity: .5; }
  .consult__info {
    opacity: .7; }
  .consult-vacancy .consult-wrap {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .consult-vacancy .consult-form__btns {
    margin-top: 1rem; }

.mission-wrap {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.mission-side {
  padding-top: 6rem;
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  width: calc(33.333% + 1px); }
  .mission-side .section-title-big {
    padding-right: 5px; }
.mission .section-title {
  margin-bottom: 4rem; }
.mission-main {
  width: calc(66.666% - 1px);
  padding-top: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.mission-col {
  width: 50%; }
  .mission-col .section-title-big {
    display: block;
    margin-bottom: 0.5rem;
    line-height: 100%; }
.mission__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.6rem; }
.mission__text {
  line-height: 140%;
  max-width: 24rem; }
.mission__tech {
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.5rem;
  background: #05173F;
  color: #fff; }
  .mission__tech img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .mission__tech p {
    padding: 1.5rem;
    width: 50%; }
.mission__star {
  height: 13.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 140%;
  padding-left: 55%;
  padding-right: 1.5rem; }
  .mission__star img {
    width: 2.5rem;
    margin-bottom: 1.2rem; }
.mission-peoples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22rem;
  background: url(../img/mission/2.jpg) center center;
  background-size: cover;
  color: #fff; }
.mission__img {
  width: 100%;
  height: 21rem; }
  .mission__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
  .mission__img-main {
    height: 14rem; }
.mission .news-rect {
  height: 6rem;
  width: 100%; }
.mission-content {
  height: 10.5rem; }
  .mission-content__pad {
    height: 21.5rem;
    padding: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .mission-content__pad .mission__title {
      margin-bottom: 2rem; }
.mission-energy {
  background: #0032A0;
  color: #fff;
  height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mission-energy__title {
    font-size: 1.1rem;
    margin-bottom: 1.2rem; }
  .mission-energy__value {
    line-height: 105%;
    font-size: 8rem;
    margin-bottom: 0.6rem;
    font-weight: 500; }

.equip {
  height: 105vh;
  position: relative;
  color: #fff; }
  .equip-container {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .equip-carousel {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .equip-carousel::before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(74deg, rgba(30, 47, 83, 0.53) 0%, rgba(0, 0, 0, 0.42) 12.28%, rgba(0, 0, 0, 0.39) 26.78%, rgba(0, 0, 0, 0) 41.31%, rgba(0, 0, 0, 0) 51.78%);
      content: '';
      z-index: 2; }
    .equip-carousel__item {
      height: 100vh; }
      .equip-carousel__item img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
  .equip .container {
    height: 100%; }
  .equip-wrap {
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    border-right: 1px solid rgba(5, 23, 63, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6rem 0; }
  .equip .section-title-big {
    max-width: 26rem;
    margin-bottom: 2rem; }
  .equip .section-carousel__arrow {
    background: rgba(255, 255, 255, 0.3);
    position: relative; }
    .equip .section-carousel__arrow svg {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      stroke-dasharray: 135;
      stroke-dashoffset: 135;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .equip .section-carousel__arrow.active svg {
      -webkit-animation: fillAnimation 15s ease-out forwards;
              animation: fillAnimation 15s ease-out forwards; }
    .equip .section-carousel__arrow:hover {
      background: #fff; }
  .equip-radiator .equip-carousel::before {
    content: none; }
  .equip-radiator .equip-wrap {
    padding: 0;
    position: relative; }
    .equip-radiator .equip-wrap::after {
      position: absolute;
      left: 33.333%;
      top: 0;
      height: 100%;
      background: rgba(255, 255, 255, 0.3);
      width: 1px;
      content: ''; }
  .equip-radiator__card {
    padding: 2.5rem 2rem 2rem;
    background: #05173F;
    width: 33.333%; }
    .equip-radiator__card .section-title {
      margin-bottom: 2rem; }
    .equip-radiator__card .section-carousel__top {
      margin-bottom: 0; }

.production-wrap {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  padding-top: 5rem; }
.production .section-title {
  margin-bottom: 3.5rem; }
.production-timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(5, 23, 63, 0.1);
  position: relative; }
  .production-timeline::before {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 1px;
    background: rgba(0, 50, 160, 0.3);
    content: ''; }
  .production-timeline li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: .3rem;
    cursor: pointer; }
    .production-timeline li::after {
      position: absolute;
      width: 0.6rem;
      height: 0.6rem;
      border-radius: 50%;
      background: #0032A0;
      content: '';
      bottom: -.3rem;
      z-index: 2; }
    .production-timeline li:nth-child(1) {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .production-timeline li:nth-child(1)::after {
        left: -0.3rem; }
    .production-timeline li:nth-child(3) {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .production-timeline li:nth-child(3)::after {
        right: -0.3rem; }
  .production-timeline.half::before {
    -webkit-animation: gotoHalf 30s linear;
            animation: gotoHalf 30s linear; }
  .production-timeline.full::before {
    -webkit-animation: gotoFull 30s linear;
            animation: gotoFull 30s linear; }
  .production-timeline.start::before {
    -webkit-animation: gotoStart 30s linear;
            animation: gotoStart 30s linear; }
.production-carousel {
  display: block;
  min-height: 35rem; }
.production-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .production-item__wrap {
    width: 50%; }
    .production-item__wrap-item {
      padding-right: 10%;
      height: 35rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .production-item .section-title-big {
    margin-bottom: 2rem; }
  .production-item__text {
    line-height: 140%;
    max-height: 9.9rem;
    overflow: hidden;
    margin-bottom: 2.5rem;
    max-width: 35rem; }
  .production-item__line {
    height: 0.3rem;
    width: 2.5rem;
    background: #0032A0; }
  .production-item__img {
    width: calc(50% + 2px);
    height: 35rem;
    padding: 5rem 0;
    border-left: 1px solid rgba(5, 23, 63, 0.1); }
    .production-item__img .owl-item {
      width: calc(50% + 2px); }
    .production-item__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      height: 25rem;
      width: calc(50% + 2px); }
.production-vacancy .section-title {
  position: absolute;
  margin-top: 2rem; }
.production-vacancy .production-wrap {
  position: relative;
  min-height: 20rem; }
.production-vacancy .production-item__wrap-item {
  padding-right: 0;
  padding-left: 10%; }
.production-vacancy .production-carousel {
  border-top: 1px solid rgba(5, 23, 63, 0.1); }
.production-vacancy .production-item__img {
  border-left: none;
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  width: 50%; }
.production-vacancy .production-timeline {
  border: none;
  border-top: 1px solid rgba(5, 23, 63, 0.1); }
  .production-vacancy .production-timeline::before {
    bottom: auto;
    top: -1px; }
  .production-vacancy .production-timeline li {
    padding-bottom: 0;
    padding-top: 0.3rem; }
    .production-vacancy .production-timeline li::after {
      bottom: auto;
      top: -0.3rem; }
    .production-vacancy .production-timeline li:nth-child(2)::after {
      margin-left: 0.3rem; }
.production-lab .production-item__img {
  border-left: none;
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  width: 50%; }
.production-lab .production-item__wrap-item {
  padding-right: 0;
  padding-left: 10%; }
.production-lab .production-timeline li:nth-child(2)::after {
  margin-left: 0.3rem; }

.certs-wrap {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  border-top: 1px solid rgba(5, 23, 63, 0.1); }
.certs-lab .certs-wrap {
  border-top: none; }
.certs-lab__line {
  height: 6rem;
  width: calc(33.333% + 1px);
  border-right: 1px solid rgba(5, 23, 63, 0.1); }
.certs-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .certs-head__wrap {
    padding: 6rem 0 4rem;
    width: calc(66.666%);
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    max-width: 32rem; }
.certs .section-title {
  padding-top: 6rem;
  width: calc(33.333%); }
  .certs .section-title-big {
    margin-bottom: 1rem; }
.certs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem; }
  .certs-list__item {
    width: calc(33.333% - 1rem);
    border: 1px solid rgba(5, 23, 63, 0.1);
    padding: 1.75rem 1.75rem 0;
    -webkit-transition: .6s all;
    transition: .6s all; }
    .certs-list__item:nth-child(3n - 1) {
      width: calc(33.333% - 1px); }
    .certs-list__item:nth-child(3n - 2) {
      border-left: none; }
    .certs-list__item:nth-child(3n) {
      border-right: none; }
    .certs-list__item:hover {
      background: #0032A0;
      color: #fff; }
    .certs-list__item.empty {
      border: none;
      pointer-events: none; }
  .certs-list__name {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .certs-list__text {
    margin-bottom: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .certs-list__btn {
    width: 15rem;
    margin-bottom: 2.8rem; }
    .certs-list__btn:hover {
      border-color: #fff; }
  .certs-list__img {
    height: 15rem; }
    .certs-list__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: bottom;
         object-position: bottom; }

.lab-wrap {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
.lab-side {
  width: calc(33.333% + 1px);
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  padding: 12rem 1.5rem 5rem 0; }
.lab .section-title {
  margin-bottom: 2.5rem; }
  .lab .section-title-big {
    margin-bottom: 1.75rem; }
.lab__text {
  line-height: 140%;
  margin-bottom: 12rem; }
.lab__btn {
  width: 17rem; }
.lab-main {
  width: calc(66.666% - 1px);
  padding-bottom: 5rem; }
  .lab-main__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    margin-bottom: 1.75rem; }
  .lab-main__item:first-child .lab-main__number {
    color: #0032A0; }
  .lab-main__number {
    font-size: 1.7rem;
    font-weight: 500; }
    .lab-main__number strong {
      font-weight: 500;
      font-size: 5rem;
      margin-right: 1rem; }
  .lab-main__img {
    width: 100%;
    height: 28rem; }
    .lab-main__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }

.history-wrap {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1); }
.history-head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  border-top: 1px solid rgba(5, 23, 63, 0.1);
  border-bottom: 1px solid rgba(5, 23, 63, 0.1); }
.history .section-title {
  width: calc(33.333% + 1px);
  border-right: 1px solid rgba(5, 23, 63, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem; }
.history-list {
  overflow: hidden; }
.history-item {
  padding: 6rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .history-item::before {
    position: absolute;
    left: 33.333%;
    height: 100%;
    background: rgba(5, 23, 63, 0.1);
    top: 0;
    content: '';
    width: 1px; }
  .history-item:first-child {
    padding-top: 12rem; }
  .history-item:last-child {
    padding-bottom: 0; }
  .history-item__img {
    width: 33.333%;
    position: relative;
    overflow: hidden; }
    .history-item__img img {
      width: 100%;
      display: block; }
      .history-item__img img:not(:first-child) {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        visibility: hidden; }
  .history-item__wrap {
    width: 66.666%;
    padding-left: 8rem;
    font-weight: 500; }
  .history-item .section-title-big {
    margin-bottom: 1rem; }
  .history-item__text {
    font-size: 1.2rem !important;
    line-height: 140%; }
    .history-item__text span {
      font-weight: 400 !important;
      color: #010513 !important;
      line-height: 140% !important; }
  .history-item__point {
    margin-bottom: 12rem;
    max-width: 34rem; }
    .history-item__point:last-child {
      margin-bottom: 0; }

.team-wrap {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1); }
.team-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .team-head__wrap {
    width: 66.666%;
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    padding-top: 12rem; }
  .team-head__text {
    line-height: 140%;
    margin-bottom: 5rem;
    max-width: 26.5rem; }
.team .section-title {
  padding-top: 12rem;
  width: 33.333%; }
  .team .section-title-big {
    max-width: 35rem;
    margin-bottom: 1rem; }
.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  position: relative;
  padding-bottom: 3rem; }
  .team-list::after {
    position: absolute;
    left: 33.33%;
    height: 100%;
    width: 1px;
    content: '';
    pointer-events: none;
    background: rgba(5, 23, 63, 0.1); }
.team-item {
  width: calc(33.333% - 1rem);
  -webkit-transition: .6s all;
  transition: .6s all;
  margin-bottom: 3rem; }
  .team-item:nth-child(3n - 1) {
    width: calc(33.333%); }
  .team-item:nth-child(3n) .team-item__contacts {
    border-right: none; }
  .team-item:hover {
    background: #0032A0;
    color: #fff; }
  .team-item__wrap {
    position: relative; }
  .team-item__img {
    width: 100%;
    height: 30rem;
    position: relative; }
    .team-item__img::before {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: '';
      z-index: 2;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.2)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%); }
    .team-item__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top;
         object-position: top; }
  .team-item__info {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.25rem 1.75rem;
    font-weight: 500;
    color: #fff; }
  .team-item__name {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.3rem; }
  .team-item__contacts {
    border: 1px solid rgba(5, 23, 63, 0.1);
    border-top: none;
    padding: 1rem 1.75rem; }
    .team-item__contacts li {
      margin-bottom: 0.4rem; }
      .team-item__contacts li:last-child {
        margin-bottom: 0; }
      .team-item__contacts li a {
        color: inherit !important;
        -webkit-transition: none;
        transition: none; }
        .team-item__contacts li a:hover {
          color: inherit !important; }

.docs {
  position: relative; }
  .docs-wrap {
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    border-right: 1px solid rgba(5, 23, 63, 0.1);
    padding-bottom: 6rem; }
  .docs-head {
    padding-top: 1.75rem;
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem; }
    .docs-head__col {
      width: calc(33.333% - 1.2rem);
      gap: 1.2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .docs-head__col:last-child {
        width: 33.3333%; }
      .docs-head__col:nth-child(2) {
        width: 33.333%; }
    .docs-head__input {
      width: calc(50% - .6rem);
      position: relative; }
      .docs-head__input .customSelect {
        width: 100%; }
      .docs-head__input-double .customSelect__dropdown {
        width: calc(200% + 1.2rem); }
      .docs-head__input.selected .reset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .docs-head__search {
      width: calc(33.333% - 1.2rem); }
    .docs-head .reset {
      width: 2rem;
      position: absolute;
      right: .4rem;
      top: .75rem;
      display: none; }
      .docs-head .reset img {
        width: 100%; }
    .docs-head__date {
      width: 100%;
      position: relative; }
      .docs-head__date::before {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0.75rem;
        width: 1.5rem;
        height: 1.5rem;
        background: url(../img/icons/arrow-down-blue2.svg) center center no-repeat;
        background-size: contain;
        content: '';
        pointer-events: none; }
      .docs-head__date input {
        height: 3.5rem;
        width: 100%;
        border: 1px solid #0032A0;
        padding: 0 .6rem;
        color: #0032A0;
        font-size: 0.75rem; }
    .docs-head__search {
      height: 3.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      position: relative; }
      .docs-head__search input {
        width: 100%;
        padding-right: 3rem;
        padding-bottom: 0.55rem; }
      .docs-head__search button {
        position: absolute;
        width: 1.5rem;
        right: 0;
        bottom: 0.3rem;
        height: 1.5rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .docs-head__search button img {
          display: block;
          width: 100%; }
          .docs-head__search button img:nth-child(2) {
            width: 2rem;
            max-width: none;
            display: none; }
      .docs-head__search.active button {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .docs-head__search.active button img:first-child {
          display: none; }
        .docs-head__search.active button img:last-child {
          display: block; }
  .docs-item {
    margin-bottom: 4rem; }
    .docs-item:last-child {
      margin-bottom: 0; }
  .docs .section-title-big {
    margin-bottom: 2.5rem; }
  .docs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.2rem; }
    .docs-list__item {
      width: calc(33.333% - .8rem);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      gap: .9rem;
      margin-bottom: 2rem; }
    .docs-list__img {
      width: 6rem;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .docs-list__img img {
        width: 100%;
        display: block; }
    .docs-list__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      line-height: 125%; }
    .docs-list__date {
      opacity: .5; }
    .docs-list__link {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      z-index: 2; }
  .docs-more {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .6rem;
    margin-top: 4rem; }
  .docs-tab {
    display: none;
    -webkit-transition: .4s all;
    transition: .4s all; }
    .docs-tab:first-child {
      display: block; }
  .docs .news {
    position: static;
    border-top: 1px solid rgba(5, 23, 63, 0.1);
    margin-bottom: 6rem; }

.vacancy {
  margin-top: -1.5rem; }
  .vacancy-wrap {
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    border-right: 1px solid rgba(5, 23, 63, 0.1); }
  .vacancy-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .vacancy-head__wrap {
      padding: 6.5rem 0 2.4rem;
      width: 33.333%;
      border-right: 1px solid rgba(5, 23, 63, 0.1); }
    .vacancy-head .section-title {
      margin-bottom: 2.5rem; }
    .vacancy-head__text {
      width: 66.666%;
      padding: 8rem 0 2.4rem;
      max-width: 35rem;
      line-height: 140%;
      margin-top: -.7rem; }
  .vacancy-list {
    padding-bottom: 6rem; }
  .vacancy-item {
    border-bottom: 1px solid rgba(5, 23, 63, 0.1);
    -webkit-transition: .6s all;
    transition: .6s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .vacancy-item:hover {
      color: #fff;
      background: #0032A0; }
    .vacancy-item:first-child {
      border-top: 1px solid rgba(5, 23, 63, 0.1); }
    .vacancy-item__info {
      width: 33.333%;
      padding: 1.5rem 1.75rem; }
    .vacancy-item__name {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 0.5rem; }
    .vacancy-item__salary {
      line-height: 170%; }
    .vacancy-item__wrap {
      width: 66.666%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 1.75rem;
      gap: 1rem; }
    .vacancy-item__btn {
      border-color: #fff;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .vacancy-more {
    overflow: auto;
    max-height: calc(100vh - 10.3rem); }
    .vacancy-more::-webkit-scrollbar {
      display: none; }
    .vacancy-more .vacancy-item {
      display: block; }
      .vacancy-more .vacancy-item:first-child {
        border-top: none; }
      .vacancy-more .vacancy-item:hover .btn {
        border-color: #fff; }
      .vacancy-more .vacancy-item__info {
        padding: 1rem;
        margin-bottom: 1rem;
        width: 100%; }
      .vacancy-more .vacancy-item__wrap {
        padding: 0 1rem 1rem;
        display: block;
        width: 100%; }
      .vacancy-more .vacancy-item__btn {
        margin-top: 1.5rem;
        width: 17rem;
        border: 1px solid #0032A0; }
  .vacancy-single .page-breadcrumbs {
    margin-bottom: 1.5rem; }
  .vacancy-single__title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem; }
  .vacancy-single .section-title-big {
    margin-bottom: 1rem; }
  .vacancy-single__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 2rem;
    padding-right: 1.2rem;
    line-height: 180%; }
  .vacancy-single__date {
    color: rgba(1, 5, 19, 0.3);
    font-size: 0.7rem; }
  .vacancy-single__item {
    border-top: 1px solid rgba(5, 23, 63, 0.1);
    padding: 1.75rem 1.2rem 1.75rem 0; }
  .vacancy-single__content {
    line-height: 140%; }
    .vacancy-single__content p {
      margin-bottom: 1.3rem; }
      .vacancy-single__content p:last-child {
        margin-bottom: 0; }
    .vacancy-single__content span {
      font-family: inherit !important; }
    .vacancy-single__content ul {
      margin-bottom: 1.3rem; }
      .vacancy-single__content ul li {
        margin-bottom: .9rem; }
        .vacancy-single__content ul li::before {
          content: '- '; }
        .vacancy-single__content ul li:last-child {
          margin-bottom: 0; }
      .vacancy-single__content ul:last-child {
        margin-bottom: 0; }

.reception-wrap {
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  border-right: 1px solid rgba(5, 23, 63, 0.1); }
.reception-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .reception-head__item {
    width: calc(33.333%);
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    height: 7.5rem;
    padding: 1rem 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 600;
    text-transform: uppercase; }
    .reception-head__item:first-child {
      border: none; }
  .reception-head__number {
    font-size: 3rem; }
  .reception-head__text {
    opacity: .3; }
.reception-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid rgba(5, 23, 63, 0.1); }
  .reception-main .section-title {
    padding-top: 6rem;
    width: 33.333%; }
    .reception-main .section-title-big {
      margin-bottom: 2rem;
      max-width: 45rem; }
  .reception-main__wrap {
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    padding: 6rem 0;
    width: 66.666%; }
.reception-form {
  background: #0032A0;
  color: #fff;
  padding: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .reception-form .consult-form__input {
    width: calc(50% - .6rem);
    margin-bottom: 1rem; }
  .reception-form .consult-form__full {
    width: 100%;
    min-height: 10rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .reception-form__btns {
    margin-top: 1rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    margin-bottom: 0.6rem; }
  .reception-form__file {
    cursor: pointer;
    width: 50%;
    position: relative; }
    .reception-form__file input {
      display: none; }
    .reception-form__file .btn.btn-blue {
      -webkit-transition: .6s all;
      transition: .6s all;
      border: 1px solid #fff;
      background: rgba(255, 255, 255, 0.3);
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .reception-form__file button {
      right: 1.2rem;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: .8rem;
      display: none; }
      .reception-form__file button svg {
        width: .8rem;
        height: .8rem;
        display: block; }
    .reception-form__file.active button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .reception-form .btn {
    border: 1px solid #fff;
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .reception-form__done {
    display: none;
    pointer-events: none; }
    .reception-form__done span {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.control-wrap {
  border: 1px solid rgba(5, 23, 63, 0.1);
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
.control .section-title {
  width: 33.333%;
  padding-top: 4rem; }
  .control .section-title-big {
    margin-bottom: 1rem;
    max-width: 37rem; }
.control-main {
  width: 66.666%;
  border-left: 1px solid rgba(5, 23, 63, 0.1);
  padding-top: 4rem; }
.control__text {
  margin-bottom: 2rem;
  max-width: 40rem;
  line-height: 140%; }
.control__img {
  width: 100%; }
  .control__img img {
    width: 100%;
    display: block; }

.search {
  padding-top: 6.4rem; }
  .search-top {
    border-bottom: 1px solid rgba(5, 23, 63, 0.1);
    padding: 1.5rem 0; }
  .search-input {
    width: 100%;
    max-width: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-bottom: 1.2rem;
    font-weight: 500; }
    .search-input__input {
      width: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .search-input__input img {
        position: absolute;
        width: 1.5rem; }
      .search-input__input input {
        width: 100%;
        padding: 0.6rem 2rem; }
    .search-input__del {
      position: absolute;
      right: 0;
      width: 1.5rem;
      height: 1.5rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: 0;
      visibility: hidden; }
      .search-input__del img {
        width: 0.6rem; }
      .search-input__del.show {
        opacity: 1;
        visibility: visible; }
  .search__result {
    opacity: .5; }
  .search-wrap {
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    border-right: 1px solid rgba(5, 23, 63, 0.1);
    min-height: 80vh; }
  .search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(5, 23, 63, 0.1); }
    .search-item__img {
      width: 22%;
      height: 14rem;
      background: #F7F7F8;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .search-item__img img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
        .search-item__img img.empty {
          -o-object-fit: contain;
             object-fit: contain;
          height: 60%; }
    .search-item-product .search-item__img {
      padding: 1.2rem; }
      .search-item-product .search-item__img img {
        -o-object-fit: contain;
           object-fit: contain; }
    .search-item__wrap {
      width: 78%;
      padding: 1.75rem;
      max-width: 40rem; }
    .search-item__breadcrumbs {
      font-weight: 500;
      font-size: 0.75rem;
      color: rgba(1, 5, 19, 0.3);
      margin-bottom: 0.6rem; }
      .search-item__breadcrumbs a {
        color: rgba(1, 5, 19, 0.3); }
        .search-item__breadcrumbs a:hover {
          color: #0032A0; }
    .search-item__name {
      display: block;
      color: #010513;
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 1.2rem; }
      .search-item__name:hover {
        color: #0032A0; }
    .search-item__text {
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      line-height: 1.1rem;
      max-height: 2.2rem;
      -webkit-line-clamp: 2; }
  .search-empty {
    padding: 4rem 6rem;
    font-size: 1.2rem; }
    .search-empty img {
      display: block;
      width: 8rem;
      margin-bottom: 1.75rem; }

.contact {
  padding-top: 6.4rem; }
  .contact-wrap {
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    border-right: 1px solid rgba(5, 23, 63, 0.1);
    padding-top: 2rem; }
  .contact p, .contact span {
    color: inherit !important;
    font-weight: 500 !important; }
  .contact__title {
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 4rem; }
  .contact-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .contact-top__item {
      width: 33.333%; }
  .contact__name {
    font-size: 0.7rem;
    margin-bottom: 0.6rem; }
  .contact__value {
    color: #010513;
    display: inline-block;
    margin-bottom: 1.75rem; }
    .contact__value:hover {
      color: #0032A0; }
  .contact-item {
    border-top: 1px solid rgba(5, 23, 63, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .contact-item .section-title {
      width: 33.333%;
      padding-top: 4.5rem; }
    .contact-item__wrap {
      width: 66.666%;
      padding: 4rem 0;
      border-left: 1px solid rgba(5, 23, 63, 0.1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .contact-item__col {
      width: 50%; }
    .contact-item__member {
      width: 33.333%; }
      .contact-item__member .section-title {
        width: 100%;
        margin-bottom: 1.75rem; }
    .contact-item p {
      margin-bottom: 1.75rem; }
  .contact-address {
    padding: 4rem 0 6rem;
    border-top: 1px solid rgba(5, 23, 63, 0.1); }
    .contact-address .section-title {
      margin-bottom: 1rem; }
    .contact-address__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      gap: 6rem;
      margin-bottom: 4rem; }
      .contact-address__wrap .btn {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 20rem;
        margin: 0; }
    .contact-address__map {
      height: 40rem; }
      .contact-address__map .map {
        width: 100%;
        height: 100%; }
  .contact-member .contact__title {
    margin-bottom: 7.5rem; }
  .contact-member .contact-wrap {
    padding-top: 5rem; }
  .contact-member__title {
    border-top: 1px solid rgba(5, 23, 63, 0.1);
    padding: 1.75rem 0; }
    .contact-member__title .section-title-big {
      max-width: 60rem; }

.footer {
  background: #05173F;
  color: #fff; }
  .footer-wrap {
    border-left: 1px solid rgba(5, 23, 63, 0.1);
    border-right: 1px solid rgba(5, 23, 63, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .footer-left {
    width: calc(33.33% + 1px);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer-left .section-title-big {
      padding: 2rem;
      line-height: 1.1; }
  .footer__logo {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2.2rem 2rem; }
    .footer__logo img {
      display: block;
      width: 16rem; }
  .footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    padding: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .footer-social ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1rem; }
      .footer-social ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .footer-social ul a {
        width: 1.5rem;
        height: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .footer-social ul a img {
          width: 100%;
          display: block; }
  .footer-right {
    width: calc(66.666% - 1px); }
    .footer-right__wrap {
      padding: 2rem 2rem 6rem; }
      .footer-right__wrap .section-title-big {
        margin-bottom: 2.3rem; }
  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 2rem; }
    .footer-menu__title {
      color: #fff;
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 1.25rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase; }
      .footer-menu__title::before {
        width: 0;
        height: 0.2rem;
        background: #fff;
        content: '';
        -webkit-transition: .2s all;
        transition: .2s all;
        margin-right: 0; }
      .footer-menu__title:hover::before {
        width: 1.7rem;
        margin-right: 0.4rem; }
    .footer-menu__list {
      margin-bottom: 2.2rem;
      font-size: 0.9rem;
      max-width: 21rem; }
      .footer-menu__list li {
        margin-bottom: 0.9rem; }
        .footer-menu__list li a {
          color: #fff;
          position: relative; }
          .footer-menu__list li a::before {
            position: absolute;
            bottom: -0.2rem;
            height: 2px;
            background: #0032A0;
            width: 0;
            content: '';
            left: 0;
            -webkit-transition: .6s all;
            transition: .6s all; }
          .footer-menu__list li a:hover::before {
            width: 100%; }
        .footer-menu__list li:last-child {
          margin-bottom: 0; }
    .footer-menu__item {
      min-width: 8rem; }
  .footer-contact {
    padding: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .footer-contact .section-title-big {
      margin-bottom: 3.5rem;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #fff; }
    .footer-contact__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-right: 2rem; }
      .footer-contact__list p {
        font-size: 0.75rem;
        margin-bottom: 0.6rem; }
      .footer-contact__list span, .footer-contact__list a {
        font-size: 1.5rem;
        font-weight: 500; }
      .footer-contact__list a {
        color: #fff; }
        .footer-contact__list a:hover {
          color: #0032A0; }
  .footer-copy {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: none;
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer-copy p {
      width: 33.333%; }
      .footer-copy p a {
        color: #fff; }
        .footer-copy p a:hover {
          color: #0032A0; }
      .footer-copy p:nth-child(2) {
        width: 43.3333%; }
      .footer-copy p:nth-child(3) {
        width: 23.3333%; }
      .footer-copy p:last-child {
        text-align: right; }
        .footer-copy p:last-child a {
          font-weight: 700; }

@media (max-width: 2800.98px) {
  :root {
    font-size: 26px; }

  .container {
    padding: 0 180px; } }
@media (max-width: 2600.98px) {
  :root {
    font-size: 24px; }

  .container {
    padding: 0 170px; } }
@media (max-width: 2300.98px) {
  :root {
    font-size: 22px; }

  .container {
    padding: 0 160px; } }
@media (max-width: 2100.98px) {
  :root {
    font-size: 20px; }

  .container {
    padding: 0 140px; } }
@media (max-width: 1800.98px) {
  :root {
    font-size: 19px; }

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

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

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

  .header-info {
    margin-left: 1rem; }

  .header-buttons {
    height: 3rem; }

  .header__btn {
    width: 3rem; }
    .header__btn svg {
      height: 3rem; } }
@media (max-width: 1400.98px) {
  :root {
    font-size: 14px; }

  .container {
    padding: 0 100px; } }
@media (max-width: 1300.98px) {
  :root {
    font-size: 13px; }

  .container {
    padding: 0 90px; }

  .header-menu {
    gap: .85rem; } }
@media (max-width: 1200.98px) {
  :root {
    font-size: 13px; }

  .container {
    padding: 0 88px; }

  .product__nav {
    gap: 1.5rem; } }
@media (max-width: 1100.98px) {
  :root {
    font-size: 12px; }

  .container {
    padding: 0 70px; } }
@media (max-width: 1000.98px) {
  :root {
    font-size: 11px; }

  .container {
    padding: 0 60px; } }
@media (max-width: 900.98px) {
  :root {
    font-size: 10px; } }
@media (max-width: 767.98px), (max-width: 1080px) and (orientation: portrait) {
  :root {
    font-size: 17px; }

  .speak-icon {
    display: none; }

  .container {
    padding: 0 70px; }

  body {
    padding-top: 5rem; }
    body.dark .header-mobile {
      background: #010513;
      border-color: rgba(255, 255, 255, 0.3); }
      body.dark .header-mobile__logo img:first-child {
        display: none; }
      body.dark .header-mobile__logo img:last-child {
        display: block; }
      body.dark .header-mobile__btn {
        -webkit-filter: invert(100%);
                filter: invert(100%); }
    body.dark .team-item:nth-child(3n) .team-item__contacts {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .page-side {
      border-color: rgba(255, 255, 255, 0.3); }

  .section-carousel__info {
    padding-bottom: 9rem; }
    .section-carousel__info .section-title {
      margin-bottom: 2rem; }
  .section-carousel__title {
    max-width: 30rem; }
  .section-carousel__text {
    margin-bottom: 3rem; }

  .page404 {
    height: 100dvh;
    margin-top: -5rem;
    padding-top: 5rem; }
    .page404-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .page404-info {
      width: 100%;
      border: none; }
    .page404-main {
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 50vh;
      font-size: 20vh;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-bottom: 5vh; }
    .page404__title {
      max-width: 26rem; }
    .page404__text {
      margin-bottom: 1.5rem; }

  .mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 10;
    background: #0032A0; }
    .mobile-menu::-webkit-scrollbar {
      display: none; }
    .mobile-menu .container {
      height: 100%; }
    .mobile-menu__wrap {
      border-left: 1px solid rgba(5, 23, 63, 0.1);
      border-right: 1px solid rgba(5, 23, 63, 0.1);
      border-color: rgba(255, 255, 255, 0.3);
      height: 100%; }
    .mobile-menu__head {
      height: 5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .mobile-menu__logo {
      display: block; }
      .mobile-menu__logo img {
        height: 3.5rem;
        display: block; }
    .mobile-menu__close {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .6s all;
      transition: .6s all;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      height: 5rem;
      width: 5rem; }
      .mobile-menu__close img {
        width: 100%; }
    .mobile-menu__btns {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      padding: 0 1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .mobile-menu__btn {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: .6s all;
      transition: .6s all;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      width: 3rem;
      height: 3rem;
      position: relative; }
      .mobile-menu__btn img {
        width: 100%; }
      .mobile-menu__btn.current {
        background: rgba(255, 255, 255, 0.5); }
      .mobile-menu__btn.selected::after {
        position: absolute;
        width: 100%;
        height: .3rem;
        background: rgba(255, 255, 255, 0.5);
        bottom: 0;
        left: 0;
        content: ""; }
    .mobile-menu__lang {
      width: auto;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: .4rem;
      padding: 0 1rem;
      height: 3rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .mobile-menu__lang img {
        width: 1.5rem; }
    .mobile-menu__tabs .header-format {
      display: block !important;
      position: static;
      height: auto;
      background: transparent !important;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      color: #fff;
      padding-left: 0; }
      .mobile-menu__tabs .header-format__wrap {
        display: block; }
      .mobile-menu__tabs .header-format__font {
        background: transparent !important; }
        .mobile-menu__tabs .header-format__font.current {
          background: #05173F !important; }
      .mobile-menu__tabs .header-format__btn {
        padding: 0;
        background: transparent;
        color: #fff;
        width: auto;
        border: none !important;
        -webkit-transition: none;
        transition: none; }
      .mobile-menu__tabs .header-format__theme {
        background: transparent !important; }
        .mobile-menu__tabs .header-format__theme-grey span {
          color: #010513; }
        .mobile-menu__tabs .header-format__theme.current {
          background: rgba(255, 255, 255, 0.5) !important; }
    .mobile-menu__tabs .header-sound {
      display: block !important;
      position: static;
      background: transparent !important;
      color: #fff;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      .mobile-menu__tabs .header-sound__title {
        padding: 0;
        border: none;
        margin-bottom: 1.2rem; }
      .mobile-menu__tabs .header-sound__text {
        padding: 0; }
    .mobile-menu__tabs .header-lang {
      display: block !important;
      position: static;
      background: transparent !important;
      color: #fff;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      .mobile-menu__tabs .header-lang__list {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-top: none; }
        .mobile-menu__tabs .header-lang__list li {
          border-color: rgba(255, 255, 255, 0.3); }
        .mobile-menu__tabs .header-lang__list a {
          color: #fff; }
      .mobile-menu__tabs .header-lang .section-title {
        padding: 0;
        margin-bottom: 1.2rem; }
    .mobile-menu__tab {
      display: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      padding: 2rem; }
    .mobile-menu__main {
      padding: 2rem; }
    .mobile-menu__search {
      position: relative; }
      .mobile-menu__search button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 1.5rem;
        height: 1.5rem;
        position: absolute;
        bottom: .5rem; }
      .mobile-menu__search input {
        width: 100%;
        border-color: rgba(255, 255, 255, 0.3);
        color: #fff;
        padding-left: 2rem;
        padding-bottom: 0.7rem; }
        .mobile-menu__search input::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.5); }
        .mobile-menu__search input:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.5); }
        .mobile-menu__search input::-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.5); }
        .mobile-menu__search input::placeholder {
          color: rgba(255, 255, 255, 0.5); }
    .mobile-menu__list {
      font-size: 1.5rem; }
      .mobile-menu__list li {
        margin-bottom: 1rem; }
        .mobile-menu__list li:last-child {
          margin-bottom: 0; }
      .mobile-menu__list a {
        color: #fff; }
        .mobile-menu__list a.current {
          color: rgba(255, 255, 255, 0.5); }
    .mobile-menu .footer-contact {
      color: #fff; }
      .mobile-menu .footer-contact__list li:last-child {
        margin-bottom: 0; }
    .mobile-menu__more {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      padding: 2rem;
      font-size: 1.2rem; }
      .mobile-menu__more li {
        margin-bottom: 1rem; }
        .mobile-menu__more li:last-child {
          margin-bottom: 0; }
      .mobile-menu__more a {
        color: #fff; }
    .mobile-menu__copy {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      padding: 2rem;
      font-size: 1.2rem;
      color: rgba(255, 255, 255, 0.5); }

  .header {
    display: none;
    height: 0; }
    .header-menu {
      display: none; }
    .header-mobile {
      display: block;
      height: 5rem;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      z-index: 5;
      background: #fff;
      border-bottom: 1px solid rgba(5, 23, 63, 0.1);
      -webkit-transition: .6s all;
      transition: .6s all; }
      .header-mobile .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%; }
      .header-mobile__logo {
        display: block; }
        .header-mobile__logo img {
          height: 3rem;
          display: block; }
          .header-mobile__logo img:last-child {
            display: none; }
      .header-mobile__btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: .6s all;
        transition: .6s all;
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        width: 3rem; }
        .header-mobile__btn img {
          width: 100%; }

  .main {
    padding-top: 0;
    height: 50rem; }
    .main .container {
      border: none; }
    .main-wrap {
      display: block; }
    .main-left {
      padding-top: 5rem;
      border: none;
      width: 70%;
      margin-bottom: 5rem; }
    .main-right {
      padding-top: 0;
      width: 100%; }
    .main-video__video {
      width: 100%;
      height: 50%; }
    .main-video__close {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      right: auto;
      top: calc(25vh - 4.5rem); }
    .main-about {
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
      .main-about__item {
        padding: 0 1rem; }
        .main-about__item:nth-child(2) {
          border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .main-lab-bg__img {
      height: 50rem; }
    .main-lab__wrap {
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
    .main-lab__info {
      width: calc(100% - 12rem); }

  .page {
    padding-top: 0; }
    .page-wrap {
      display: block;
      padding-top: 0; }
    .page-breadcrumbs {
      display: none; }
    .page-main {
      width: 100%;
      border: none; }
    .page-side {
      width: 100%;
      position: static;
      border-top: 1px solid rgba(5, 23, 63, 0.1); }

  .page-head {
    padding-top: 0;
    height: 28rem; }
    .page-head__tabs {
      gap: 0; }
      .page-head__tabs li {
        width: 50%; }
        .page-head__tabs li:nth-child(3n-1) {
          width: 50%; }
        .page-head__tabs li.current {
          display: none; }

  .news-rect {
    display: none; }
  .news__title {
    width: 100%; }
  .news-follow__btn {
    width: 50%; }
  .news-carousel::before {
    left: 50%; }
  .news-carousel::after {
    content: none; }
  .news-dropdown {
    width: 100%; }
    .news-dropdown__head {
      margin-bottom: 2rem; }
  .news-page__select {
    width: calc(33.333% - .8rem); }
  .news-list::before {
    content: none; }
  .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem; }
    .news-item__wrap {
      padding: 0;
      gap: 1rem; }
    .news-item__link {
      display: none; }
    .news-item__img {
      width: 100%;
      height: 25rem; }
  .news-more {
    max-height: none; }
    .news-more__item {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%; }

  .products-wrap {
    height: auto;
    display: block; }
  .products-info {
    border: none;
    width: 100%;
    padding-top: 5rem; }
  .products-carousel {
    width: 100%; }
    .products-carousel__img {
      height: 35rem;
      padding: 4rem; }
  .products-about .products-wrap {
    height: auto;
    padding-bottom: 5rem; }
  .products-about .products-info {
    padding: 6rem 0 4rem; }
  .products-about .products-carousel__img {
    height: 30rem;
    padding: 0; }
  .products-block {
    display: block;
    position: relative;
    padding-bottom: 6rem;
    margin-bottom: 6rem; }
    .products-block__info {
      width: 70%; }
    .products-block__list {
      margin-bottom: 2rem; }
    .products-block__img {
      width: 100%;
      padding: 3.5rem;
      height: 30rem; }
    .products-block__all {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 70%; }
  .products-cat__main {
    padding-bottom: 3rem; }
  .products-cat__item {
    width: calc(50% - .5rem);
    margin-bottom: 3rem; }
  .products-cat__wrap {
    height: 20rem;
    padding: 2.5rem; }
  .products-cat__link {
    background: transparent;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    .products-cat__link img {
      display: none; }

  .product__image {
    position: absolute;
    top: 0;
    border: none;
    height: auto; }
    .product__image img {
      width: 25rem;
      height: 25rem; }
  .product .page-main {
    position: relative;
    padding-top: 30rem; }
    .product .page-main .product-side {
      display: block; }
  .product-side {
    width: 100%;
    padding: 1.75rem 0 0; }
    .product-side__wrap {
      min-height: 0; }
    .product-side__all {
      margin-bottom: 1.5rem; }
    .product-side__form p {
      display: none; }
  .product__nav {
    display: none;
    height: 0; }
  .product .page-side {
    display: none; }

  .projects {
    background: #05173F;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .projects-info {
      border-left: 1px solid rgba(5, 23, 63, 0.1);
      border-right: 1px solid rgba(5, 23, 63, 0.1);
      border-color: rgba(255, 255, 255, 0.3);
      width: 100%; }
      .projects-info .section-carousel__text {
        margin-bottom: 1rem; }
    .projects-carousel {
      position: static;
      z-index: auto; }
      .projects-carousel__img {
        height: 35rem; }

  .radiator-wrap {
    display: block;
    padding-bottom: 6rem; }
  .radiator-left {
    width: 100%;
    border: none;
    padding-bottom: 2.5rem; }
  .radiator__left {
    width: 100%;
    border: none; }
  .radiator__right {
    width: 100%; }
  .radiator-about {
    display: block; }
    .radiator-about .radiator__right {
      padding-top: 2rem; }
  .radiator-models {
    display: block;
    position: relative;
    padding-bottom: 6rem; }
    .radiator-models__btn {
      position: absolute;
      bottom: 0; }
    .radiator-models .section-title {
      margin-bottom: 2rem; }
  .radiator-popup__content {
    width: calc(100vw - 2rem);
    height: 70vh; }
  .radiator-popup__item {
    width: calc(100vw - 2rem);
    height: 70vh; }
    .radiator-popup__item img {
      width: calc(80vw - 5rem) !important; }
  .radiator-dashboard {
    display: block; }
    .radiator-dashboard .section-title {
      margin-bottom: 2rem; }
    .radiator-dashboard .radiator__right {
      padding-top: 2rem; }
    .radiator-dashboard__info img {
      width: 68vw; }
  .radiator-tables__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .radiator-tables__item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(5, 23, 63, 0.1); }
  .radiator-advantages__wrap {
    display: block; }
  .radiator-advantages .radiator__right {
    padding-top: 2rem; }
  .radiator-advantages__list {
    padding-left: 0; }
  .radiator-advantages__item {
    width: calc(33.3333% + 1px);
    height: 28vw;
    gap: 1.5rem; }
  .radiator-process {
    display: block; }
    .radiator-process .radiator__left {
      padding-bottom: 0; }
    .radiator-process .section-title {
      margin-bottom: 2rem; }
    .radiator-process__choose {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      overflow: auto;
      padding: 1rem 0;
      border-top: 1px solid rgba(5, 23, 63, 0.1);
      border-bottom: 1px solid rgba(5, 23, 63, 0.1); }
      .radiator-process__choose::-webkit-scrollbar {
        display: none; }
      .radiator-process__choose li {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .radiator-process__choose li::before {
          content: none; }
        .radiator-process__choose li.current {
          color: #0032A0; }
    .radiator-process .radiator__right {
      padding-top: 2rem; }

  .download-card {
    display: block; }
    .download-card::after {
      top: auto;
      bottom: 0;
      width: 100%;
      height: 27rem; }
  .download-info {
    width: 100%;
    margin-bottom: 2rem; }
  .download__img {
    width: 100%;
    height: 25rem;
    margin-left: 0; }

  .factory-wrap {
    display: block;
    position: relative;
    padding-bottom: 10rem; }
  .factory__btn {
    position: absolute;
    bottom: 4rem; }
  .factory-side {
    padding: 6rem 0 0;
    width: 100%;
    border: none; }
  .factory-main {
    width: 100%;
    padding: 2rem 0 0; }

  .partners-wrap {
    padding-bottom: 6rem;
    display: block; }
  .partners-main {
    width: 100%;
    border-right: none;
    border-bottom: none;
    padding-bottom: 5rem; }
  .partners-list {
    width: 100%; }

  .consult {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .consult-main {
      width: 100%; }
      .consult-main .container {
        padding-left: 70px; }
    .consult-wrap {
      border: none;
      padding: 3rem 0; }
    .consult__title {
      margin-bottom: 3rem; }
    .consult-team {
      width: 100%; }
      .consult-team__img {
        height: 35rem; }
        .consult-team__img img {
          width: 100%;
          height: 100%;
          display: block;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: top;
             object-position: top; }
    .consult-form__text {
      min-height: 8rem; }
    .consult-vacancy {
      display: block; }
      .consult-vacancy .consult-main {
        margin-top: -1px; }
      .consult-vacancy .consult-form__btns {
        margin-top: 3rem; }
    .consult-info {
      width: 100%; }
      .consult-info__wrap {
        border: none; }
      .consult-info .section-title-big {
        max-width: 35rem; }
      .consult-info .btn {
        position: relative;
        bottom: 0;
        margin-bottom: 0; }

  .mission-wrap {
    display: block; }
  .mission-side {
    border: none;
    width: 100%; }
    .mission-side .section-title-big {
      max-width: 35rem; }
  .mission-main {
    padding-top: 4rem;
    width: 100%; }
  .mission .news-rect {
    display: block; }
  .mission-energy {
    height: 20rem; }
    .mission-energy__value {
      font-size: 4.5rem; }

  .equip {
    height: 50rem; }
    .equip-container {
      height: 100%; }
    .equip-carousel {
      overflow: hidden; }
      .equip-carousel__item {
        height: 50rem; }
      .equip-carousel::before {
        width: 200%; }
    .equip-radiator .equip-wrap::after {
      content: none; }
    .equip-radiator__card {
      width: 100%;
      padding: 1.6rem; }
    .equip-radiator .section-title {
      margin-bottom: 1rem; }

  .production .section-title {
    margin-bottom: 2.5rem; }
  .production-item {
    display: block; }
    .production-item__wrap {
      padding: 4rem 0;
      width: 100%;
      max-width: 34rem; }
      .production-item__wrap-item {
        padding-right: 0 !important;
        padding-left: 0 !important;
        height: auto; }
    .production-item__img {
      width: 100% !important;
      padding: 0;
      border: none !important;
      height: 30rem; }
      .production-item__img img {
        height: 30rem; }
  .production-vacancy .production-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .production-vacancy .production-carousel {
    border: none; }
  .production-vacancy .production-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .production-vacancy .production-timeline {
    border: none;
    border-bottom: 1px solid rgba(5, 23, 63, 0.1);
    margin-bottom: 1.5rem; }
    .production-vacancy .production-timeline::before {
      bottom: -1px;
      top: auto; }
    .production-vacancy .production-timeline li {
      padding-bottom: .3rem;
      padding-top: 0; }
      .production-vacancy .production-timeline li::after {
        bottom: -.3rem;
        top: auto; }
      .production-vacancy .production-timeline li:nth-child(2)::after {
        margin-left: 0.3rem; }
  .production-lab .production-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .certs-head {
    display: block; }
    .certs-head__wrap {
      border: none;
      width: 100%;
      padding-top: 2rem; }
  .certs .section-title {
    width: 100%; }
  .certs-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .certs-list__item {
      width: calc(50% - .5rem) !important; }
      .certs-list__item:nth-child(3n) {
        border: 1px solid rgba(5, 23, 63, 0.1); }
      .certs-list__item.empty {
        display: none; }
  .certs-lab__line {
    border: none; }

  .lab {
    border-top: 1px solid rgba(5, 23, 63, 0.1); }
    .lab-wrap {
      display: block;
      position: relative;
      padding-bottom: 7rem; }
    .lab-side {
      width: 100%;
      border: none;
      padding-top: 6rem;
      padding-bottom: 0; }
    .lab__text {
      margin-bottom: 4rem; }
    .lab-main {
      width: 100%; }
    .lab__btn {
      bottom: 5rem;
      position: absolute; }

  .history .section-title {
    width: 100%;
    border: none; }
  .history-item {
    padding: 0 !important;
    display: block;
    margin-bottom: 6rem; }
    .history-item:last-child {
      margin-bottom: 0; }
    .history-item__img {
      margin-bottom: 4rem;
      width: 100%; }
    .history-item__point {
      margin-bottom: 4rem; }
    .history-item::before {
      content: none; }
    .history-item__wrap {
      width: 100%;
      padding: 0; }

  .team-wrap {
    padding-top: 5rem; }
  .team-head {
    display: block; }
    .team-head__wrap {
      border: none;
      width: 100%;
      padding-top: 0; }
  .team .section-title {
    width: 100%;
    margin-bottom: 2rem;
    padding-top: 0; }
  .team-list::after {
    content: none; }
  .team-item {
    width: calc(50% - .5rem) !important;
    margin-bottom: 2rem; }
    .team-item:nth-child(3n) .team-item__contacts {
      border-right: 1px solid rgba(5, 23, 63, 0.1); }
    .team-item__img {
      height: 22rem; }
    .team-item__contacts, .team-item__info {
      padding: 1rem; }

  .docs-head {
    display: block;
    margin-bottom: 3rem; }
    .docs-head__col {
      width: 100%;
      margin-bottom: 1.2rem; }
      .docs-head__col:nth-child(2) {
        width: 100%; }
    .docs-head__search {
      width: 100%;
      height: auto;
      padding-top: .5rem; }
  .docs .section-title-big {
    margin-bottom: 2rem; }
  .docs-item {
    margin-bottom: 2rem; }
  .docs-list__item {
    width: calc(50% - .6rem); }
  .docs .news-follow__arrows {
    border-left: 1px solid rgba(5, 23, 63, 0.1); }

  .vacancy {
    margin-top: 0; }
    .vacancy-head {
      display: block;
      padding-bottom: 2.5rem; }
      .vacancy-head__wrap {
        width: 100%;
        border: none;
        padding-top: 4rem; }
      .vacancy-head__text {
        width: 100%;
        padding: 0; }
    .vacancy-item {
      display: block; }
      .vacancy-item__info {
        width: 100%; }
      .vacancy-item__wrap {
        width: 100%;
        padding: 0 1.75rem;
        padding-bottom: 1rem; }
    .vacancy-more {
      max-width: none;
      max-width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .vacancy-more .vacancy-item {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%; }
    .vacancy-single .page-side {
      display: none; }

  .reception-head__item {
    padding: 1rem 1.5rem; }
  .reception-main {
    display: block; }
    .reception-main__wrap {
      width: 100%;
      padding-top: 2rem; }
  .reception .section-title {
    width: 100%;
    padding-top: 4rem; }

  .control-wrap {
    display: block; }
  .control .section-title {
    width: 100%; }
  .control-main {
    border: none;
    padding-top: 2rem;
    width: 100%; }

  .search {
    padding-top: 0; }
    .search-wrap {
      min-height: 40rem; }
    .search-item__img {
      width: 35%;
      height: 15rem; }
    .search-item__wrap {
      width: 65%; }
    .search-empty {
      padding: 3rem 3rem 5rem; }

  .contact {
    padding-top: 0; }
    .contact__title {
      margin-bottom: 3rem; }
    .contact-top {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .contact-top__item {
        width: 50%; }
    .contact-item {
      display: block; }
      .contact-item .section-title {
        padding-top: 3.5rem;
        width: 100%;
        border: none; }
      .contact-item__wrap {
        padding: 3rem 0;
        width: 100%; }
      .contact-item__member {
        width: 100%; }
    .contact-address {
      padding: 3rem 0 5rem; }
      .contact-address__wrap {
        display: block; }
        .contact-address__wrap .btn {
          margin-top: 2rem; }
      .contact-address__map {
        height: 30rem; }

  .footer-wrap {
    display: block; }
  .footer-left {
    width: 100%; }
  .footer-social {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .footer-right {
    width: 100%; }
    .footer-right__wrap {
      padding-bottom: 2rem; }
  .footer-menu {
    padding-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer-menu__item {
      width: 50%; }
      .footer-menu__item:nth-child(2) {
        padding-left: 10%; }
  .footer-contact__list {
    padding-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .footer-contact__list li {
      width: 50%;
      margin-bottom: 2rem; }
  .footer-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem; }
    .footer-copy p {
      width: 100% !important; }
      .footer-copy p:last-child {
        text-align: left;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .footer-copy p:nth-child(2) {
        font-size: 1.1rem;
        font-weight: 600; }
      .footer-copy p:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
@media (max-width: 767.98px) {
  :root {
    font-size: 16px; }

  .container {
    padding: 0 20px; }

  body {
    padding-top: 4rem;
    font-size: 0.9rem; }
    body.dark .equip {
      color: #fff; }
      body.dark .equip-wrap {
        border-color: rgba(255, 255, 255, 0.3); }
    body.dark .news-item {
      border-color: rgba(255, 255, 255, 0.3); }
    body.dark .page-head__trans {
      background: transparent;
      color: #fff; }
      body.dark .page-head__trans .page-head__wrap {
        border-color: rgba(255, 255, 255, 0.3); }
      body.dark .page-head__trans .page-head__breadcrumbs a {
        color: #fff; }
    body.dark .vacancy-item .btn {
      border: none;
      color: #fff; }

  .daterangepicker .drp-selected {
    display: block;
    margin-bottom: .5rem; }

  .daterangepicker .drp-buttons {
    text-align: center; }

  .customSelect__option--value {
    padding-right: 2rem; }
    .customSelect__option--value::after {
      width: 1.2rem;
      height: 1.2rem;
      right: 0.5rem; }

  .section-carousel__title {
    font-size: 1.5rem; }
  .section-carousel__info {
    padding-bottom: 0;
    position: static; }
    .section-carousel__info .section-title {
      margin-bottom: 1.7rem; }
  .section-carousel__text {
    margin-bottom: 2rem; }
  .section-carousel__btn {
    width: 100%; }
  .section-carousel__wrap {
    left: 20px;
    width: calc(100% - 40px);
    bottom: 1rem; }
  .section-carousel__top {
    margin-bottom: 0.7rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-title {
    font-size: 0.9rem; }
    .section-title-big {
      font-size: 1.4rem; }

  .preloader__logo {
    width: 14rem; }
  .preloader-bot__text {
    margin-left: 1rem; }
  .preloader-bot__line {
    -webkit-transition: 2s all;
    transition: 2s all; }
    .preloader-bot__line.go {
      width: 100%; }

  .page404 {
    margin-top: -4rem;
    padding-top: 4rem; }
    .page404-main {
      font-size: 16vh;
      height: 40vh; }
    .page404__title {
      font-size: 2rem; }
    .page404__btn {
      width: 100%; }

  .mobile-menu__wrap {
    border: none; }
  .mobile-menu__btns {
    padding: 0; }
  .mobile-menu__tabs .header-format__font {
    width: 2.5rem;
    height: 2.5rem; }
  .mobile-menu__tabs .header-format__item {
    margin-bottom: 1rem; }
  .mobile-menu__tabs .header-sound {
    width: 100%; }
  .mobile-menu__tabs .header-lang {
    width: 100%; }
  .mobile-menu__tab {
    padding: 2rem 1rem; }
  .mobile-menu .container {
    padding: 0; }
  .mobile-menu__head {
    height: 4rem; }
  .mobile-menu__logo {
    padding-left: 1rem; }
    .mobile-menu__logo img {
      height: 2.8rem; }
  .mobile-menu__close {
    width: 4rem;
    height: 4rem; }
  .mobile-menu__main {
    padding: 1.5rem 1rem; }
  .mobile-menu .footer-contact {
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
  .mobile-menu__more {
    padding: 1.5rem 1rem;
    font-size: 1rem; }
  .mobile-menu__copy {
    padding: 1.5rem 1rem;
    font-size: 1rem; }

  .header-mobile {
    height: 4rem; }
    .header-mobile__logo img {
      height: 2.4rem; }
  .header-lang__list {
    margin-left: -1rem;
    width: calc(100% + 2rem);
    margin-bottom: calc(-2rem - 1px); }

  .main {
    min-height: calc(100svh - 4rem); }
    .main-left {
      padding-top: 3rem;
      margin-bottom: 3rem;
      width: 100%; }
    .main__title {
      font-size: 2rem; }
    .main-btns {
      gap: 1rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .main-btns .btn {
        width: 100%; }
    .main-about {
      height: auto;
      border-top: none; }
      .main-about__list {
        display: block;
        width: calc(100% - 5rem); }
      .main-about__item {
        width: 100%;
        height: 5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .main-about__item:first-child {
          border-top: 1px solid rgba(255, 255, 255, 0.3); }
      .main-about__title {
        font-size: 1.1rem;
        margin-bottom: 0.3rem; }
      .main-about .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .main-about__arrows {
        height: 5rem;
        width: 5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.3);
        background: rgba(255, 255, 255, 0.3); }
        .main-about__arrows span {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-transition: .6s all;
          transition: .6s all;
          cursor: pointer;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
          .main-about__arrows span img {
            width: 1.5rem; }
      .main-about__vacancy .main-about__arrows {
        background: transparent; }
    .main-lab-bg__img {
      height: calc(100svh - 4rem); }
    .main-lab__wrap {
      height: 5rem; }
    .main-lab__down {
      display: none; }
    .main-lab__info {
      width: calc(100% - 5rem);
      padding: 0 1rem; }
      .main-lab__info p {
        margin-bottom: 0.2rem; }
      .main-lab__info-item {
        height: 5rem; }
    .main-lab__arrows {
      height: 5rem;
      width: 5rem;
      border-right: none;
      gap: 1rem; }

  .page-head {
    position: relative;
    height: 25rem; }
    .page-head__title {
      font-size: 2rem; }
    .page-head__breadcrumbs {
      margin-bottom: 1rem; }
    .page-head__wrap {
      padding-top: 4rem;
      position: static; }
    .page-head__tabs li {
      background: #0032A0;
      text-align: center;
      padding: 0 1rem; }
    .page-head__trans {
      height: auto;
      background: #fff;
      color: #010513;
      overflow: hidden; }
      .page-head__trans .page-head__wrap {
        padding-top: 1.5rem;
        border-color: rgba(5, 23, 63, 0.1); }
      .page-head__trans .page-head__breadcrumbs {
        margin-bottom: 1.5rem; }
        .page-head__trans .page-head__breadcrumbs a {
          color: #010513; }
      .page-head__trans .page-head__title {
        font-size: 1.8rem; }
    .page-head__bg {
      position: relative;
      height: 20rem;
      margin-left: -1.2rem;
      width: calc(100% + 2.4rem);
      margin-bottom: 1rem; }

  .news__title {
    padding-right: 5rem; }
  .news-lines div:nth-child(1) {
    top: 5rem; }
  .news-lines div:nth-child(2) {
    top: 11.5rem; }
  .news-lines div:nth-child(3) {
    top: 20.8rem; }
  .news-lines div:nth-child(4) {
    top: 25.8rem; }
  .news-head {
    height: 5rem; }
  .news-main {
    position: relative; }
  .news-carousel::before {
    content: none; }
  .news-carousel__head {
    padding: .5rem 1rem;
    height: 6.5rem; }
  .news-carousel__wrap {
    padding: 1rem; }
  .news-carousel__title {
    margin-bottom: 1rem; }
  .news-follow {
    height: 5rem;
    position: static; }
    .news-follow__ico {
      width: 5rem;
      border-left: none; }
    .news-follow__arrows {
      position: absolute;
      right: 0;
      top: -5rem;
      height: 5rem;
      width: 5rem;
      border-right: none;
      border-left: 1px solid rgba(5, 23, 63, 0.1);
      gap: 1rem; }
    .news-follow__btn {
      width: calc(100% - 5rem); }
  .news-dropdown {
    height: auto;
    padding: 1.5rem 1rem; }
    .news-dropdown__close {
      margin-left: 1rem; }
    .news-dropdown__form {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem; }
    .news-dropdown__input {
      width: 100%; }
    .news-dropdown .btn {
      width: 100%; }
  .news-page__wrap {
    padding: 1rem 0 4rem; }
  .news-page__filter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem; }
  .news-page__select {
    width: calc(50% - .5rem); }
    .news-page__select:last-child {
      width: 100%; }
    .news-page__select .reset {
      right: 1px;
      width: 1.5rem;
      top: 1rem; }
  .news-page__more {
    margin-top: 1.75rem; }
  .news-list {
    border-bottom: none; }
  .news-item {
    border-bottom: 1px solid rgba(5, 23, 63, 0.1);
    position: relative; }
    .news-item__img {
      height: 15rem; }
    .news-item__title::before {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      content: ''; }
  .news-single__content {
    padding: 0; }
    .news-single__content .double-image {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .news-single__content .double-image img {
        width: 100%; }
    .news-single__content table {
      max-width: 100%; }
  .news-more__item:nth-child(n+4) {
    display: none; }
  .news-more__side {
    width: 100%;
    margin: 2rem 0 4rem; }

  .products {
    position: relative; }
    .products-wrap {
      padding-bottom: 10rem; }
    .products-info {
      padding-top: 4rem; }
    .products .section-carousel__wrap {
      bottom: 3rem; }
    .products-carousel__img {
      padding: 2.5rem 1rem;
      height: 28rem; }
    .products-about .products-wrap {
      padding-bottom: 11rem; }
    .products-about .products-info {
      padding: 4rem 0 0; }
    .products-about .products-carousel__img {
      height: 20rem; }
    .products-page__wrap {
      padding: 4rem 0; }
    .products-block {
      display: block;
      position: relative;
      margin-bottom: 4rem; }
      .products-block__item {
        padding: .7rem 1rem;
        min-height: 5rem; }
      .products-block__name {
        font-size: 1.1rem;
        margin-bottom: 0.5rem; }
      .products-block__desc {
        font-size: 0.8rem; }
      .products-block__text {
        margin-bottom: 2rem; }
      .products-block__info {
        width: 100%; }
      .products-block__img {
        padding: 1.5rem;
        height: 22rem; }
      .products-block__all {
        width: 100%; }
    .products-cat__main {
      padding-bottom: 1rem; }
    .products-cat__item {
      width: 100%; }
    .products-cat__wrap {
      height: 20rem;
      padding: 2.5rem; }

  .product-content {
    max-width: 100%;
    overflow: auto; }
  .product__image {
    padding: 1.5rem; }
    .product__image img {
      width: 20rem;
      height: 20rem; }
  .product .page-main {
    padding-top: 24rem; }
  .product-side {
    padding-top: 0; }
    .product-side__wrap {
      margin-bottom: 2rem; }
  .product-item {
    padding: 1.8rem 0; }
  .product-docs__item {
    display: block;
    padding: 1rem; }
  .product-docs__ico {
    display: none; }
  .product-docs__name {
    font-size: 0.9rem;
    margin-bottom: 0.5rem; }
  .product-more__wrap {
    padding-bottom: 6rem;
    position: relative; }
  .product-more .section-carousel__top {
    position: absolute;
    bottom: 3rem;
    width: 100%; }
  .product-more .products-cat__item {
    margin-bottom: 2rem; }

  .projects-info {
    padding: 2rem 0; }
    .projects-info .section-carousel__title {
      margin-bottom: 1.8rem; }
    .projects-info .section-carousel__arrow {
      background: #fff; }
      .projects-info .section-carousel__arrow img {
        -webkit-filter: invert(100%);
                filter: invert(100%); }
  .projects-carousel__img {
    height: 28rem;
    position: relative; }
    .projects-carousel__img::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(62.24%, rgba(0, 0, 0, 0)), color-stop(69.28%, rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62.24%, rgba(0, 0, 0, 0.35) 69.28%, rgba(0, 0, 0, 0.35) 100%);
      content: ''; }

  .radiator-wrap {
    position: relative; }
  .radiator__btn {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0; }
  .radiator-left {
    padding-top: 4rem; }
  .radiator__text {
    margin-bottom: 0; }
  .radiator-main .section-title {
    margin-bottom: 2rem; }
  .radiator-about .radiator__left {
    padding-top: 4rem; }
  .radiator-about .radiator__right {
    padding-bottom: 4rem; }
  .radiator-about__text {
    gap: 1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .radiator-about__wrap {
    width: 100%; }
  .radiator-models__list {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .radiator-models__item {
    width: 100%; }
  .radiator-models__btn {
    width: 100%; }
  .radiator-popup__close {
    top: 0.5rem;
    right: 0.5rem; }
  .radiator-popup__arrows {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: .5rem;
    -webkit-transform: none;
            transform: none;
    top: auto;
    bottom: 1rem; }
  .radiator-popup__item img {
    width: calc(100vw - 4rem) !important; }
  .radiator-popup__item p {
    bottom: 5rem; }
  .radiator-dashboard .radiator__left {
    padding-top: 4rem; }
  .radiator-dashboard .radiator__right {
    padding-bottom: 4rem; }
  .radiator-dashboard__info img {
    margin-left: 1rem;
    width: 73vw; }
  .radiator-dashboard__info p:nth-child(2) {
    margin-top: 1rem; }
  .radiator-tables__img {
    height: 13rem; }
    .radiator-tables__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }
  .radiator-tables__item {
    padding: 1rem; }
  .radiator-tables__table {
    font-size: 0.8rem;
    overflow: auto; }
    .radiator-tables__table th, .radiator-tables__table td {
      min-width: 9rem;
      padding: 1rem 0.5rem; }
  .radiator-advantages .radiator__left {
    padding-top: 4rem; }
  .radiator-advantages__item {
    width: calc(50% + 1px);
    height: calc(50vw - 1rem);
    padding: 0.6rem;
    font-size: 1rem; }
    .radiator-advantages__item:nth-child(8) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      pointer-events: none; }
  .radiator-process .radiator__left {
    padding-top: 4rem; }
  .radiator-process .radiator__right {
    padding-bottom: 4rem; }
  .radiator-process__text {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .radiator-process__text-col {
      width: 100%; }
  .radiator-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
    padding-bottom: 8rem; }
    .radiator-slider__right {
      width: 100%; }
    .radiator-slider__title {
      margin-bottom: 0; }
    .radiator-slider__text {
      margin-top: 1rem; }
    .radiator-slider__left {
      width: 100%; }
    .radiator-slider__item {
      height: calc(100vw - 2rem); }
      .radiator-slider__item img {
        width: 100%;
        height: 100%;
        display: block;
        -o-object-fit: cover;
           object-fit: cover; }
    .radiator-slider .section-carousel__wrap {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0; }

  .download-wrap {
    padding-top: 4rem; }
  .download-card {
    padding: 1.5rem 1rem; }
    .download-card::after {
      height: 22rem; }
  .download__title {
    font-size: 1.9rem; }
  .download__text {
    margin-bottom: 2rem; }
  .download__img {
    height: 20rem; }
  .download-form__check {
    white-space: normal; }

  .factory-side {
    padding-top: 4rem; }
  .factory__img {
    height: 18rem; }
    .factory__img img {
      width: 100%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }
  .factory__btn {
    width: 100%; }

  .partners-wrap {
    padding-bottom: 4rem; }
  .partners-main {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .partners__text {
    max-width: 90%; }
  .partners .cell {
    border-bottom: 1px solid rgba(5, 23, 63, 0.1); }
  .partners .partners-container {
    width: 100%;
    border-bottom: none; }
  .partners .controls__descktop {
    display: none; }
  .partners .controls__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3rem; }
    .partners .controls__mobile .counter {
      font-size: .9rem; }
  .partners .controls .nav-btn {
    width: 3rem;
    height: 3rem; }
  .partners .section-title {
    margin-bottom: 1.7rem; }
    .partners .section-title-big {
      max-width: 90%; }
  .partners-list li {
    width: 50%; }
    .partners-list li:nth-child(3n) {
      border-right: 1px solid rgba(5, 23, 63, 0.1); }
    .partners-list li:nth-child(2n) {
      border-right: none; }

  .consult__title {
    font-size: 1.9rem;
    max-width: 80%; }
  .consult-main .container {
    padding-left: 20px; }
  .consult-form__text {
    min-height: 5rem; }
  .consult-team__img {
    height: 27rem; }
  .consult-team__info {
    bottom: 2rem; }
  .consult-info__wrap {
    padding-top: 2rem;
    padding-right: 1rem; }
  .consult-info .btn {
    width: 100%;
    margin-top: 2rem; }
  .consult-vacancy .consult-wrap {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .consult .btn {
    padding: 0 1.2rem; }
  .consult-form__disabled {
    font-size: 0.8rem;
    padding: 0 1rem !important; }

  .mission {
    position: relative;
    padding-bottom: 17rem; }
    .mission-side {
      padding-top: 4rem; }
    .mission .section-title {
      margin-bottom: 2rem; }
    .mission__text {
      max-width: 100%;
      padding-right: 1rem; }
    .mission-main {
      padding-top: 3rem;
      display: block;
      position: relative;
      padding-top: 18rem; }
    .mission-col {
      width: 100%; }
    .mission__tech {
      margin-top: 2rem; }
    .mission .news-rect {
      display: none; }
    .mission__img {
      display: none;
      position: absolute;
      top: 2rem; }
      .mission__img-main {
        display: block; }
    .mission-content {
      height: auto; }
      .mission-content__pad {
        height: auto;
        padding: 1.5rem 0 2.5rem; }
        .mission-content__pad .mission__title {
          margin-bottom: 1.4rem; }
    .mission-energy {
      height: 17rem;
      padding: 3rem 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100vw; }
      .mission-energy__value {
        font-size: 11.5vw; }
      .mission-energy__title {
        margin-bottom: 1rem; }

  .equip {
    height: 34rem;
    color: #010513; }
    .equip-wrap {
      padding: 0;
      border-color: rgba(5, 23, 63, 0.1); }
    .equip-carousel {
      height: 20rem;
      top: 9rem; }
      .equip-carousel::before {
        content: none; }
      .equip-carousel__item {
        height: 20rem; }
    .equip .section-title-big {
      margin-bottom: 23rem; }
    .equip .section-carousel__arrow {
      background: #F2F3F5; }
      .equip .section-carousel__arrow img {
        -webkit-filter: invert(100%);
                filter: invert(100%); }
      .equip .section-carousel__arrow:hover {
        background: #F2F3F5; }
    .equip-radiator {
      height: 100vh; }
      .equip-radiator .equip-carousel {
        top: 0;
        height: 100vh; }
        .equip-radiator .equip-carousel__item {
          height: 100svh; }
      .equip-radiator .equip-wrap {
        position: static; }
      .equip-radiator__card {
        position: absolute;
        left: 0;
        width: 100%;
        background: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0; }
        .equip-radiator__card .section-title {
          color: #fff;
          margin-bottom: 0;
          padding: 2rem 15px;
          background: #05173F; }
        .equip-radiator__card .section-carousel__top {
          padding: 0 15px;
          color: #fff;
          padding-bottom: 2rem; }
        .equip-radiator__card .section-carousel__arrow {
          background: rgba(255, 255, 255, 0.3); }
          .equip-radiator__card .section-carousel__arrow:hover {
            background: #0032A0; }
          .equip-radiator__card .section-carousel__arrow img {
            -webkit-filter: none;
                    filter: none; }

  .production-wrap {
    padding-top: 4rem; }
  .production-item__wrap {
    padding: 3rem 0; }
  .production-item__img {
    height: 20rem; }
    .production-item__img img {
      height: 20rem; }
  .production-vacancy .production-wrap {
    padding-top: 2rem; }
  .production-vacancy .production-item__wrap {
    padding-top: 1rem; }
  .production-vacancy .section-title {
    display: none; }

  .certs .section-title {
    padding-top: 4rem; }
  .certs-head__wrap {
    padding: 1.5rem 0 2.5rem; }
  .certs-list__item {
    width: 100% !important;
    border-left: none !important;
    border-right: none !important;
    padding: 1.5rem 1rem 0; }
  .certs-list__btn {
    width: 100%; }
  .certs-lab__line {
    height: 4rem; }

  .lab-side {
    padding: 4rem 1rem 0 0; }
  .lab .section-title {
    margin-bottom: 1.7rem; }
  .lab__text {
    margin-bottom: 2.5rem; }
  .lab__btn {
    width: 100%;
    bottom: 4rem; }
  .lab-wrap {
    padding-bottom: 4.5rem; }
  .lab-main__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem; }
  .lab-main__number {
    font-size: 1.4rem;
    margin-bottom: 0.5rem; }
    .lab-main__number strong {
      font-size: 3rem;
      margin-right: 0.5rem; }
  .lab-main__img {
    height: 20rem; }

  .history-item {
    margin-bottom: 5rem; }
    .history-item__img {
      margin-bottom: 3rem; }
    .history-item__point {
      margin-bottom: 3rem; }
    .history-item__text {
      font-size: 1rem !important; }
  .history-head {
    top: 0; }

  .team-wrap {
    padding-top: 4rem; }
  .team .section-title {
    margin-bottom: 1.7rem; }
  .team-head__text {
    margin-bottom: 2.5rem; }
  .team-item {
    width: 100% !important;
    margin-bottom: .5rem; }
    .team-item__contacts {
      border-left: none !important;
      border-right: none !important; }
    .team-item__img {
      height: 27rem; }

  .docs .news {
    margin-bottom: 4rem; }
    .docs .news-head {
      position: relative; }
    .docs .news-follow__arrows {
      top: 0; }
  .docs-head__col {
    margin-bottom: 1rem;
    gap: 1rem; }
  .docs-head__input {
    width: calc(50% - .5rem); }
    .docs-head__input-double .customSelect__dropdown {
      width: calc(200% + 1rem); }
    .docs-head__input .reset {
      right: 1px;
      width: 1.5rem;
      top: 1rem; }
  .docs-head__date::before {
    width: 1.2rem;
    height: 1.2rem;
    right: 0.5rem; }
  .docs-list__item {
    margin-bottom: 1rem;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .docs-list__wrap {
    gap: 1.1rem; }
  .docs-list__img {
    width: 4rem; }
  .docs-more {
    margin-top: 1.5rem; }

  .vacancy-head__wrap {
    padding-bottom: 2rem; }
  .vacancy-list {
    padding-bottom: 4rem; }
  .vacancy-item:hover .btn {
    background: #0032A0;
    border-color: #0032A0;
    color: #fff;
    -webkit-transition: none;
    transition: none; }
  .vacancy-item__info {
    padding: 1rem; }
  .vacancy-item__wrap {
    padding: 0 1rem;
    display: block; }
  .vacancy-item__btn {
    padding: 0 1rem;
    margin-left: -1rem;
    width: 17rem; }
  .vacancy-single__title {
    font-size: 2rem;
    margin-bottom: 1.5rem; }
  .vacancy-single__wrap {
    display: block;
    padding-right: 0; }
  .vacancy-single__item {
    padding-right: 0; }

  .reception {
    overflow: hidden; }
    .reception-head {
      display: block; }
      .reception-head__item {
        width: 100%;
        padding: .5rem 1rem;
        height: 6.5rem;
        border-left: none;
        border-top: 1px solid rgba(5, 23, 63, 0.1); }
        .reception-head__item:first-child {
          border-top: none; }
    .reception-main {
      display: block; }
      .reception-main__wrap {
        width: 100%;
        padding: 2rem 0 0; }
    .reception .section-title {
      width: 100%;
      padding-top: 4rem; }
    .reception-form {
      margin-left: -22px;
      width: calc(100% + 44px);
      padding: 1.5rem 22px 2.2rem; }
      .reception-form .consult-form__input {
        width: 100%; }
      .reception-form .consult-form__full {
        min-height: 5rem; }
      .reception-form__btns {
        margin-top: 1rem;
        display: block; }
      .reception-form__file {
        width: 100%; }
      .reception-form .btn {
        margin-top: 1rem;
        width: 100%; }

  .search-wrap {
    min-height: 30rem; }
  .search-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .search-item__wrap {
      padding: 1.5rem 1rem;
      width: 100%; }
    .search-item__img {
      width: 100%; }
  .search-empty {
    padding: 1.5rem 1rem 5rem; }

  .contact {
    overflow: hidden; }
    .contact .page-breadcrumbs {
      display: block;
      margin-bottom: 1rem; }
    .contact .container {
      padding: 0 1rem; }
    .contact__title {
      margin-bottom: 2rem;
      font-size: 2rem; }
    .contact-top__item {
      width: 100%; }
    .contact-item .section-title {
      padding-top: 2rem; }
    .contact-item__wrap {
      padding: 2rem 0 .15rem;
      display: block; }
    .contact-item__col {
      width: 100%; }
    .contact-address {
      padding: 2rem 0 0; }
      .contact-address__wrap {
        margin-bottom: 1.5rem; }
        .contact-address__wrap .btn {
          margin-top: 2rem;
          width: 100%; }
      .contact-address__map {
        height: 30rem;
        margin-left: -1rem;
        width: 100vw; }
    .contact-member .contact-wrap {
      padding-top: 2rem; }
    .contact-member .contact__title {
      margin-bottom: 0; }
    .contact-member__title {
      border: none;
      padding: 1.2rem 0; }
      .contact-member__title .section-title-big {
        font-size: .9rem;
        font-weight: 400; }

  .footer .container {
    padding: 0; }
  .footer-wrap {
    border: none; }
  .footer-left {
    border-right: none; }
    .footer-left .section-title-big {
      padding: 1.5rem 1rem; }
  .footer-social {
    padding: 1.5rem 1rem; }
  .footer__logo {
    padding: 1.5rem 4rem 1.5rem 1rem; }
  .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .footer-right .section-title-big {
      display: none; }
    .footer-right__wrap {
      padding: 1.5rem 1rem 0; }
  .footer-contact {
    padding: 1.5rem 1rem;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .footer-contact__list li {
      width: 100%;
      margin-bottom: 1.5rem; }
      .footer-contact__list li:last-child {
        margin-bottom: 0; }
  .footer-menu__item {
    width: 100%; }
    .footer-menu__item:nth-child(2) {
      padding-left: 0; }
  .footer-menu__list {
    max-width: none; }
    .footer-menu__list li {
      margin-bottom: 1.1rem; }
      .footer-menu__list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 1rem; }
        .footer-menu__list li a::after {
          content: '';
          width: 1.3rem;
          height: 1.3rem;
          background: url(../img/icons/arrow-right-white.svg) center center no-repeat;
          background-size: contain;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
  .footer-copy {
    border-left: none;
    border-right: none;
    padding: 1.5rem 1rem; } }
@media (max-width: 459.98px) {
  .container {
    padding: 0 16px; }

  .section-carousel__wrap {
    left: 16px;
    width: calc(100% - 32px); }

  .consult-main {
    overflow: hidden; }
    .consult-main .container {
      padding-left: 16px; } }
@media (max-width: 389.98px) {
  :root {
    font-size: 15px; } }
@media (max-width: 375.98px) {
  :root {
    font-size: 13.5px; }

  .container {
    padding: 0 13.5px; }

  .section-carousel__wrap {
    left: 13.5px;
    width: calc(100% - 28px); }

  .main__title {
    font-size: 1.7rem; }

  .consult-main .container {
    padding-left: 15px; } }
@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; }

  .section-carousel__wrap {
    left: 12px;
    width: calc(100% - 24px); }

  .container {
    padding: 0 12px; }

  .consult-main .container {
    padding-left: 12px; } }
@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 */