@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap');
* {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}

[class*='__container'] {
  max-width: 972px;
  margin: 0 auto;
}

html,
body {
  height: 100%;
}

.wrapper {
  min-height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.page {
  flex: 1 1 auto;
}

@media screen and (max-width: 991px) {
  [class*='__container'] {
    max-width: 768px;
    margin: 0 auto;
  }
  .swiper-navigation {
    margin: 32px 0 0 0;
  }
  .our-products__container {
    display: flex;
    flex-direction: column;
  }
  .our-products__text {
    order: 1;
    text-align: center;
  }
  .swiper {
    order: 2;
  }
  .swiper-navigation {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  [class*='__container'] {
    max-width: 560px;
    margin: 0 auto;
  }
  .header__container {
    display: flex;
    flex-direction: column;
  }
  .header__logo {
    order: 1;
  }
  .menu {
    order: 2;
  }
  .main-block__container {
    display: flex;
    flex-direction: column;
  }
  .main-block__container .main-block__text {
    text-align: center;
  }
  .footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__container .contact-us {
    margin: 0 0 30px 0;
  }
  .footer__container .form input {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 480px) {
  [class*='__container'] {
    max-width: 360px;
    margin: 0 auto;
  }
  .header {
    max-width: none;
  }
  .header__container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .header__logo {
    order: 1;
  }
  .menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100%;
    order: 2;
  }
  .menu__link {
    margin: 0 0 0 17px;
  }
  .benefits__container {
    display: flex;
    flex-wrap: wrap;
  }
  .benefits__cell {
    margin: 10px;
  }
  .pricing__container {
    max-width: 100vw;
  }
  .pricing__cells {
    display: flex;
    justify-content: space-between;
  }
  .pricing__cell {
    width: 168px;
    height: 460px;
  }
  .pricing__cell .button {
    width: 75%;
  }
  .pricing__cell:hover {
    height: 490px;
  }
  .pricing__cell:hover .button {
    height: 51px;
  }
  .partners {
    max-height: none;
  }
  .partners__container {
    max-height: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .partners__container .partners_img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .partners__container .partners_img img {
    margin: 20px;
  }
  .form input {
    width: 230px;
  }
} /*# sourceMappingURL=adaptive.css.map */
