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

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

a {
  text-decoration: none;
}

img {
  width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  height: 100%;
  min-width: 320px;
  /* overflow-x: hidden; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
.header.fixed .container {
max-width: 1140px !important;
}
}

.fixed {
  position: fixed;
  width: 100%;
}

.header {
  z-index: 10;
  background-color: #272727;
}

.header__wrapper {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.phone,
.header__logo,
.nav__list {
  display: flex;
}

.nav__list li a {
  color: #ffffff;
  font-size: 18px;
  margin-left: 30px;
  transition: 0.2s color ease;
}

.nav__list li.active a,
.nav__list li:hover a {
  color: #00adee;
}

.nav__mobile-btn {
  position: relative;
  width: 26px;
  height: 16px;
  cursor: pointer;
  z-index: 999;
  margin-left: 20px;
}

.nav__mobile-btn span {
  position: absolute;
  height: 3px;
  width: 26px;
  background-color: #ffffff;
  transition: 0.2s ease;
}

.nav__mobile-btn--top {
  top: 0;
}

.nav__mobile-btn--bottom {
  bottom: 0;
}

.nav__mobile-btn.active .nav__mobile-btn--top {
  transform: rotate(45deg) translateY(9px);
  margin-left: 5px;
}

.nav__mobile-btn.active .nav__mobile-btn--bottom {
  transform: rotate(-45deg) translateY(-9px);
  margin-left: 5px;
}

.hero {
  background: #00adee;
  background: -moz-linear-gradient(top, #00adee 0%, #00967d 100%);
  background: -webkit-linear-gradient(top, #00adee 0%, #00967d 100%);
  background: linear-gradient(to bottom, #00adee 0%, #00967d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#00967d', GradientType=0);
  padding-bottom: 80px;
  padding-top: 80px;
}

.section-header {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 35px;
  margin-bottom: 25px;
  padding-bottom: 28px;
}

.section-header span {
  font-weight: 400;
}

.hero p {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
}

.hero-img {
  position: relative;
}

.hero-img img {
  position: absolute;
  top: 62px;
}

.sub-features {
  background: #272727;
  background: -moz-linear-gradient(top, #272727 15%, #ff8f00 100%);
  background: -webkit-linear-gradient(top, #272727 15%, #ff8f00 100%);
  background: linear-gradient(to bottom, #272727 15%, #ff8f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#ff8f00', GradientType=0);
  padding-bottom: 38px;
}

.sub-features__list {
  color: #ffffff;
}

.sub-features__list h3 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 14px;
}

.sub-features__list ul {
  list-style: initial;
}

.sub-features__list ul li {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  margin-left: 27px;
  padding-left: 10px;
}

.video {
  position: relative;
  margin-top: 57px;
  padding-bottom: 53%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-s {
  background-color: #272727;
  padding-bottom: 38px;
}

.video-s .video {
  max-width: 780px;
  padding-bottom: 46%;
  margin: 0 auto;
}

.works {
  padding-bottom: 50px;
}

.features .section-header,
.works .section-header {
  color: #00adee;
  border-color: #00adee;
}

.works p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  text-align: center;
}

.lightSlider {
  cursor: pointer;
}

.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  margin-bottom: 20px;
}

.lSSlideOuter .lSPager.lSGallery {
  margin: 0 auto;
}

.lSSlideOuter .lSPager.lSGallery li {
  border: 3px solid #D0D0D2;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
  border: 3px solid #00ADEE;
}

.lSAction>a {
  background-image: none;
}

.benefits {
  background: #00adee;
  background: -moz-linear-gradient(top, #00adee 0%, #00967d 100%);
  background: -webkit-linear-gradient(top, #00adee 0%, #00967d 100%);
  background: linear-gradient(to bottom, #00adee 0%, #00967d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#00967d', GradientType=0);
}

.benefits,
.features {
  padding-bottom: 30px;
}

.benefits .sub-features__list li {
  line-height: 22px;
}

.features .sub-features__list li {
  color: rgba(0, 0, 0, 0.85);
}

.specification {
  background-color: #272727;
  padding-bottom: 50px;
}

.specification__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 3px;
}

.specification__subtitle {
  margin-bottom: 20px;
  color: #ffffff;
  padding: 0 9px;
}

.specification .section-header {
  color: #00967d;
  border-color: #00967d;
}

.specification__title.green {
  color: #00967d;
}

.specification__title.yellow {
  color: #a4ce4c;
}

.specification__title.blue {
  color: #00adee;
}

.specification__subtitle.green {
  background-color: #00967d;
}

.specification__subtitle.yellow {
  background-color: #a4ce4c;
}

.specification__subtitle.blue {
  background-color: #00adee;
}

.specification .sub-features__list ul {
  list-style: none;
}

.specification .sub-features__list ul li {
  margin: 0 0 5px 0;
  padding: 0;
}

.demo {
  background: #00adee;
  background: -moz-linear-gradient(top, #00adee 0%, #005170 100%);
  background: -webkit-linear-gradient(top, #00adee 0%, #005170 100%);
  background: linear-gradient(to bottom, #00adee 0%, #005170 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#005170', GradientType=0);
  padding-bottom: 43px;
}

.form input:not([type="submit"]) {
  width: 100%;
  background-color: #e6e6e6;
  border: none;
  outline: none;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 14px;
  margin-bottom: 30px;
}

.form input[type="submit"] {
  background-color: #00adee;
  font-size: 20px;
  color: #ffffff;
  border: none;
  outline: none;
  border-radius: 25px;
  appearance: none;
  padding: 13px 51px;
  cursor: pointer;
  margin: 15px auto 0;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.footer {
  background-color: #272727;
  padding: 26px 0 40px;
}

.footer__logo {
  position: relative;
  max-width: 300px;
  margin: 0 auto 50px;
}

.footer__logo a {
  position: absolute;
  bottom: 21px;
  right: -8px;
  font-size: 22px;
  color: #00adee;
}

.footer__links {
  display: flex;
  justify-content: center;
}

.footer__links a {
  font-size: 18px;
  color: #ffffff;
  text-decoration: underline;
  margin: 0 50px;
}

#form-status {
  text-align: center;
  color: #fff;
  font-size: 20px;
}


/* MEDIA */
@media (min-width: 1025px) {
  .nav__mobile-btn,
  .phone {
    display: none;
  }
  .nav {
    display: block!important;
  }
}

@media (max-width: 1024px) {
  .nav {
    display: none;
  }
  .nav__list {
    position: fixed;
    flex-direction: column;
    height: 100vh;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #272727;
    z-index: 11;
    margin-top: 0;
    padding-top: -webkit-calc(24px + 6vh);
    padding-top: calc(24px + 6vh);
  }
  .nav__list li a {
    font-size: 23px;
    display: block;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 0 35px;
  }
  .nav__list li {
    padding: 6px 0;
  }
  .nav__list li a {
    position: relative;
  }
  .nav__list li a::after {
    content: '';
    position: absolute;
    width: 96%;
    height: 1px;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.2);
  }
  .nav__list li:last-child a::after {
    content: none;
  }
  .nav__list li.active {
    background-color: #3d3d3d;
  }
  .nav__list li.active a,
  .nav__list li:hover a {
    color: #ffffff;
  }
  .header__wrapper {
    min-height: 55px;
  }
  .section-header {
    font-size: 32px;
    line-height: 34px;
    padding-top: 26px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .hero p {
    font-size: 16px;
    line-height: 20px;
  }
  .hero {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .hero-img img {
    max-width: 330px;
    top: 20px;
  }
  .sub-features__list h3 {
    font-size: 16px;
    font-weight: 400;
  }
  .sub-features__list ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .sub-features .section-header {
    padding-top: 0;
    margin-top: 113px;
    margin-bottom: 8px;
  }
  .works p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .header__logo {
    width: 75px;
  }
  .benefits .sub-features__list li {
    line-height: 20px;
  }
  .specification__title {
    font-size: 24px;
  }
  .specification .sub-features__list ul li {
    margin: 0 0 4px 0;
  }
  .form input:not([type="submit"]) {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .nav__list li a {
    max-width: 510px;
    padding: 0 20px;
  }
  .nav__mobile-btn {
    margin-left: 20px;
  }
  .nav__list li {
    display: flex;
  }
  .nav__list li a::after {
    content: '';
    width: 100%;
  }
  .hero {
    padding-bottom: 228px;
  }
  .sub-features .section-header {
    margin-top: 168px;
  }
  .hero-img img {
    left: 50%;
    transform: translateX(-50%);
  }
  .header__logo {
    width: 69px;
  }
  .section-header {
    font-size: 24px;
    line-height: 26px;
    padding-top: 19px;
    padding-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .video-s {
    padding: 20px 0;
  }
  .video-s .section-header {
    display: none;
  }
  .works p {
    line-height: 20px;
  }
  .sub-features__list ul li {
    margin-left: 20px;
  }
  .specification .sub-features__list {
    margin-bottom: 30px;
  }
  .specification {
    padding-bottom: 20px;
  }
  .phone {
    width: 23px;
  }
  .nav__mobile-btn {
    width: 20px;
    height: 10px;
  }
  .nav__mobile-btn span {
    height: 2px;
    width: 20px;
  }
  .nav__mobile-btn.active .nav__mobile-btn--top {
    transform: rotate(45deg) translateY(5.5px);
    margin-left: 3px;
  }
  .nav__mobile-btn.active .nav__mobile-btn--bottom {
    transform: rotate(-45deg) translateY(-5.5px);
    margin-left: 3px;
  }
  .form input:not([type="submit"]) {
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .nav__mobile-btn {
    margin-left: 5px;
  }
  .nav__list li a {
    max-width: 100%;
    padding: 0;
    margin: 0 20px;
  }
  .footer__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer__links a {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .footer__links a:last-child {
    margin-bottom: 0;
  }
  .footer__logo {
    margin: 0 auto 40px;
  }
  .footer__logo a {
    position: initial;
    text-align: center;
    display: block;
    margin-top: 20px;
  }
}