@charset "UTF-8";
/**
 *  Colors
 */
/**
 *  Fonts
 */
@font-face {
  font-family: 'FuturaStdBold';
  src: url(./fdc3307ae96cca471174fe427ad16639.otf) format("opentype");
  font-weight: 700;
  /* нормальное начертание */ }

@font-face {
  font-family: 'Rajdhani';
  src: url(./d256ef0e0d25a99a817d3e4f94d415c6.ttf) format("truetype");
  font-weight: 300;
  /* нормальное начертание */ }

@font-face {
  font-family: 'Rajdhani';
  src: url(./43c4653ecfb81ea7211c841533c1fad3.ttf) format("truetype");
  font-weight: 400;
  /* нормальное начертание */ }

@font-face {
  font-family: 'Rajdhani';
  src: url(./e565ac3518fec809fb360c07168c08ca.ttf) format("truetype");
  font-weight: 500;
  /* нормальное начертание */ }

@font-face {
  font-family: 'Rajdhani';
  src: url(./6a7be20b0571bdeefc5f3165e00eb866.ttf) format("truetype");
  font-weight: 600;
  /* нормальное начертание */ }

@font-face {
  font-family: 'Rajdhani';
  src: url(./12357b584cdfc32410e1332891a94b0c.ttf) format("truetype");
  font-weight: 700;
  /* нормальное начертание */ }

/**
 *  Clearfix
 *
 *  Usage: append to container, that contains floated elements - @include clearfix;
 */
/**
 *  «Respond to» mixin
 *
 *  Mixin to manage responsive breakpoints
 *  @param {String} $breakpoint - Breakpoint name
 *  @author Hugo Giraudel
 *
 *  @require $breakpoints
 */
/**
 *  Placeholder
 *
 *  Usage: append to input fields
 */
/**
 *  Global elements
 */
body {
  font-family: "Rajdhani", sans-serif; }
  body.no-scroll {
    overflow: hidden; }

h1, h2, h3, h4, h5, h6, p, ul, li, a {
  margin: 0;
  padding: 0; }

h1, h2 {
  font-family: "FuturaStdBold", sans-serif; }

img {
  max-width: 100%; }

.section-wrapper {
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1399px) {
    .section-wrapper {
      max-width: 90%; } }

.btn {
  background: #00b6c9;
  padding: 10px 20px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
  transition-duration: .3s; }
  .btn:hover {
    background: #354550; }

/**
 *  Grids generator.
 *
 *  @author   Luke Kortunov
 *  @version  1.0
 */
.container {
  margin: 0 auto;
  box-sizing: border-box;
  width: 1200px;
  padding: 0 0;
  max-width: 100%; }
  @media all and (max-width: 1200px) {
    .container {
      width: 1200px;
      padding: 0 10px; } }
  @media all and (max-width: 980px) {
    .container {
      width: calc( 100% - 20px);
      padding: 0 10px; } }
  .container .row {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    width: 1200px;
    max-width: 100%; }
    @media all and (max-width: 1200px) {
      .container .row {
        width: 1180px; } }
    @media all and (max-width: 767px) {
      .container .row {
        flex-direction: column;
        width: 100%; } }
    .container .row .col {
      width: 100px;
      padding: 0 15px;
      box-sizing: border-box; }
      @media all and (max-width: 1200px) {
        .container .row .col {
          width: 98.33333px;
          padding: 0 10px; } }
      @media all and (max-width: 980px) {
        .container .row .col {
          width: 100%;
          padding: 0 10px; } }
      .container .row .col.col-1 {
        width: 100px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-1 {
            width: 98.33333px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-1 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-2 {
        width: 200px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-2 {
            width: 196.66667px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-2 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-3 {
        width: 300px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-3 {
            width: 295px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-3 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-4 {
        width: 400px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-4 {
            width: 393.33333px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-4 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-5 {
        width: 500px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-5 {
            width: 491.66667px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-5 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-6 {
        width: 600px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-6 {
            width: 590px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-6 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-7 {
        width: 700px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-7 {
            width: 688.33333px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-7 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-8 {
        width: 800px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-8 {
            width: 786.66667px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-8 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-9 {
        width: 900px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-9 {
            width: 885px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-9 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-10 {
        width: 1000px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-10 {
            width: 983.33333px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-10 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-11 {
        width: 1100px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-11 {
            width: 1081.66667px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-11 {
            width: 100%;
            padding: 0 10px; } }
      .container .row .col.col-12 {
        width: 1200px; }
        @media all and (max-width: 1200px) {
          .container .row .col.col-12 {
            width: 1180px;
            padding: 0 10px; } }
        @media all and (max-width: 767px) {
          .container .row .col.col-12 {
            width: 100%;
            padding: 0 10px; } }

#overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75); }
  #overlay .modal {
    flex-grow: 1;
    display: none;
    max-width: 50%;
    max-height: 70%;
    min-width: 320px;
    flex-basis: auto;
    min-height: 320px;
    background-color: #ffffff; }

/**
 *  Reset defaults
 */
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1; }

.header {
  position: sticky;
  top: 0;
  z-index: 999; }
  .header__burger {
    display: none; }
    @media (max-width: 767px) {
      .header__burger {
        display: block;
        filter: brightness(0) saturate(100%) invert(23%) sepia(36%) saturate(339%) hue-rotate(161deg) brightness(96%) contrast(90%);
        width: 48px; } }
  .header__topline {
    height: 40px;
    border-bottom: 1px solid #e6e9ed;
    background: #f3f3f3; }
    .header__topline-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
    .header__topline-content {
      display: flex;
      align-items: center;
      color: #354550;
      font-size: 13px;
      line-height: 100%;
      column-gap: 15px; }
    .header__topline-social {
      display: flex;
      align-items: center;
      column-gap: 8px; }
      .header__topline-social a {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        text-decoration: none; }
        .header__topline-social a:hover {
          text-decoration: underline; }
    @media (max-width: 767px) {
      .header__topline-title {
        display: none; } }
    @media all and (max-width: 340px) {
      .header__topline-icon {
        display: none; } }
    .header__topline-lang select {
      background: none;
      border: none;
      outline: none;
      color: #354550;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 700; }
      .header__topline-lang select:hover {
        cursor: pointer; }
      .header__topline-lang select option {
        text-transform: uppercase !important;
        -webkit-appearance: none; }
        .header__topline-lang select option:hover {
          cursor: pointer; }
  .header__content {
    padding: 40px 0 33px;
    background: #fff; }
    @media (max-width: 992px) {
      .header__content {
        padding: 20px 0; } }
    @media (max-width: 767px) {
      .header__content {
        position: relative; } }
    .header__content-wrapper {
      display: flex;
      align-items: center;
      column-gap: 80px; }
      @media (max-width: 1199px) {
        .header__content-wrapper {
          justify-content: space-between;
          column-gap: 40px; } }
  @media (max-width: 992px) {
    .header__logo {
      max-width: 120px; } }
  @media all and (min-width: 769px) {
    .header__menu {
      display: none;
      opacity: 0; } }
  @media (max-width: 767px) {
    .header__menu {
      position: absolute;
      height: calc(100dvh - 133px);
      width: 100%;
      left: 0;
      top: 100%;
      background: #fff;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      transition-duration: .3s; } }
  .header__menu_visible {
    transition-duration: .3s; }
    @media (max-width: 767px) {
      .header__menu_visible {
        opacity: 1;
        visibility: visible;
        z-index: 2; }
        .header__menu_visible .menu-main-menu-de-container {
          height: 100%; }
        .header__menu_visible .menu-wrapper {
          height: 100%;
          justify-content: space-evenly; } }
  .header__menu .menu-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 47px; }
    @media (max-width: 1199px) {
      .header__menu .menu-wrapper {
        column-gap: 20px; } }
    @media (max-width: 767px) {
      .header__menu .menu-wrapper {
        flex-direction: column; } }
    .header__menu .menu-wrapper li a {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 18px;
      color: #354550;
      font-weight: 700; }
      .header__menu .menu-wrapper li a:hover {
        text-decoration: underline; }
    .header__menu .menu-wrapper li.current-menu-item a {
      color: #00b6c9; }

.footer__top {
  padding: 75px 0 79px;
  background: #e0e0e0; }
  .footer__top .section-wrapper {
    display: flex;
    justify-content: space-between; }

.footer__content {
  display: flex;
  column-gap: 60px; }
  @media (max-width: 767px) {
    .footer__content {
      flex-direction: column;
      row-gap: 60px; } }
  .footer__content_left {
    max-width: 240px; }
  .footer__content_right {
    max-width: 280px; }
  .footer__content-title {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 22px;
    color: #354550;
    font-weight: 700;
    text-transform: uppercase; }
    .footer__content-title a {
      font-size: inherit;
      line-height: inherit;
      color: inherit;
      text-decoration: none; }
      .footer__content-title a:hover {
        text-decoration: underline; }
    .footer__content-title:last-child {
      margin-bottom: 0; }
  .footer__content-text {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 22px;
    color: #354550; }
    @media (max-width: 767px) {
      .footer__content-text {
        margin: 20px 0; } }
  .footer__content-contacts {
    display: flex;
    flex-direction: column;
    row-gap: 5px; }
  .footer__content-contact {
    display: flex;
    align-items: center;
    column-gap: 10px; }
    .footer__content-contact a {
      font-size: 18px;
      line-height: 22px;
      color: #354550;
      text-decoration: none; }
      .footer__content-contact a:hover {
        text-decoration: underline; }

.footer__social {
  display: flex;
  column-gap: 29px; }
  @media all and (max-width: 420px) {
    .footer__social {
      display: flex;
      flex-direction: column;
      row-gap: 10px; } }
  .footer__social a {
    text-decoration: none;
    transition-duration: .3s; }

.footer__bottom {
  height: 83px;
  background: #354550; }
  @media all and (max-width: 560px) {
    .footer__bottom {
      height: auto;
      padding: 10px 0; } }
  .footer__bottom .section-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }

.footer__copy {
  font-size: 14px;
  line-height: 22px;
  color: #fff; }

.footer__links {
  display: flex;
  column-gap: 20px;
  list-style: none; }
  @media all and (max-width: 560px) {
    .footer__links {
      flex-direction: column;
      row-gap: 5px;
      align-items: flex-end; } }
  .footer__links li a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-decoration: none; }
    @media all and (max-width: 560px) {
      .footer__links li a {
        text-align: right; } }
    .footer__links li a:hover {
      text-decoration: underline; }

.hero {
  background: #f3f3f3;
  padding: 83px 0 71px; }
  @media (max-width: 767px) {
    .hero {
      padding: 40px 0; } }
  .hero__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 49px; }
    @media (max-width: 767px) {
      .hero__wrapper {
        row-gap: 20px; } }
  .hero__title {
    font-size: 100px;
    line-height: 110%;
    font-weight: 700;
    text-transform: uppercase;
    color: #a8adb1;
    margin: 0; }
    @media (min-width: 320px) and (max-width: 1400px) {
      .hero__title {
        font-size: calc(32px + (100 - 32) * ( (100vw - 320px) / ( 1400 - 320) )); } }
    @media all and (max-width: 320px) {
      .hero__title {
        font-size: 24px; } }
    .hero__title span {
      color: #354550; }
      .hero__title span.austria-bg {
        background: #B11307;
        background: linear-gradient(180deg, #b11307 0%, #b11307 40%, white 40%, white 60%, #b11307 60%, #b11307 100%);
        -webkit-background-clip: text;
        /* Для старых браузеров */
        background-clip: text;
        color: transparent;
        /* background-color: transparent; */
        /* Альтернативный способ сделать текст прозрачным */ }
  .hero__two-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px; }
    @media (max-width: 767px) {
      .hero__two-cols {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 30px; } }
    .hero__two-cols-col-content {
      position: relative;
      transition-duration: .3s; }
      .hero__two-cols-col-content-img {
        width: 100%;
        height: 0;
        padding-bottom: 66.549912434%;
        background: #00b6c9;
        position: relative; }
        .hero__two-cols-col-content-img img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .hero__two-cols-col-content-text {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 36px 21.052631578% 36px 20px;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        row-gap: 15px;
        font-size: 36px;
        line-height: 100%;
        color: #fff; }
        @media (max-width: 1199px) {
          .hero__two-cols-col-content-text {
            font-size: 24px; } }
        @media (max-width: 992px) {
          .hero__two-cols-col-content-text {
            font-size: 18px; } }
        .hero__two-cols-col-content-text p, .hero__two-cols-col-content-text a {
          font-size: inherit;
          line-height: inherit;
          color: inherit;
          text-decoration: none; }
        .hero__two-cols-col-content-text a {
          font-weight: bold;
          text-transform: uppercase; }
      .hero__two-cols-col-content-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00b6c9;
        color: #fff;
        font-size: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition-duration: .3s; }
      .hero__two-cols-col-content:hover .hero__two-cols-col-content-link {
        opacity: 1;
        z-index: 5;
        visibility: visible; }
    .hero__two-cols-col-title {
      height: 120px;
      background: #fff;
      padding: 17px 22px 11px 22px;
      box-sizing: border-box;
      display: flex;
      align-items: center; }
      .hero__two-cols-col-title img {
        max-width: 100%; }

.three-cols {
  padding: 75px 0;
  background: #fff; }
  @media (max-width: 767px) {
    .three-cols {
      padding: 40px 0; } }
  .three-cols__wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 50px; }
    @media (max-width: 992px) {
      .three-cols__wrapper {
        column-gap: 25px; } }
    @media (max-width: 767px) {
      .three-cols__wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 40px; } }
  .three-cols__col {
    display: flex;
    column-gap: 30px; }
    @media (max-width: 992px) {
      .three-cols__col {
        column-gap: 10px; } }
    @media (max-width: 767px) {
      .three-cols__col {
        column-gap: 30px; } }
    .three-cols__col-icon {
      flex-shrink: 0; }
      .three-cols__col-icon img {
        min-width: fit-content; }
    .three-cols__col-info {
      display: flex;
      flex-direction: column;
      row-gap: 30px;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .three-cols__col-info {
          row-gap: 15px; } }
    .three-cols__col-text {
      display: flex;
      flex-direction: column;
      row-gap: 30px; }
      @media (max-width: 767px) {
        .three-cols__col-text {
          row-gap: 15px; } }
    .three-cols__col-title {
      font-size: 26px;
      line-height: 34px;
      letter-spacing: .2px;
      color: #506a85;
      text-transform: uppercase;
      font-weight: 700; }
    .three-cols__col-description {
      font-size: 18px;
      line-height: 22px;
      color: #354550;
      letter-spacing: .1px; }
    .three-cols__col-link {
      font-size: 18px;
      line-height: 25px;
      text-transform: uppercase;
      font-weight: 700;
      text-decoration: none;
      align-self: flex-start; }
      .three-cols__col-link:hover {
        text-decoration: underline; }
    .three-cols__col_purple .three-cols__col-icon img {
      filter: brightness(0) saturate(100%) invert(18%) sepia(98%) saturate(2422%) hue-rotate(295deg) brightness(90%) contrast(92%); }
    .three-cols__col_purple .three-cols__col-link {
      color: #aa218e; }
    .three-cols__col_blue .three-cols__col-icon img {
      filter: brightness(0) saturate(100%) invert(63%) sepia(76%) saturate(3366%) hue-rotate(145deg) brightness(92%) contrast(101%); }
    .three-cols__col_blue .three-cols__col-link {
      color: #00b6c9; }
    .three-cols__col_yellow .three-cols__col-icon img {
      filter: brightness(0) saturate(100%) invert(73%) sepia(88%) saturate(736%) hue-rotate(350deg) brightness(102%) contrast(104%); }
    .three-cols__col_yellow .three-cols__col-link {
      color: #ffc709; }

.four-cols {
  background-color: #f3f3f3;
  padding: 112px 0 123px;
  background-image: url(./fd0d129455af108a679927f3258369a2.png);
  background-repeat: no-repeat;
  background-position: right 6.510416666% bottom 35%;
  background-size: initial; }
  @media (max-width: 767px) {
    .four-cols {
      padding: 40px 0; } }
  @media all and (max-width: 1780px) {
    .four-cols {
      background-position: right 0 bottom 35%; } }
  @media all and (max-width: 1680px) {
    .four-cols {
      background-position: right 0 bottom 0;
      padding-bottom: 220px; } }
  .four-cols__wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 30px; }
    @media (max-width: 1199px) {
      .four-cols__wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 30px; } }
    @media (max-width: 767px) {
      .four-cols__wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr)); } }
  .four-cols__col {
    display: flex;
    flex-direction: column; }
    .four-cols__col-info {
      padding: 30px 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      row-gap: 30px;
      flex-grow: 1; }
      .four-cols__col-info img {
        max-width: 100%; }
      .four-cols__col-info p {
        font-size: 18px;
        line-height: 22px;
        color: #fff; }
      .four-cols__col-info a {
        align-self: flex-start;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold; }
        .four-cols__col-info a:hover {
          text-decoration: underline; }
    .four-cols__col-img {
      height: 60px;
      background: #fff;
      padding: 0 12px;
      display: flex;
      align-items: center; }
      .four-cols__col-img img {
        max-width: 100%; }
    .four-cols__col_grey {
      background: #354550; }
    .four-cols__col_green {
      background: #a9c23f; }
    .four-cols__col_yellow {
      background: #ffc709; }
      .four-cols__col_yellow .four-cols__col-info p, .four-cols__col_yellow .four-cols__col-info a {
        color: #354550; }
    .four-cols__col_purple {
      background: #aa218e; }

.contact-cta {
  background: #fff;
  padding: 122px 0 129px; }
  @media (max-width: 767px) {
    .contact-cta {
      padding: 60px 0; } }
  .contact-cta__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 50px; }
    @media (max-width: 767px) {
      .contact-cta__wrapper {
        row-gap: 20px; } }
  .contact-cta__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
    color: #a8adb1;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .contact-cta__title {
        font-size: 32px; } }
    @media all and (max-width: 420px) {
      .contact-cta__title {
        font-size: 24px; } }
    .contact-cta__title span {
      color: #354550; }
  .contact-cta__text {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #354550; }

.team {
  padding: 65px 0 100px;
  background: #f3f3f3; }
  @media (max-width: 767px) {
    .team {
      padding: 40px 0; } }
  .team__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 48px; }
    @media (max-width: 767px) {
      .team__wrapper {
        row-gap: 20px; } }
  .team__list {
    display: flex;
    flex-direction: column;
    row-gap: 38px; }
  .team__item {
    display: flex;
    column-gap: 38px; }
    @media (max-width: 767px) {
      .team__item {
        flex-direction: column; } }
    .team__item-info {
      flex: 1 1 0;
      background: #354550;
      padding: 25px 25px 45px; }
      @media (max-width: 767px) {
        .team__item-info {
          padding: 20px; } }
    .team__item-division {
      font-size: 48px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 33px; }
      @media (max-width: 1199px) {
        .team__item-division {
          font-size: 28px; } }
      @media (max-width: 992px) {
        .team__item-division {
          font-size: 24px; } }
      @media all and (max-width: 360px) {
        .team__item-division {
          font-size: 20px; } }
    .team__item-photos {
      padding-right: 35px;
      display: flex;
      column-gap: 30px; }
      @media (max-width: 992px) {
        .team__item-photos {
          padding-right: 0;
          column-gap: 10px; } }
    .team__item-photo {
      height: 0;
      padding-bottom: 100%;
      position: relative;
      background: #fff; }
      .team__item-photo-wrapper {
        flex: 1 1 0; }
      .team__item-photo img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .team__item-details {
      margin-top: 45px;
      font-size: 36px;
      line-height: 100%;
      color: #fff; }
      @media (max-width: 992px) {
        .team__item-details {
          margin-top: 20px;
          font-size: 24px; } }
      .team__item-details-name {
        font-weight: bold;
        text-transform: uppercase; }
    .team__item-text {
      flex: 1 1 0;
      background: #fff;
      padding: 45px 30px 45px 20px;
      font-size: 22px;
      line-height: 100%;
      color: #354550; }
      @media (max-width: 992px) {
        .team__item-text {
          padding: 20px;
          font-size: 18px; } }
      @media (max-width: 767px) {
        .team__item-text {
          font-size: 16px;
          line-height: 20px; } }
      .team__item-text p a {
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        text-decoration: none; }
        .team__item-text p a:hover {
          text-decoration: underline; }

.image-text {
  padding: 65px 0 60px;
  background: #f3f3f3; }
  @media (max-width: 767px) {
    .image-text {
      padding: 30px 0; } }
  .image-text__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 50px; }
    @media (max-width: 767px) {
      .image-text__wrapper {
        row-gap: 30px; } }
  .image-text__content {
    display: flex;
    flex-direction: column; }
  .image-text__img {
    position: relative;
    background-color: #00b6c9;
    line-height: 0; }
    .image-text__img img {
      width: 100%;
      height: auto; }
    .image-text__img-title {
      position: absolute;
      left: 30px;
      bottom: 44px;
      font-family: "FuturaStdBold", sans-serif;
      font-size: 48px;
      line-height: 100%;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 992px) {
        .image-text__img-title {
          font-size: 32px; } }
      @media (max-width: 767px) {
        .image-text__img-title {
          left: 20px;
          bottom: 20px;
          font-size: 24px; } }
      @media all and (max-width: 420px) {
        .image-text__img-title {
          font-size: 16px; } }
  .image-text__text {
    background: #fff;
    padding: 40px 60px 60px 30px;
    font-size: 22px;
    line-height: 100%;
    color: #354550; }
    @media (max-width: 767px) {
      .image-text__text {
        font-size: 18px;
        padding: 20px; } }
    @media all and (max-width: 420px) {
      .image-text__text {
        font-size: 16px; } }
    .image-text__text a {
      font-size: inherit;
      line-height: inherit;
      text-decoration: none;
      color: #00b6c9; }
      .image-text__text a:hover {
        text-decoration: underline; }

.news {
  background: #f3f3f3;
  padding: 65px 0 0; }
  @media (max-width: 767px) {
    .news {
      padding-top: 30px; } }
  .news__list {
    margin-top: 120px; }
    @media (max-width: 767px) {
      .news__list {
        margin-top: 60px; } }
  .news__item {
    padding: 32px 0 46px; }
    .news__item:nth-of-type(odd) {
      background: #fff; }
    .news__item_intralogistics .news__item-category-title {
      filter: brightness(0) saturate(100%) invert(64%) sepia(63%) saturate(5064%) hue-rotate(150deg) brightness(98%) contrast(101%); }
    .news__item_systec .news__item-category-title {
      filter: brightness(0) saturate(100%) invert(70%) sepia(37%) saturate(686%) hue-rotate(31deg) brightness(98%) contrast(84%); }
    .news__item_move .news__item-category-title {
      filter: brightness(0) saturate(100%) invert(18%) sepia(77%) saturate(2979%) hue-rotate(295deg) brightness(95%) contrast(92%); }
    .news__item_iq .news__item-category-title {
      filter: brightness(0) saturate(100%) invert(80%) sepia(48%) saturate(4498%) hue-rotate(4deg) brightness(112%) contrast(104%); }
    .news__item-wrapper {
      display: flex; }
      @media (max-width: 767px) {
        .news__item-wrapper {
          flex-direction: column;
          row-gap: 20px; } }
    .news__item-category {
      min-width: 33.333333333%;
      max-width: 33.333333333%; }
      @media (max-width: 992px) {
        .news__item-category {
          min-width: 40%;
          max-width: 40%; } }
      .news__item-category-title {
        font-size: 26px;
        line-height: 34px;
        text-transform: uppercase;
        color: #00b6c9;
        display: flex;
        align-items: center;
        column-gap: 18px;
        font-family: "Rajdhani", sans-serif;
        font-weight: 700; }
        .news__item-category-title::before {
          content: url(./50de8b542b1cca4c01d4b5d0cc56d7b3.png); }
    .news__item-content {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      row-gap: 30px; }
    .news__item-title {
      font-size: 26px;
      line-height: 34px;
      color: #506a85;
      font-weight: bold;
      text-transform: uppercase;
      font-family: "Rajdhani", sans-serif; }
      @media (max-width: 767px) {
        .news__item-title {
          font-size: 20px; } }
    .news__item-text {
      font-size: 18px;
      line-height: 22px;
      color: #354550; }
      .news__item-text img, .news__item-text video {
        width: 100%; }
      .news__item-text a {
        font-size: inherit;
        line-height: inherit;
        text-decoration: none;
        color: #00b6c9; }
        .news__item-text a:hover {
          text-decoration: underline; }
    .news__item-link a {
      font-size: 18px;
      line-height: 25px;
      color: #00b6c9;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "Rajdhani", sans-serif;
      font-weight: bold; }
      .news__item-link a:hover {
        text-decoration: underline; }

/*# sourceMappingURL=app.min.css.map*/