* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  max-width: 2540px;
}

.container {
  max-width: 1170px;
  margin: auto;
}

@font-face {
  font-family: 'Proxima Nova Extra Bold';
  src: url("../fonts/ProximaNova-Extrabld.eot");
  src: url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype") url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro Regular';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway Light';
  src: url("../fonts/Raleway-Light.eot");
  src: url("../fonts/Raleway-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Light.woff") format("woff"), url("../fonts/Raleway-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway Regular';
  src: url("../fonts/Raleway-Regular.eot");
  src: url("../fonts/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway Bold';
  src: url("../fonts/Raleway-Bold.eot");
  src: url("../fonts/Raleway-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Droid Serif';
  src: local("Droid Serif"), local("DroidSerif"), url("../fonts/droidserif.woff2") format("woff2"), url("droidserif.woff") format("woff"), url("droidserif.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Droid Serif';
  src: local("Droid Serif Italic"), local("DroidSerif-Italic"), url("../fonts/droidserifitalic.woff2") format("woff2"), url("droidserifitalic.woff") format("woff"), url("droidserifitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Droid Serif';
  src: local("Droid Serif Bold"), local("DroidSerif-Bold"), url("../fonts/droidserifbold.woff2") format("woff2"), url("droidserifbold.woff") format("woff"), url("droidserifbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Droid Serif';
  src: local("Droid Serif Bold Italic"), local("DroidSerif-BoldItalic"), url("../fonts/droidserifbolditalic.woff2") format("woff2"), url("droidserifbolditalic.woff") format("woff"), url("droidserifbolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

body {
  font-family: 'Raleway Light', sans-serif;
}

header {
  font-family: 'Myriad Pro Regular', sans-serif;
}

.navbar__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 110px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3c3d42;
  font-size: 30px;
  line-height: 1.2;
  -webkit-transition: all, .3s;
  transition: all, .3s;
}

.navbar__wrap a:hover {
  color: #5dca88;
}

.nav__wrapper, .nav__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo_text {
  font-family: 'Proxima Nova Extra Bold', sans-serif;
  font-weight: 700;
}

.logo_text:hover {
  cursor: pointer;
}

.nav__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-transform: uppercase;
}

.nav__menu ul li {
  margin-right: 30px;
}

.nav__menu ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #3c3d42;
}

.navbar__phone,
.navbar__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar__phone:hover,
.navbar__mail:hover {
  cursor: pointer;
}

.navbar__phone_link {
  font-size: 18px;
  color: #3c3d42;
  font-family: 'Raleway Regular', sans-serif;
  text-decoration: none;
  margin-right: 45px;
}

.navbar__mail_link {
  font-size: 18px;
  color: #3c3d42;
  font-family: 'Raleway Regular', sans-serif;
  text-decoration: none;
}

.phone__icon, .mail__icon {
  margin-right: 10px;
}

.phone__icon i, .mail__icon i {
  font-size: 18px;
}

.first_screen {
  background: url("../img/hero_bg.jpg") no-repeat;
  background-size: cover;
  height: 655px;
  position: relative;
}

.hand_wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
}

.screen_bg {
  position: absolute;
  right: 59px;
  top: 112px;
}

.screen_shadow {
  position: absolute;
  right: 143px;
  top: 112px;
}

.hero_describe_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hero_describe {
  padding-top: 180px;
  color: #fff;
  width: 440px;
}

.hero__title {
  font-family: 'Raleway Bold', sans-serif;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.hero_subtitle {
  font-family: 'Raleway Light', sans-serif;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 50px;
}

.hero_title_text {
  font-size: 14px;
  font-family: 'Raleway Regular', sans-serif;
  color: #9dc7d1;
  line-height: 1.714;
  margin-bottom: 56px;
}

.btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-style: solid;
  border-width: 3px;
  border-color: white;
  background-color: rgba(13, 72, 98, 0);
  border-radius: 30px;
  padding: 20px 55px;
  opacity: 0.5;
  font-size: 21px;
  font-family: 'Raleway Regular', sans-serif;
  color: white;
  font-weight: bold;
  line-height: 1.2;
}

.btn:focus, .btn:active {
  outline: none;
}

.btn:hover {
  background: #fff;
  color: #27626c;
  cursor: pointer;
}

.feature {
  padding-top: 100px;
  padding-bottom: 130px;
}

.feature h3 {
  margin: 0;
}

.feature_title_wrapper {
  margin: auto;
  max-width: 770px;
  text-align: center;
  padding-bottom: 130px;
}

.feature_title {
  font-size: 24px;
  font-family: 'Raleway Bold', sans-serif;
  color: #afb8b8;
  line-height: 1.2;
  margin-bottom: 30px;
}

.feature_title_describe {
  font-size: 16px;
  font-family: 'Myriad Pro Regular', sans-serif;
  color: #afb8b8;
  line-height: 1.5;
  max-width: 770px;
}

.tabs_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 450px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-right: 145px;
}

.tabs_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

.tabs_box ul li:last-child {
  margin-bottom: 0;
}

.tabs_box ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-decoration: none;
  color: #afb8b8;
}

.tabs_box ul li a:hover {
  cursor: pointer;
}

.tab_icon {
  min-width: 50px;
  margin-right: 45px;
  text-align: center;
}

.tab_title {
  width: 200px;
}

.icon_custom {
  font-size: 50px;
  color: #afb8b8;
}

.icon_active {
  color: #5dca88;
}

.icon_big {
  font-size: 170px;
}

.tab_big_icon {
  text-align: center;
  margin-bottom: 80px;
}

.tab_wrapper .tab_title {
  font-size: 24px;
  font-family: 'Raleway Bold', sans-serif;
  color: #636c6c;
  line-height: 1.2;
  margin-bottom: 35px;
}

.tabs_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab_text {
  font-size: 16px;
  font-family: 'Myriad Pro Regular', sans-serif;
  color: #afb8b8;
  line-height: 1.5;
}

#tab1,
#tab3,
#tab4,
#tab5 {
  display: none;
}

.active_li {
  border-right: 10px solid #5dca88;
}

.product_feature {
  padding: 85px 0;
  background-color: #f2f9fe;
}

.product_feature_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature_descr {
  width: 50%;
  padding-top: 160px;
  margin-left: 20px;
}

.product_feature_title {
  position: relative;
  font-size: 36px;
  font-family: 'Raleway Bold', sans-serif;
  color: #5dca88;
  line-height: 1.2;
  margin-bottom: 60px;
}

.product_feature_title:after {
  content: "";
  position: absolute;
  background-color: #949c9c;
  width: 104px;
  height: 4px;
  bottom: -20px;
  left: 0;
}

.product_feature_subtitle {
  font-size: 36px;
  font-family: 'Raleway Regular', sans-serif;
  color: #afb8b8;
  line-height: 1.2;
  padding-bottom: 40px;
}

.product_feature_text {
  font-size: 16px;
  font-family: 'Raleway Regular', sans-serif;
  color: #afb8b8;
  line-height: 1.5;
  padding-bottom: 90px;
}

.product_feature_button {
  border-style: solid;
  border-width: 3px;
  border-color: #636c6c;
  background-color: rgba(13, 72, 98, 0);
  font-size: 21px;
  font-family: 'Raleway Bold', sans-serif;
  line-height: 1.2;
  color: #636c6c;
  opacity: 0.5;
  padding: 25px 55px;
  border-radius: 35px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.product_feature_button:hover {
  background-color: #27626c;
  color: #fff;
}

.feature_img {
  position: relative;
  width: 450px;
  padding-left: 150px;
}

.phone_screen_image {
  position: absolute;
  top: 115px;
  right: -42px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 130px;
  margin: auto;
}

.gallery .owl-theme .owl-nav {
  position: relative;
}

.gallery .owl-theme .owl-nav button {
  outline: none;
}

.gallery .owl-theme .owl-nav button:hover {
  background: inherit;
}

.gallery .owl-theme .owl-nav .owl-prev {
  color: #9fa9a9;
  font-size: 80px;
  font-weight: bold;
  left: -20px;
  top: -550px;
  position: absolute;
}

.gallery .owl-theme .owl-nav .owl-prev:hover {
  color: #5dca88;
}

.gallery .owl-theme .owl-nav .owl-next {
  color: #9fa9a9;
  font-size: 80px;
  font-weight: bold;
  right: -20px;
  top: -550px;
  position: absolute;
}

.gallery .owl-theme .owl-nav .owl-next:hover {
  color: #5dca88;
}

.gallery_item {
  position: relative;
}

.item_text {
  text-align: center;
  padding: 50px 55px;
}

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

.gallery_img {
  position: relative;
  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;
}

.gallery_phone_image {
  position: relative;
}

.gallery_phone_screen_image {
  position: absolute;
}

.product_geature {
  background-color: #f2f9fe;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: -2;
}

.product_geature_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.geature_img {
  width: 50%;
  padding-right: 265px;
}

.geature_descr {
  width: 50%;
}

.one {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.two {
  position: absolute;
  top: -17px;
  left: 133px;
  z-index: 0;
}

.geature_phone_screen_image {
  position: absolute;
  display: block;
  z-index: 3;
  top: 97px;
  left: 29px;
}

.testimonials {
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonials h2 {
  text-align: center;
  margin-bottom: 45px;
}

.author_foto {
  background: url("../img/testimonials_foto.png");
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 50px;
}

.testimonials_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testim_text {
  font-size: 24px;
  font-family: 'Droid Serif';
  color: #8c9494;
  font-style: italic;
  margin-bottom: 30px;
}

.author_name {
  font-size: 24px;
  font-family: 'Raleway Regular', sans-serif;
  color: #5dca88;
  position: relative;
  margin-bottom: 45px;
}

.author_name:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 10px;
  height: 2px;
  background-color: #5dca88;
}

.slide_three .owl-dots .owl-dot.active span {
  background: #5dca88;
  outline: none;
}

.slide_three .owl-dots .owl-dot:hover span {
  background: #5dca88;
}

button.owl-dot {
  outline: none;
}

.subscribe {
  padding-top: 90px;
  padding-bottom: 120px;
  background: #f3f5f5;
}

.subscribe_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

.subscribe_title_custom {
  margin-bottom: 0;
}

.subscribe_title_icon {
  font-size: 36px;
  color: #afb8b8;
  padding-right: 22px;
  -webkit-transition: color .2s;
  transition: color .2s;
}

.subscribe_title_icon:hover {
  color: #5dca88;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.subscribe_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscribe_input {
  width: 670px;
  height: 60px;
  border: 2px solid #bbc3c2;
  border-radius: 30px;
  position: relative;
  right: -50px;
  padding: 0 35px;
  color: #5dca88;
  outline: none;
}

.subscribe_input:hover {
  cursor: pointer;
}

.subscribe_button {
  position: relative;
  background: #5dca88;
  padding: 20px 50px;
  border-radius: 30px;
  right: 100px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Raleway Bold', sans-serif;
  font-size: 16px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.subscribe_button:hover {
  cursor: pointer;
  background: #27626c;
}

.footer {
  padding-top: 75px;
  padding-bottom: 50px;
  background: #2d312f;
}

.footer_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_wrapper ul {
  margin-top: 0;
  padding: 0;
}

.footer_title {
  font-family: 'Raleway Light', sans-serif;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.social_icon {
  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: #5d6461;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-right: 17px;
}

.social_icon:last-child {
  margin-right: 0;
}

.social_icon i {
  font-size: 20px;
  color: #2d312f;
}

.social_icon i:hover {
  color: #5dca88;
}

.footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer_menu ul li {
  margin-right: 22px;
}

.footer_menu ul li:last-child {
  margin-right: 0;
}

.footer_menu ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #5d6461;
}

.footer_menu ul li a:hover {
  color: #5dca88;
}

@media screen and (max-width: 1170px) {
  .nav__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 850px) {
  .nav__contacts {
    display: none;
  }
  .nav__wrapper {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 700px) {
  .nav__menu ul {
    display: none;
  }
  .menu_bars {
    display: block;
  }
  .nav__menu_responsive {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .menu_bars {
    display: none;
  }
  .nav__menu_responsive {
    display: none;
  }
}

body {
  position: relative;
}

.nav__menu_responsive {
  position: absolute;
  background: black;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}

.nav__menu_responsive i {
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 32px;
}

.menu_bars:hover,
.resp_menu_close:hover {
  cursor: pointer;
  color: #5dca88;
}

.nav__menu_responsive ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  text-transform: uppercase;
  margin: 0;
  padding: 100px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav__menu_responsive ul li {
  margin-bottom: 50px;
}

.nav__menu_responsive ul li a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 1070px) {
  .hand_wrapper,
  .screen_bg,
  .screen_shadow {
    display: none;
  }
  .first_screen .container {
    height: 100%;
  }
  .hero_describe_wrapper {
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero_describe {
    padding-top: 0;
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .hero__title {
    font-size: 28px;
  }
  .hero_subtitle {
    font-size: 28px;
  }
}

@media screen and (max-width: 400px) {
  .hero__title {
    font-size: 24px;
  }
  .hero_subtitle {
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .tabs_box ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tab_icon {
    margin: 10px;
  }
  .tab_title {
    text-align: center;
  }
  .tabs_box ul li {
    height: auto;
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .tabs_box ul li:last-child {
    margin-right: 0;
  }
  .tabs_box ul li:last-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  .feature {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .feature_title_wrapper {
    padding-bottom: 50px;
  }
  .tabs_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs_box ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: 0;
    margin-bottom: 30px;
    height: auto;
  }
  .active_li {
    border-right: none;
    border-bottom: 10px solid #5dca88;
  }
  .tabs_box ul li {
    height: auto;
    margin-bottom: 20px;
    height: 150px;
    border-top: 5px solid #afb8b8;
  }
  .tab_title {
    width: auto;
    font-size: 12px;
  }
  .tab_text {
    text-align: center;
  }
  .tab_wrapper .tab_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .tab_title {
    font-size: 10px;
    word-wrap: break-word;
  }
  .tab_icon {
    display: none;
  }
  .tabs_box ul li {
    height: 80px;
  }
}

@media screen and (max-width: 420px) {
  .tab_wrapper .tab_title {
    font-size: 20px;
  }
}

@media screen and (max-width: 1170px) {
  .feature_img {
    padding-left: 100px;
  }
  .phone_screen_image {
    right: 8px;
  }
}

@media screen and (max-width: 1024px) {
  .product_feature_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .feature_descr {
    padding-top: 45px;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .feature_img {
    padding-left: 20px;
    margin: auto;
    height: 300px;
    overflow: hidden;
  }
  .phone_screen_image {
    right: 88px;
  }
  .product_feature_title:after {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .product_feature_text {
    margin: auto;
    width: 80%;
  }
  .product_feature_text {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 900px) {
  .product_feature_title {
    font-size: 28px;
  }
  .product_feature_subtitle {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .feature_img {
    display: none;
  }
  .product_feature {
    padding: 50px 0;
  }
}

@media screen and (max-width: 450px) {
  .gallery .owl-theme .owl-nav .owl-prev {
    left: 40px;
    top: -40px;
  }
  .gallery .owl-theme .owl-nav .owl-next {
    right: 40px;
    top: -40px;
  }
}

@media screen and (max-width: 1100px) {
  .product_geature_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product_geature {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .geature_img {
    position: relative;
    width: 700px;
    padding-right: 0;
    margin: auto;
    height: 300px;
    overflow: hidden;
  }
  .one {
    position: absolute;
    left: 250px;
  }
  .two {
    left: 50px;
  }
  .geature_phone_screen_image {
    left: 278px;
  }
  .geature_descr {
    width: 100%;
    background: #f2f9fe;
    text-align: center;
    padding-top: 30px;
    z-index: 3;
  }
  .product_feature_title:after {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .product_feature_text {
    margin: auto;
    width: 80%;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 750px) {
  .geature_img {
    width: 500px;
  }
  .one {
    left: 150px;
  }
  .two {
    left: -50px;
  }
  .geature_phone_screen_image {
    left: 179px;
  }
}

@media screen and (max-width: 600px) {
  .geature_img {
    width: 400px;
  }
  .one {
    left: 50px;
  }
  .two {
    display: none;
  }
  .geature_phone_screen_image {
    left: 79px;
  }
}

@media screen and (max-width: 475px) {
  .geature_img {
    display: none;
  }
}

@media screen and (max-width: 850px) {
  .subscribe_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
  }
  .subscribe_input {
    width: 90%;
    position: static;
    margin-bottom: 40px;
  }
  .subscribe_button {
    position: static;
    width: 90%;
  }
}

@media screen and (max-width: 500px) {
  .subscribe_input {
    font-size: 14px;
    padding: 0 25px;
  }
}

@media screen and (max-width: 500px) {
  .subscribe_title_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
  }
  .subscribe_title_icon {
    margin-bottom: 15px;
  }
  .subscribe_title_custom {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .footer_menu {
    width: 100%;
    text-align: center;
  }
  .footer_menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_menu ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .footer_menu ul li a {
    font-size: 22px;
  }
  .social {
    margin-bottom: 40px;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
/*# sourceMappingURL=style.css.map */