/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../sass/resetcss.scss */
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%;
  vertical-align: baseline;
}

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

/* line 31, ../sass/resetcss.scss */
body {
  line-height: 1;
}

/* line 34, ../sass/resetcss.scss */
* {
  line-height: 1;
}

/* line 37, ../sass/resetcss.scss */
ol, ul {
  list-style: none;
}

/* line 40, ../sass/resetcss.scss */
blockquote, q {
  quotes: none;
}

/* line 43, ../sass/resetcss.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 48, ../sass/resetcss.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 52, ../sass/resetcss.scss */
a {
  text-decoration: none;
}

/* line 55, ../sass/resetcss.scss */
html[lang="pl-PL"] {
  margin: 0 !important;
}

/* line 58, ../sass/resetcss.scss */
#wpadminbar {
  display: none;
}

/* line 61, ../sass/resetcss.scss */
button {
  background: none;
  border: 0;
}

/* line 1, ../sass/components/buttons.scss */
button,
input[type="submit"],
.btn {
  display: "-webkit-inline-flex";
  display: "-ms-inline-flexbox";
  display: "-ms-inline-flex";
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 40px;
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

button,
input[type="submit"],
.btn {
  width: auto;
  min-width: 200px;
}
  
/* line 18, ../sass/components/buttons.scss */
button.btn-blue,
input[type="submit"].btn-blue,
input[type="submit"],
.btn.btn-blue,
input.btn[type="submit"] {
  background: #2ea0da;
  color: #feffff;
  font-size: 17px;
  font-weight: 700;
}
/* line 24, ../sass/components/buttons.scss */
button.btn-blue:hover,
input[type="submit"].btn-blue:hover,
input[type="submit"]:hover,
.btn.btn-blue:hover,
input.btn[type="submit"]:hover {
  background: #157eb4;
}

/* line 30, ../sass/components/buttons.scss */
input[type="submit"] {
  border: 0;
}

/* line 2, ../sass/components/icons.scss */
.icon.icon-blue {
  display: "-webkit-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background: #2ea0da;
  border-radius: 50%;
  width: 73px;
  min-width: 73px;
  height: 73px;
  overflow: hidden;
}
/* line 13, ../sass/components/icons.scss */
.icon.icon-blue img {
  max-width: 73px;
}

/* line 1, ../sass/components/page-elements.scss */
.border-box {
  display: "-webkit-inline-flex";
  display: "-ms-inline-flexbox";
  display: "-ms-inline-flex";
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  border: 16px solid #feffff;
  padding: 24px;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  /* line 1, ../sass/components/page-elements.scss */
  .border-box {
    padding: 36px;
    width: 470px;
    height: 600px;
  }
}
/* line 18, ../sass/components/page-elements.scss */
.border-box img {
  position: absolute;
  left: 28px;
  top: 28px;
  z-index: -1;
}
/* line 25, ../sass/components/page-elements.scss */
.border-box p {
  color: #fff;
  font-weight: 200;
  text-align: right;
}
@media screen and (min-width: 992px) {
  /* line 25, ../sass/components/page-elements.scss */
  .border-box p {
    text-align: left;
  }
}
/* line 36, ../sass/components/page-elements.scss */
.border-box a {
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 39, ../sass/components/page-elements.scss */
.border-box a:hover {
  position: relative;
}
/* line 45, ../sass/components/page-elements.scss */
.border-box h3 {
  color: #fff;
  font-weight: 500;
  margin: 0 0 15px;
}

/* line 52, ../sass/components/page-elements.scss */
.content {
  padding: 0;
}
@media screen and (min-width: 768px) {
  /* line 52, ../sass/components/page-elements.scss */
  .content {
    padding: 0 10px 0 25px;
    border-left: 1px solid #b4daed;
  }
}
@media screen and (min-width: 1200px) {
  /* line 52, ../sass/components/page-elements.scss */
  .content {
    padding: 0 0 0 50px;
    max-width: 50%;
  }
}
/* line 66, ../sass/components/page-elements.scss */
.content p:last-child {
  margin: 0;
}

/* line 72, ../sass/components/page-elements.scss */
.nav-tabs {
  border-bottom: 0;
  box-shadow: inset 0 -1px 0 0 #ccc;
}
/* line 76, ../sass/components/page-elements.scss */
.nav-tabs li {
  float: none;
}
@media screen and (min-width: 768px) {
  /* line 76, ../sass/components/page-elements.scss */
  .nav-tabs li {
    margin: 0 5px 0 0;
    float: left;
  }
}
/* line 85, ../sass/components/page-elements.scss */
.nav-tabs li a {
  background: rgba(231, 231, 231, 0.77);
  border-radius: 0;
  border: 0;
  padding: 10px 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 992px) {
  /* line 85, ../sass/components/page-elements.scss */
  .nav-tabs li a {
    padding: 10px 60px;
  }
}
/* line 100, ../sass/components/page-elements.scss */
.nav-tabs li:hover a, .nav-tabs li:focus a, .nav-tabs li.active a {
  border: 0;
  border-bottom: 1px solid #2ea0da;
  background: #2ea0da;
  color: #fff;
}

/* line 109, ../sass/components/page-elements.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 0;
  border-bottom: 1px solid #2ea0da;
  background: #2ea0da;
  color: #fff;
}

/* line 115, ../sass/components/page-elements.scss */
.tab-content {
  border-top: 0;
  padding: 16px;
}
@media screen and (min-width: 992px) {
  /* line 115, ../sass/components/page-elements.scss */
  .tab-content {
    padding: 36px;
  }
}

/* line 126, ../sass/components/page-elements.scss */
#play.none {
  display: none;
}

/* line 130, ../sass/components/page-elements.scss */
#cancel-fullscreen {
  position: fixed;
  right: 24px;
  top: 48px;
  z-index: 9999999999;
  font-size: 45px;
  color: #fff;
  display: none;
  cursor: pointer;
}
/* line 140, ../sass/components/page-elements.scss */
#cancel-fullscreen.disable {
  display: block;
}

/* line 3, ../sass/components/navbar.scss */
.navbar .main-nav .navbar-nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  /* line 3, ../sass/components/navbar.scss */
  .navbar .main-nav .navbar-nav {
    display: "-webkit-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
  }
}
/* line 10, ../sass/components/navbar.scss */
.navbar .main-nav .navbar-nav li {
  margin: 0 5px;
}
/* line 13, ../sass/components/navbar.scss */
.navbar .main-nav .navbar-nav li:last-child {
  margin-right: 0;
}
/* line 18, ../sass/components/navbar.scss */
.navbar .main-nav .navbar-nav li.active a {
  background: #2ea0da;
  color: #fff;
}
/* line 23, ../sass/components/navbar.scss */
.navbar .main-nav .navbar-nav li a {
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  font-size: 20px;
  padding: 12px;
}
/* line 29, ../sass/components/navbar.scss */
.navbar .main-nav .navbar-nav li a:hover {
  background: #2ea0da;
  color: #fff;
}
/* line 37, ../sass/components/navbar.scss */
.navbar .navbar-toggle {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: none;
  width: 35px;
  min-width: 35px;
  height: 25px;
  padding: 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  /* line 37, ../sass/components/navbar.scss */
  .navbar .navbar-toggle {
    display: none;
  }
}
/* line 52, ../sass/components/navbar.scss */
.navbar .navbar-toggle .icon-bar {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #2ea0da;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
/* line 64, ../sass/components/navbar.scss */
.navbar .navbar-toggle .icon-bar:nth-child(1) {
  top: 0px;
}
/* line 68, ../sass/components/navbar.scss */
.navbar .navbar-toggle .icon-bar:nth-child(3), .navbar .navbar-toggle .icon-bar:nth-child(2) {
  top: 10px;
}
/* line 72, ../sass/components/navbar.scss */
.navbar .navbar-toggle .icon-bar:nth-child(4) {
  top: 20px;
}
/* line 78, ../sass/components/navbar.scss */
.navbar.navbar-open .main-nav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 10;
  background: #fff;
}
/* line 86, ../sass/components/navbar.scss */
.navbar.navbar-open .main-nav .navbar-nav {
  display: block;
}
/* line 89, ../sass/components/navbar.scss */
.navbar.navbar-open .main-nav .navbar-nav li {
  margin: 0;
  padding: 0;
  border-bottom: 0;
  text-align: center;
}
/* line 95, ../sass/components/navbar.scss */
.navbar.navbar-open .main-nav .navbar-nav li:last-child {
  border: 0;
}
/* line 100, ../sass/components/navbar.scss */
.navbar.navbar-open .main-nav .navbar-nav li.active a {
  background: #2ea0da;
  color: #fff;
}
/* line 106, ../sass/components/navbar.scss */
.navbar.navbar-open .main-nav .navbar-nav li a {
  display: block;
  color: #2ea0da;
  font-weight: 700;
  padding: 10px 0;
}
/* line 112, ../sass/components/navbar.scss */
.navbar.navbar-open .main-nav .navbar-nav li a:hover {
  background: #2ea0da;
  color: #fff;
}
/* line 121, ../sass/components/navbar.scss */
.navbar.navbar-open .icon-bar:nth-child(1) {
  top: 0;
  width: 0%;
  left: 50%;
}
/* line 126, ../sass/components/navbar.scss */
.navbar.navbar-open .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 129, ../sass/components/navbar.scss */
.navbar.navbar-open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 132, ../sass/components/navbar.scss */
.navbar.navbar-open .icon-bar:nth-child(4) {
  top: 20px;
  width: 0%;
  left: 50%;
}

/* line 1, ../sass/components/inputs.scss */
input {
  height: 44px;
  border: 1px solid #777777;
  background: #fff;
  padding: 0 16px;
}
/* line 7, ../sass/components/inputs.scss */
input[type="checkbox"] {
  border: 1px solid #777777;
  background: #fff;
  cursor: pointer;
}
/* line 12, ../sass/components/inputs.scss */
input[type="checkbox"]::after {
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  background: #fff;
  border: 1px solid #777777;
}
/* line 22, ../sass/components/inputs.scss */
input[type="checkbox"]:checked::after {
  background: #777777;
  border: 1px solid #777777;
}

/* line 29, ../sass/components/inputs.scss */
textarea {
  border: 1px solid #777777;
  background: #fff;
  min-height: 144px;
  max-height: 144px;
  padding: 16px;
}

/* line 36, ../sass/components/inputs.scss */
select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  height: 44px;
  border: 1px solid #777777;
  padding: 0;
  background: url("../images/select-arrow.png") no-repeat right 8px top 50% #fff;
}

/* line 1, ../sass/sections/header.scss */
header {
  -webkit-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transition: padding 0.3s;
  -ms-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
  position: absolute;
  width: 100%;
  padding: 16px 0;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/sections/header.scss */
  header {
    padding: 25px 0;
  }
}
/* line 13, ../sass/sections/header.scss */
header.nav-scroll {
  position: fixed;
  background: #fff;
  padding: 25px 0;
}
/* line 19, ../sass/sections/header.scss */
header .container {
  display: "-webkit-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* line 26, ../sass/sections/header.scss */
header .nav .container {
  padding: 0 32px;
}
/* line 29, ../sass/sections/header.scss */
header .nav img {
  max-width: 100px;
}
@media screen and (min-width: 992px) {
  /* line 29, ../sass/sections/header.scss */
  header .nav img {
    max-width: inherit;
  }
}

/* line 1, ../sass/sections/footer.scss */
footer {
  background: #fff;
  padding: 24px 0;
  font-size: 13px;
  font-weight: 300;
  border-top: 1px solid #b8dff2;
}
/* line 8, ../sass/sections/footer.scss */
footer p, footer a {
  font-size: 13px;
  font-weight: 300;
}
/* line 14, ../sass/sections/footer.scss */
footer > .container > a {
  margin: 0 0 48px;
  display: none;
}
@media screen and (min-width: 1200px) {
  /* line 14, ../sass/sections/footer.scss */
  footer > .container > a {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  /* line 14, ../sass/sections/footer.scss */
  footer > .container > a {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 28, ../sass/sections/footer.scss */
  footer .footer-widgets {
    display: "-webkit-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    padding: 0 0 0 40px;
    max-width: 75%;
  }
}
/* line 37, ../sass/sections/footer.scss */
footer .footer-widgets .footer-widget {
  margin: 0 0 40px;
}
@media screen and (min-width: 1200px) {
  /* line 37, ../sass/sections/footer.scss */
  footer .footer-widgets .footer-widget {
    margin: 0 48px 0 0;
  }
}
/* line 44, ../sass/sections/footer.scss */
footer .footer-widgets .footer-widget:first-child {
  text-align: justify;
  font-weight: 300;
}
@media screen and (min-width: 1200px) {
  /* line 44, ../sass/sections/footer.scss */
  footer .footer-widgets .footer-widget:first-child {
    max-width: 30%;
  }
}
/* line 55, ../sass/sections/footer.scss */
footer .footer-widgets .footer-widget:nth-child(2) .widget_text .textwidget {
  font-weight: 200;
}
@media screen and (min-width: 1480px) {
  /* line 55, ../sass/sections/footer.scss */
  footer .footer-widgets .footer-widget:nth-child(2) .widget_text .textwidget {
    display: "-webkit-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
  }
}
/* line 61, ../sass/sections/footer.scss */
footer .footer-widgets .footer-widget:nth-child(2) .widget_text .textwidget p, footer .footer-widgets .footer-widget:nth-child(2) .widget_text .textwidget a {
  font-weight: 200;
}
/* line 70, ../sass/sections/footer.scss */
footer .footer-widgets .footer-widget .widget_text a img {
  margin: 0 5px;
  position: relative;
  top: 0;
  transition: top 0.3s;
}
/* line 75, ../sass/sections/footer.scss */
footer .footer-widgets .footer-widget .widget_text a img:hover {
  top: -5px;
}
/* line 82, ../sass/sections/footer.scss */
footer .footer-widgets .footer-widget div {
  margin: 0 24px 20px 0;
}
@media screen and (min-width: 1480px) {
  /* line 82, ../sass/sections/footer.scss */
  footer .footer-widgets .footer-widget div {
    margin: 0 50px 0 0;
  }
}
/* line 89, ../sass/sections/footer.scss */
footer div p {
  text-align: left;
  margin: 0;
  line-height: 16px;
}
/* line 96, ../sass/sections/footer.scss */
footer .footer-widgets .footer-widget div a:hover {
  opacity: 0.7;
}
/* line 101, ../sass/sections/footer.scss */
footer .footer-widgets .footer-widget div:last-child {
  margin: 0;
}
/* line 108, ../sass/sections/footer.scss */
footer .footer-widgets h5 {
  font-weight: 500;
  margin: 0 0 20px;
}
/* line 114, ../sass/sections/footer.scss */
footer .since p {
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  text-align: center;
  width: 100%;
}
/* line 121, ../sass/sections/footer.scss */
footer .cooperation {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 126, ../sass/sections/footer.scss */
footer .cooperation h5 {
  width: 100%;
  font-weight: 500;
}

footer .cooperation a {
  margin-right: 10px;
}

/* line 133, ../sass/sections/footer.scss */
footer .cooperation a:hover {
  opacity: 0.7;
}

/* line 1, ../sass/sections/pages/home.scss */
section {
  padding: 0 0 64px 0;
}
@media screen and (min-width: 992px) {
  /* line 1, ../sass/sections/pages/home.scss */
  section {
    padding: 0;
  }
}

.what-we-do {
  padding: 0;
}

/* line 9, ../sass/sections/pages/home.scss */
.slider {
  display: "-webkit-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  padding: 0 0 128px;
  background: url("../images/mobile/slider.png") no-repeat 50% 0%/cover;
}
@media screen and (min-width: 480px) {
  /* line 9, ../sass/sections/pages/home.scss */
  .slider {
    background: url("../images/xsm/slider.png") no-repeat 50% 0%/cover;
  }
}
@media screen and (min-width: 480px) {
  /* line 9, ../sass/sections/pages/home.scss */
  .slider {
    background: url("../images/smm/slider.png") no-repeat 50% 50%/cover;
  }
}
@media screen and (min-width: 992px) {
  /* line 9, ../sass/sections/pages/home.scss */
  .slider {
    background: url("../images/slider.png") no-repeat 50% 0%/cover;
  }
}

@media screen and (min-width: 2000px) {
  /* line 9, ../sass/sections/pages/home.scss */
  .slider {
    background: url("../images/slider-retina.png") no-repeat 50% 50%/cover;
  }
}

@media screen and (min-width: 1200px) {
  /* line 34, ../sass/sections/pages/home.scss */
  .slider .container {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
/* line 47, ../sass/sections/pages/home.scss */
.slider .container .content {
  margin: 0 0 48px;
}
@media screen and (min-width: 1200px) {
  /* line 47, ../sass/sections/pages/home.scss */
  .slider .container .content {
    padding: 0 0 0 50px;
    max-width: 47%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 47, ../sass/sections/pages/home.scss */
  .slider .container .content {
    margin: 0 0 0 90px;
  }
}
/* line 59, ../sass/sections/pages/home.scss */
.slider .container .border-box {
  padding-top: 80px;
}
/* line 63, ../sass/sections/pages/home.scss */
.slider .container .border-box a {
  -webkit-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}

@media screen and (min-width: 992px) {
  /* line 63, ../sass/sections/pages/home.scss */
  .slider .container .border-box a {
    -webkit-align-self: center;
    -ms-align-self: center;
    align-self: center;
  }
}

/* line 66, ../sass/sections/pages/home.scss */
.slider .container .border-box img {
  position: static;
  z-index: 1;
  max-width: 35px;
}

@media screen and (min-width: 1200px) {
  /* line 59, ../sass/sections/pages/home.scss */
  .slider .container .border-box {
    padding: 150px 36px 36px;
    width: 370px;
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 59, ../sass/sections/pages/home.scss */
  .slider .container .border-box {
    padding: 36px;
    width: 460px;
    height: 600px;
  }
}

/* line 92, ../sass/sections/pages/home.scss */
.about {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  /* line 92, ../sass/sections/pages/home.scss */
  .about {
    margin: 0 0 60px;
  }
}
/* line 99, ../sass/sections/pages/home.scss */
.about .container {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

@media screen and (min-width: 992px) {
  /* line 104, ../sass/sections/pages/home.scss */
  .about .content {
    padding: 0 0 0 50px;
    max-width: 55%;
    margin: 20px 0 0 20px;
  }
}
/* line 114, ../sass/sections/pages/home.scss */
.about .border-box {
  top: -100px;
  height: 295px;
  padding: 24px;
}
/* line 119, ../sass/sections/pages/home.scss */
.about .border-box::after {
  content: "";
  position: absolute;
  background: url("../images/polska_oddycha.png") no-repeat;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  z-index: -1;
  top: 24px;
  left: 24px;
}
@media screen and (min-width: 480px) {
  /* line 131, ../sass/sections/pages/home.scss */
  .about .border-box::after {
    background-size: cover;
    height: 110%;
  }
}
@media screen and (min-width: 768px) {
  /* line 114, ../sass/sections/pages/home.scss */
  .about .border-box {
    width: 465px;
    height: 290px;
    margin: 18px;
  }
  /* line 142, ../sass/sections/pages/home.scss */
  .about .border-box::after {
    height: 120%;
    width: 150%;
  }
}
@media screen and (min-width: 992px) {
  /* line 114, ../sass/sections/pages/home.scss */
  .about .border-box {
    width: 365px;
    height: 290px;
    margin: 54px 0 0;
  }
  /* line 153, ../sass/sections/pages/home.scss */
  .about .border-box::after {
    width: calc(100% + 18px);
    height: calc(100% + 18px);
  }
}
@media screen and (min-width: 1200px) {
  /* line 114, ../sass/sections/pages/home.scss */
  .about .border-box {
    width: 465px;
    height: 390px;
    margin: 36px 18px 0;
  }
  /* line 164, ../sass/sections/pages/home.scss */
  .about .border-box::after {
    width: calc(100% + 18px);
    height: calc(100% + 18px);
  }
}
/* line 169, ../sass/sections/pages/home.scss */
.about .border-box p {
  text-align: right;
}

/* line 176, ../sass/sections/pages/home.scss */
.why-we {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  /* line 176, ../sass/sections/pages/home.scss */
  .why-we {
    overflow: visible;
  }
}
@media screen and (min-width: 1200px) {
  /* line 176, ../sass/sections/pages/home.scss */
  .why-we {
    overflow: visible;
  }
}
@media screen and (min-width: 992px) {
  /* line 190, ../sass/sections/pages/home.scss */
  .why-we .content {
    max-width: 65%;
  }
}

.why-we .content h2 {
  margin: 25px 0 25px;
}

/* line 204, ../sass/sections/pages/home.scss */
.why-we .content .advantages {
  margin: 0 0 48px;
}
@media screen and (min-width: 768px) {
  /* line 204, ../sass/sections/pages/home.scss */
  .why-we .content .advantages {
    display: "-webkit-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 211, ../sass/sections/pages/home.scss */
.why-we .content .advantages .advantages-item {
  display: "-webkit-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  /* line 211, ../sass/sections/pages/home.scss */
  .why-we .content .advantages .advantages-item {
    flex: 1 1 50%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 211, ../sass/sections/pages/home.scss */
  .why-we .content .advantages .advantages-item {
    flex: 1 0 50%;
    margin: 0 0 45px;
  }
}
/* line 225, ../sass/sections/pages/home.scss */
.why-we .content .advantages .advantages-item h4 {
  margin: 0 0 0 20px;
}
/* line 231, ../sass/sections/pages/home.scss */
.why-we .border-box {
  height: 250px;
  width: 80%;
  margin: 0 16px;
}
/* line 236, ../sass/sections/pages/home.scss */
.why-we .border-box::after {
  content: "";
  position: absolute;
  background: url("../images/why_we.jpg") no-repeat 0 0/cover;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  z-index: -1;
  top: 24px;
  left: 24px;
}
@media screen and (min-width: 480px) {
  /* line 248, ../sass/sections/pages/home.scss */
  .why-we .border-box::after {
    background-position: 50% 50%;
  }
}
@media screen and (min-width: 768px) {
  /* line 231, ../sass/sections/pages/home.scss */
  .why-we .border-box {
    overflow: visible;
    width: 60%;
    height: 250px;
  }
  /* line 258, ../sass/sections/pages/home.scss */
  .why-we .border-box p {
    text-align: right;
  }
  /* line 262, ../sass/sections/pages/home.scss */
  .why-we .border-box::after {
    width: 120%;
    height: 120%;
    left: 32px;
    top: 32px;
    background: url("../images/why_we.jpg") no-repeat 50% 50%/cover #6e716c;
  }
}
@media screen and (min-width: 992px) {
  /* line 231, ../sass/sections/pages/home.scss */
  .why-we .border-box {
    margin: 0;
    height: 480px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 160px;
    border-right: 0;
  }
  /* line 279, ../sass/sections/pages/home.scss */
  .why-we .border-box p {
    text-align: left;
  }
  /* line 283, ../sass/sections/pages/home.scss */
  .why-we .border-box::after {
    left: auto;
    right: 0;
    top: 40px;
    width: 200%;
    height: 120%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 231, ../sass/sections/pages/home.scss */
  .why-we .border-box {
    margin: 0;
    height: 600px;
    position: absolute;
    right: 0;
    top: 0;
    width: 260px;
    border-right: 0;
  }
  /* line 301, ../sass/sections/pages/home.scss */
  .why-we .border-box p {
    text-align: left;
  }
  /* line 305, ../sass/sections/pages/home.scss */
  .why-we .border-box::after {
    left: auto;
    right: 0;
    width: 160%;
    height: 100%;
  }
}

@media screen and (min-width: 2000px) {
  /* line 316, ../sass/sections/pages/home.scss */
  .what-we-do {
    /*background: url("../images/footer.png") no-repeat 50% 100%/cover;*/
  }
}
/* line 325, ../sass/sections/pages/home.scss */
.what-we-do h2 {
  text-align: center;
    margin: 48px 0;
}

/* line 337, ../sass/sections/pages/home.scss */
.what-we-do h3 {
  color: #000;
  font-weight: 100;
}
/* line 341, ../sass/sections/pages/home.scss */
.what-we-do h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #2ea0da;
  margin: 25px auto 30px;
}
/* line 350, ../sass/sections/pages/home.scss */
.what-we-do .border-box-list {
  text-align: center;
}
@media screen and (min-width: 992px) {
  /* line 350, ../sass/sections/pages/home.scss */
  .what-we-do .border-box-list {
    display: "-webkit-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
/* line 359, ../sass/sections/pages/home.scss */
.what-we-do .border-box-list .border-box {
  margin: 0 0 24px;
}
@media screen and (min-width: 992px) {
  /* line 359, ../sass/sections/pages/home.scss */
  .what-we-do .border-box-list .border-box {
    width: 33%;
    height: auto;
    display: block;
    padding: 10px;
  }
}
/* line 368, ../sass/sections/pages/home.scss */
.what-we-do .border-box-list .border-box p {
  color: #000;
  margin: 0 0 40px;
  text-align: justify;
}

/* line 378, ../sass/sections/pages/home.scss */
aside {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: -999;
  opacity: 0;
  transition: opacity 0.3s, z-index 0.3s;
}
/* line 390, ../sass/sections/pages/home.scss */
aside.show {
  opacity: 1;
  z-index: 999999;
}
/* line 395, ../sass/sections/pages/home.scss */
aside video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
/* line 406, ../sass/sections/pages/home.scss */
aside #close {
  position: fixed;
  right: 32px;
  top: 32px;
  font-size: 42px;
  font-weight: 700;
  z-index: 9;
  color: #2ea0da;
  cursor: pointer;
}

/* line 2, ../sass/sections/pages/contact.scss */
.contact h2, .info-page h1 {
  display: block;
  text-align: center;
  padding: 16px 0 0;
}
@media screen and (min-width: 992px) {
  /* line 2, ../sass/sections/pages/contact.scss */
  .contact h2, .info-page h1 {
    padding: 0 128px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2, ../sass/sections/pages/contact.scss */
  .contact h2, .info-page h1 {
    padding: 0;
  }
}
/* line 16, ../sass/sections/pages/contact.scss */
.contact .container {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  max-width: 1060px;
}
@media screen and (min-width: 768px) {
  /* line 16, ../sass/sections/pages/contact.scss */
  .contact .container {
    display: "-webkit-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
  }
}

/* line 29, ../sass/sections/pages/contact.scss */
.contact .container p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 200;
}
/* line 35, ../sass/sections/pages/contact.scss */
.contact .container a {
  color: #2ea0da;
}
/* line 42, ../sass/sections/pages/contact.scss */
.contact .content-form form > p {
  text-align: left;
}
@media screen and (min-width: 992px) {
  /* line 42, ../sass/sections/pages/contact.scss */
  .contact .content-form form > p {
    text-align: right;
  }
}
/* line 53, ../sass/sections/pages/contact.scss */
.contact .content-form .form-row {
  display: block;
  margin: 0 0 12px;
}
@media screen and (min-width: 1200px) {
  /* line 53, ../sass/sections/pages/contact.scss */
  .contact .content-form .form-row {
    display: "-webkit-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
/* line 62, ../sass/sections/pages/contact.scss */
.contact .content-form .form-row .label {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  /* line 62, ../sass/sections/pages/contact.scss */
  .contact .content-form .form-row .label {
    margin: 0;
    min-width: 100px;
  }
}
/* line 72, ../sass/sections/pages/contact.scss */
.contact .content-form .form-row select, .contact .content-form .form-row textarea, .contact .content-form .form-row input:not([type="checkbox"]) {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 72, ../sass/sections/pages/contact.scss */
  .contact .content-form .form-row select, .contact .content-form .form-row textarea, .contact .content-form .form-row input:not([type="checkbox"]) {
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  /* line 72, ../sass/sections/pages/contact.scss */
  .contact .content-form .form-row select, .contact .content-form .form-row textarea, .contact .content-form .form-row input:not([type="checkbox"]) {
    width: 370px;
  }
}
/* line 84, ../sass/sections/pages/contact.scss */
.contact .content-form .form-row .wpcf7-not-valid {
  border-color: #da2e2e;
}
/* line 88, ../sass/sections/pages/contact.scss */
.contact .content-form .form-row input[type="checkbox"] {
  width: 21px;
  height: 21px;
}
/* line 92, ../sass/sections/pages/contact.scss */
.contact .content-form .form-row .wpcf7-not-valid-tip {
  display: block;
  color: #da2e2e;
  font-size: 13px;
}
/* line 97, ../sass/sections/pages/contact.scss */
.contact .content-form .form-row span:not(.wpcf7-not-valid-tip) {
  display: block;
  max-height: 176px;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  /* line 97, ../sass/sections/pages/contact.scss */
  .contact .content-form .form-row span:not(.wpcf7-not-valid-tip) {
    vertical-align: middle;
    display: inline-block;
  }
}
/* line 108, ../sass/sections/pages/contact.scss */
.contact .content-form .form-row p {
  margin: 0;
  font-size: 17px;
}
@media screen and (min-width: 1200px) {
  /* line 116, ../sass/sections/pages/contact.scss */
  .contact.contact-secondary .container {
    max-width: 1500px;
    padding-right: 250px;
  }
}
@media screen and (min-width: 768px) {
  /* line 123, ../sass/sections/pages/contact.scss */
  .contact.contact-secondary .container .content {
    padding-right: 48px;
  }
}
@media screen and (min-width: 992px) {
  /* line 123, ../sass/sections/pages/contact.scss */
  .contact.contact-secondary .container .content {
    margin-left: 50px;
    max-width: 75%;
  }
}
/* line 132, ../sass/sections/pages/contact.scss */
.contact.contact-secondary .container .content p {
  font-size: 17px;
}

@media screen and (min-width: 768px) {
  /* line 140, ../sass/sections/pages/contact.scss */
  .content-form,
  .content-description {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  /* line 140, ../sass/sections/pages/contact.scss */
  .content-form,
  .content-description {
    width: auto;
  }
}

/* line 152, ../sass/sections/pages/contact.scss */
.contact-image {
  position: relative;
  width: 100%;
  height: 195px;
  background: url("../images/mobile/contact_bg.jpg") no-repeat 50% 50%;
}
@media screen and (min-width: 480px) {
  /* line 152, ../sass/sections/pages/contact.scss */
  .contact-image {
    background: url("../images/smm/contact_bg.jpg") no-repeat 0 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 152, ../sass/sections/pages/contact.scss */
  .contact-image {
    background: url("../images/smm/contact_bg.jpg") no-repeat 0 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 152, ../sass/sections/pages/contact.scss */
  .contact-image {
    background: url("../images/contact_bg.jpg") no-repeat 0 0;
  }
}
@media screen and (min-width: 2000px) {
  /* line 152, ../sass/sections/pages/contact.scss */
  .contact-image {
    background: url("../images/contact_bg.jpg") no-repeat 0 0/100% auto;
  }
}
/* line 171, ../sass/sections/pages/contact.scss */
.contact-image .border-box {
  width: 230px;
  height: 200px;
  bottom: 35px;
  top: auto;
  position: absolute;
}
@media screen and (min-width: 768px) {
  /* line 171, ../sass/sections/pages/contact.scss */
  .contact-image .border-box {
    width: 330px;
    height: 240px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 171, ../sass/sections/pages/contact.scss */
  .contact-image .border-box {
    margin-left: 250px;
  }
}

/* line 16, ../sass/sections/pages/sensors.scss */
  .mysensor-image .container {
  position: relative;
}

/* line 31, ../sass/sections/pages/sensors.scss */
  .mysensor-image .container {
  content: "";
  position: absolute;
  background: url("../images/senssor_rendering.jpg") no-repeat 50% 50%/100%;
  width: 100%;
  height: 200px;
  z-index: -1;
  position: relative;
}
@media screen and (min-width: 480px) {
  /* line 44, ../sass/sections/pages/sensors.scss */
    .mysensor-image .container {
    background: url("../images/senssor_rendering.jpg") no-repeat 50% 0%/auto 100%;
    width: 100%;
    height: 450px;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  /* line 55, ../sass/sections/pages/sensors.scss */
    .mysensor-image .container {
    background: url("../images/senssor_rendering.jpg") no-repeat 0 0/cover;
    width: 690px;
    height: 490px;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
    .overview {
      margin: 30px 0 50px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 103, ../sass/sections/pages/sensors.scss */
    .overview {
    margin: 0 0 150px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 103, ../sass/sections/pages/sensors.scss */
    .api {
    margin: 0 0 25px;
  }
}

.overview {
  padding: 50px 0 0;
}
/* line 112, ../sass/sections/pages/sensors.scss */
  .overview .container {
  position: relative;
}
@media screen and (min-width: 992px) {
  /* line 116, ../sass/sections/pages/sensors.scss */
    .overview .content {
    max-width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 116, ../sass/sections/pages/sensors.scss */
    .overview .content {
    margin-left: 80px;
    max-width: 35%;
  }
}
/* line 128, ../sass/sections/pages/sensors.scss */
  .overview .sensor-graph::after {
  margin: 48px 0 0;
  content: "";
  position: static;
  display: block;
  top: 0px;
  right: 0;
  width: 100%;
  height: 220px;
  background: url("../images/sensor.png") no-repeat 50% 50%/auto 100%;
}
@media screen and (min-width: 480px) {
  /* line 140, ../sass/sections/pages/sensors.scss */
    .overview .sensor-graph::after {
    margin: 40px 0;
    content: "";
    position: static;
    display: block;
    top: 0px;
    right: 0;
    width: 100%;
    height: 330px;
    background: url("../images/xsm/sensor.png") no-repeat 50% 50%;
  }
}
@media screen and (min-width: 768px) {
  /* line 153, ../sass/sections/pages/sensors.scss */
    .overview .sensor-graph::after {
    width: 100%;
    height: 472px;
    background: url("../images/sensor.png") no-repeat 50% 50%;
  }
}

.overview .sensor-graph-pl::after {
  background: url("../images/sensor-pl.png") no-repeat 50% 50%/auto 100%;
}

@media screen and (min-width: 480px) {
    .overview .sensor-graph-pl::after {
    background: url("../images/xsm/sensor-pl.png") no-repeat 50% 50%;
  }
}

@media screen and (min-width: 768px) {
    .overview .sensor-graph-pl::after {
    background: url("../images/sensor-pl.png") no-repeat 50% 50%;
  }
}

@media screen and (min-width: 992px) {
  /* line 160, ../sass/sections/pages/sensors.scss */
    .overview .sensor-graph::after {
    margin: 0;
    content: "";
    position: absolute;
    top: -40px;
    right: 50px;
    width: 512px;
    height: 372px;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 172, ../sass/sections/pages/sensors.scss */
    .overview .sensor-graph::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    width: 712px;
    height: 472px;
  }
}

/* line 191, ../sass/sections/pages/sensors.scss */
  .coverage .container .content {
  margin: 0 auto;
}
/* line 196, ../sass/sections/pages/sensors.scss */
  .promo-movie {
  overflow: hidden;
}

/* line 203, ../sass/sections/pages/sensors.scss */
  .promo-movie .container {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  /* line 207, ../sass/sections/pages/sensors.scss */
    .promo-movie .content {
    margin-top: 60px;
    max-width: 50%;
  }
}
/* line 213, ../sass/sections/pages/sensors.scss */
  .promo-movie .movie {
  margin-bottom: 48px;
  position: relative;
}
/* line 217, ../sass/sections/pages/sensors.scss */
  .promo-movie .movie iframe {
  width: 280px;
  height: 162px;
}
/* line 222, ../sass/sections/pages/sensors.scss */
  .promo-movie .movie .player {
  width: 100%;
  height: 381px;
  background: url("../images/player.jpg") no-repeat 50% 50%/cover;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  /* line 222, ../sass/sections/pages/sensors.scss */
    .promo-movie .movie .player {
    width: 571px;
    height: 381px;
  }
}
@media screen and (min-width: 480px) {
  /* line 238, ../sass/sections/pages/sensors.scss */
    .promo-movie .movie iframe {
    width: 480px;
    height: 270px;
  }
}
@media screen and (min-width: 768px) {
  /* line 244, ../sass/sections/pages/sensors.scss */
    .promo-movie .movie iframe {
    width: 390px;
    height: 220px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 251, ../sass/sections/pages/sensors.scss */
    .promo-movie .movie iframe {
    width: 560px;
    height: 315px;
  }
}
/* line 257, ../sass/sections/pages/sensors.scss */
  .promo-movie .movie h4 {
  margin-top: 20px;
  text-align: center;
}

/* line 376, ../sass/sections/pages/sensors.scss */
  .pricing .container {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 992px) {
  /* line 380, ../sass/sections/pages/sensors.scss */
    .pricing .container .content {
    margin-top: 50px;
  }
}

/* line 391, ../sass/sections/pages/sensors.scss */
  .promo-movie .border-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 391, ../sass/sections/pages/sensors.scss */
    .promo-movie .border-box {
    width: 460px;
    height: 370px;
  }
}

@media screen and (min-width: 992px) {
  /* line 391, ../sass/sections/pages/sensors.scss */
    .promo-movie .border-box {
    width: 460px;
    height: 300px;
    top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 391, ../sass/sections/pages/sensors.scss */
    .promo-movie .border-box {
    width: 360px;
    height: 270px;
  }
}
@media screen and (min-width: 1480px) {
  /* line 391, ../sass/sections/pages/sensors.scss */
    .promo-movie .border-box {
    width: 460px;
    height: 370px;
  }
}
/* line 410, ../sass/sections/pages/sensors.scss */
  .promo-movie .border-box::after {
  content: "";
  position: relative;
  left: 0;
  top: 0px;
  width: 100%;
  height: calc(100% + 56px);
  z-index: -1;
  height: 250px;
  background: url("../images/sensor.jpg") no-repeat;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  /* line 421, ../sass/sections/pages/sensors.scss */
    .promo-movie .border-box::after {
    content: "";
    position: absolute;
    left: 65px;
    width: 400px;
    height: 313px;
    z-index: -1;
    background: url("../images/sensor.jpg") no-repeat;
  }
}
@media screen and (min-width: 1480px) {
  /* line 433, ../sass/sections/pages/sensors.scss */
    .promo-movie .border-box::after {
    content: "";
    position: absolute;
    left: 65px;
    top: -70px;
    height: 413px;
    z-index: -1;
    background: url("../images/sensor.jpg") no-repeat;
  }
}

/* line 2, ../sass/sections/pages/cloud.scss */
.page-template-my_cloud .overview {
  position: relative;
  overflow: hidden;
  display: "-webkit-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (min-width: 992px) {
  /* line 2, ../sass/sections/pages/cloud.scss */
  .page-template-my_cloud .overview, .overview-api {
    display: block;
    padding: 150px 0 250px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 2, ../sass/sections/pages/cloud.scss */
  .page-template-my_cloud .overview, .overview-api {
    padding: 150px 0 330px;
  }
}
/* line 18, ../sass/sections/pages/cloud.scss */
.page-template-my_cloud .overview .container, .overview-api .container {
  position: relative;
  -webkit-order: 2;
  -ms-order: 2;
  -moz-order: 2;
  -o-order: 2;
  order: 2;
}
/* line 24, ../sass/sections/pages/cloud.scss */
.page-template-my_cloud .overview .content, .overview-api .content {
  margin: 0 0 48px;
}
@media screen and (min-width: 992px) {
  /* line 24, ../sass/sections/pages/cloud.scss */
  .page-template-my_cloud .overview .content, .overview-api .content {
    max-width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 24, ../sass/sections/pages/cloud.scss */
  .page-template-my_cloud .overview .content, .overview-api .content {
    margin: 0 0 0 80px;
    max-width: 35%;
  }
}
/* line 38, ../sass/sections/pages/cloud.scss */
.page-template-my_cloud .overview .border-box, .overview-api .border-box {
  top: 0;
  width: 240px;
  height: 192px;
  padding: 24px;
  margin: 0 16px;
}
/* line 45, ../sass/sections/pages/cloud.scss */
.page-template-my_cloud .overview .border-box::after, .overview-api .border-box::after {
  content: "";
  position: absolute;
  background: url("../images/mobile/cloud-overview.jpg") no-repeat;
  width: 240px;
  height: 192px;
  z-index: -1;
  top: 24px;
  left: 24px;
}
@media screen and (min-width: 480px) {
  /* line 38, ../sass/sections/pages/cloud.scss */
  .page-template-my_cloud .overview .border-box, .overview-api .border-box {
    margin-left: 100px;
    height: 380px;
    width: 480px;
  }
  /* line 61, ../sass/sections/pages/cloud.scss */
  .page-template-my_cloud .overview .border-box::after, .overview-api .border-box::after {
    background: url("../images/smm/cloud-overview.jpg") no-repeat;
    height: 383px;
    width: 480px;
    top: -50px;
  }
}

@media screen and (max-width: 479px) {
  .overview-api .border-box::after {
    top: -50px;
  }
}

@media screen and (min-width: 768px) {
  /* line 38, ../sass/sections/pages/cloud.scss */
  .page-template-my_cloud .overview .border-box, .overview-api .border-box {
    margin-left: 250px;
  }
}
@media screen and (min-width: 992px) {
  /* line 38, ../sass/sections/pages/cloud.scss */
  .page-template-my_cloud .overview .border-box, .overview-api .border-box {
    position: absolute;
    right: 0;
    margin: 0 32px;
    height: 380px;
    width: 480px;
    padding: 18px;
  }
  /* line 80, ../sass/sections/pages/cloud.scss */
  .page-template-my_cloud .overview .border-box::after, .overview-api .border-box::after {
    background: url("../images/smm/cloud-overview.jpg") no-repeat;
    height: 383px;
    width: 480px;
    top: 80px;
  }
}
@media screen and (min-width: 1480px) {
  /* line 38, ../sass/sections/pages/cloud.scss */
  .page-template-my_cloud .overview .border-box, .overview-api .border-box {
    position: absolute;
    right: 126px;
    width: 600px;
    padding: 18px;
  }
  /* line 94, ../sass/sections/pages/cloud.scss */
  .page-template-my_cloud .overview .border-box::after, .overview-api .border-box::after {
    background: url("../images/cloud-overview.jpg") no-repeat;
    width: 680px;
    right: -150px;
    top: 75px;
    left: auto;
  }
}
/* line 106, ../sass/sections/pages/cloud.scss */
.api {
  position: relative;
}
/* line 110, ../sass/sections/pages/cloud.scss */
.api .container {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  /* line 119, ../sass/sections/pages/cloud.scss */
  .api .content {
    max-width: 40%;
  }
}
/* line 125, ../sass/sections/pages/cloud.scss */
.api .border-box {
  top: 0;
  left: 0;
  width: 240px;
  height: 192px;
  padding: 24px;
  margin: 0px 0 50px 0;
}
@media screen and (min-width: 480px) {
  /* line 125, ../sass/sections/pages/cloud.scss */
  .api .border-box {
    margin: 100px 0 50px 0;
  }
}
/* line 137, ../sass/sections/pages/cloud.scss */
.api .border-box::after {
  content: "";
  position: absolute;
  background: url("../images/mobile/cloud-api.jpg") no-repeat;
  width: calc(100% + 8px);
  height: calc(100% + 16px);
  z-index: -1;
  top: 24px;
  left: 24px;
}
@media screen and (min-width: 480px) {
  /* line 125, ../sass/sections/pages/cloud.scss */
  .api .border-box {
    width: 465px;
    height: 290px;
  }
  /* line 151, ../sass/sections/pages/cloud.scss */
  .api .border-box::after {
    top: -53px;
    height: calc(100% + 90px);
    background: url("../images/cloud-api.jpg") no-repeat 0 0/cover;
  }
}
@media screen and (min-width: 768px) {
  /* line 125, ../sass/sections/pages/cloud.scss */
  .api .border-box {
    width: 465px;
    height: 290px;
  }
  /* line 162, ../sass/sections/pages/cloud.scss */
  .api .border-box::after {
    height: 120%;
    width: 150%;
  }
}
@media screen and (min-width: 992px) {
  /* line 125, ../sass/sections/pages/cloud.scss */
  .api .border-box {
    position: absolute;
    right: 0;
    margin: 0 32px;
    height: 300px;
    width: 480px;
    padding: 18px;
  }
  /* line 177, ../sass/sections/pages/cloud.scss */
  .api .border-box::after {
    background: url("../images/smm/cloud-api.jpg") no-repeat 0 0/cover;
    height: 383px;
    width: 480px;
  }
}
@media screen and (min-width: 1480px) {
  /* line 125, ../sass/sections/pages/cloud.scss */
  .api .border-box {
    position: absolute;
    margin: 0;
    left: 160px;
    width: 650px;
    height: 330px;
  }
  /* line 190, ../sass/sections/pages/cloud.scss */
  .api .border-box::after {
    right: 74px;
    left: auto;
    width: 770px;
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  /* line 202, ../sass/sections/pages/cloud.scss */
  .page-template-my_cloud .access {
    padding: 200px 0 100px;
  }
}

/* line 2, ../sass/sections/pages/company.scss */
.ourmision {
  position: relative;
  overflow: hidden;
}

/* line 14, ../sass/sections/pages/company.scss */
 .ourmision .container {
  position: relative;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  /* line 19, ../sass/sections/pages/company.scss */
   .ourmision .content {
    margin: 0 0 28px;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 19, ../sass/sections/pages/company.scss */
  .ourmision .content {
    margin: 0 0 0 80px;
    max-width: 60%;
  }
}
/* line 33, ../sass/sections/pages/company.scss */
 .ourmision .border-box {
  top: 0;
  width: 240px;
  height: 192px;
  padding: 24px;
  margin: 0 16px 50px;
}
/* line 40, ../sass/sections/pages/company.scss */
 .ourmision .border-box::after {
  content: "";
  position: absolute;
  background: url("../images/mobile/ourmision.jpg") no-repeat 50% 50%;
  width: 240px;
  height: 192px;
  z-index: -1;
  top: 24px;
  left: 24px;
}
@media screen and (min-width: 480px) {
  /* line 33, ../sass/sections/pages/company.scss */
  .ourmision .border-box {
    margin-left: 100px;
    height: 380px;
    width: 400px;
  }
  /* line 56, ../sass/sections/pages/company.scss */
  .ourmision .border-box::after {
    height: 383px;
    width: 400px;
  }
}

@media screen and (min-width: 992px) {
  /* line 33, ../sass/sections/pages/company.scss */
  .ourmision .border-box {
    position: absolute;
    left: 0;
    margin: 0 32px;
    height: 380px;
    width: 400px;
    padding: 18px;
  }
  /* line 74, ../sass/sections/pages/company.scss */
  .ourmision .border-box::after {
    height: 383px;
    width: 400px;
  }
}

/* line 120, ../sass/sections/pages/company.scss */
  .users {
  padding: 48px 0;
  background: rgba(0, 126, 204, 0.09);
  text-align: center;
}
@media screen and (min-width: 992px) {
  /* line 120, ../sass/sections/pages/company.scss */
    .users {
    padding: 96px;
  }
}
/* line 128, ../sass/sections/pages/company.scss */
  .users .container {
  display: block;
}
/* line 132, ../sass/sections/pages/company.scss */
  .users p {
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}
/* line 138, ../sass/sections/pages/company.scss */
  .users h2 {
  text-align: center;
}
/* line 141, ../sass/sections/pages/company.scss */
  .users h2::after, .special-line::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #2ea0da;
  margin: 35px auto;
}
/* line 151, ../sass/sections/pages/company.scss */
  .users .team {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  /* line 154, ../sass/sections/pages/company.scss */
    .users .our-team {
    display: "-webkit-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  /* line 159, ../sass/sections/pages/company.scss */
    .users .our-team:nth-of-type(2), 
    .users .our-team:nth-of-type(4),
    .users .our-team:nth-of-type(6),
    .users .our-team:nth-of-type(8),
    .users .our-team:nth-of-type(10) {
    padding-left: 216px;
  }
}

/* line 181, ../sass/sections/pages/company.scss */
  .users .our-team .our-team-item {
  display: "-webkit-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  text-align: left;
  background: #fff;
  margin: 0 0 48px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  /* line 181, ../sass/sections/pages/company.scss */
    .users .our-team .our-team-item {
    margin: 0;
    width: 432px;
    height: 216px;
  }
}
@media screen and (min-width: 1480px) {
  /* line 181, ../sass/sections/pages/company.scss */
    .users .our-team .our-team-item {
    margin: 0 0 0 216px;
    width: 432px;
    height: 216px;
  }
  /* line 201, ../sass/sections/pages/company.scss */
    .users .our-team .our-team-item:first-child {
    margin: 0;
  }
}
/* line 208, ../sass/sections/pages/company.scss */
  .users .our-team .our-team-item:hover .animation {
  height: 100%;
}
/* line 212, ../sass/sections/pages/company.scss */
  .users .our-team .our-team-item:hover .our-team-desc {
  bottom: 0;
  overflow-y: scroll;
}
@media screen and (min-width: 1480px) {
  /* line 212, ../sass/sections/pages/company.scss */
    .users .our-team .our-team-item:hover .our-team-desc {
    overflow: hidden;
  }
}
/* line 222, ../sass/sections/pages/company.scss */
  .users .our-team .our-team-item:hover .photo img {
  opacity: 0;
}
/* line 228, ../sass/sections/pages/company.scss */
  .users .our-team .our-team-item .animation {
  overflow: hidden;
  height: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

  .users .our-team .our-team-item .our-team-desc::-webkit-scrollbar {
  display: none;
}

/* line 238, ../sass/sections/pages/company.scss */
  .users .our-team .our-team-item .our-team-desc {
  background: #2ea0da;
  position: absolute;
  left: 0;
  bottom: -100%;
  height: 100%;
  width: 100%;
  padding: 30px 0;
  z-index: 90;
  -webkit-transition: bottom 0.3s;
  -ms-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
@media screen and (min-width: 992px) {
  /* line 238, ../sass/sections/pages/company.scss */
    .users .our-team .our-team-item .our-team-desc {
    display: "-webkit-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
/* line 254, ../sass/sections/pages/company.scss */
  .users .our-team .our-team-item .our-team-desc p {
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 1480px) {
  /* line 262, ../sass/sections/pages/company.scss */
    .users .our-team .our-team-item.unknow .about {
    display: "-webkit-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  /* line 267, ../sass/sections/pages/company.scss */
    .users .our-team .our-team-item.unknow .about h4 {
    margin: 0;
  }
}
/* line 273, ../sass/sections/pages/company.scss */
  .users .our-team .our-team-item .about {
  margin: 0;
  padding: 25px;
}
@media screen and (min-width: 1200px) {
  /* line 273, ../sass/sections/pages/company.scss */
    .users .our-team .our-team-item .about {
    width: 216px;
    height: 216px;
    overflow: hidden;
  }
}
/* line 282, ../sass/sections/pages/company.scss */
  .users .our-team .our-team-item .about h4 {
  margin-bottom: 20px;
  line-height: 1.3;
  font-weight: 300;
}
/* line 290, ../sass/sections/pages/company.scss */
  .users .our-team .our-team-item .photo {
  position: relative;
  background: #f2fafe;
  width: 50%;
  min-width: 50%;
  height: 216px;
}
@media screen and (min-width: 768px) {
  /* line 290, ../sass/sections/pages/company.scss */
    .users .our-team .our-team-item .photo {
    width: 216px;
    height: 216px;
  }
}
/* line 301, ../sass/sections/pages/company.scss */
  .users .our-team .our-team-item .photo img {
  position: absolute;
  left: 0;
  bottom: 0;
  transition: opacity 0.3s;
}
@keyframes overflow {
  0% {
    overflow: visible;
  }
  100% {
    overflow: hidden;
  }
}
/* line 321, ../sass/sections/pages/company.scss */
  .partners {
  padding: 48px 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  /* line 321, ../sass/sections/pages/company.scss */
    .partners {
    padding: 48px;
  }
}

/* line 340, ../sass/sections/pages/company.scss */
  .partners p {
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}
/* line 346, ../sass/sections/pages/company.scss */
  .partners .container {
  display: block;
}
/* line 350, ../sass/sections/pages/company.scss */
  .partners h2 {
  text-align: center;
}
/* line 353, ../sass/sections/pages/company.scss */
  .partners h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #2ea0da;
  margin: 35px auto;
}
@media screen and (min-width: 992px) {
  /* line 363, ../sass/sections/pages/company.scss */
    .partners .list {
    display: "-webkit-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 25px 0;
  }
}
/* line 370, ../sass/sections/pages/company.scss */
  .partners .list .list-item {
  text-align: center;
  padding: 0 20px;
  margin: 25px 0;
}
@media screen and (min-width: 992px) {
  /* line 370, ../sass/sections/pages/company.scss */
    .partners .list .list-item {
    padding: 0 30px;
    max-width: 33.3333%;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 370, ../sass/sections/pages/company.scss */
    .partners .list .list-item {
    padding: 0 70px;
    max-width: 33.3333%;
    margin: 0;
  }
}
/* line 386, ../sass/sections/pages/company.scss */
  .partners .list .list-item a {
  -webkit-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
}
/* line 390, ../sass/sections/pages/company.scss */
  .partners .list .list-item a > * {
  display: block;
}
/* line 394, ../sass/sections/pages/company.scss */
  .partners .list .list-item a:hover {
  color: #000;
  opacity: 0.7;
}
/* line 399, ../sass/sections/pages/company.scss */
  .partners .list .list-item img {
  margin: 0 auto 10px;
}
/* line 402, ../sass/sections/pages/company.scss */
  .partners .list .list-item > * {
  display: block;
}
/* line 411, ../sass/sections/pages/company.scss */
  .presskit {
  position: relative;
  overflow: hidden;
}

/* line 423, ../sass/sections/pages/company.scss */
  .presskit .container {
  position: relative;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

@media screen and (min-width: 992px) {
  /* line 428, ../sass/sections/pages/company.scss */
    .presskit .content {
    margin: 0 0 128px;
    max-width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 428, ../sass/sections/pages/company.scss */
    .presskit .content {
    margin: 0 0 0 80px;
    max-width: 45%;
  }
}

/* line 4, ../sass/sections/pages/presskit.scss */
.presskit .container:first-child,
.sensor .container:first-child,
.logo .container:first-child,
.system .container:first-child {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 12, ../sass/sections/pages/presskit.scss */
.presskit .container h2 {
  margin: 0 auto;
}
@media screen and (min-width: 480px) {
  /* line 18, ../sass/sections/pages/presskit.scss */
  .presskit .press-kit .press-kit-item .thumb {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  /* line 18, ../sass/sections/pages/presskit.scss */
  .presskit .press-kit .press-kit-item .thumb {
    overflow: visible;
  }
}
/* line 31, ../sass/sections/pages/presskit.scss */
.presskit h2 {
  text-align: center;
}
/* line 35, ../sass/sections/pages/presskit.scss */
.presskit h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #2ea0da;
  margin: 35px auto;
}
/* line 45, ../sass/sections/pages/presskit.scss */
.presskit .content,
.sensor .content,
.logo .content,
.system .content {
  border: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  /* line 45, ../sass/sections/pages/presskit.scss */
  .presskit .content,
.sensor .content,
.logo .content,
.system .content {
    margin: 0 50px 0 0;
    max-width: 30%;
  }
}
/* line 55, ../sass/sections/pages/presskit.scss */
.presskit .content h3,
.sensor .content h3,
.logo .content h3,
.system .content h3 {
  margin: 0 0 35px;
}
/* line 60, ../sass/sections/pages/presskit.scss */
.presskit .border-box {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-left: 0;
  position: relative;
  height: auto;
  border: none;
}
@media screen and (min-width: 768px) {
  /* line 60, ../sass/sections/pages/presskit.scss */
  .presskit .border-box {
    position: absolute;
    left: 0;
    width: 50%;
    
  }
}
@media screen and (min-width: 992px) {
  /* line 60, ../sass/sections/pages/presskit.scss */
  .presskit .border-box {
    padding: 30px 40px 30px 50px;
    width: 45%;
  }
}

/* line 83, ../sass/sections/pages/presskit.scss */
.presskit .border-box h3, .presskit .border-box p {
  text-align: left;
  color: #000;
}
/* line 90, ../sass/sections/pages/presskit.scss */
.press-kit {
  display: "-webkit-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  /* line 90, ../sass/sections/pages/presskit.scss */
  .press-kit {
    background: #fff;
    padding: 50px 20px;
    max-width: 70%;
    margin-left: 50%;
  }
}
@media screen and (min-width: 992px) {
  /* line 90, ../sass/sections/pages/presskit.scss */
  .press-kit {
    margin-left: 40%;
  }
}
/* line 109, ../sass/sections/pages/presskit.scss */
.press-kit .press-kit-item {
  width: 100%;
  max-width: 100%;
  margin: 0 0 50px;
}
@media screen and (min-width: 480px) {
  /* line 109, ../sass/sections/pages/presskit.scss */
  .press-kit .press-kit-item {
    width: 45%;
    padding: 0 8px;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  /* line 109, ../sass/sections/pages/presskit.scss */
   .press-kit .press-kit-item {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  /* line 109, ../sass/sections/pages/presskit.scss */
  .press-kit .press-kit-item {
    padding: 0 8px;
    max-width: 50%;
  }
}

/* line 134, ../sass/sections/pages/presskit.scss */
.press-kit .press-kit-item .thumb {
  background: url("../images/presskit/bg.jpg") no-repeat 50% 50%/cover;
  border: 1px solid #2ea0da;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 25px;
  text-align: center;
}

.press-kit .press-kit-item .thumb {
  width: 380px;
  display: "-webkit-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: auto;
}
  
@media screen and (min-width: 992px) {
  /* line 134, ../sass/sections/pages/presskit.scss */
  .press-kit .press-kit-item .thumb {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 134, ../sass/sections/pages/presskit.scss */
  .press-kit .press-kit-item .thumb {
    margin: 0 0 25px;
  }
}
@media screen and (min-width: 1480px) {
  /* line 134, ../sass/sections/pages/presskit.scss */
  .press-kit .press-kit-item .thumb {
    overflow: visible;
  }
}

@media screen and (min-width: 1200px) {
  .press-kit .press-kit-item {
    width: 50%;
  }
}

@media screen and (min-width: 1480px) {
  .press-kit .press-kit-item {
    width: 50%;
  }
}

@media screen and (min-width: 1480px) {
  /* line 168, ../sass/sections/pages/presskit.scss */
  .press-kit .press-kit-item .thumb img {
    bottom: -2px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
/* line 180, ../sass/sections/pages/presskit.scss */
.press-kit .press-kit-item.founders {
  width: 100%;
  max-width: 100%;
}
/* line 185, ../sass/sections/pages/presskit.scss */
.press-kit .press-kit-item.founders .thumb {
  height: auto;
  width: 100%;
}
/* line 189, ../sass/sections/pages/presskit.scss */
.press-kit .press-kit-item.founders .thumb img {
  position: static;
}
@media screen and (min-width: 768px) {
  /* line 198, ../sass/sections/pages/presskit.scss */
 .sensor {
    margin-top: 100px;
  }
}
/* line 205, ../sass/sections/pages/presskit.scss */
.sensor .press-kit .press-kit-item .thumb {
  height: auto;
  background: none;
}
/* line 209, ../sass/sections/pages/presskit.scss */
.sensor .press-kit .press-kit-item .thumb img {
  position: static;
}

/* line 223, ../sass/sections/pages/presskit.scss */
.system .press-kit .press-kit-item .thumb,
.logo .press-kit .press-kit-item .thumb {
  display: "-webkit-flex";
  display: "-ms-flexbox";
  display: "-ms-flex";
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: auto;
  background: none;
}
/* line 230, ../sass/sections/pages/presskit.scss */
.system .press-kit .press-kit-item .thumb img,
.logo .press-kit .press-kit-item .thumb img {
  position: static;
}
@media screen and (min-width: 992px) {
  /* line 238, ../sass/sections/pages/presskit.scss */
  .system {
    margin-bottom: 150px;
  }
}
/* line 243, ../sass/sections/pages/presskit.scss */
.system .press-kit .press-kit-item {
  max-width: 100%;
}

/* line 9, ../sass/style.scss */
body {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  color: #000;
  background: url("../images/mobile/background.jpg") repeat-y 50% 0;
  font-size: 90%;
}
@media screen and (min-width: 480px) {
  /* line 9, ../sass/style.scss */
  body {
    background: url("../images/xsm/background.jpg") repeat-y 50% 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 9, ../sass/style.scss */
  body {
    font-size: 17px;
    background: url("../images/smm/background.jpg") repeat-y 50% 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 9, ../sass/style.scss */
  body {
    background: url("../images/mdm/background.jpg") repeat-y 50% 0;
    font-size: 100%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 9, ../sass/style.scss */
  body {
    background: url("../images/background.jpg") repeat-y 50% 0;
  }
}
@media screen and (min-width: 2000px) {
  /* line 9, ../sass/style.scss */
  body {
    background: url("../images/retina/background.jpg") repeat-y 50% 0/100% auto;
  }
}
/* line 44, ../sass/style.scss */
body.home main {
  padding: 0;
}
/* line 48, ../sass/style.scss */
body.home footer {
  border: 0;
}
/* line 55, ../sass/style.scss */
body.error404 .site-content .page-header {
  position: static;
}
/* line 58, ../sass/style.scss */
body.error404 .site-content .page-content {
  display: none;
}

/* line 66, ../sass/style.scss */
* {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

/* line 77, ../sass/style.scss */
strong {
  font-weight: 700;
}
/* line 80, ../sass/style.scss */
strong a span {
  color: #2ea0da;
  text-decoration: underline;
}

/* line 87, ../sass/style.scss */
a {
  color: #000;
}
/* line 90, ../sass/style.scss */
a:hover {
  text-decoration: none;
  color: #2ea0da;
}

/* line 96, ../sass/style.scss */
p {
  color: #000;
  font-size: 17px;
  margin: 0 0 40px;
  text-align: justify;
  line-height: 25px;
}

/* line 104, ../sass/style.scss */
main {
  padding-top: 70px;
}
@media screen and (min-width: 992px) {
  /* line 104, ../sass/style.scss */
  main {
    padding-top: 105px;
  }
}

/* line 112, ../sass/style.scss */
img {
  max-width: 100%;
}

/* line 116, ../sass/style.scss */
.circle {
  border-radius: 50%;
  border: 2px solid #fff;
}

/* line 121, ../sass/style.scss */
.container, .contact {
  width: 100%;
  padding: 30px 32px;
}
@media screen and (min-width: 768px) {
  /* line 121, ../sass/style.scss */
  .container {
    padding: 0 48px;
  }
}

.why-we .container {
  width: 100%;
  padding: 60px 32px 0;
}

@media screen and (min-width: 992px) {
  /* line 121, ../sass/style.scss */
  .container {
    display: "-webkit-flex";
    display: "-ms-flexbox";
    display: "-ms-flex";
    display: flex;
    max-width: 1500px;
    padding: 0 48px 0 64px;
    margin: 0 auto;
  }
}

/* line 154, ../sass/style.scss */
h2, h1 {
  text-align: center;
  font-weight: 100;
  font-size: 40px;
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  /* line 154, ../sass/style.scss */
  h2, h1 {
    font-size: 60px;
  }
}

/* line 165, ../sass/style.scss */
h3 {
  text-align: center;
  font-weight: 100;
  font-size: 30px;
  margin: 0 0 20px;
}

@media screen and (min-width: 768px) {
  /* line 165, ../sass/style.scss */
  h3 {
    font-size: 45px;
  }
}

/* line 174, ../sass/style.scss */
h4 {
  font-weight: 500;
  font-size: 25px;
}

/* line 183, ../sass/style.scss */
.carousel-indicators li {
  margin: 0 4px;
  border: 0;
  background: #fff;
  width: 12px;
  height: 12px;
}

/* line 191, ../sass/style.scss */
.carousel-indicators li.active {
  margin: 0 4px;
  border: 0;
  width: 12px;
  height: 12px;
  background: #2ea0da;
}

/* line 200, ../sass/style.scss */
.screen-reader-response {
  display: none;
}

.wpcf7-acceptance {
height: 34px;
}


@media screen and (min-width: 768px) {
  .footer-column {
    width: 25%;
  }
}

@media screen and (min-width: 480px) {
  .footer-column {
    float: left;
    height: 80px;
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .footer-column {
    width: 100%;
    padding: 5px 0;
  }
}

.about p {
  margin: 5px 0 10px;
}

.what-we-do .btn {
  margin-bottom: 5px;
}

.slider-btn {
  background: transparent !important;
  border: solid #FFF 2px;
}

.pricing p {
  margin: 0;
}

.pricing .btn {
  margin: 30px 0;
}

.pricing .content, .coverage .content {
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .pricing, .coverage {
    margin-bottom: 30px;
  }
}

.mysensor-image .container {
  margin: auto;
}

header {
  background: #FFF;
}

.contact p {
  margin-bottom: 20px;
}

@media screen and (min-width: 920px) {
  .overview-api {
    padding: 0;
  }
}

@media screen and (max-width: 1199px) {
  .overview-api {
    padding-top: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .overview-api {
    padding-top: 25px;
  }
}

@media screen and (max-width: 991px) {
  .overview-api {
    padding-top: 25px;
  }
}

.contact .btn {
    color: #FFF !important;
    margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .pricing .btn, .about .btn, .slider .content .btn {
    width: 350px;
  }
}

@media screen and (min-width: 480px) {
.slider a {
  width: 250px;
}
}

.about a, .why-we a {
  text-decoration: underline;
}

.btn, header a {
  text-decoration: none !important;
}

.about h3 {
  margin: 30px 0;
}

.btn-with-padding {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .main-container, .contact, .presskit {
      padding: 32px 48px 0;
  }
}

.cooperation a, .partners a, .users a, .special-btn {
  text-decoration: none;
}

.presskit p {
   margin-bottom: 20px;
}

.presskit h4 {
  margin: 20px 0;
}

@media screen and (max-width: 479px) {
  .border-box {
      border: none;
      padding: 0;
  }
}

@media screen and (max-width: 479px) {
  h4 {
      font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
   .slider h3, .about h3, .pricing h3 {
      margin-left: -25px !important;
      margin-right: -25px !important;
      text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .wpcf7-email, .wpcf7-text, input.wpcf7-submit, .about .btn, 
  .slider .btn, .pricing .btn, .about .special-btn, .what-we-do .btn {
      width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .users .our-team .our-team-item .photo {
      width: 33%;
      min-width: 33%;
  }
}

@media screen and (max-width: 479px) {
  .users .our-team .our-team-item .about h4 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

@media screen and (max-width: 479px) {
  .users .our-team .our-team-item .about {
    text-align: center;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .pricing .special-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
}

@media screen and (min-width: 480px) {
  .about .special-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
}

.api {
  padding-bottom: 0;
}

@media screen and (min-width: 992px) {
  .ourmision {
    padding: 25px 0;
  }
}

@media screen and (min-width: 1200px) {
  .ourmision {
    margin-bottom: 48px;
  }
}

@media screen and (max-width: 767px) {
  .ourmision {
    padding-bottom: 32px;
  }
}

.users {
  padding-top: 48px;
}

@media screen and (min-width: 992px) {
  .btn-wrapper {
    bottom: 10px;
    position: absolute;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .what-we-do .border-box-list .border-box p {
    margin-bottom: 110px;
  }
}

@media screen and (min-width: 768px) {
  .pricing h3 {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .pricing h2::after {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pricing h2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .promo-movie {
    padding: 0;
  }
}

.access {
    padding-bottom: 25px;
}

.cookies-policy-container {
	background-color: #FFF;
  position: fixed;
  bottom: 0;
	z-index: 999999;
	display: none;
  width: 100%;
}

.cookies-policy-container-visible {
	display: block;
}

.cookies-policy {
	padding: 5px 15px;
}

.cookies-information {
	line-height: 1.7;
	margin: 0;
	text-align: center;
	font-size: 14px;
}

.cookies-information a {
	white-space: nowrap;
	text-decoration: none;
	color: #2ea0da;
  text-transform: none;
  min-width: inherit;
  height: 35px;
}

.link {
  position: relative;
  top: -120px;
  display: block;
  height: 0;
  width: 0;
}
}