* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
.t-form input,
.floor .b-hello-3 input,
.floor .b-mailer input,
.t-form textarea,
.floor .b-hello-3 textarea,
.floor .b-mailer textarea,
.t-form button,
.floor .b-hello-3 button,
.floor .b-mailer button {
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  border: none;
  height: 42px;
  border-radius: 5px;
  padding: 0 12px 0 12px;
  width: 260px;
  vertical-align: top;
}
.t-form input:focus,
.floor .b-hello-3 input:focus,
.floor .b-mailer input:focus,
.t-form textarea:focus,
.floor .b-hello-3 textarea:focus,
.floor .b-mailer textarea:focus,
.t-form button:focus,
.floor .b-hello-3 button:focus,
.floor .b-mailer button:focus {
  background: #fffcf2;
}
.button_single,
.button_single:visited {
  display: inline-block;
  color: #fff;
  padding: 0 25px 0 25px;
  height: 42px;
  line-height: 40px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 5px;
  text-transform: uppercase;
  border: 1px solid #fff;
}
a {
  padding-top: 0.6em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style: none;
}
.visibleFaq {
  display: block;
}
.nc-navbar {
  z-index: 999;
}
.nc-navbar a {
  border: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
}
a,
a:visited {
  color: #0072ba;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,114,186,0.5);
  -webkit-transition: 0.5s ease;
          transition: 0.5s ease;
}
a:hover,
a:visited:hover {
  color: #d04000;
  border-color: rgba(208,64,0,0.5);
  -webkit-transition: 0s ease;
          transition: 0s ease;
}
a.dark,
a:visited.dark {
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.5);
}
a.dark:hover,
a:visited.dark:hover {
  color: #d04000;
  border-color: rgba(208,64,0,0.5);
  -webkit-transition: 0s ease;
          transition: 0s ease;
}
a.lite,
a:visited.lite {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
a.lite:hover,
a:visited.lite:hover {
  color: #f2f201;
  border-color: rgba(242,242,1,0.5);
  -webkit-transition: 0s ease;
          transition: 0s ease;
}
.page {
  width: auto;
  min-width: 960px;
  max-width: 1440px;
  margin: 0 auto 0 auto;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.header {
  height: auto;
  position: relative;
  background: #fff !important;
  z-index: 900;
  min-height: 100px;
  border-bottom: 1px solid #f3f4f5;
  box-shadow: 0 17px 26px rgba(0,0,0,0.1);
}
.header .logo {
  height: 60px;
  position: absolute;
  left: 20px;
  top: 19px;
}
.header .logo img {
  height: 60px;
  max-width: 200px;
}
.header .description {
  position: absolute;
  top: 25px;
  right: 40px;
  min-width: 200px;
}
.header .description .phone {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.header .menu {
  display: block;
  cursor: default;
  padding: 28px 20px 0 240px;
  text-align: left;
}
.header .menu a {
  display: inline-block;
  vertical-align: top;
  color: #000;
  padding: 0;
  margin: 0 10px 5px 10px;
  border-bottom: 1px dashed rgba(0,0,0,0.5);
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.2s ease;
          transition: 0.2s ease;
}
.header .menu a.active {
  color: #d04000;
  border-color: #fff;
}
.header .menu a.active:hover {
  color: #d04000;
  cursor: default;
  border-color: #fff;
}
.header .menu a:hover {
  color: #d04000;
  border-color: rgba(208,64,0,0.5);
  -webkit-transition: 0s ease;
          transition: 0s ease;
}
.floor {
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  background-position: center center !important;
}
.floor .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: url("../img/overone.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.floor .overlay-2 {
  position: absolute;
  width: 100%;
  height: 150%;
  top: -120px;
  background: url("../img/overone.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.floor .full-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 0;
}
.floor .holder-640 {
  height: 640px;
}
.floor .b-hello-3 {
  position: relative;
  z-index: 100;
  min-height: 530px;
  padding: 65px 550px 80px 70px;
  background-size: cover !important;
}
.floor .b-hello-3 h2,
.floor .b-hello-3 h1 {
  color: #fff;
  display: inline-block;
  font-size: 32px !important;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  padding: 0 0 20px 0;
}
.floor .b-hello-3 > p,
.floor .b-hello-3 > div > p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  padding: 0 0 20px 0;
  font-weight: 400;
  z-index: 100;
}
.floor .b-hello-3 .button_single:hover,
.floor .b-hello-3 .button_single:visited:hover {
  color: #fff;
  background: #d5160c;
  border: 1px solid #d5160c;
}
.floor .b-hello-3 .tel {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: -10px 0 0 0;
}
.floor .b-hello-3 .form {
  background: #f3f4f5;
  width: 400px;
  position: absolute;
  top: 40px;
  right: 70px;
  border-radius: 5px;
  color: #fff;
  padding: 30px 20px 50px 20px;
}
.floor .b-hello-3 .form h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: rgba(0,0,0,0.8);
  padding: 0 0 20px 0;
}
.floor .b-hello-3 .form input.mail,
.floor .b-hello-3 .form input.name,
.floor .b-hello-3 .form input.phone,
.floor .b-hello-3 .form input.company {
  display: block;
  width: 100%;
  border: 1px solid #e2e6eb;
  margin: 5px 0 20px 0;
}
.floor .b-hello-3 .form textarea {
  display: block;
  width: 100%;
  height: 170px;
  padding-top: 10px;
  margin: 5px 0 20px 0;
}
.floor .b-hello-3 .form input.button {
  display: inline-block;
  width: auto;
  background: #ffe060;
  cursor: pointer;
  font-weight: 500;
  padding: 0 25px 0 25px;
}
.floor .b-hello-3 .form input.button:hover {
  background: #ffec80;
}
.floor .b-features {
  background: #f3f4f5;
  text-align: center;
  padding: 70px 0px 105px 0px;
}
.floor .b-features h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.floor .b-features .grid {
  padding: 15px 0 0 0;
}
.floor .b-features .grid .one {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 31%;
  padding: 70px 0 0 0;
}
.floor .b-features .grid .one img {
  height: 50px;
}
.floor .b-features .grid .one h3 {
  font-size: 20px;
  line-height: 30px;
  padding: 15px 0 10px 0;
}
.floor .b-features .grid .one span {
  color: rgba(0,0,0,0.7);
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.floor .b-gallery {
  text-align: center;
  padding: 70px 0px 105px 0px;
}
.floor .b-gallery h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.floor .b-gallery .fotorama {
  margin: 50px auto 0 auto;
}
.floor .b-plans {
  text-align: center;
  padding: 70px 0px 0px 0px;
}
.floor .b-plans h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
}
.floor .b-plans .description {
  margin: 13px auto 0 auto;
  color: #6c6c6c;
  max-width: 750px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.floor .b-plans .grid {
  padding: 50px 0 60px 0;
  font-size: 0;
}
.floor .b-plans .grid .one {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 30%;
  margin: 0 1% 0 1%;
  padding: 0px 0 60px 0;
}
.floor .b-plans .grid .one:nth-child(2) {
  margin: 0 2% 0 2%;
}
.floor .b-plans .grid .one .box {
  border: 1px solid #707a99;
  box-shadow: 0 17px 26px rgba(0,0,0,0.15);
  border-radius: 5px;
  text-align: left;
  position: relative;
  z-index: 10;
  background: #fff;
}
.floor .b-plans .grid .one img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 2px solid #ebf1f4;
  z-index: 20;
  position: relative;
}
.floor .b-plans .grid .one h3 {
  font-size: 24px;
  line-height: 28px;
  padding: 15px 0 5px 0;
  text-align: center;
  background: #707a99;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.floor .b-plans .grid .one .price {
  font-size: 16px;
  line-height: 20px;
  padding: 0px 0 17px 0;
  text-align: center;
  background: #707a99;
  color: #fff;
}
.floor .b-plans .grid .one ul {
  padding: 25px 0 20px 0;
}
.floor .b-plans .grid .one li {
  font-size: 16px;
  list-style-type: circle;
  padding: 0 50px 15px 0px;
  margin: 0 0 0 50px;
}
.floor .b-plans .grid .one .bottom {
  text-align: center !important;
}
.floor .b-plans .grid .one .button_single {
  color: #d5160c;
  border: 1px solid #d5160c;
}
.floor .b-plans .grid .one .button_single:hover {
  color: #fff;
  background: #d5160c;
  border: 1px solid #d5160c;
}
.floor .b-faq {
  text-align: center;
  padding: 70px 0px 0px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.floor .b-faq h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
}
.floor .b-faq .description {
  margin: 13px 0 0 0;
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.floor .b-faq .list {
  padding: 50px 0 90px 0;
  text-align: left;
  margin: 0 auto 0 auto;
  width: 810px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.floor .b-faq .list .one {
  padding: 0 0 30px 0;
}
.floor .b-faq .list .one .title {
  font-size: 18px;
  display: inline;
  line-height: 28px;
  font-weight: 700;
  border-bottom: 1px dashed rgba(0,0,0,0.4);
  cursor: pointer;
}
.floor .b-faq .list .one .more {
  padding: 10px 0 0 0;
  display: none;
}
.floor .b-mailer {
  text-align: center;
  padding: 70px 0px 0px 0px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.floor .b-mailer h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
}
.floor .b-mailer .description {
  margin: 13px 0 0 0;
  color: #6c6c6c;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.floor .b-mailer .form {
  background: #707a99;
  width: 400px;
  top: 40px;
  right: 70px;
  border-radius: 5px;
  color: #fff;
  margin: 50px auto 120px auto;
  padding: 30px 20px 50px 20px;
}
.floor .b-mailer .form h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: rgba(0,0,0,0.8);
  padding: 0 0 20px 0;
}
.floor .b-mailer .form input.mail,
.floor .b-mailer .form input.name,
.floor .b-mailer .form input.phone,
.floor .b-mailer .form input.company {
  display: block;
  width: 100%;
  border: 1px solid #e2e6eb;
  margin: 5px 0 20px 0;
}
.floor .b-mailer .form textarea {
  display: block;
  width: 100%;
  height: 170px;
  padding-top: 10px;
  margin: 5px 0 20px 0;
}
.floor .b-mailer .form input.button {
  display: inline-block;
  width: auto;
  background: #ffe060;
  cursor: pointer;
  font-weight: 500;
  padding: 0 25px 0 25px;
}
.floor .b-mailer .form input.button:hover {
  background: #ffec80;
}
.floor .b-feedback-3 {
  text-align: center;
  padding: 70px 0px 0px 0px;
}
.floor .b-feedback-3 h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.floor .b-feedback-3 h2:before {
  content: ' ';
  width: 72px;
  height: 9px;
  background: url("../img/til-l.png");
  position: absolute;
  top: 12px;
  left: -87px;
}
.floor .b-feedback-3 h2:after {
  content: ' ';
  width: 72px;
  height: 9px;
  background: url("../img/til-r.png");
  position: absolute;
  top: 12px;
  right: -87px;
}
.floor .b-feedback-3 .grid {
  padding: 50px 0 40px 0;
  font-size: 0;
}
.floor .b-feedback-3 .grid .one {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 30%;
  margin: 0 1% 0 1%;
  padding: 0px 0 0px 0;
}
.floor .b-feedback-3 .grid .one:nth-child(2) {
  margin: 0 2% 0 2%;
}
.floor .b-feedback-3 .grid .one .box {
  border-radius: 5px;
  text-align: left;
  position: relative;
  top: -60px;
  z-index: 10;
}
.floor .b-feedback-3 .grid .one img {
  height: 128px;
  width: 128px;
  border-radius: 50%;
  border: 0px solid #707a99;
  z-index: 20;
  position: relative;
}
.floor .b-feedback-3 .grid .one h3 {
  font-size: 18px;
  line-height: 25px;
  padding: 70px 0 5px 0;
  text-align: center;
}
.floor .b-feedback-3 .grid .one .role {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0,0,0,0.5);
  text-align: center;
  padding: 0 0 20px 0;
}
.floor .b-feedback-3 .grid .one span.quote {
  color: #6c6c6c;
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  padding: 0 30px 40px 40px;
}
.b-stat {
  background: #707a99;
  padding: 40px 0 40px 0;
}
.b-stat .grid {
  font-size: 0px;
}
.b-stat .grid .one {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.3);
}
.b-stat .grid .one:last-child {
  border: none;
}
.b-stat .grid .one .number {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
}
.b-stat .grid .one .description {
  padding: 4px 0 0 0;
  font-size: 16px;
  font-weight: 300;
}
.footer {
  background: #fff;
  position: relative;
  padding: 30px 30px 50px 70px;
}
