@import url(style_footer.css);
* {
  line-height: 140%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

body {
  background: -webkit-gradient(linear, left top, left bottom, from(#040d21), to(#052951));
  background: linear-gradient(180deg, #040d21 0%, #052951 100%);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: white;
  margin: 0;
}

/*header */
.header img {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.header__background {
  shape-outside: polygon(0 0, 100vw 0, 100vw 75px, 0 45px);
  -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 75px, 0 45px);
          clip-path: polygon(0 0, 100vw 0, 100vw 75px, 0 45px);
  background: linear-gradient(-120.14deg, #ffffff 28.98%, #052951 162.17%);
  height: 110px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.header__nav-conteiner {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 10vw;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__content a {
  color: #052951;
  margin: 0;
  font-size: 1.2rem;
  display: block;
  font-weight: 500;
}
.header__content a:hover {
  color: white;
}

.header__logo {
  margin-right: 10vw;
}

/*header end */
/*home page*/
.home-page {
  margin-bottom: 100px;
  color: white;
}

.home-page__conteiner {
  margin: 35px 10vw 0 10vw;
}

.home-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  margin: 20px 0;
}
.home-page__content section {
  width: 70%;
}
.home-page__content p {
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 100;
  margin-top: 30px;
}
.home-page__content a {
  color: white;
}

.home-page__device-img {
  width: 30%;
}

.home-page__device-img__device {
  margin-left: -15vw;
  margin-bottom: 0;
  width: 700px;
}

.home-page__device-img__img-mqtt {
  position: absolute;
  width: 150px;
  top: 56%;
  left: 8%;
}

/*text size*/
.home-page__sup-art {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin: 10px 0;
}

.home-page__sub-art {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  margin: 10px 0;
}

.home-page__conteiner__elem-h1 {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
}

.home-page__conteiner__elem-h1-sub {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
}

.home-page__conteiner__elem-h3 {
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
}

.home-page__content__elem-h1-sub {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
}

.home-page__subparagraph {
  margin: 0 10vw;
}
.home-page__subparagraph h2 {
  font-size: 2.5rem;
  font-size: normal;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #ffffff), to(rgba(236, 236, 236, 0.42)));
  background: linear-gradient(180deg, #ffffff 33%, rgba(236, 236, 236, 0.42));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #0b2349;
  display: table;
}
.home-page__subparagraph article {
  width: 100%;
  margin: 0;
}
.home-page__subparagraph p {
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 300;
}

/*home-page end*/
/*remout-io*/
/*remout-io_header */
.remout-io {
  margin: 0 5vw;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}
.remout-io nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -5vw;
  position: sticky;
  top: 25px;
  z-index: 100;
  padding: 0 20vw;
}

.nav-list__item-link {
  color: #0b2349;
  font-size: 1.5rem;
  font-weight: normal;
  text-decoration: none;
}

.remout-io__h1,
.app_extend_h1 {
  font-size: 2.5rem;
  color: #0b2349;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
}

.remout-io__h1 {
  text-align: center;
  font-size: 1.8rem;
}

.remout-io__header-background {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(255, 255, 255, 0)), color-stop(120%, #052951));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, #052951 120%);
  margin: -200px auto;
  border-radius: 100%;
  width: 100%;
  height: 200px;
  z-index: -1;
  position: absolute;
  top: 180px;
}

.remout-io__header-sticky {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #e4f1ff), color-stop(110%, #052951));
  background: linear-gradient(180deg, #e4f1ff 80%, #052951 110%);
  border-bottom: 1px #052951 solid;
  width: 100%;
  height: 70px;
  margin: -25px 0;
  padding-bottom: 25px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
          transform: translate(0px, -50px);
  -webkit-transition: all 0.25s ease 0.1s;
  transition: all 0.25s ease 0.1s;
}

.remout-io__header-sticky.--active {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

/*remout-io_header end*/
.nav-list__item-link--active {
  color: #0b2349;
  text-decoration: underline;
  font-weight: 500;
}

/*app_extend */
.app_extend h1 {
  margin: 100px 0 0 5vw;
  color: #0b2349;
  font-weight: 900;
  display: block;
  width: 80%;
}

.app_extend_form-backround {
  background: linear-gradient(175.2deg, #ffffff 4.48%, #ffffff 69.06%, rgba(255, 255, 255, 0.602101) 80.87%, rgba(255, 255, 255, 0) 94.59%);
  border-radius: 20px;
  width: 100%;
  height: 1200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.app_extend_row-mx {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app_extend_row-mx img {
  width: 70%;
  margin: 50px 25px 50px 0;
}
.app_extend_row-mx article {
  width: 70%;
  font-size: 1.5rem;
  margin: 0 25px 50px 0;
}

.app_extend_configur-io {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.app_extend_configur-io article {
  color: #052951;
  font-size: 1.25rem;
  width: 40%;
  padding: 0 10px 0 20px;
}
.app_extend_configur-io div {
  width: 60%;
}
.app_extend_configur-io iframe {
  width: 672px;
  height: 378px;
  z-index: 1;
  margin-left: -5%;
}

/*app_extend end*/
/* app_migrate */
.app_migrate {
  margin: 40px 5vw;
}
.app_migrate span:first-child {
  font-weight: 900;
}
.app_migrate article {
  font-style: normal;
  font-weight: 300;
  color: white;
  font-size: 1.5rem;
  line-height: 150.1%;
  text-align: left;
}

.app_migrate_scheme {
  text-align: center;
  margin: 60px;
}
.app_migrate_scheme img {
  width: 80%;
}

.app_migrate__h1 {
  font-size: 2.5rem;
  margin: 10px 0 40px 0;
  text-align: left;
  font-weight: 900;
}
.app_migrate__h1 span {
  font-weight: 400;
}

/* app_migrate end */
/*app_integrate*/
.app_integrate {
  position: relative;
}
.app_integrate h1 {
  font-size: 2.5rem;
  margin: 70px 5vw 20px 5vw;
  color: #0b2349;
  font-weight: 900;
}
.app_integrate article {
  font-size: 1.5rem;
  margin: 36px 5vw;
  width: 65vw;
  line-height: 120%;
  color: #0b2349;
}

.app_integrate__sub-article {
  font-weight: 300;
}

.app_integrate__sup-art {
  font-weight: 500;
}

.app_integrate__background {
  background: linear-gradient(175.2deg, #ffffff 4.48%, #ffffff 69.06%, rgba(255, 255, 255, 0.602101) 80.87%, rgba(255, 255, 255, 0) 94.59%);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.app_integrate__video {
  text-align: right;
  margin-right: 5vw;
}

/*app_integrate end*/
/* app_connect */
.app_connect {
  margin: 60px 5vw 100px 5vw;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.app_connect h1 {
  font-size: 2.5rem;
  font-weight: 900;
}

.app_connect__article {
  font-style: normal;
  font-weight: 200;
  color: white;
  font-size: 1.5rem;
  line-height: 150.1%;
  text-align: left;
  width: 47%;
  margin: 25px 0;
  z-index: 1;
}

.app_connect__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app_connect__img {
  width: 35%;
}

.app_connect__img img {
  margin: 20px 50px 20px 0;
  z-index: -10;
  width: 100%;
}

/* app_connect end*/
/*remout-io end*/
/* features */
.features {
  max-width: 100vw;
  font-size: 1rem;
  position: relative;
  top: 0;
  left: 0;
}
.features li {
  margin: 0 10px;
  max-width: 250px;
}

.features__background-top {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(66.69%, rgba(255, 255, 255, 0)), color-stop(153.61%, #e7e7e7));
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 66.69%, #e7e7e7 153.61%);
  margin: 0 0;
  border-radius: 100%;
  width: 100%;
  height: 200px;
  position: absolute;
  top: -100px;
  left: 0;
  z-index: -1;
}

.features__conteiner {
  padding: 0;
  width: 80vw;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  list-style: none;
  font-weight: normal;
}

.features_second-part {
  margin: 160px auto 0 auto;
}

.features__li-conteiner {
  width: 250px;
  height: 250px;
  border: 2px solid white;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  color: white;
  font-size: 0.8rem;
  margin: 0 auto;
}

.features__li-description {
  padding: 10px;
  opacity: 0;
  margin: 0 auto;
}

.features__img-li {
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.features__li-conteiner:hover .features__img-li {
  opacity: 0;
}

.features__li-conteiner:hover .features__li-description {
  opacity: 1;
}

.features__content-li-description {
  text-align: center;
  margin: 20px auto 0 auto;
  font-size: 1.5rem;
  color: white;
}

/*features end */
/* what-modules*/
.what-modules {
  margin: 0 5vw;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}

.what-modules__h1 {
  font-size: 2.5rem;
  color: #0b2349;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
}

.what-modules__header-background {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(74.27%, rgba(255, 255, 255, 0)), color-stop(102.39%, #052951));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 74.27%, #052951 102.39%);
  margin: 0;
  border-radius: 100%;
  width: 100%;
  height: 420px;
  position: absolute;
  top: -230px;
  left: 0;
  z-index: -1;
}

.what-modules__form-backround {
  background: linear-gradient(175.2deg, #ffffff 4.48%, #ffffff 69.06%, rgba(255, 255, 255, 0.602101) 80.87%, rgba(255, 255, 255, 0) 94.59%);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.what-modules__module-conteiner {
  padding: 100px 5vw 0 5vw;
  display: block;
}
.what-modules__module-conteiner article {
  font-size: 1.5rem;
  margin: 25px 0;
}
.what-modules__module-conteiner span {
  font-weight: 500;
}

.what-modules__module-conteiner.last {
  padding: 0 5vw 0 5vw;
}

.what-modules__module-conteiner__h1 {
  font-size: 2.5rem;
  color: #0b2349;
  font-weight: 900;
}

.what-modules__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.what-modules__description article {
  font-size: 1.5rem;
  width: 60%;
}
.what-modules__description div {
  width: 30%;
  margin-top: -50px;
}
.what-modules__description div img {
  width: 100%;
  z-index: -1;
}

/*what-modules end*/
/* table */
.description-table {
  padding: 100px 10vw 50px 10vw;
}
.description-table h3 {
  margin: 0;
}

.description-table_h1 {
  margin: 0;
  font-size: 2.5rem;
}

/*test*/
.wrapper {
  position: relative;
  overflow: auto;
}

.sticky-col {
  position: sticky;
  background-color: #052a4f;
}

.first-col {
  min-width: 100px;
  max-width: 100px;
  left: -5px;
}

/*test end*/
table {
  font-size: 0.875rem;
  width: 100%;
  border-collapse: collapse;
  margin: 50px 0 15px 0;
}
table td,
table th {
  color: white;
  border-bottom: 1px solid #dedede;
  padding: 10px 15px;
  text-align: center;
}
table td a,
table th a {
  color: white;
}

td:first-child,
th:first-child {
  text-align: left;
  width: 20%;
}

th:first-child {
  background-color: rgba(255, 255, 255, 0.2);
}

tr:last-child td:first-child {
  font-size: 1.2rem;
}

tr:last-child {
  border-top: 3px solid white;
}

.submit-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

.table-title {
  font-weight: 300;
  font-size: 1.8rem;
  text-align: center !important;
}

.table-header {
  font-weight: 800;
  font-size: 1.8rem;
}

/* table end */
/*choose combination */
.choose-comb {
  padding: 0 10vw;
}
.choose-comb div {
  height: 500px;
}

.choose-comb_h1 {
  font-size: 2.5rem;
}

/*choose combination end*/
/*buttons */
.btn_rfq {
  background: linear-gradient(101.16deg, #ff007d 15.66%, #b9015b 88.52%);
}

.btn_rfq:hover {
  background: linear-gradient(101.16deg, #fa3996 15.66%, #d80069 88.52%);
}

.btn_rfq_g {
  background: linear-gradient(101.16deg, #57c4b6 15.66%, #00a197 88.52%);
}

.btn_rfq_g:hover {
  background: linear-gradient(101.16deg, #68c4b7 15.66%, #00ccbe 88.52%);
}

.btn_1:hover {
  cursor: pointer;
  text-decoration: underline;
}

.btn_1 {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 55px;
  text-decoration: none;
}

.btn_1 a {
  color: white;
}

/*buttons */
.choose-comb div {
  color: #fff;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* slider */
.what-modules__description .splide__slide__sup-list {
  list-style-type: disc;
  margin-left: 50px;
}

/* Style the tab */
.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 20vw;
}
.tab button {
  font-size: 1.5rem;
  /*  color: white; */
  color: #0b2349;
  font-weight: 200;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
}

/* Change background color of buttons on hover */
/* Create an active/current tablink class */
.tab button.active {
  color: #0b2349;
  font-weight: 600;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

/* end slider */
@media (min-width: 1700px) {
  html {
    font-size: 110%;
  }

  /*
  */
  .header__background {
    shape-outside: polygon(0 0, 100vw 0, 100vw 110px, 0 60px);
    -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 110px, 0 60px);
            clip-path: polygon(0 0, 100vw 0, 100vw 110px, 0 60px);
  }

  .header__logo {
    margin-right: 20vw;
  }

  .header__nav-conteiner {
    width: 25%;
    margin-left: 20vw;
  }

  .home-page__conteiner {
    margin: 100px 20vw 0 20vw;
  }

  .home-page__subparagraph {
    margin: 0 20vw;
  }

  .home-page__device-img__img-mqtt {
    left: 5%;
  }

  .remout-io {
    margin: 0 10vw;
  }

  .app_extend_configur-io iframe {
    width: 840px;
    height: 472.5px;
  }

  .app_integrate__video iframe {
    width: 840px;
    height: 472.5px;
  }

  .features__conteiner {
    width: 80vw;
  }

  .what-modules {
    margin: 0 10vw;
  }

  .remout-io nav {
    margin: 0 -10vw;
  }
}
@media (max-width: 1400px) {
  .home-page__device-img__device {
    margin-left: -20vw;
  }
@media (max-width: 1300px) {
  html {
    font-size: 90%;
  }

  .home-page__conteiner__elem-h1 {
    font-size: 2.2rem;
  }

  .home-page__device-img__device {
    width: 550px;
    margin-left: -15vw;
    margin-bottom: 0px;
  }

  .home-page__device-img__img-mqtt {
    width: 110px;
    top: 56%;
    left: 8%;
  }

  .app_extend h1 {
    margin: 50px 0 0 5vw;
  }

  .app_integrate h1 {
    margin: 50px 5vw 20px 5vw;
  }

  .features__li-conteiner {
    width: 210px;
    height: 210px;
  }

  .features_second-part {
    margin: 50px auto 0 auto;
  }

  .app_connect__img img {
    margin-right: 0px;
  }

  .features__conteiner {
    width: 90vw;
  }

  .what-modules__header-background {
    height: 300px;
    top: -140px;
  }

  .remout-io nav {
    padding: 0 10vw;
  }
}
@media (max-width: 1100px) {
  html {
    font-size: 80%;
  }

  .home-page__device-img__device {
    margin-left: -20vw;
  }

  .app_extend_configur-io iframe {
    width: 566px;
    height: 313px;
    margin-left: 0;
  }

  .app_integrate h1 {
    margin: 20px 5vw 20px 5vw;
  }

  .remout-io nav {
    margin: 0 -5vw;
  }
}
@media (max-width: 998px) {
  .remout-io__h1,
.app_migrate__h1 {
    font-size: 2rem;
  }

  .remout-io__h1 {
    text-align: center;
  }

  .description-table {
    padding: 50px 5vw 50px 5vw;
  }

  .remout-io nav {
    top: 15px;
  }

  .features__li-conteiner {
    width: 200px;
    height: 200px;
  }

  .features__conteiner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .app_migrate_scheme {
    margin: 20px 0 0 0;
  }

  .app_extend_row-mx {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .app_extend_row-mx img {
    margin: 25px 0 25px 0;
    width: 90%;
  }
  .app_extend_row-mx article {
    width: 90%;
    margin: 0 0 50px 0;
  }

  .app_extend_configur-io {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .app_extend_configur-io article {
    width: 90%;
    margin: 0 0 25px 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
  .app_extend_configur-io div {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 90%;
    text-align: center;
  }

  .app_connect {
    margin: 60px 5vw 20px 5vw;
  }

  .app_integrate article {
    width: 90%;
  }
  .app_integrate .app_integrate__video {
    text-align: center;
    margin: 0;
  }

  .app_connect__img {
    width: 45%;
  }

  .features li {
    margin: 10px;
    width: 210px;
  }

  .home-page__device-img {
    width: 40%;
  }

  .home-page__device-img__device {
    margin-left: -15vw;
    width: 400px;
  }

  .home-page__device-img__img-mqtt {
    left: 10%;
    width: 80px;
  }

  .what-modules__module-conteiner {
    padding-top: 50px;
  }

  .what-modules__header-background {
    height: 250px;
    top: -105px;
  }

  .header__nav-conteiner {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .home-page__conteiner__elem-h1,
.home-page__conteiner__elem-h1-sub,
.home-page__content__elem-h1-sub,
.home-page__subparagraph h2,
.app_extend_h1,
.app_integrate h1,
.app_connect h1,
.what-modules__h1,
.what-modules__module-conteiner__h1,
.description-table_h1 {
    font-size: 1.8rem;
  }

  .remout-io__h1,
.app_migrate__h1 {
    font-size: 1.5rem;
  }

  .nav-list__item-link {
    font-size: 1.2rem;
  }

  .remout-io__header-background {
    height: 140px;
    top: 200px;
  }

  .remout-io nav {
    margin: 0 -5vw;
    padding: 0 10vw;
  }

  .splide.is-active .splide__list {
    display: block;
  }

  .splide__arrows {
    display: none;
  }

  .splide__pagination {
    display: none;
  }

  .app_extend_configur-io iframe,
.app_integrate__video iframe {
    width: 452.8px;
    height: 250.4px;
  }

  .app_migrate_scheme img {
    width: 100%;
  }

  .what-modules__description div {
    margin-top: 20px;
    width: 50%;
  }

  .what-modules__module-conteiner {
    padding-top: 25px;
  }

  .tab {
    margin: 0 10vw;
  }
}
@media (max-width: 650px) {
  .remout-io nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .remout-io__header-background {
    height: 200px;
  }

  .nav-list__item-link {
    margin: 2px 0;
  }

  .header__logo {
    margin-right: 10px;
  }

  .header__nav-conteiner {
    width: 45%;
    margin: 0 10px;
  }
  .header__nav-conteiner a {
    margin: 0 10px;
  }

  .header img {
    width: 120px;
    margin: 10px;
  }

  .home-page {
    margin-bottom: 50px;
  }

  .app_extend_configur-io iframe,
.app_integrate__video iframe {
    width: 311.3px;
    height: 172.15px;
  }

  .app_connect__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .app_connect__content article {
    width: 100%;
  }
  .app_connect__content div {
    width: 100%;
  }

  .home-page__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .home-page__content section {
    width: 100%;
  }

  .home-page__device-img__device {
    margin-left: 0;
    width: 100%;
  }

  .home-page__device-img {
    width: 100%;
    text-align: center;
  }

  .home-page__device-img__img-mqtt {
    top: 27%;
    left: 50%;
  }

  .app_extend_configur-io div {
    width: 100%;
  }

  .remout-io__header-sticky {
    height: 140px;
  }

  .features__background-top {
    height: 125px;
    top: -60px;
  }

  .what-modules__header-background {
    height: 150px;
    top: -15px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50.27%, rgba(255, 255, 255, 0)), color-stop(102.39%, #052951));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50.27%, #052951 102.39%);
  }
}
@media (max-width: 390px) {
  .app_extend_configur-io iframe,
.app_integrate__video iframe {
    width: 283px;
    height: 156.5px;
  }

  .header__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .home-page__device-img__img-mqtt {
    top: 18%;
    left: 50%;
  }

  .what-modules__h1 {
    text-align: center;
  }

  .what-modules__description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .what-modules__description article,
.what-modules__description div {
    width: 100%;
  }

  .what-modules__header-background {
    height: 139px;
    top: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, rgba(255, 255, 255, 0)), color-stop(102.39%, #052951));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #052951 102.39%);
  }

  .tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__nav-conteiner {
    width: 100%;
    margin: 10px 10px 5px 10px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    text-align: center;
  }

  .header__logo {
    margin: 5px 0;
  }

  .header__background {
    -webkit-clip-path: polygon(0 0, 100vw 0, 100vw 130px, 0 100px);
            clip-path: polygon(0 0, 100vw 0, 100vw 130px, 0 100px);
    height: 130px;
  }

  .remout-io__header-background {
    height: 240px;
  }
}