@import url("https://fonts.cdnfonts.com/css/gordita");
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  padding: 5rem 0 0 0;
  background: #fff; }

button {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer; }

.wrap {
  position: relative;
  overflow: hidden; }

.content-wrap {
  padding: 2rem 0;
  width: 80%;
  margin: auto;
  max-width: 1200px; }

.content--wide {
  width: 100%;
  max-width: 1200px;
  margin: auto; }

.content--narrow {
  width: 90%;
  max-width: 1024px;
  margin: auto; }

.pos-top-fixed {
  position: fixed;
  top: 0; }

.z-top {
  z-index: 99999; }

.w-full {
  width: 100%; }

.mc-no-padding {
  padding: 0; }

.mc-overflow-visible {
  overflow: visible; }

.mc-grey-bg {
  background-color: #e5e5e5; }

.mc-blue-bg {
  background-color: #0a2472; }

.mc-brand-blue-bg {
  background-color: #0a2472; }

.mc-background-1 {
  background: url(/images/meteopress-com/hexagons_3.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% + 420px); }

.mc-background-2 {
  background: url(/images/meteopress-com/hexagons_3.svg);
  background-repeat: no-repeat;
  background-position-x: -70px;
  background-position-y: 100px; }

.company_descr {
  margin: 0;
  padding: 3rem 0 0;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 53.24px;
  font-family: Gordita, sans-serif;
  color: #0a2472;
  text-transform: uppercase; }

.company_subdescr {
  width: 90%;
  margin: 0 auto;
  padding: 4rem 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  font-family: Gordita, sans-serif;
  color: #0a2472;
  text-transform: uppercase; }
  .company_subdescr i {
    opacity: 0.75;
    font-weight: 500;
    font-style: normal; }

.mc-section {
  font-family: Gordita, sans-serif; }
  .mc-section__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .mc-section__col {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .mc-section__col--3 {
      width: 30%; }
  .mc-section .intro {
    padding: 5rem 0;
    color: white;
    text-align: center; }
    .mc-section .intro__title {
      margin: 1.5rem 0;
      font-size: 22px;
      font-weight: 500;
      line-height: 29.28px; }
    .mc-section .intro__content {
      font-size: 16px;
      font-weight: 500;
      line-height: 25px; }
    .mc-section .intro__link {
      text-decoration: none;
      color: white; }
    .mc-section .intro__img {
      width: 100%;
      max-height: 134px;
      border-radius: 15px; }
  .mc-section .mission {
    color: #0a2472;
    padding: 3rem 0; }
    .mc-section .mission__title {
      width: 75%;
      font-size: 22px;
      font-weight: 500;
      line-height: 29.28px;
      margin: 0 auto; }
    .mc-section .mission__content {
      width: 75%;
      font-size: 40px;
      font-weight: 400;
      line-height: 53.24px;
      margin: 0 auto; }
  .mc-section .about-us {
    color: #0a2472;
    padding: 3rem 0; }
    .mc-section .about-us__title {
      font-size: 40px;
      font-weight: 500;
      line-height: 53.24px;
      margin: 0; }
    .mc-section .about-us__text {
      font-size: 16px;
      font-weight: 400;
      line-height: 21.3px; }
  .mc-section .contact-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around; }
    .mc-section .contact-form .pipedriveWebForms {
      width: 50%; }
  .mc-section .what-we-can-do {
    width: 100%;
    color: #0a2472; }
    .mc-section .what-we-can-do__title {
      margin: 0 0 2.5rem;
      font-size: 40px;
      font-weight: 400; }
    .mc-section .what-we-can-do__products {
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    .mc-section .what-we-can-do .product__title {
      font-size: 22px;
      font-weight: 500;
      margin: 10px 0 0 0; }
    .mc-section .what-we-can-do .product__item {
      width: 18%;
      text-align: center; }
    .mc-section .what-we-can-do .product__img {
      width: 100px;
      height: 100px;
      margin: auto; }
  .mc-section .glide-quotes {
    display: flex;
    flex-direction: row;
    max-width: 800px;
    margin: auto; }
  .mc-section .quotes {
    max-width: 1100px;
    margin: 0 1rem;
    vertical-align: middle; }
    .mc-section .quotes .image {
      padding: 0 20px;
      height: 176px;
      max-height: 176px;
      max-width: 100%; }
    .mc-section .quotes .quote__title {
      font-size: 22px;
      font-weight: 500;
      line-height: 29.28px; }
    .mc-section .quotes .quote__company {
      color: #888; }
    .mc-section .quotes .quote__text {
      font-size: 16px;
      font-weight: 400;
      line-height: 23px; }
    .mc-section .quotesglide__track {
      margin: 0 1rem; }
  .mc-section .quotes::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0; }
  .mc-section .glide__slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #0a2472;
    align-items: center;
    align-self: start;
    height: auto; }
  .mc-section .glide__arrows {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    max-width: 30px; }
    .mc-section .glide__arrows img {
      max-height: 50px; }
  .mc-section .glide__arrow--left img {
    transform: rotate(180deg); }
  .mc-section .devider {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 300px;
    margin: -100px 0; }
    .mc-section .devider__left {
      position: absolute;
      left: 0;
      top: 0;
      height: 200px; }
    .mc-section .devider__right {
      position: absolute;
      right: 0;
      bottom: 50px;
      height: 200px; }
  .mc-section .devider-2 {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 300px;
    margin: -100px 0;
    overflow: hidden; }
    .mc-section .devider-2__left {
      position: absolute;
      z-index: -1;
      left: -28px;
      bottom: 0;
      height: 200px; }
    .mc-section .devider-2__right {
      position: absolute;
      z-index: -1;
      right: 0;
      top: 0;
      height: 200px; }
  .mc-section .radar {
    color: #0a2472;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1rem 0; }
    .mc-section .radar__left {
      width: 35%; }
    .mc-section .radar__right {
      width: 60%; }
      .mc-section .radar__right video {
        width: 100%; }
    .mc-section .radar__title {
      margin: 0;
      font-size: 40px;
      font-weight: 700;
      line-height: 53.24px; }
    .mc-section .radar__subtitle {
      font-size: 34px;
      font-weight: 400;
      line-height: 53.24px;
      margin: 0; }
    .mc-section .radar__text {
      font-size: 16px;
      font-weight: 400;
      line-height: 25px; }
      .mc-section .radar__text strong {
        opacity: 0.75;
        font-weight: 500; }
    .mc-section .radar__link {
      display: flex;
      flex-direction: row;
      align-items: center;
      text-decoration: none; }
    .mc-section .radar__button {
      background-color: #0a2472;
      border-radius: 15px;
      color: white;
      padding: 5px 25px;
      font-size: 12px;
      line-height: 15.97px;
      font-weight: 500;
      height: 24px;
      margin-left: 5px; }
    .mc-section .radar__img {
      width: 100%; }
    .mc-section .radar .dashed {
      margin: 2rem 0;
      list-style-type: none;
      padding: 0;
      font-size: 22px;
      font-weight: 500;
      line-height: 42px; }
    .mc-section .radar .dashed > li {
      line-height: 2.5rem; }
    .mc-section .radar .dashed > li::before {
      content: '- '; }
  .mc-section .radar-crate {
    color: #0a2472;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 1rem 0; }
    .mc-section .radar-crate__title {
      margin: 0;
      font-size: 40px;
      font-weight: 700;
      line-height: 53.24px; }
    .mc-section .radar-crate__subtitle {
      margin: 0;
      font-size: 22px;
      font-weight: 500;
      line-height: 29.28px; }
    .mc-section .radar-crate__text {
      font-size: 16px;
      font-weight: 400;
      line-height: 21.3px; }
      .mc-section .radar-crate__text strong {
        font-weight: 500; }
    .mc-section .radar-crate__left {
      width: 60%; }
    .mc-section .radar-crate__right {
      width: 35%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .mc-section .radar-crate__link {
      font-size: 22px;
      font-weight: 500;
      line-height: 42px;
      margin-bottom: 3rem; }
    .mc-section .radar-crate__image-wrap {
      position: relative;
      width: 100%; }
    .mc-section .radar-crate__img {
      width: 100%; }
    .mc-section .radar-crate__dot {
      position: absolute;
      background-color: #0a2472;
      color: white;
      font-size: 12px;
      width: 25px;
      height: 25px;
      border-radius: 20px;
      text-align: center;
      line-height: 30px;
      font-weight: bold;
      cursor: pointer;
      -webkit-box-shadow: 0 0 1px 0 #000;
      box-shadow: 0 0 1px 0 #000; }
      .mc-section .radar-crate__dot:hover .popup {
        display: block; }
      .mc-section .radar-crate__dot .popup {
        display: none;
        position: absolute;
        background-color: #0a2472;
        left: 30px;
        top: -20px;
        white-space: nowrap;
        text-align: left;
        padding: 4px 6px;
        height: 20px;
        border-radius: 5px;
        -webkit-box-shadow: 0 0 1px 0 #000;
        box-shadow: 0 0 1px 0 #000;
        z-index: 1;
        font-size: 16px;
        font-weight: 500;
        line-height: 21.3px; }
      .mc-section .radar-crate__dot--1 {
        top: 7%;
        left: 41%; }
      .mc-section .radar-crate__dot--2 {
        top: 34%;
        left: 75%; }
      .mc-section .radar-crate__dot--3 {
        top: 28%;
        left: 17%; }
      .mc-section .radar-crate__dot--4 {
        top: 39%;
        left: 41%; }
      .mc-section .radar-crate__dot--5 {
        top: 85%;
        left: 37%; }
      .mc-section .radar-crate__dot--6 {
        top: 76%;
        left: 19%; }
      .mc-section .radar-crate__dot--7 {
        top: 32%;
        left: 58%; }
      .mc-section .radar-crate__dot--8 {
        top: 63%;
        left: 64%; }
    .mc-section .radar-crate .description {
      list-style-type: none;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 1rem 0; }
      .mc-section .radar-crate .description ul {
        margin: 0; }
      .mc-section .radar-crate .description__wrap {
        display: flex;
        flex-direction: row;
        margin-top: 1rem; }
      .mc-section .radar-crate .description__dot {
        display: block;
        background-color: #0a2472;
        color: white;
        font-size: 12px;
        width: 25px;
        height: 25px;
        border-radius: 20px;
        text-align: center;
        line-height: 30px;
        font-weight: bold;
        -webkit-box-shadow: 0 0 1px 0 #000;
        box-shadow: 0 0 1px 0 #000;
        margin: 0 10px 0 5px; }
      .mc-section .radar-crate .description__text {
        display: block;
        width: 80%;
        margin-top: 5px;
        font-size: 16px;
        font-weight: 400;
        line-height: 21.3px; }
        .mc-section .radar-crate .description__text strong {
          font-weight: 500; }
        .mc-section .radar-crate .description__text ul {
          margin: 0;
          padding: 0;
          padding-left: 10px;
          list-style-type: none; }
          .mc-section .radar-crate .description__text ul ul {
            padding-left: 10px; }
  .mc-section .ai-nowcasting {
    color: #0a2472;
    margin: 2rem 0; }
    .mc-section .ai-nowcasting__header--title {
      font-weight: 500;
      font-size: 40px;
      line-height: 53.24px;
      margin: 0; }
    .mc-section .ai-nowcasting__header--subtitle {
      font-weight: 400;
      font-size: 16px;
      line-height: 21.3px; }
    .mc-section .ai-nowcasting__title {
      font-weight: 500;
      font-size: 22px;
      line-height: 29.28px; }
    .mc-section .ai-nowcasting__content {
      font-weight: 400;
      font-size: 16px;
      line-height: 23px; }
    .mc-section .ai-nowcasting__img {
      width: 100%;
      border-radius: 15px; }
  .mc-section .automatic-warning {
    color: #0a2472;
    text-align: center;
    width: 100%;
    margin: auto; }
    .mc-section .automatic-warning__info {
      width: 70%;
      margin: auto; }
    .mc-section .automatic-warning__title {
      font-weight: 500;
      font-size: 40px;
      line-height: 53.24px; }
    .mc-section .automatic-warning__content {
      font-weight: 400;
      font-size: 16px;
      line-height: 21.3px; }
    .mc-section .automatic-warning__img {
      width: 128px; }
    .mc-section .automatic-warning__flow {
      display: flex;
      flex-direction: column;
      width: 60%;
      margin: 2rem auto 0 auto; }
    .mc-section .automatic-warning__arrow--left {
      transform: rotate(180deg); }
    .mc-section .automatic-warning__ai-title {
      font-weight: 500;
      font-size: 22px;
      line-height: 29.28px; }
    .mc-section .automatic-warning__images, .mc-section .automatic-warning__descriptions {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
  .mc-section .contact {
    color: white;
    padding: 3rem 0;
    width: 80%;
    margin: auto;
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
    line-height: 53.24px; }
    .mc-section .contact__title {
      font-size: 40px;
      font-weight: 400;
      margin-bottom: 3rem; }
    .mc-section .contact__write-us {
      margin: 0; }
    .mc-section .contact__mail {
      color: white;
      text-decoration-thickness: 2px; }
    .mc-section .contact__social {
      margin-top: 2rem; }
      .mc-section .contact__social a {
        text-decoration: none; }
    .mc-section .contact__social-icon {
      width: 27px;
      height: 27px; }
  .mc-section .header {
    width: 100%;
    background-color: #0a2472;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 5rem; }
    .mc-section .header__logotyp {
      height: 1.15rem; }
    .mc-section .header__burger {
      display: none;
      cursor: pointer; }
      .mc-section .header__burger .menu-popup {
        display: none;
        position: absolute;
        background-color: #0a2472;
        flex-direction: column;
        -webkit-box-shadow: 0 0 1px 0 #000;
        box-shadow: 0 0 1px 0 #000;
        right: 30px;
        top: 50px;
        z-index: 1; }
        .mc-section .header__burger .menu-popup a {
          color: white;
          text-decoration: none;
          font-weight: bold;
          font-size: 1.15rem;
          padding: .7rem 2.5rem .7rem .7rem; }
          .mc-section .header__burger .menu-popup a:hover {
            background-color: #294f78ff; }
      .mc-section .header__burger:hover .menu-popup {
        display: flex; }
    .mc-section .header__burger-menu {
      display: none; }
    .mc-section .header__menu {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .mc-section .header__menu a {
        color: white;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.15rem;
        margin: 0 2rem 0 0; }
        .mc-section .header__menu a:last-child {
          margin-right: 0; }
  .mc-section .blog {
    width: 100%;
    color: #0a2472; }
    .mc-section .blog__wrap {
      display: flex;
      flex-direction: row;
      width: 100%; }
    .mc-section .blog__glide {
      display: flex;
      flex-direction: column;
      width: 100%; }
      .mc-section .blog__glide .glide__track {
        margin: 0 1rem; }
      .mc-section .blog__glide .glide__arrows {
        position: relative;
        display: flex;
        flex-flow: row nowrap;
        max-width: 30px; }
        .mc-section .blog__glide .glide__arrows img {
          max-height: 50px; }
    .mc-section .blog .glide__bullet {
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background-color: #c4c4c4;
      display: inline-block;
      border: 1px solid white; }
      .mc-section .blog .glide__bullet:hover {
        border: 1px solid #0a2472; }
      .mc-section .blog .glide__bullet--active {
        background-color: #0a2472; }
    .mc-section .blog__scroll::-webkit-scrollbar {
      width: 0;
      height: 0; }
    .mc-section .blog .article__link {
      display: flex;
      flex-direction: column;
      padding-left: 15px;
      text-decoration: none; }
    .mc-section .blog .article__image-wrap {
      height: 220px;
      width: 440px;
      border-radius: 10px;
      position: relative;
      overflow: hidden;
      float: left;
      margin-bottom: 10px; }
    .mc-section .blog .article__image {
      height: auto;
      width: 100%;
      top: 50%;
      left: 50%;
      position: relative;
      transform: translate(-50%, -50%);
      -ms-overflow-style: none; }
    .mc-section .blog .article__title {
      position: relative;
      max-width: 310px;
      color: #12256e;
      font-weight: 600;
      font-size: 16px;
      text-align: left;
      line-height: 18px; }
  .mc-section .video {
    position: relative;
    overflow: hidden;
    margin: 2rem auto 0;
    aspect-ratio: 16/6; }
    .mc-section .video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      margin: auto; }

.bc-ul::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10px solid white;
  border-right: 10px solid transparent;
  border-left: 10px solid white;
  border-bottom: 10px solid transparent; }

.bc-ur::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 10px solid white;
  border-right: 10px solid white;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent; }

.bc-lr::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid white;
  border-left: 10px solid transparent;
  border-bottom: 10px solid white; }

.bc-ll::after {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid white;
  border-bottom: 10px solid white; }

@media screen and (max-width: 1200px) {
  .mc-section .blog .article__image-wrap {
    height: 180px;
    width: 360px; } }

@media screen and (max-width: 1024px) {
  .mc-section .glide-quotes {
    display: flex;
    flex-direction: row;
    max-width: 80%;
    margin: auto; }
  .mc-section .radar {
    flex-direction: column-reverse; }
    .mc-section .radar__left {
      width: 100%; }
    .mc-section .radar__right {
      width: 100%;
      margin-bottom: 1rem; }
    .mc-section .radar__title {
      text-align: center; }
    .mc-section .radar__subtitle {
      text-align: center; }
  .mc-section .radar-crate .mc-section__row {
    flex-direction: column-reverse; }
  .mc-section .radar-crate__link {
    margin: 0; }
  .mc-section .radar-crate__left {
    width: 100%; }
  .mc-section .radar-crate__right {
    width: 100%;
    margin-bottom: 1rem; }
  .mc-section .radar-crate__title {
    text-align: center; }
  .mc-section .automatic-warning__info {
    width: 90%;
    margin: auto; }
  .mc-section .automatic-warning__flow {
    width: 90%; }
  .mc-section .automatic-warning__img {
    width: 100px; }
  .mc-section .automatic-warning__ai-title {
    font-size: 20px; }
  .mc-section .automatic-warning__arrow {
    height: 40px; }
  .mc-section .contact-form {
    justify-content: space-around; }
    .mc-section .contact-form .pipedriveWebForms {
      width: 60%; }
  .mc-section .blog .article__image-wrap {
    height: 220px;
    width: 440px; }
  .mc-background-2 {
    background-position-x: -470px; } }

@media screen and (max-width: 768px) {
  .content-wrap {
    width: 100%; }
  .mc-section__row {
    flex-direction: column;
    margin: 0 auto;
    width: calc(100% - 8vw); }
  .mc-section__col--3 {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 3rem; }
  .mc-section__video {
    margin: 0 4vw; }
  .mc-section .intro {
    padding: 2rem 0; }
  .mc-section .what-we-can-do__title {
    text-align: center; }
  .mc-section .what-we-can-do__products {
    flex-direction: column; }
  .mc-section .what-we-can-do .product__item {
    width: 100%;
    margin: auto; }
  .mc-section .devider__left {
    display: none; }
  .mc-section .devider-2__right {
    display: none; }
  .mc-section .radar-crate .description {
    flex-direction: column; }
  .mc-section .automatic-warning__img {
    width: 80px; }
  .mc-section .automatic-warning__ai-title {
    font-size: 16px; }
  .mc-section .automatic-warning__arrow {
    height: 30px; }
  .mc-section .header {
    padding-bottom: 1rem; }
    .mc-section .header__menu {
      margin: 1rem auto 0 auto;
      display: none; }
    .mc-section .header__burger {
      display: block; }
    .mc-section .header__logotyp {
      max-height: 1.25rem; }
  .mc-section .contact-form {
    justify-content: space-around; }
    .mc-section .contact-form .pipedriveWebForms {
      width: 80%; }
  .mc-section .blog .article__image-wrap {
    height: 140px;
    width: 220px; }
  .mc-section .contact {
    font-size: 26px;
    line-height: 40px;
    padding: 2rem 0; }
    .mc-section .contact__title {
      font-size: 26px;
      margin-bottom: 2rem; }
    .mc-section .contact__mail {
      color: white; }
  .mc-section .video {
    aspect-ratio: 16/7; }
  .mc-background-2 {
    background: none; } }
