*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0; }

body {
  font-family: 'Roboto', sans-serif;
  color: #8492af;
  font-size: 18px;
  text-align: center; }

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

h1 {
  font-size: 60px;
  font-weight: 100; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.btn {
  border-radius: 24px;
  border: 0;
  font-weight: 700;
  background-color: transparent;
  color: #0e1a35;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

.btn_blue {
  background-color: #5584ff;
  padding: 16px 55px;
  color: #fff;
  letter-spacing: 0.24px; }
  .btn_blue:hover {
    background-color: #4b74e0; }

/* **************Header********************
*******************************************/
.header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1; }

.header__inner {
  padding-top: 67px;
  margin-left: 100px;
  margin-right: 100px;
  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;
  position: relative; }

.nav__link {
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.24px;
  padding-right: 40px; }

.nav__btn {
  color: #5584ff;
  letter-spacing: 0.24px;
  border: 1px solid rgba(85, 132, 255, 0.3);
  background-color: transparent;
  border-radius: 24px;
  padding: 11px 35px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .nav__btn:hover {
    background-color: #5584ff;
    color: #ffffff; }

.nav-toggle {
  display: none;
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 80px;
  right: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.nav-toggle__item {
  display: block;
  height: 2px;
  width: 35px;
  background-color: #fff;
  position: relative; }
  .nav-toggle__item:before {
    content: "";
    display: block;
    height: 2px;
    width: 35px;
    background-color: #fff;
    position: absolute;
    top: -8px;
    z-index: 1; }
  .nav-toggle__item:after {
    content: "";
    display: block;
    height: 2px;
    width: 35px;
    background-color: #fff;
    position: absolute;
    top: 8px;
    z-index: 1; }

/* **************Intro********************
*******************************************/
.intro {
  background: #0e1a35 url(../img/bg-intro.jpg) center no-repeat;
  background-size: cover;
  position: relative; }

.intro__title {
  padding-top: 278px;
  padding-bottom: 18px;
  color: #ffffff; }

.intro__subtitle {
  font-weight: 400;
  font-size: 36px;
  padding-bottom: 82px; }

.dashboard {
  -webkit-box-shadow: 0 0 80px rgba(39, 71, 144, 0.46);
  box-shadow: 0 0 80px rgba(39, 71, 144, 0.46);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -128px;
  z-index: 1;
  max-width: 80%; }

.intro .btn {
  margin-bottom: 581px; }

/* **************Featutes********************
*******************************************/
.features__inner {
  padding: 257px 40px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.features__item_padding {
  padding-right: 100px;
  padding-left: 100px; }

.features__img {
  margin: 0 auto;
  margin-bottom: 60px;
  max-height: 76px; }

.features__title {
  color: #0e1a35;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.48px; }

.features__text {
  line-height: 30px;
  max-width: 360px;
  padding-top: 27px;
  padding-bottom: 69px; }

.features__btn {
  border: 1px solid rgba(132, 146, 175, 0.3);
  padding: 17px 85px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .features__btn:hover {
    background-color: #edeef0; }

/* **************Devices********************
*******************************************/
.devices {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f7fa), to(#ffffff));
  background-image: -webkit-linear-gradient(bottom, #f6f7fa 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #f6f7fa 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #f6f7fa 0%, #ffffff 100%); }

.devices__inner {
  padding-top: 184px;
  padding-bottom: 123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.desc {
  padding: 80px 80px 0 200px;
  width: 50%; }

.devices__img {
  width: 50%; }

.devices__img img {
  margin-left: auto;
  width: 100%; }

.desc__title {
  color: #0e1a35; }

.desc__text {
  text-align: left;
  max-width: 577px;
  padding-top: 59px;
  padding-bottom: 47px; }

.desc__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 39px; }

.desc__lead-img {
  width: 28px;
  height: 28px; }

.desc__lead-text {
  padding-left: 18px;
  color: #5584ff;
  font-size: 22px;
  text-align: left; }

/* **************Using********************
*******************************************/
.using {
  background: #0e1a35 url(../img/bg-intro.jpg) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.workflow {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 167px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 200px; }

.workflow__progress {
  margin-right: 50px; }

.workflow__title {
  color: #ffffff;
  font-size: 31px;
  font-weight: 500;
  margin-bottom: 28px;
  text-align: left;
  position: relative; }

.workflow__title-arrow:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 3px solid #73819d;
  border-right: 3px solid #73819d;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }

.workflow__title span {
  color: #8492af; }

.workflow__inner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20vw;
  height: 12vh;
  background-color: #fff;
  margin-bottom: 12px;
  position: relative;
  border: 1px solid #c4c8d0; }

.workflow__letter {
  margin-left: 30px;
  margin-right: 22px;
  min-height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background-color: #5584ff;
  color: #eef1ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.workflow__text h6 {
  color: #3a4256;
  font-size: 18px;
  padding-right: 25px; }

.workflow__text-timer {
  font-size: 16px;
  text-align: left;
  padding-top: 6px; }

.workflow__text-completed {
  color: #5fd770; }

.workflow__text-completed {
  font-size: 16px;
  text-align: left;
  padding-top: 6px; }

.workflow__text {
  text-align: left; }

.workflow__hand {
  position: absolute;
  bottom: -50px;
  right: -43px;
  z-index: 1; }

.workflow__point {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #8492af;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5%; }
  .workflow__point:before {
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #8492af;
    position: absolute;
    top: -10px;
    z-index: 1; }
  .workflow__point:after {
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #8492af;
    position: absolute;
    top: 10px;
    z-index: 1; }

.workflow__inner-item_transform {
  -webkit-transform: translate3d(27px, 22px, 0);
  transform: translate3d(27px, 22px, 0); }

.workflow__inner-item_dashed {
  border: 1px dashed #8492af;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent; }

.using__content {
  width: 50%; }

.using__title {
  padding-top: 228px;
  padding-bottom: 47px;
  color: #ffffff; }

.using__text {
  margin: 0 auto;
  max-width: 26vw; }
  .using__text p {
    margin-bottom: 44px;
    text-align: left; }

.owl-nav {
  text-align: left;
  margin: 0 auto;
  max-width: 26vw; }

.owl-carousel .owl-nav button.owl-next {
  background: url(../img/arrow-right.png) no-repeat center;
  background-size: cover;
  width: 35px;
  height: 35px;
  color: transparent;
  margin-left: 19px; }

.owl-carousel .owl-nav button.owl-prev {
  background: url(../img/arrow-left.png) no-repeat center;
  background-size: cover;
  width: 35px;
  height: 35px;
  color: transparent; }

/* **************Powerfull********************
*******************************************/
.powerfull {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f6f7fa), to(#ffffff));
  background-image: -webkit-linear-gradient(bottom, #f6f7fa 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #f6f7fa 0%, #ffffff 100%);
  background-image: linear-gradient(to top, #f6f7fa 0%, #ffffff 100%); }

.powerfull__title {
  color: #0e1a35;
  padding-top: 103px;
  padding-bottom: 48px; }

.powerfull__text {
  max-width: 50vw;
  margin: 0 auto;
  padding-bottom: 86px; }

.powerfull__img {
  margin: 0 auto;
  padding-bottom: 109px; }

.over-text {
  position: relative; }

.over-text__upper {
  margin-left: 20px;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-102%);
  -ms-transform: translateX(-102%);
  transform: translateX(-102%);
  z-index: 1; }

.over-text__title {
  color: #0e1a35;
  font-size: 24px;
  font-weight: 700;
  margin-right: auto;
  text-align: left; }

.over-text__text {
  max-width: 233px;
  text-align: left;
  margin-right: auto; }

.over-text__lower .over-text__title {
  margin-left: auto;
  text-align: right; }

.over-text__lower .over-text__text {
  margin-left: auto;
  margin-right: 0;
  text-align: right; }

.over-text__lower {
  position: absolute;
  bottom: 280px;
  right: 50%;
  -webkit-transform: translateX(104%);
  -ms-transform: translateX(104%);
  transform: translateX(104%);
  z-index: 1;
  margin-right: 20px; }

/* **************Pricing********************
*******************************************/
.pricing__title {
  padding-top: 20px;
  padding-bottom: 90px;
  color: #0e1a35; }

.blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px; }

.blocks__item {
  -webkit-box-shadow: 0 0 45px #eeeff1;
  box-shadow: 0 0 45px #eeeff1; }

.blocks__item_padding {
  margin: 0 5vw; }

.blocks__title {
  padding-top: 48px;
  padding-bottom: 55px;
  color: #0e1a35;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase; }

.blocks__price {
  color: #0e1a35;
  font-size: 72px;
  font-weight: 700;
  padding-bottom: 55px; }

.dollar {
  font-size: 40px; }

.month {
  color: #8492af;
  font-size: 24px;
  font-weight: 400; }

.blocks__list {
  margin-left: 52px;
  margin-right: 59px;
  margin-bottom: 27px; }

.blocks__list-item {
  padding-bottom: 17px; }

.check {
  color: #6591ff;
  padding-right: 14px; }

.uncheck {
  color: #f83c7b;
  padding-right: 14px; }

.pricing__text {
  padding-top: 109px;
  padding-bottom: 67px;
  max-width: 45vw;
  margin: 0 auto; }

.pricing .btn {
  margin-bottom: 104px; }

/* **************Footer********************
*******************************************/
.footer {
  background-color: #0e1a35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7vh 16vw; }

.footer__nav a {
  text-decoration: none;
  color: #8492af;
  padding-left: 2.5vw; }
  .footer__nav a:nth-child(5) {
    padding-left: 1vw; }
  .footer__nav a:nth-child(6) {
    padding-left: 1vw; }

/* **************Media********************
*******************************************/
@media (max-width: 1600px) {
  h1 {
    font-size: 50px; }
  .desc {
    padding: 0 80px; }
  .desc__title {
    text-align: left; }
  .workflow__text h6 {
    font-size: 14px; }
  .using__title {
    padding-bottom: 20px; }
  .using__text {
    max-width: 35vw; }
  .owl-nav {
    max-width: 35vw; }
  .footer {
    padding: 7vh 10vw; } }

@media (max-width: 1230px) {
  .nav__link {
    padding-right: 20px; }
  .dashboard {
    max-width: 65%; }
  .intro .btn {
    margin-bottom: 480px; }
  .features__title {
    font-size: 20px; }
  .features__btn {
    padding: 17px 65px; }
  .devices__inner {
    padding-top: 80px;
    padding-bottom: 80px; }
  .desc__text {
    padding-top: 30px;
    padding-bottom: 20px; }
  .desc__lead {
    padding-bottom: 15px; }
  .desc__lead-text {
    font-size: 18px; }
  .desc {
    padding: 0 20px; }
  .workflow {
    padding-top: 80px;
    padding-bottom: 80px; }
  .using__title {
    padding-top: 80px; }
  .workflow__title {
    font-size: 22px; }
  .workflow__letter {
    margin-left: 15px;
    margin-right: 15px; }
  .workflow__text-completed,
  .workflow__text-timer {
    font-size: 14px; }
  .powerfull__title {
    padding-top: 80px; }
  .over-text__upper {
    top: 50px; }
  .over-text__lower {
    bottom: 240px; }
  .blocks__list {
    margin-left: 20px;
    margin-right: 20px; }
  .pricing__text {
    padding-top: 60px; } }

@media (max-width: 990px) {
  h1 {
    font-size: 40px; }
  .intro .btn {
    margin-bottom: 350px; }
  .nav-toggle {
    display: block; }
  .nav {
    display: none; }
  .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    top: 130px;
    right: 0;
    z-index: 10;
    text-align: right; }
  .active .nav__link {
    padding-bottom: 10px; }
  .active .nav__btn {
    background-color: #5584ff;
    color: #fff; }
  .features__item_padding {
    padding-right: 0;
    padding-left: 0; }
  .features__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .features__item {
    width: 100%;
    padding-bottom: 30px; }
  .features__text {
    margin: 0 auto;
    padding-bottom: 27px;
    max-width: 600px; }
  .devices__img {
    padding-top: 50px; }
  .devices__inner {
    padding-top: 10px;
    padding-bottom: 30px; }
  .workflow__title {
    font-size: 16px; }
  .workflow__letter {
    margin-left: 5px;
    margin-right: 5px; }
  .workflow__text h6 {
    font-size: 12px; }
  .workflow__text-completed,
  .workflow__text-timer {
    font-size: 12px; }
  .workflow__progress {
    margin-right: 150px; }
  .using__title {
    padding-top: 0;
    margin-right: 15px;
    text-align: center; }
  .using {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .workflow {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0; }
  .using__content {
    width: 100%; }
  .using__text {
    max-width: 80vw; }
  .owl-nav {
    max-width: 80vw; }
  .owl-carousel .owl-item {
    min-height: 360px; }
  .powerfull__text {
    max-width: 80vw; }
  .powerfull__img {
    padding-bottom: 20px; }
  .over-text__upper {
    top: 30px; }
  .over-text__lower {
    bottom: 120px; }
  .over-text__text {
    font-size: 14px; }
  .over-text__title {
    font-size: 18px; }
  .pricing__title {
    padding-bottom: 20px; }
  .blocks {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .blocks__item {
    width: 60%;
    margin-bottom: 20px; }
  .pricing .btn {
    margin-bottom: 40px; }
  .pricing__text {
    max-width: 80vw; }
  .footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer__copy,
  .footer__nav {
    width: 100%; }
  .footer__copy {
    padding-bottom: 10px; } }

@media (max-width: 770px) {
  .header__inner {
    margin-left: 30px;
    margin-right: 30px; }
  .nav__link {
    color: #d5e00d; }
  .intro__title {
    padding-top: 200px; }
  .intro .btn {
    margin-bottom: 250px; }
  .devices__img {
    display: none; }
  .desc {
    width: 100%; }
  .desc > * {
    text-align: center;
    margin: 0 auto; }
  .desc__lead {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .workflow__progress {
    margin-right: 100px; }
  .workflow__inner-item {
    min-width: 30vw; }
  .owl-carousel .owl-item {
    min-height: 400px; }
  .over-text__upper {
    top: 10px; }
  .over-text__lower {
    bottom: 90px; }
  .over-text__text {
    font-size: 12px; } }

@media (max-width: 575px) {
  h1 {
    font-size: 30px; }
  .header__inner {
    margin-left: 10px;
    margin-right: 10px; }
  .intro__subtitle {
    font-size: 20px;
    padding-bottom: 30px; }
  .intro .btn {
    margin-bottom: 200px; }
  .dashboard {
    bottom: -70px; }
  .workflow__progress {
    margin-right: 10px; }
  .workflow__inner-item {
    min-width: 40vw; }
  .workflow__text-completed,
  .workflow__text-timer {
    font-size: 10px; }
  .workflow__inner-item_dashed {
    font-size: 16px; }
  .workflow__inner-item_transform {
    -webkit-transform: translate3d(8px, 10px, 0);
    transform: translate3d(8px, 10px, 0); }
  .owl-carousel .owl-item {
    min-height: 460px; }
  .features__inner {
    padding-top: 120px; }
  .powerfull__title {
    padding: 30px 5px; }
  .over-text__text {
    display: none; }
  .blocks__item {
    width: 90%; }
  .blocks__title {
    padding: 20px 0; }
  .blocks__price {
    padding-bottom: 20px;
    font-size: 50px; }
  .footer {
    padding: 4vh 6vw; } }
