/*================================================*/
/*                    MAIN STYLES                 */
/*================================================*/
html {
  height: 100%;
}
body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  color: #0288d1;
  font-family: "OpenSansHebrew", sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  min-width: 320px;
  max-width: 100vw;
  min-height: 100%;
}
.nm-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0;
}
.nm-big-wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.nm-clear:after {
  content: "";
  display: table;
  clear: both;
}
.nm-hidden {
  display: none;
}
.nm-hidden-imp {
  display: none !important;
}
.nm-invisible {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-underline {
  text-decoration: underline;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
b {
  font-weight: 700;
}
a {
  font-family: "OpenSansHebrew", sans-serif;
  text-decoration: none;
}
.nm-btn {
  cursor: pointer;
  display: block;
  text-align: center;
  color: #fff;
  font-family: "OpenSansHebrew", sans-serif;
  font-size: 0.625em;
  font-weight: 400;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #03a9f5;
  border-radius: 2px;
  -webkit-box-shadow: -0.7px 0.7px 5px rgba(0,0,0,0.35);
  box-shadow: -0.7px 0.7px 5px rgba(0,0,0,0.35);
  width: auto;
  max-width: 299px;
  padding: 8px;
  margin: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nm-btn:hover {
  background-color: #23b8fc;
  color: #fff;
  text-decoration: none;
}
.nm-btn:active {
  background-color: #0398dd;
  color: #fff;
  text-decoration: none;
}
input::-ms-clear {
  display: none;
}
.nm-input {
  display: block;
  color: #fff;
  font-family: "OpenSansHebrew", sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  background-color: transparent;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 54px;
  padding: 0 12px;
  margin: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nm-input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.nm-input:focus:-ms-input-placeholder {
  opacity: 0;
}
.nm-input:focus::-moz-placeholder {
  opacity: 0;
}
.nm-input::-webkit-input-placeholder {
  color: #fff;
  font-family: "OpenSansHebrew", sans-serif;
  font-size: 0.75em;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nm-input:-ms-input-placeholder {
  color: #fff;
  font-family: "OpenSansHebrew", sans-serif;
  font-size: 0.75em;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.nm-input::-moz-placeholder {
  color: #fff;
  font-family: "OpenSansHebrew", sans-serif;
  font-size: 0.75em;
  font-weight: 300;
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
/*================================================*/
/*                    HEADER	                  */
/*================================================*/
header {
  background-color: #03a9f5;
  padding: 13px 0;
}
header .nm-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
header .nm-logo .nm-h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
header .nm-logo img {
  display: block;
  margin-right: 18px;
}
/*================================================*/
/*                    MAIN  	                  */
/*================================================*/
.nm-grow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  width: 100%;
  min-height: 1px;
  margin: 0 auto;
}
main {
  width: 100%;
}
.nm-img-wrap {
  display: block;
}
.nm-img-wrap img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.nm-white-text {
  color: #fff;
}
.nm-section-grey-bg {
  background-color: #e7e7e7;
}
.nm-section-home {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#03a9f5), to(#fc4482));
  background-image: -webkit-linear-gradient(bottom, #03a9f5 0%, #fc4482 100%);
  background-image: -o-linear-gradient(bottom, #03a9f5 0%, #fc4482 100%);
  background-image: linear-gradient(to top, #03a9f5 0%, #fc4482 100%);
  padding-top: 180px;
  overflow: hidden;
}
.nm-section-home .nm-inner {
  margin-top: 45px;
  padding-right: 11%;
}
.nm-section-home .nm-text {
  margin-bottom: 1.5em;
}
.nm-section-home .nm-frame-wrap {
  position: relative;
}
.nm-section-home .nm-frame-wrap:before {
  display: block;
  content: "";
  padding-top: 60%;
}
.nm-section-home .nm-frame-wrap:after {
  position: absolute;
  display: block;
  content: "";
  background: url("/img/ANDIONpc.png") top left;
  background-size: 100% 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.nm-section-home .nm-inner-wrap {
  position: absolute;
  top: 8%;
  bottom: 22%;
  left: 12.5%;
  right: 12.5%;
}
.nm-section-home iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
}
.nm-section-home .nm-circle {
  position: relative;
  display: block;
  border-radius: 50%;
  border: 1px dashed #e7e7e7;
  width: 50%;
  margin: 0 auto;
  margin-top: -120px;
  -webkit-transform: translateY(62%);
  -ms-transform: translateY(62%);
  transform: translateY(62%);
}
.nm-section-home .nm-circle:before {
  display: block;
  content: "";
  border-radius: 50%;
  padding-top: 100%;
}
.nm-section-home .nm-circle:hover .nm-abs-block {
  color: #fff;
}
.nm-section-home .nm-circle:hover img {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.nm-section-home .nm-circle .nm-abs-block {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 0.625em;
  font-weight: 700;
  top: 15%;
  left: 0;
  right: 0;
  color: #e7e7e7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.nm-section-home .nm-circle .nm-abs-block img {
  display: block;
  margin: 20px auto 0 auto;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nm-complex-h2 {
  direction: ltr;
  text-align: center;
  font-size: 1.25em;
}
.nm-complex-h2 .nm-bolder {
  font-weight: 800;
}
.nm-complex-h2 .nm-thinner {
  font-weight: 300;
}
.nm-h4 {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.nm-section-complex {
  padding: 80px 0 115px 0;
}
.nm-section-complex .nm-complex-h2 {
  color: #757575;
  margin-bottom: 1.05em;
}
.nm-section-complex .nm-text {
  color: #1891d5;
  max-width: 660px;
  margin-top: 225px;
}
.nm-section-complex .nm-browsers-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 660px;
  margin-top: 80px;
}
.nm-section-complex .nm-browsers-block .nm-item {
  display: block;
  text-align: center;
}
.nm-section-complex .nm-browsers-block .nm-item:not(.nm-soon) .nm-descr {
  display: inline-block;
  background-color: #03a9f5;
  border-radius: 10px;
  color: #fff;
  font-size: 0.375em;
  font-weight: 700;
  padding: 0 15px;
  margin-top: 10px;
}
.nm-section-complex .nm-browsers-block .nm-item.nm-soon {
  cursor: default;
}
.nm-section-complex .nm-browsers-block .nm-item.nm-soon .nm-descr {
  display: inline-block;
  color: #757575;
  font-size: 0.5em;
  font-weight: 400;
  margin-top: 5px;
}
.nm-section-activity {
  padding: 125px 0 85px 0;
}
.nm-section-activity .nm-row1 {
  margin-bottom: 100px;
}
.nm-section-activity .nm-inner {
  padding-right: 11%;
}
.nm-section-activity .nm-h3 {
  color: #757575;
  font-size: 1.25em;
  font-weight: 400;
  margin-top: 0.1em;
  margin-bottom: 1.75em;
}
.nm-section-activity .nm-activity-text {
  margin-bottom: 1.5em;
}
.nm-section-activity .nm-qoute-block {
  color: #fb4482;
  font-size: 1.25em;
  font-style: italic;
  margin-top: 2.25em;
}
.nm-section-activity .nm-inner2 {
  padding-right: 9%;
  max-width: 830px;
}
.nm-section-mobile {
  padding: 100px 0 220px 0;
}
.nm-section-mobile .nm-relative {
  position: relative;
}
.nm-section-mobile .nm-inner {
  position: absolute;
  top: 0;
  right: 50px;
  left: -350px;
  padding-right: 19%;
}
.nm-section-mobile .nm-btn-googleplay {
  display: inline-block;
  margin-top: 35px;
}
.nm-section-mobile .nm-btn-googleplay img {
  display: block;
}
.nm-section-mobile .nm-btn-googleplay:hover {
  opacity: 0.85;
}
.nm-section-mobile .nm-btn-googleplay:active {
  opacity: 1;
}
/*================================================*/
/*                    FOOTER	                  */
/*================================================*/
footer {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#757bc0), to(#fc4482));
  background-image: -webkit-linear-gradient(bottom, #757bc0 0%, #fc4482 100%);
  background-image: -o-linear-gradient(bottom, #757bc0 0%, #fc4482 100%);
  background-image: linear-gradient(to top, #757bc0 0%, #fc4482 100%);
  padding: 85px 0;
}
footer .nm-form-block {
  max-width: 392px;
  margin: 0 auto;
}
footer .nm-caption {
  font-size: 0.75em;
  font-weight: 700;
  margin-bottom: 0.7em;
}
footer .nm-input-wrap {
  margin-bottom: 25px;
}
footer .nm-btn-wrap {
  margin-top: 33px;
}
footer .nm-btn {
  background-color: #fff;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  color: #f54785;
  font-size: 0.75em;
  font-weight: 400;
  width: 100%;
  max-width: none;
  height: 54px;
  padding: 0;
}
footer .nm-btn:hover {
  background-color: rgba(255,255,255,0.8);
  color: #f54785;
}
footer .nm-btn:active {
  background-color: #fff;
  color: #f54785;
}
footer .nm-complex-h2 {
  margin-top: 110px;
}
/*================================================*/
/*                    MEDIA		                  */
/*================================================*/
@media (min-width: 1300px) {
  .container,
  .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
  .row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1590px) {
  .nm-section-home .nm-inner {
    margin: 0;
  }
  .nm-section-home .nm-circle .nm-abs-block {
    top: 12%;
  }
  .nm-section-home .nm-circle .nm-abs-block img {
    margin-top: 10px;
  }
}
@media (max-width: 1299px) {
  body {
    font-size: 32px;
  }
  .nm-section-home {
    padding-top: 80px;
  }
  .nm-section-activity,
  .nm-section-mobile {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .nm-section-home .nm-inner {
    text-align: center;
    padding: 0;
  }
  .nm-btn {
    margin: 0 auto;
  }
  .col-md-6:not(:last-child) {
    margin-bottom: 60px;
  }
  .nm-section-complex {
    text-align: center;
  }
  .nm-section-complex .nm-text,
  .nm-section-complex .nm-browsers-block {
    max-width: none;
  }
  .nm-section-activity .nm-inner {
    text-align: center;
    padding: 0;
  }
  .nm-section-activity .nm-inner2 {
    padding: 0;
  }
  .nm-section-mobile .nm-inner {
    position: static;
    padding: 0;
    margin-bottom: 20px;
  }
  .nm-section-complex .nm-text,
  footer .nm-complex-h2 {
    margin-top: 0;
  }
}
@media (max-width: 475px) {
  body {
    font-size: 24px;
  }
  header .nm-logo .nm-h1 {
    font-size: 16px;
  }
  header .nm-logo img {
    width: 25px;
    height: 30px;
    margin-right: 10px;
  }
  .nm-section-home {
    padding-top: 60px;
  }
  .nm-section-home .nm-circle {
    width: 200px;
    margin-top: -80px;
  }
  .nm-section-home .nm-circle img {
    zoom: 0.8;
  }
  .nm-section-complex {
    padding: 60px 0;
  }
  .nm-section-complex .nm-browsers-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -30px;
  }
  .nm-section-complex .nm-browsers-block .nm-item {
    margin: 0 7px 30px 7px;
  }
  .nm-section-activity,
  .nm-section-mobile {
    padding: 60px 0;
  }
  .nm-section-mobile .nm-btn-googleplay img {
    zoom: 0.7;
  }
  footer {
    padding: 60px 0;
  }
  .nm-input,
  footer .nm-btn {
    height: 42px;
  }
  .nm-btn {
    font-size: 0.8em;
  }
}
@media (max-width: 360px) {
  .nm-complex-h2 {
    font-size: 1.2em;
  }
}

/*# sourceMappingURL=style.css.map */