* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
.b-subscribe input,
.b-contacts input,
.b-hello input,
.b-subscribe textarea,
.b-contacts textarea,
.b-hello textarea,
.b-subscribe button,
.b-contacts button,
.b-hello 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;
}
.b-subscribe input:focus,
.b-contacts input:focus,
.b-hello input:focus,
.b-subscribe textarea:focus,
.b-contacts textarea:focus,
.b-hello textarea:focus,
.b-subscribe button:focus,
.b-contacts button:focus,
.b-hello button:focus {
  background: #fffcf2;
}
a {
  padding-top: 0.6em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style: none;
}
.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 {
  position: relative;
  background: #fff !important;
  z-index: 900;
}
.header .logo {
  text-align: center;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid rgba(0,0,0,0.15);
}
.header .logo h1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding: 7px 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header .logo .description {
  font-size: 10px;
  line-height: 10px;
  color: rgba(0,0,0,0.8);
}
.header .menu {
  display: block;
  cursor: default;
  text-align: center;
  background: #fff;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.header .menu a {
  display: inline-block;
  vertical-align: top;
  border: none;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px 0 17px;
  font-size: 13px;
  color: rgba(0,0,0,0.7);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: 0.2s ease;
          transition: 0.2s ease;
}
.header .menu a.active {
  color: #8c1f33;
  border-bottom: 4px solid #8c1f33;
}
.header .menu a.active:hover {
  color: #8c1f33;
  cursor: default;
}
.header .menu a:hover {
  color: #8c1f33;
}
.floor {
  background-size: cover !important;
  position: relative;
}
.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 .full-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 0;
}
.floor .b-hello {
  position: relative;
  z-index: 100;
  min-height: 530px;
  padding: 65px 550px 80px 70px;
  background-size: cover !important;
}
.floor .b-hello h2,
.floor .b-hello h1 {
  color: #fff;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  padding: 0 0 20px 0;
}
.floor .b-hello p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  padding: 0 0 20px 0;
  font-weight: 400;
  z-index: 100;
}
.floor .b-hello .tel {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: -10px 0 0 0;
}
.floor .b-hello .form {
  background: #8d2033;
  width: 400px;
  position: absolute;
  top: 40px;
  right: 70px;
  border-radius: 5px;
  color: #fff;
  padding: 30px 20px 50px 20px;
}
.floor .b-hello .form h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 0 20px 0;
}
.floor .b-hello .form input.mail,
.floor .b-hello .form input.name,
.floor .b-hello .form input.phone {
  display: block;
  width: 100%;
  margin: 5px 0 20px 0;
}
.floor .b-hello .form textarea {
  display: block;
  width: 100%;
  height: 170px;
  padding-top: 10px;
  margin: 5px 0 20px 0;
}
.floor .b-hello .form input.button {
  display: inline-block;
  width: auto;
  background: #ffe060;
  cursor: pointer;
  font-weight: 500;
  padding: 0 25px 0 25px;
}
.floor .b-hello .form input.button:hover {
  background: #ffec80;
}
.floor .b-about {
  background: #fff;
  font-size: 0;
  padding: 65px 0px 80px 0px;
}
.floor .b-about h2,
.floor .b-about h1 {
  color: #000;
  display: block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  padding: 0 0 20px 70px;
}
.floor .b-about p {
  font-size: 18px;
  line-height: 28px;
  padding: 0 0 20px 70px;
  font-weight: 400;
}
.floor .b-about .text,
.floor .b-about .image {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.floor .b-about .image {
  padding: 60px 70px 0 70px;
}
.floor .b-about .image img {
  max-width: 100%;
}
.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-consult {
  background: #fff;
  text-align: center;
  padding: 70px 0px 80px 0px;
}
.floor .b-consult h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.floor .b-consult .grid {
  padding: 50px 0 0 0;
  font-size: 0;
  text-align: center;
}
.floor .b-consult .grid .one {
  margin: 0 0 30px 5%;
  padding: 0 50px 0 70px;
  position: relative;
  min-height: 45px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 45%;
}
.floor .b-consult .grid .one img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 45px;
}
.floor .b-consult .grid .one span {
  font-size: 16px;
  line-height: 24px;
}
.floor .b-clients {
  background: #f3f4f5;
  text-align: center;
  padding: 70px 0px 80px 0px;
}
.floor .b-clients h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.floor .b-clients .grid {
  padding: 50px 0 0 0;
  font-size: 0;
  text-align: center;
}
.floor .b-clients .grid .one {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 25%;
  padding: 0px 0 30px 0;
}
.floor .b-clients .grid .one img {
  max-width: 70%;
}
.floor .b-feedback {
  background: #fff;
  text-align: center;
  padding: 70px 0px 80px 0px;
}
.floor .b-feedback h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
}
.floor .b-feedback .grid {
  padding: 50px 70px 0 70px;
  font-size: 0;
  text-align: left;
}
.floor .b-feedback .grid .one {
  position: relative;
  padding: 0 0 20px 0;
}
.floor .b-feedback .grid .one .box {
  text-align: left;
  position: relative;
  z-index: 10;
  padding: 0 0 0 115px;
}
.floor .b-feedback .grid .one img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
}
.floor .b-feedback .grid .one h3 {
  font-size: 18px;
  line-height: 25px;
  padding: 10px 30px 7px 40px;
}
.floor .b-feedback .grid .one span.quote {
  color: rgba(0,0,0,0.7);
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  padding: 0 30px 40px 40px;
}
.floor .b-feedback .grid .one span.quote:before {
  content: '«';
  position: absolute;
  top: -3px;
  left: 13px;
  color: #d8e1e5;
  font-size: 40px;
  font-weight: 400;
}
.floor .b-contacts {
  background: #f3f4f5;
  padding: 65px 550px 80px 70px;
}
.floor .b-contacts h2 {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  padding: 0 0 20px 0;
}
.floor .b-contacts p {
  font-size: 16px;
  line-height: 29px;
  padding: 0 0 30px 0;
  font-weight: 400;
}
.floor .b-contacts .map {
  background: rgba(0,0,0,0.5);
  height: 260px;
  font-size: 10px !important;
  margin: 0 0 30px 0;
}
.floor .b-contacts .form {
  background: #8d2033;
  width: 400px;
  position: absolute;
  top: 40px;
  right: 70px;
  border-radius: 5px;
  color: #fff;
  padding: 30px 20px 50px 20px;
}
.floor .b-contacts .form h3 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  padding: 0 0 20px 0;
}
.floor .b-contacts .form input.mail {
  display: block;
  width: 100%;
  margin: 5px 0 20px 0;
}
.floor .b-contacts .form textarea {
  display: block;
  width: 100%;
  height: 170px;
  padding-top: 10px;
  margin: 5px 0 20px 0;
}
.floor .b-contacts .form input.button {
  display: inline-block;
  width: auto;
  background: #ffe060;
  cursor: pointer;
  font-weight: 500;
  padding: 0 25px 0 25px;
}
.floor .b-contacts .form input.button:hover {
  background: #ffec80;
}
.footer {
  background: #fff;
  position: relative;
  padding: 30px 30px 50px 70px;
}
