/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

:root {
  --color-main: #49D83D;
  --color-text: #060E73; }

html {
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden !important; }

*, *:after, *:before {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none; }

body {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: var(--color-text);
  margin: 0;
  padding: 80px 0 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  min-height: 100vh;
  background-color: #F5F9FF;
  display: flex;
  overflow-x: hidden !important;
  flex-direction: column; }

h1, h2, h3, h4, h5, h6, p, ul, li, a {
  padding: 0;
  margin: 0;
  color: var(--color-text); }

a {
  color: inherit;
  text-decoration: none;
  outline: none; }

p {
  line-height: 1.4;
  font-size: 14px; }

button {
  outline: none;
  border: transparent;
  background-color: transparent;
  cursor: pointer; }

input {
  text-decoration: none;
  outline: none; }

ul li {
  list-style-type: none; }

/* width */
::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

/* Track */
::-webkit-scrollbar-track {
  background: white; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-text); }

img {
  max-width: 100%; }

button {
  cursor: pointer; }

.header {
  position: fixed;
  top: 0;
  z-index: 56;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  height: 80px;
  width: 100%;
  display: flex;
  align-items: center; }
  .header .logo img {
    width: 95px;
    min-width: 95px;
    height: 60px; }
  .header__wrap {
    max-width: 1728px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px; }
  .header__menu-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 42px; }
  .header__menu-link {
    position: relative;
    text-transform: uppercase;
    color: var(--color-text);
    font-size: 14px;
    font-weight: 600;
    transition: .3s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; }
    .header__menu-link span {
      display: inline-block;
      position: relative;
      transition: transform 500ms;
      -webkit-transition: -webkit-transform 500ms;
      -moz-transition: transform 500ms; }
      .header__menu-link span::after {
        content: attr(data-hover);
        position: absolute;
        top: -30px;
        left: 0;
        transform: translate3d(0, 0, 0); }
    .header__menu-link:hover span {
      transform: translateY(30px); }
    .header__menu-link:focus span {
      transform: translateY(30px); }
  .header__menu .dropdown .dropdown__body {
    left: -55px !important; }
  .header__details {
    display: flex;
    align-items: center;
    gap: 26px; }
    .header__details .sign-in svg {
      min-width: 24px;
      width: 24px;
      height: 24px; }
    .header__details-buttons {
      display: flex;
      align-items: center;
      gap: 18px; }
  .header__language {
    font-size: 14px;
    font-weight: 600; }
    .header__language .dropdown__body {
      left: -25px;
      min-width: 70px; }
  .header__search-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #031873eb;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: .3s all ease;
    padding: 30px; }
    .header__search-fixed.active {
      visibility: visible;
      opacity: 1;
      z-index: 55; }
    .header__search-fixed .search__wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 600px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20vh; }
      .header__search-fixed .search__wrap-close {
        position: fixed;
        top: 30px;
        right: 30px; }
        .header__search-fixed .search__wrap-close img {
          width: 40px;
          height: 40px; }
      .header__search-fixed .search__wrap .input__wrap {
        padding: 24px 32px;
        width: 100%; }
        .header__search-fixed .search__wrap .input__wrap label {
          width: 100%; }
        .header__search-fixed .search__wrap .input__wrap input {
          width: 100%;
          font-size: 18px; }

.dropdown {
  position: relative; }
  .dropdown:hover .dropdown__body {
    opacity: 1;
    visibility: visible;
    z-index: 11; }
  .dropdown__header {
    font-weight: 600 !important;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 20px; }
    .dropdown__header span {
      color: var(--color-text); }
  .dropdown__body {
    position: absolute;
    top: calc(100% + 10px);
    background-color: white;
    min-width: 170px;
    width: 100%;
    max-width: 200px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .1s all ease;
    border-radius: 12px;
    overflow: hidden; }
  .dropdown__menu-link {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
    color: var(--color-text);
    opacity: .7;
    transition: .3s all ease; }
    .dropdown__menu-link:hover {
      opacity: 1;
      background-color: var(--color-text);
      color: white; }

.headroom {
  will-change: transform;
  transition: transform 200ms linear; }
  .headroom--top .header__search .input__wrap {
    border: 1px solid #e7e5e5; }
  .headroom--pinned {
    transform: translateY(0%);
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px); }
  .headroom--unpinned {
    transform: translateY(-100%); }
  .headroom--not-top .header__search .input__wrap {
    box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px; }

.input__wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  background-color: white;
  padding: 8px 12px;
  border-radius: 100px;
  color: var(--color-text); }
  .input__wrap::placeholder {
    color: #CED0EC; }

.input__prepend img {
  min-width: 24px; }

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  background-color: var(--color-main);
  color: white;
  border-radius: 40px;
  font-weight: 500;
  cursor: pointer; }
  .btn.sm {
    padding: 6px 12px; }
  .btn .mouse-effect {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%) scale(1);
    cursor: pointer; }

.hero-section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  min-height: 100vh;
  margin-top: -80px;
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 50px; }
  .hero-section__element {
    position: absolute;
    right: 0;
    top: 0; }
    .hero-section__element-2 {
      position: absolute;
      bottom: 0;
      right: 0; }
  .hero-section__inner {
    z-index: 2;
    position: relative; }
  .hero-section__text {
    min-height: calc(100vh - 350px);
    display: flex;
    align-items: center;
    justify-content: center; }
    .hero-section__text h1 {
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 40px;
      color: white;
      line-height: 1.6;
      text-transform: uppercase; }
    .hero-section__text p {
      font-size: 24px;
      font-weight: 500;
      color: white;
      line-height: 1.6;
      margin-bottom: 80px;
      max-width: 1320px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }
    .hero-section__text .btn__main {
      margin-bottom: 50px; }
  .hero-section__slider {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 0 0 30px; }
    .hero-section__slider .owl-item {
      max-width: 375px; }
    .hero-section__slider-item {
      position: relative;
      padding-bottom: 30px; }
      .hero-section__slider-item-content {
        position: relative;
        z-index: 2;
        padding: 16px;
        border-radius: 12px;
        background-color: white; }
        .hero-section__slider-item-content img {
          width: 32px !important;
          height: 32px;
          object-fit: contain;
          margin-right: 7px; }
        .hero-section__slider-item-content h4 {
          font-size: 18px;
          font-weight: 600;
          color: var(--color-text); }
        .hero-section__slider-item-content p {
          position: relative;
          z-index: 15;
          font-size: 14px;
          font-weight: normal;
          line-height: 1.4;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          color: rgba(6, 14, 115, 0.72); }
      .hero-section__slider-item-number {
        display: none;
        position: absolute;
        z-index: 10;
        right: 0;
        bottom: -40px;
        font-size: 120px;
        font-weight: 700;
        color: #E0EFDF;
        line-height: 1; }

.main-statistics {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%; }
  .main-statistics__item {
    flex-grow: 1;
    flex-basis: 300px;
    text-align: center;
    padding: 28px 24px;
    min-height: 215px;
    font-size: 34px; }
    .main-statistics__item-flex {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 12px; }
    .main-statistics__item-plus {
      line-height: 1;
      color: #A6E1A1 !important; }
    .main-statistics__item h3 {
      color: var(--color-main);
      font-weight: 600; }
    .main-statistics__item span {
      color: var(--color-main);
      font-weight: 600; }
    .main-statistics__item p {
      font-size: 18px;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }

.section {
  padding: 80px 0; }
  .section__inner-page {
    padding: 50px 0; }
    .section__inner-page:last-child {
      padding-bottom: 120px; }
  .section__top {
    text-align: center;
    margin-bottom: 24px; }
  .section__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4; }
    .section__title-secondary {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 24px;
      text-align: center; }
  .section__subtitle {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 16px;
    max-width: 975px;
    width: 100%;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto; }
  .section__bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }

.services__item {
  background-color: white;
  border-radius: 12px;
  padding: 20px;
  text-align: center; }
  .services__item img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    object-fit: contain;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto; }
  .services__item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .services__item p {
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

.grid__block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(332px, 1fr));
  gap: 16px; }

.process__block {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  overflow: hidden; }
  .process__block-item {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 25%;
      overflow: hidden;
  }
    .process__block-item::before {
      content: "";
      position: absolute;
      z-index: 1;
      height: 2px;
      width: 100%;
      background-color: #CED0EC;
      top: 12px;
      bottom: 0;
      left: 0; }
    .process__block-item:first-child::before {
      left: 50%; }
    .process__block-item:last-child::before {
      right: 50%;
      width: 100%;
      overflow: hidden;
      left: unset; }
  .process__block-numb {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-main); }
  .process__block-icon {
    position: relative;
    z-index: 10;
    width: 28px;
    min-width: 28px;
    height: 28px;
    background-color: var(--color-main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .process__block-icon img {
      width: 20px;
      height: 20px;
      object-fit: contain; }
  .process__block-content {
    width: 100%;
    text-align: center;
    padding: 20px; }
    .process__block-content h3 {
      font-size: 18px;
      font-weight: 600;
      color: var(--color-text);
      margin-bottom: 12px; }
    .process__block-content p {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.6; }

.hamburger-menu {
  display: none; }
  .hamburger-menu img {
    min-width: 38px;
    width: 38px;
    height: 38px; }

.form-group {
  width: 100%;
  padding-bottom: 24px; }
  .form-group label {
    display: flex;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
    width: 100%; }
  .form-group .input__wrap {
    border-radius: 12px;
    border: 1px solid #CED0EC;
    width: 100%; }
    .form-group .input__wrap input, .form-group .input__wrap textarea {
      width: 100%; }
  .form-group span {
    position: absolute;
    bottom: 3px;
    font-size: 12px;
    color: red; }

.contact-us__form {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background-color: var(--color-text); }
  .contact-us__form-element {
    position: absolute;
    z-index: 1;
    bottom: -30px;
    left: -30px;
    max-width: 465px;
    max-height: 325px;
    width: 100%;
    height: 100%; }
  .contact-us__form-title {
    font-size: 28px;
    color: var(--color-main);
    margin-bottom: 32px;
    font-weight: 600; }
  .contact-us__form-subtitle {
    font-size: 16px;
    color: white; }
  .contact-us__form .form-group label {
    color: white; }
  .contact-us__form .btn {
    display: flex;
    border-radius: 12px;
    margin-top: 20px;
    margin-left: auto; }

.our-products__slider {
  width: 100%;
  margin-top: 40px; }
  .our-products__slider-item {
    text-align: center;
    padding: 20px; }
    .our-products__slider-item h5 {
      font-size: 18px;
      font-weight: 600; }
  .our-products__slider-photo {
    aspect-ratio: 1;
    object-fit: cover;
    max-height: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 50%; }
  .our-products__slider .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background-color: #CED0EC !important;
    margin: 5px; }
    .our-products__slider .owl-dot.active {
      background-color: var(--color-main) !important; }
    .our-products__slider .owl-dots {
      display: flex;
      justify-content: center;
      margin-top: 30px; }

.faq__block {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.accordion {
  width: 100%;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .accordion li {
    border-bottom: 1px solid #E0EFDF; }
    .accordion li:last-child {
      border: none; }
    .accordion li .link {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 500; }
      .accordion li .link .icon {
        position: relative;
        order: 1;
        display: flex;
        width: 20px;
        height: 20px; }
        .accordion li .link .icon::before {
          content: "+";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: center;
          justify-content: center;
          line-height: 1;
          font-size: 24px;
          font-weight: 400; }
      .accordion li .link span {
        order: 2; }
    .accordion li.open .link {
      color: var(--color-text); }
      .accordion li.open .link .icon::before {
        content: "-";
        font-size: 22px;
        font-weight: 400; }
  .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: left; }
    .accordion .link:last-child .link {
      border-bottom: 0; }
  .accordion .submenu {
    display: none;
    font-size: 14px;
    padding: 0 15px 15px; }
    .accordion .submenu li {
      border-bottom: 1px solid #4b4a5e; }
    .accordion .submenu a {
      display: block;
      text-decoration: none;
      -webkit-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      transition: all 0.25s ease; }
    .accordion .submenu p {
      padding-left: 10px;
      margin-left: 30px;
      border-left: 1px solid var(--color-main);
      text-align: left; }

.our-partners__slider {
  width: 100%;
  margin-top: 40px; }
  .our-partners__slider-item {
    background-color: white;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    overflow: hidden; }
    .our-partners__slider-item img {
      margin-bottom: 0;
      width: 100%;
      object-fit: contain; }
  .our-partners__slider-photo {
    aspect-ratio: 1;
    object-fit: contain;
    max-height: 180px;
    border-radius: 0 !important; }
  .our-partners__slider .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background-color: #CED0EC !important;
    margin: 5px; }
    .our-partners__slider .owl-dot.active {
      background-color: var(--color-main) !important; }
    .our-partners__slider .owl-dots {
      display: flex;
      justify-content: center;
      margin-top: 30px; }

.footer {
  position: relative;
  z-index: 52;
  background-color: var(--color-text);
  margin-top: auto;
  padding: 0 80px;
  overflow: hidden; }
  .footer__logo {
    margin-bottom: 8px;
    display: inline-flex; }
  .footer__top {
    padding: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
    .footer__top-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 30px; }
    .footer__top h3 {
      color: var(--color-main);
      font-size: 20px;
      font-weight: 500; }
    .footer__top .input__wrap {
      background-color: rgba(255, 255, 255, 0.12);
      min-height: 44px; }
      .footer__top .input__wrap input {
        background-color: transparent;
        color: white; }
  .footer__title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-main);
    margin-bottom: 32px; }
  .footer__body {
    padding-bottom: 32px;
    display: flex;
    align-items: center; }
    .footer__body-wrap {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px; }
    .footer__body-column:nth-child(2) {
      padding-left: 50px; }
  .footer__menu-link {
    display: inline-flex;
    color: white;
    padding: 8px 0; }
  .footer__bottom {
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12); }
    .footer__bottom-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px; }
      .footer__bottom-wrap p {
        font-size: 12px;
        font-weight: 500;
        color: white;
        opacity: .8; }
      .footer__bottom-wrap ul {
        display: flex;
        align-items: center;
        gap: 20px; }
        .footer__bottom-wrap ul li a {
          font-size: 12px;
          color: white;
          font-weight: 500; }
  .footer__map {
    width: 600px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto; }
  .footer .contacts__block {
    max-width: 550px;
    width: 100%;
    margin-bottom: 10px; }
    .footer .contacts__block-link {
      color: white;
      display: flex;
      align-items: center;
      gap: 15px;
      padding: 10px 0; }
      .footer .contacts__block-link img {
        filter: none; }

.main__banner {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 365px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .main__banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #060e73;
    background: linear-gradient(180deg, #060e73 33%, #065a28 90%, #086900 100%);
    opacity: .8; }
  .main__banner-content {
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 20px; }
    .main__banner-content h1 {
      font-size: 32px;
      font-weight: bold;
      color: var(--color-main); }
    .main__banner-content p {
      font-size: 18px;
      font-weight: 500;
      margin-top: 16px;
      color: white;
      max-width: 625px;
      width: 100%;
      margin-left: auto;
      margin-right: auto; }

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .breadcrumbs__item {
    position: relative;
    opacity: .7; }
    .breadcrumbs__item:last-child {
      opacity: 1;
      font-weight: 500; }
      .breadcrumbs__item:last-child::before {
        content: ""; }
    .breadcrumbs__item::before {
      content: "/";
      float: right;
      padding-left: 5px; }
  .breadcrumbs__link {
    font-size: 14px; }

.vacancy__item {
  padding: 20px;
  display: flex;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #CED0EC; }
  .vacancy__item-icon {
    width: 72px;
    min-width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    background-color: #E0EFDF;
    border-radius: 50%; }
    .vacancy__item-icon img {
      width: 32px;
      min-width: 32px;
      height: 32px;
      object-fit: contain; }
  .vacancy__item-content h3 {
    font-size: 18px;
    color: var(--color-text);
    font-weight: 600;
    margin-bottom: 16px; }
  .vacancy__item-content p {
    font-size: 16px;
    color: var(--color-text);
    line-height: 1.6;
    margin-bottom: 12px; }
  .vacancy__item-content ul li {
    display: flex;
    align-items: center;
    width: 100%;
    color: var(--color-text);
    font-size: 14px;
    margin-bottom: 12px; }
    .vacancy__item-content ul li:last-child {
      margin-bottom: 0; }
    .vacancy__item-content ul li img {
      margin-right: 8px;
      width: 18px;
      min-width: 18px;
      height: 18px;
      object-fit: contain; }

.filter__block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  margin-bottom: 50px; }
  .filter__block-item {
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0; }
    .filter__block-item.active {
      border-bottom: 1px solid var(--color-main); }

.grid__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 24px; }

.articles__card {
  position: relative;
  width: 100%;
  min-height: 180px;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  transition: .3s all ease;
  cursor: pointer; }
  .articles__card:hover::after {
    opacity: 1; }
  .articles__card:hover span {
    color: var(--color-text); }
  .articles__card:hover svg path {
    stroke: var(--color-text); }
  .articles__card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #192F59 0%, rgba(56, 231, 41, 0.85) 100%);
    z-index: 3;
    opacity: 0;
    transition: .3s all ease; }
  .articles__card::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 14, 115, 0.6); }
  .articles__card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover; }
  .articles__card-content {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    .articles__card-content h4 {
      color: white;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 15px; }
    .articles__card-content-bottom {
      display: flex;
      margin-top: auto; }
      .articles__card-content-bottom span {
        color: white;
        font-size: 12px;
        font-weight: 500;
        margin-left: 7px; }

.tab {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased; }
  .tab .tabs {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px; }
    .tab .tabs li {
      line-height: 38px;
      overflow: hidden;
      position: relative;
      font-size: 16px;
      font-weight: 500;
      padding: 10px 0; }
    .tab .tabs a {
      font-weight: 500;
      display: block;
      outline: none; }
    .tab .tabs_item {
      display: none;
      padding: 30px 0 0; }
      .tab .tabs_item:first-child {
        display: block; }
  .tab .current a {
    border-bottom: 1.5px solid var(--color-main); }

.card__item {
  max-width: 400px;
  background-color: white;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #CED0EC;
  cursor: pointer;
  transition: .3s all ease; }
  .card__item:hover .card__item-media img {
    transform: scale(1.1); }
  .card__item-media {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px; }
    .card__item-media.video {
      position: relative; }
      .card__item-media.video::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 5;
        transform: translate(-50%, -50%);
        background: url("../../icons/play-circle.svg") no-repeat;
        background-size: 32px;
        width: 32px;
        height: 32px; }
    .card__item-media::before {
      content: "";
      position: absolute;
      z-index: 3;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3); }
    .card__item-media img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      transition: .3s all ease; }
  .card__item-content h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px; }
  .card__item-content span {
    font-size: 14px; }

.download__files-item {
  margin-bottom: 15px; }
  .download__files-item:last-child {
    margin-bottom: 0; }

.download__files-link {
  background-color: white;
  border-radius: 10px;
  border: 1px solid #CED0EC;
  padding: 12px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px 30px; }
  .download__files-link h5:first-child {
    margin-right: 10px; }

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

.contacts__block {
  max-width: 550px;
  width: 100%;
  margin-bottom: 10px; }
  .contacts__block-link {
    color: var(--color-text);
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0; }
    .contacts__block-link img {
      filter: invert(1); }

.contacts__container {
  background-color: white;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px 50px; }

.contacts__column {
  flex: 1; }

.contacts .map {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto; }
  .contacts .map iframe, .contacts .map #map {
    width: 100%; }

.socials__block {
  display: flex;
  align-items: center;
  gap: 16px; }

.text__block p {
  font-size: 16px;
  line-height: 1.8; }

.flex__block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 50px; }
  .flex__block-photo {
    max-width: 580px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    flex: 1; }
    .flex__block-photo img {
      width: 100%;
      height: 100%;
      max-height: 520px;
      object-fit: contain; }
  .flex__block-content {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .flex__block-content h3 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 16px; }
    .flex__block-content p {
      font-size: 16px;
      line-height: 1.8; }

.services__type {
  column-count: 3;
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto; }
  .services__type-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding-right: 30px; }
    .services__type-item img {
      margin-right: 7px; }
    .services__type-item span {
      font-size: 16px; }

.our-team {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  gap: 30px 15px;
  margin-top: 50px; }
  .our-team__item {
    flex-grow: 1;
    flex-basis: 200px;
    text-align: center; }
    .our-team__item-photo {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      overflow: hidden;
      background-color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; }
      .our-team__item-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        .our-team__item-photo img.our-team__item-photo-placeholder {
          width: 60px;
          height: 60px;
          opacity: .8; }
    .our-team__item-content {
      text-align: center; }
      .our-team__item-content h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px; }
      .our-team__item-content span {
        font-size: 14px; }

.advantages__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px; }

.advantages__item {
  position: relative;
  min-height: 120px; }
  .advantages__item-top {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 28px; }
    .advantages__item-top img {
      width: 30px;
      min-width: 30px;
      height: 30px;
      margin-right: 16px; }
    .advantages__item-top h3 {
      font-size: 20px;
      font-weight: 600; }
  .advantages__item p {
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .advantages__item-numb {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    font-size: 120px;
    line-height: 0.7;
    font-weight: 600;
    color: #E0EFDF; }

.portfolio__item {
  text-align: center; }
  .portfolio__item-photo {
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .portfolio__item-photo img {
      max-width: 150px;
      width: 100%;
      max-height: 150px;
      height: 100%;
      object-fit: cover; }
  .portfolio__item-content h4 {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .portfolio__item-content span {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

.product__wrap {
  gap: 40px; }

.product__item {
  text-align: center; }
  .product__item-photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    .product__item-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .product__item h5 {
    font-size: 18px;
    font-weight: 600; }

.table__wrap {
  overflow: auto;
  border-radius: 12px;
  width: 100%; }
  .table__wrap table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 12px;
    overflow: hidden; }
    .table__wrap table th {
      padding: 12px 24px;
      color: var(--color-main);
      margin-bottom: 30px;
      vertical-align: middle; }
    .table__wrap table td {
      padding: 12px 24px;
      margin: 20px;
      max-width: 400px; }
    .table__wrap table tr {
      background-color: white;
      border-radius: 12px;
      overflow: hidden; }

.mobile__menu-inner {
  margin: auto; }

.mobile__menu-container {
  width: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  background-color: var(--color-text);
  z-index: 60;
  transition: .3s all ease;
  display: flex;
  margin: auto;
  overflow-y: auto;
  height: 100vh;
  padding: 50px 30px; }

.mobile__menu-close {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 20px;
  right: 20px;
  transition: .3s all ease;
  z-index: -1; }
  .mobile__menu-close img {
    width: 42px;
    height: 42px; }

.mobile__menu.active .mobile__menu-container {
  left: 0; }

.mobile__menu.active .mobile__menu-close {
  visibility: visible;
  opacity: 100%;
  z-index: 55; }

.mobile__menu-list {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.mobile__menu-item {
  font-size: 32px;
  font-weight: 500;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column; }

.mobile__menu-link {
  color: white; }

.mobile-accordion {
  overflow: hidden;
  height: 100%; }
  .mobile-accordion-body {
    overflow: hidden;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 300ms;
    background-color: #182970;
    border-radius: 12px; }
    .mobile-accordion-body .mobile__menu-list {
      overflow: hidden; }
    .mobile-accordion-body .mobile__menu-link {
      font-size: 24px; }
    .mobile-accordion-body.active {
      overflow: hidden;
      grid-template-rows: 1fr;
      margin-top: 20px; }

.scroll-top {
  visibility: hidden;
  position: fixed;
  z-index: 51;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px; }
  .scroll-top.active {
    visibility: visible; }
  .scroll-top img {
    width: 36px;
    height: 36px;
    transform: rotate(180deg); }

.search__list-item {
  margin-bottom: 20px;
  background-color: white;
  border-radius: 12px;
  padding: 24px; }
  .search__list-item:last-child {
    margin-bottom: 0; }
  .search__list-item .text__block {
    margin-top: 15px; }

.search__list-header {
  font-size: 16px;
  font-weight: 500; }

@media (max-width: 1920px) {
  .header__wrap {
    padding-left: 30px;
    padding-right: 30px;
    gap: 18px; }
  .header__menu-ul {
    gap: 12px 32px; } }

@media (max-width: 1600px) {
  .header__menu-link {
    font-size: 13px; }
  .header__search {
    font-size: 13px; }
  .footer {
    padding: 32px; }
    .footer__top {
      padding-top: 0; }
    .footer__bottom {
      padding-bottom: 0; } }

@media (max-width: 1540px) {
  .header__wrap {
    gap: 12px 32px;
    padding-left: 20px;
    padding-right: 20px; }
  .header__menu-ul {
    gap: 12px 28px; }
  .header__menu-link {
    font-size: 13px; }
  .header__language {
    font-size: 13px; }
  .header__search img {
    width: 18px;
    height: 18px;
    min-width: 18px; }
  .header__details {
    justify-content: right;
    gap: 20px; }
    .header__details .sign-in {
      background-color: transparent;
      padding: 0; }
      .header__details .sign-in span {
        display: none; }
      .header__details .sign-in svg path {
        stroke: var(--color-main); }
  .header .btn {
    padding: 5px; }
  .hero-section__text h1 {
    font-size: 36px;
    margin-bottom: 20px; }
  .hero-section__text p {
    font-size: 18px;
    margin-bottom: 30px; }
  .hero-section__text .btn__main {
    margin-bottom: 20px; }
  .hero-section__slider-item-content h4 {
    font-size: 16px; }
  .hero-section__slider-item-content p {
    font-size: 13px; }
  .hero-section__slider-item-content img {
    width: 25px;
    height: 25px; }
  .hero-section__slider-item-number {
    font-size: 80px;
    bottom: 10px;
    right: 10px; }
  .footer__map {
    width: 400px;
    height: 250px; }
  .footer__contacts-wrap {
    max-width: 450px; }
  .footer__contacts-link {
    padding: 7px 0; }
  .footer__logo img {
    max-width: 75px; } }

@media (max-width: 1360px) {
  .header .logo img {
    width: 75px;
    height: 50px;
    object-fit: contain; }
  .header .hamburger-menu {
    display: flex; }
    .header .hamburger-menu img {
      min-width: 30px;
      width: 30px;
      height: 30px; }
  .header__menu {
    display: none; }
  .header .btn {
    padding: 0; }
  .header__details-buttons {
    order: 2; }
  .header__language {
    order: 1; }
  .hero-section__text h1 {
    font-size: 32px;
    margin-bottom: 30px; }
  .hero-section__text p {
    font-size: 18px;
    margin-bottom: 30px; }
  .grid__container {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }

@media (max-width: 1200px) {
  .header__wrap {
    max-width: 992px;
    padding-left: 15px;
    padding-right: 15px; }
  .section {
    padding: 60px 0; }
    .section__title {
      font-size: 26px; }
    .section__inner-page {
      padding: 40px 0; }
      .section__inner-page:last-child {
        padding-bottom: 100px; }
  .footer__body-wrap {
    gap: 30px; }
  .footer__menu {
    display: none; }
  .footer__contacts-wrap {
    padding-left: 0 !important; }
  .flex__block {
    gap: 30px; }
    .flex__block-content h3 {
      font-size: 24px; }
    .flex__block-content p {
      font-size: 14px; } }

@media (max-width: 992px) {
  .header__wrap {
    max-width: 768px;
    gap: 24px; }
  .header__details {
    gap: 24px; }
    .header__details-buttons {
      gap: 24px; }
  .header .logo {
    margin-right: 0; }
  .main-statistics__item {
    overflow: hidden;
    padding: 15px;
    flex-basis: 250px;
    min-height: 165px; }
    .main-statistics__item h3 {
      font-size: 36px; }
    .main-statistics__item p {
      font-size: 16px; }
  .footer__map {
    width: 320px;
    height: 220px; }
  .grid__container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px; }
  .contacts__container {
    flex-direction: column;
    gap: 30px; }
    .contacts__container .map {
      border-radius: 12px;
      overflow: hidden; } }

@media (max-width: 768px) {
  .header__search {
    max-width: 250px; }
    .header__search-fixed .search__wrap .input__wrap {
      padding: 12px 24px; }
  .hero-section__text h1 {
    font-size: 28px; }
  .hero-section__text .btn {
    margin-bottom: 30px; }
  .hero-section__slider-item-content h4 {
    font-size: 16px; }
  .hero-section__slider-item-content p {
    font-size: 14px; }
  .hero-section__slider-item-number {
    font-size: 80px;
    bottom: 5px;
    right: 5px; }
  .vacancy__item-icon {
    width: 40px;
    min-width: 40px;
    height: 40px; }
    .vacancy__item-icon img {
      width: 24px;
      min-width: 24px;
      height: 24px; }
  .vacancy__item-content h3 {
    font-size: 18px; }
  .vacancy__item-content p {
    font-size: 14px; }
  .mobile__menu-item {
    padding: 10px; }
  .mobile__menu-link {
    font-size: 24px; }
  .grid__block {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
  .services__item {
    min-height: 295px; }
  .process__block {
    flex-direction: column;
    margin-top: 20px; }
    .process__block-item {
      max-width: 100%;
      width: 100%;
      align-items: flex-start;
      justify-content: flex-start;
      flex-direction: row; }
      .process__block-item:first-child::before {
        left: 12px;
        top: 20px; }
      .process__block-item:last-child::before {
        width: 2px;
        left: 12px;
        display: none; }
      .process__block-item::before {
        height: 100%;
        width: 2px;
        left: 12px;
        top: 20px; }
    .process__block-icon {
      margin-top: 20px; }
    .process__block-content {
      text-align: left; }
  .our-products__slider {
    margin-top: 20px; }
  .contact-us__form {
    padding: 30px; }
    .contact-us__form .container {
      padding: 0; }
  .footer__body-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
  .footer__body-column {
    width: 100%; }
  .footer__map {
    width: 100%; }
  .main__banner {
    min-height: 320px; }
    .main__banner-content h1 {
      font-size: 28px; }
    .main__banner-content p {
      font-size: 16px; }
  .advantages__wrap {
    padding: 0 20px;
    grid-template-columns: 1fr 1fr;
    gap: 40px; }
  .grid__container .card__item-content h4 {
    font-size: 14px; }
  .grid__container.media__container {
    grid-template-columns: 1fr 1fr; }
  .flex__block {
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: column; }
    .flex__block-photo {
      margin-left: auto;
      margin-right: auto; }
    .flex__block-content h3 {
      font-size: 24px; }
    .flex__block-content p {
      font-size: 14px; }
  .services__type {
    column-count: 2; }
  .our-team__item {
    flex-basis: 150px; }
    .our-team__item-photo {
      width: 100px;
      height: 100px; }
      .our-team__item-photo img.our-team__item-photo-placeholder {
        width: 50px;
        height: 50px; }
    .our-team__item-content h4 {
      font-size: 16px; }
  .portfolio__item-content h4 {
    font-size: 16px; }
  .table__wrap table td {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6; } }

@media (max-width: 600px) {
  .header__details {
    flex: unset;
    justify-content: right; }
  .mobile__menu.active .header__search {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    margin-bottom: 20px; }
  .main-statistics__item {
    flex-basis: 100%;
    min-height: unset; }
  .section {
    padding: 40px 0; }
    .section__inner-page {
      padding: 30px 0; }
      .section__inner-page:last-child {
        padding-bottom: 70px; }
    .section__title {
      font-size: 24px; }
  .services__block.grid__block {
    grid-template-columns: 1fr; }
  .services__item {
    min-height: unset; }
    .services__item h3 {
      -webkit-line-clamp: 4; }
    .services__item p {
      -webkit-line-clamp: 6; }
  .our-partners__slider-item {
    height: 180px; }
  .scroll-top {
    bottom: 20px;
    right: 20px; }
  .accordion .link {
    font-size: 14px; }
  .advantages__wrap {
    padding: 0;
    grid-template-columns: 1fr;
    gap: 30px; }
  .advantages__item {
    min-height: unset; }
    .advantages__item-top {
      margin-bottom: 15px; }
      .advantages__item-top h3 {
        font-size: 18px; }
    .advantages__item-numb {
      font-size: 72px;
      opacity: .5; }
  .grid__container {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0 !important; }
  .contacts__container {
    padding: 15px; }
  .flex__block-content h3 {
    font-size: 18px; } }

@media (max-width: 450px) {
  .hero-section {
    padding-bottom: 20px; }
    .hero-section__text h1 {
      font-size: 24px; }
    .hero-section__text p {
      font-size: 14px; }
    .hero-section__slider-item {
      max-width: 280px;
      width: 100%; }
    .hero-section__slider .owl-stage-outer {
      border-radius: 0; }
  .vacancy__item-icon {
    display: none; }
  .vacancy__item-content h3 {
    font-size: 16px;
    margin-bottom: 10px; }
  .vacancy__item-content p {
    font-size: 12px; }
  .section {
    padding: 30px 0; }
    .section__inner-page {
      padding: 20px 0; }
      .section__inner-page:last-child {
        padding-bottom: 50px; }
    .section__title {
      font-size: 22px; }
  .contact-us__form-title {
    font-size: 26px;
    margin-bottom: 20px; }
  .contact-us__form-subtitle {
    line-height: 1.6; }
  .main__banner {
    min-height: 280px; }
    .main__banner-content h1 {
      font-size: 26px; }
    .main__banner-content p {
      font-size: 16px; }
  .grid__container {
    grid-template-columns: 1fr; }
    .grid__container.portfolio__grid {
      grid-template-columns: 1fr 1fr; }
    .grid__container.media__container {
      grid-template-columns: 1fr; }
    .grid__container.product__wrap {
      grid-template-columns: 1fr 1fr; }
  .product__item-photo {
    width: 90px;
    height: 90px; }
  .product__item h5 {
    font-size: 16px; }
  .download__files__link h5 {
    font-size: 14px; }
  .services__type {
    column-count: 1; } }

@media (max-width: 400px) {
  .btn {
    padding: 8px 16px;
    font-size: 13px; }
  .mobile__menu.active .header__search {
    position: unset;
    top: 20px;
    left: 20px;
    right: unset;
    margin-bottom: 50px; }
  .text__block p {
    font-size: 14px; }
  .portfolio__grid {
    gap: 30px 20px; }
  .portfolio__item-photo img {
    max-width: 120px; } }
