html,
body {
  font-family: 'Nunito Sans';
  font-weight: 300;
  margin: 0;
  padding: 0;
  background-color: #f8f9fa;
}
* {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  list-style: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  outline: none;
  font-family: 'Nunito Sans';
  font-weight: 300;
}
.background {
  background: url(../img/background.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top;
}
.arrow-highlights {
  display: none;
  color: #999ea8;
  opacity: 0.6;
  font-size: 25px;
}
.btn,
.header-nav .nav .btn-free {
  font-family: 'Nunito Sans';
  font-weight: 700;
  padding: 15px 20px;
  font-size: 17px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 6px 12px rgba(40, 43, 49, 0.08);
          box-shadow: 0 6px 12px rgba(40, 43, 49, 0.08);
  background-color: #ffffff;
  color: #000000;
  margin-right: 30px;
}
.btn.yellow {
  background-image: -webkit-linear-gradient(315deg, #ff8e64 0%, #ffe641 100%);
  background-image: -o-linear-gradient(315deg, #ff8e64 0%, #ffe641 100%);
  background-image: linear-gradient(-225deg, #ff8e64 0%, #ffe641 100%);
  color: #ffffff;
}
.title-site,
.testimonials .box-testimonial .testimonial-customers .comment .customers .name {
  font-size: 35px;
  line-height: 50px;
  max-width: 500px;
  margin-bottom: 40px;
}
.title-site.black {
  color: #282b31;
}
.title-site .title-bold {
  font-family: 'Nunito Sans';
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
}
.title-site .title-bold.black {
  color: #282b31;
}
.text-site {
  font-weight: 400;
  color: #676c75;
  line-height: 25px;
}
.flex-column,
.appstarter,
.features,
.features .box-features .box-work,
.highlights-features .box-highlights,
.box-page-appstarter,
.box-page-appstarter .page-appstarter .page-appstarter-text .pege-text,
.video,
.testimonials .box-testimonial .customers-comment,
.testimonials .box-testimonial .testimonial-customers,
.testimonials .box-testimonial .testimonial-customers .comment,
.pricing .box-plan .text-plan,
.pricing .box-pricing .pricing-container,
.box-message,
.box-message .box-text-message,
.box-message .box-form-message .form-message,
.footer .footer-container .after {
  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;
}
.wrapper {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.header-nav {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  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;
  padding: 0 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
.header-nav .logo-title {
  font-family: 'Nunito Sans';
  font-weight: 700;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
.header-nav .nav {
  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;
}
.header-nav .nav .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  visibility: visible;
  opacity: 1;
}
.header-nav .nav .menu li {
  padding: 0 15px;
}
.header-nav .nav .menu li:nth-child(1) {
  -webkit-animation: liMenuActive 0.3s linear;
          animation: liMenuActive 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.header-nav .nav .menu li:nth-child(2) {
  -webkit-animation: liMenuActive 0.3s linear;
          animation: liMenuActive 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.header-nav .nav .menu li:nth-child(3) {
  -webkit-animation: liMenuActive 0.3s linear;
          animation: liMenuActive 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.header-nav .nav .menu li:nth-child(4) {
  -webkit-animation: liMenuActive 0.3s linear;
          animation: liMenuActive 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.header-nav .nav .menu li a {
  font-family: 'Nunito Sans';
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}
.header-nav .nav .menu li a:hover {
  color: #ffd449;
}
.header-nav .nav .menu li.close:nth-child(1) {
  -webkit-animation: liMenuClose 0.3s linear;
          animation: liMenuClose 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.header-nav .nav .menu li.close:nth-child(2) {
  -webkit-animation: liMenuClose 0.3s linear;
          animation: liMenuClose 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.header-nav .nav .menu li.close:nth-child(3) {
  -webkit-animation: liMenuClose 0.3s linear;
          animation: liMenuClose 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.header-nav .nav .menu li.close:nth-child(4) {
  -webkit-animation: liMenuClose 0.3s linear;
          animation: liMenuClose 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.header-nav .nav .menu.close {
  visibility: hidden;
  opacity: 0;
}
@-webkit-keyframes liMenuClose {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes liMenuClose {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes liMenuActive {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes liMenuActive {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.header-nav .nav .btn-free {
  margin-left: 30px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  padding: 15px 20px;
}
.header-nav .nav .btn-menu {
  font-size: 17px;
  cursor: pointer;
}
.appstarter {
  height: 700px;
}
.appstarter .logo {
  margin-top: 230px;
  margin-bottom: 45px;
}
img.tablet {
  position: absolute;
  right: 0;
  top: 140px;
  max-height: 100%;
  padding-right: 30px;
}
.features {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 220px;
  margin-bottom: 122px;
}
.features .box-features {
  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;
  width: 100%;
}
.features .box-features .box-work {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(32, 33, 39, 0.12);
          box-shadow: 0 1px 3px rgba(32, 33, 39, 0.12);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  padding: 60px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  max-width: 375px;
}
.features .box-features .box-work .title-site {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 22px;
}
.features .box-features .box-work .title-site .title-bold {
  font-size: 20px;
  line-height: 22px;
}
.features .box-features .box-work .icon-features {
  max-width: 100%;
  margin-bottom: 24px;
}
.features .box-features .box-work .text-site {
  margin-bottom: 26px;
}
.features .box-features .box-work .watch-video {
  font-size: 14px;
  line-height: 19px;
  text-decoration: underline;
  color: #469af4;
}
.bg-company {
  background-color: #ffffff;
}
.bg-company .company {
  padding: 80px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bg-company .company .img-company {
  margin: 0px 25px;
}
.highlights-features {
  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;
  padding: 120px 0px;
}
.highlights-features .box-highlights {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.highlights-features .box-highlights .highlights {
  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-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px;
  cursor: pointer;
}
.highlights-features .box-highlights .highlights.active {
  background: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(32, 33, 39, 0.08);
          box-shadow: 0 6px 12px rgba(32, 33, 39, 0.08);
  -webkit-border-radius: 12px;
          border-radius: 12px;
}
.highlights-features .box-highlights .highlights .icon-highlights {
  margin-right: 20px;
}
.highlights-features .box-highlights .highlights .text-highlights {
  max-width: 362px;
}
.highlights-features .box-highlights .highlights .text-highlights .title-site {
  font-size: 16px;
  line-height: 26px;
  vertical-align: top;
  margin-bottom: 15px;
}
.highlights-features .box-highlights .highlights .text-highlights .title-site .title-bold {
  vertical-align: top;
  font-size: 16px;
  line-height: 26px;
}
.highlights-features .box-img-highlights {
  margin-right: 50px;
}
.box-download {
  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;
  padding: 85px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-download .box-download-text {
  max-width: 500px;
}
.box-download .box-download-text .text-site {
  margin-top: 15px;
  color: #ffffff;
  opacity: 0.8;
}
.box-download .box-download-btn .btn {
  letter-spacing: 0.85px;
  padding: 15px 35px;
}
.box-download .box-download-btn .btn:nth-child(2) {
  margin-right: 0px;
  padding: 15px 42px;
}
.box-page-appstarter {
  margin: 120px 0px;
  -webkit-box-shadow: 0 6px 12px rgba(32, 33, 39, 0.08);
          box-shadow: 0 6px 12px rgba(32, 33, 39, 0.08);
}
.box-page-appstarter .page-appstarter {
  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;
  background: #ffffff;
}
.box-page-appstarter .page-appstarter:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.box-page-appstarter .page-appstarter .page-appstarter-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 90px;
}
.box-page-appstarter .page-appstarter .page-appstarter-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffffff;
}
.box-page-appstarter .page-appstarter .page-appstarter-text .pege-text {
  max-width: 360px;
  text-align: center;
}
.box-page-appstarter .page-appstarter .page-appstarter-text .pege-text .text-site {
  font-size: 16px;
  line-height: 30px;
}
.video {
  background: url(../img/bg-video.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 126px 0px 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video .container-text {
  max-width: 575px;
  text-align: center;
}
.video .container-text .title-site {
  font-weight: 100;
}
.video .container-text .text-site {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.8;
  margin-top: 20px;
  margin-bottom: 50px;
}
.testimonials {
  border-bottom: 1px solid #e7e8ea;
}
.testimonials .box-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.testimonials .box-testimonial .customers-comment {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 145px 117px 178px 0px;
  background: #fff;
  position: relative;
}
.testimonials .box-testimonial .customers-comment:after {
  content: "";
  position: absolute;
  top: 0;
  left: -149.9%;
  bottom: 0;
  width: 150%;
  background: #ffffff;
}
.testimonials .box-testimonial .customers-comment .img-customers-comment {
  margin-bottom: 44px;
}
.testimonials .box-testimonial .customers-comment .title-site {
  max-width: 415px;
}
.testimonials .box-testimonial .customers-comment .title-site .title-bold {
  margin-right: 10px;
}
.testimonials .box-testimonial .customers-comment .text-site {
  margin-top: 243px;
  margin-bottom: 35px;
  font-size: 15px;
  letter-spacing: 0.33px;
  font-weight: 700;
  color: #999ea8;
}
.testimonials .box-testimonial .customers-comment .box-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.testimonials .box-testimonial .customers-comment .box-reviews .img-box-reviews {
  margin-right: 12px;
}
.testimonials .box-testimonial .customers-comment .box-reviews .title-reviews {
  color: #282b31;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.65px;
}
.testimonials .box-testimonial .testimonial-customers {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-left: 1px solid #e7e8ea;
}
.testimonials .box-testimonial .testimonial-customers .comment {
  max-width: 570px;
  padding: 30px;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 12px rgba(32, 33, 39, 0.08);
          box-shadow: 0 6px 12px rgba(32, 33, 39, 0.08);
  margin-bottom: 20px;
}
.testimonials .box-testimonial .testimonial-customers .comment .text-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 30px;
}
.testimonials .box-testimonial .testimonial-customers .comment .text-comment .img-text-comment {
  margin-right: 20px;
}
.testimonials .box-testimonial .testimonial-customers .comment .text-comment .text-site {
  max-width: 418px;
}
.testimonials .box-testimonial .testimonial-customers .comment .customers {
  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;
  border-top: 1px solid #e7e8ea;
  padding-top: 20px;
}
.testimonials .box-testimonial .testimonial-customers .comment .customers .name {
  color: #999ea8;
  font-size: 12px;
  margin-bottom: 0px;
  line-height: 14px;
}
.testimonials .box-testimonial .testimonial-customers .comment .customers .name .bold {
  color: #999ea8;
  font-size: 12px;
}
.testimonials .box-testimonial .testimonial-customers .comment .customers .img-customers {
  color: #d3d5d9;
  font-size: 16px;
}
.testimonials .box-testimonial .testimonial-customers .comment.right {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.testimonials .box-testimonial .testimonial-customers .comment.right .text-comment {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: end;
}
.testimonials .box-testimonial .testimonial-customers .comment.right .text-comment .img-text-comment {
  margin-right: 0px;
  margin-left: 20px;
}
.testimonials .box-testimonial .testimonial-customers .comment.right .customers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pricing .box-plan {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pricing .box-plan .text-plan {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pricing .box-plan .text-plan .title-site {
  margin-bottom: 25px;
}
.pricing .box-plan .text-plan .text-site {
  max-width: 365px;
  line-height: 30px;
  font-size: 16px;
}
.pricing .box-pricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing .box-pricing .pricing-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  -webkit-box-shadow: 0 1px 3px rgba(32, 33, 39, 0.12);
          box-shadow: 0 1px 3px rgba(32, 33, 39, 0.12);
  background-color: #ffffff;
  padding: 50px 50px 60px;
  overflow: hidden;
}
.pricing .box-pricing .pricing-container .title-pricing {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.65px;
  margin-bottom: 20px;
  line-height: 40px;
  width: 150%;
  text-align: center;
  position: relative;
  z-index: 150;
}
.pricing .box-pricing .pricing-container .title-pricing:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background-color: #f8f9fa0d;
  height: 100%;
  z-index: -1;
}
.pricing .box-pricing .pricing-container .pricing-number {
  font-size: 60px;
  margin-bottom: 20px;
}
.pricing .box-pricing .pricing-container .amenities {
  margin-bottom: 20px;
}
.pricing .box-pricing .pricing-container .amenities li {
  font-size: 15px;
  margin-bottom: 10px;
}
.pricing .box-pricing .pricing-container .amenities li .fa-check {
  margin-right: 14px;
  color: #999ea8;
}
.pricing .box-pricing .pricing-container .btn {
  width: 100%;
  text-align: center;
  padding: 15px 0px;
  margin-right: 0px;
}
.pricing .box-pricing .pricing-container:nth-child(1) {
  z-index: 20;
}
.pricing .box-pricing .pricing-container:nth-child(1) .amenities li .fa-check {
  color: #ffffff;
  opacity: 0.6;
}
.pricing .box-pricing .pricing-container:nth-child(2) {
  margin-left: -20px;
  z-index: 10;
}
.pricing .box-pricing .pricing-container:nth-child(2) .title-pricing {
  color: #282b31;
}
.pricing .box-pricing .pricing-container:nth-child(2) .title-pricing:after {
  -webkit-box-shadow: 0 1px 0 #e7e8ea, inset 0 1px 0 #e7e8ea;
          box-shadow: 0 1px 0 #e7e8ea, inset 0 1px 0 #e7e8ea;
  background-color: #f8f9fa;
}
.pricing .box-pricing .pricing-container:nth-child(2) .pricing-number {
  color: #282b31;
}
.pricing .box-pricing .pricing-container:nth-child(2) .amenities li {
  color: #282b31;
}
.pricing .box-pricing .pricing-container:nth-child(2) .btn.green {
  background-image: -webkit-linear-gradient(315deg, #009fc5 0%, #3cecb0 100%);
  background-image: -o-linear-gradient(315deg, #009fc5 0%, #3cecb0 100%);
  background-image: linear-gradient(-225deg, #009fc5 0%, #3cecb0 100%);
  color: #fff;
}
.box-message {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 0px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.box-message .box-text-message {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 66px;
  max-width: 565px;
  text-align: center;
}
.box-message .box-text-message .title-site {
  margin-bottom: 20px;
}
.box-message .box-text-message .text-site {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.8;
}
.box-message .box-form-message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 12px 24px rgba(40, 43, 49, 0.16);
          box-shadow: 0 12px 24px rgba(40, 43, 49, 0.16);
  -webkit-border-radius: 12px;
          border-radius: 12px;
  background-color: #ffffff;
  padding: 70px;
  max-width: 770px;
  width: 100%;
}
.box-message .box-form-message .form-message {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-message .box-form-message .form-message .input-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.box-message .box-form-message .form-message .input-box .form-contact {
  background-color: #f8f9fa;
  border: 1px solid #e7e8ea;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #b9bdc3;
}
.box-message .box-form-message .form-message .input-box .form-contact:nth-child(1) {
  margin-right: 20px;
}
.box-message .box-form-message .form-message .form-message {
  margin-top: 20px;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  border: 1px solid #e7e8ea;
  background-color: #f8f9fa;
  padding: 20px;
  resize: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
  height: 210px;
  color: #b9bdc3;
}
.box-message .box-form-message .form-message .form-btn {
  max-width: 100%;
  border: none;
  letter-spacing: 0.85px;
  margin-right: 0px;
  cursor: pointer;
}
.box-message .box-form-message input::-webkit-input-placeholder {
  color: #b9bdc3;
}
.box-message .box-form-message input::-moz-placeholder {
  color: #b9bdc3;
}
.box-message .box-form-message input:-ms-input-placeholder {
  color: #b9bdc3;
}
.box-message .box-form-message input::-ms-input-placeholder {
  color: #b9bdc3;
}
.box-message .box-form-message input::placeholder {
  color: #b9bdc3;
}
.box-message .box-form-message textarea::-webkit-input-placeholder {
  color: #b9bdc3;
}
.box-message .box-form-message textarea::-moz-placeholder {
  color: #b9bdc3;
}
.box-message .box-form-message textarea:-ms-input-placeholder {
  color: #b9bdc3;
}
.box-message .box-form-message textarea::-ms-input-placeholder {
  color: #b9bdc3;
}
.box-message .box-form-message textarea::placeholder {
  color: #b9bdc3;
}
.footer {
  background: #ffffff;
}
.footer .footer-container {
  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-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 35px 0px;
}
.footer .footer-container .logo-footer .logo {
  color: #282b31;
  font-size: 20px;
  font-weight: 700;
}
.footer .footer-container .after {
  text-align: center;
}
.footer .footer-container .after .title-after {
  opacity: 0.8;
  color: #999ea8;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 14px;
}
.footer .footer-container .after .title-after .fa-heart {
  color: #ff4876;
}
.footer .footer-container .after .title-after .title-bold {
  color: #282b31;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
}
.footer .footer-container .after .text-app {
  color: #999ea8;
  font-size: 11px;
  font-weight: 400;
}
.footer .footer-container .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e7e8ea;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.footer .footer-container .contact .icon-contact {
  color: #999ea8;
  opacity: 0.6;
  padding: 12px;
}
.footer .footer-container .contact .icon-contact .fab {
  color: #999ea8;
  opacity: 0.6;
  font-size: 16px;
}
.footer .footer-container .contact .icon-contact:nth-child(1) {
  border-right: 1px solid #e7e8ea;
}
.footer .footer-container .contact .icon-contact:nth-child(2) {
  border-right: 1px solid #e7e8ea;
  padding: 12px 16px !important;
}
