*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
	background: #F0F0F0;
	font-family: 'Montserrat', sans-serif;
  font-weight: 300;
	font-size: 18px;
	margin:0;
	color: black;
  position: relative;
  line-height: 1.2;
	-moz-osx-font-smoothing:grayscale;
  -webkit-font-smoothing:antialiased;
  transition: .3s background;
}

.cf:after { 
	content:"";
	display:table;
	clear:both;
}

.wc{
	width:100%;
	max-width: 1430px;
  padding: 0 60px;
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.center{
  text-align: center;
}

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

h1 {
  font-size: 36px;
  line-height: 1.19;
  margin-bottom: 33px;
  font-weight: 600;
}


h2 {
  font-size: 26px;
  margin-bottom: 22px;
  line-height: 1.4;
  font-weight: 600;
}

h3 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 1.4;
  font-weight: 600;
}


h4 {
  margin-top: 35px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 15px;
}

p{
  margin-bottom: 14px;
  line-height: 1.5;
}

.small-text p {
  font-size: 14px;
}

b, strong {
  font-weight: 500;
}

ol, ul {
  margin: 0 0 9px;
}

li {
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 7px;
}

a, a:focus{
   outline: 0;
}

a{
  color: #FDB739;
  text-decoration: none;
	transition:.3s color, .3s background;
	-webkit-transition:.3s color, .3s background;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */
}

a:hover {
  color: #CF942A;
}

a.normal-link {
  color: inherit;
}

img, svg{
	max-width:100%;
	height:auto;
}

input{
  outline:none;
}

.btn {
  text-decoration: none;
  background: #FDB739;
  border-radius: 4px;
  color: white;
  display: inline-block;
  padding: 0 27px;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
  border: 0;
  font-size: 14px;
  min-width: 124px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  transition: .3s background, .3s color;
}

.btn:hover, .menu-btn a:hover{
  color: white;
  background: #CF942A;;
}

.block {
  padding: 195px 0;
  min-height: 100vh;
  display: flex;
}

.wc {
  max-width: 1340px;
  margin-top: auto;
  margin-bottom: auto;
}


.dark-styles, .dark-styles p, .dark-styles h1, .dark-styles h2, .dark-styles h3, .dark-styles h4, .dark-styles h5, .dark-styles h6, .dark-styles ul{
  color: white;
}

.col > :last-child {
  margin-bottom: 0;
}

.eric {
  position: fixed;
  top: calc(100vh - 886px);
  left: 50%;
  margin-left: 177px;
  width: 459px;
}

.eric img {
  max-height: 100vh;
  opacity: .2;
  display: block;
  margin: 0 auto;
  transition: .3s opacity;
}

body[data-slide="0"] .eric img, body[data-slide="0"] .eric-title {
  opacity: 1;
}

@media screen and (max-width: 1272px ) {
  .eric {
    right: 0;
    left: auto;
  }
}

@media screen and (max-height: 886px){

  .eric {
    top:  0;
  }

}

.eric-title {
  position: absolute;
  left: -67px;
  bottom: 211px;
  text-align: right;
  width: 190px;
  opacity: 0;
  transition: .3s opacity;
}

@media screen and (max-height: 580px) {
  .eric-title {
    display: none;
  }
}

.eric-title h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.eric-title p {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #787878;
  line-height: 1.3;
  margin: 0;
}

.eric-title p span {
  font-size: 15px;
}

.main-header {
  padding-top: 66px;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
}

.main-header .wc {
  display: flex;
  align-items: center;
}

body[data-slide="1"] .tagline, body[data-slide="3"] .tagline {
  color: white;
}


body[data-slide="1"] .tagline:before, body[data-slide="3"] .tagline:before {
  background: #979797;
}

body[data-slide="1"] {
  background: #595959;
}

body[data-slide="2"] {
  background: white;
}

body[data-slide="3"]  {
  background: #858585; 
}

.logo {
  max-width: 339px;
  width: 100%;
}

.logo svg {
  display: block;
  width: 100%;
}

.logo .cls-1 {
  transition: .3s fill;
}

body[data-slide="1"] .logo .cls-1, body[data-slide="3"] .logo .cls-1 {
  fill: white !important;
}

.tagline {
  font-size: 16px;
  font-weight: 600;
  color: #787878;
  margin-left: 30px;
  padding: 10px 0 10px 30px;
  display: block;
  position: relative;
  transition: .3s color;
}

.tagline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background: #979797;
  transition: .3s background;
}

.page-nav {
  position: fixed;
  z-index: 99;
  top: calc(100% - 118px);
  left: 0;
  right: 0;
}

.page-nav ul {
  background: white;
  box-shadow: 0 0 8px rgba(0,0,0,.5);
  list-style-type: none;
  display: flex;
  height: 118px;
  margin: 0;
  padding: 0;
}

.page-nav ul li {
  width: 25%;
  padding: 0;
  position: relative;
}


.page-nav ul li:after {
  content: '';
  position: absolute;
  top: 38px;
  bottom: 36px;
  right: 0;
  width: 1px;
  background: #ACACAC;
}

.page-nav ul li:last-child:after {
  display: none;
}

.page-nav ul li a {
  display: block;
  line-height: 118px;
  text-align: center;
  color: #A7A7A7;
  font-weight: 500;
  border-bottom: 10px solid transparent;
  transition: .3s border, .3s color;
  position: relative;
}

.page-nav ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: black;
  opacity: 0;
  transition: .3s opacity;
}

.page-nav ul li a:hover {
  color: black;
}

.page-nav ul li.active a {
  color: black;
}

.page-nav ul li.active a:after {
  opacity: 1;
}

.page-nav .wc {
  position: relative;
}

.page-nav .nav button{
  outline: none;
  display: block;
  width: 58px;
  height: 59px;
  position: absolute;
  top: 50%;
  font-size: 0;
  border: 0;
  padding: 0;
  margin: -29px 0 0 0;
  transition: .3s filter;
}

.page-nav .nav button:hover {
  filter: brightness(90%);
}

/* .page-nav .nav button.disabled {
  filter: brightness(130%) grayscale(80%);
} */

.page-nav .nav .owl-prev {
  background: url('imgs/arrow-left.svg');
  left: 29px;
}

.page-nav .nav .owl-next {
  background: url('imgs/arrow-left.svg');
  right: 29px;
  transform: rotate(180deg);
}


.principal-block .col {
  max-width: 638px;
  width: calc(99.99% - 420px - 5%);
}

.principal-block .eric {
  display: none;
}

.focus-block .wc {
  display: flex;
}

.focus-block .col:nth-of-type(1){
  max-width: 30%;
  margin-right: 7%;
}

.focus-block .col:nth-of-type(2){
  max-width: 63%;
}

.focus-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.focus-item {
  width: calc((99.99% - 5%) / 2);
  margin-right: 5%;
  display: flex;
  margin-bottom: 20px;
}

.focus-item :last-child{
  margin-bottom: 0;
}

.focus-item:nth-of-type(1) .focus-icon {
  margin-top: 5px;
}

.focus-item:nth-of-type(2n) {
  margin-right: 0;
}

.focus-icon {
  width: 42px;
  margin-right: 17px;
  flex-shrink: 0;
}

.focus-icon img {
  margin: 0 auto;
  display: block;
}

.focus-content {
  margin-top: 8px;
}

.capabilities-block .wc {
  display: flex;
}

.capabilities-block .col:nth-of-type(1) {
  max-width: 50%;
  margin-right: 7%;
}

.capabilities-block .col:nth-of-type(2) {
  width: 43%;
}


.contact-block .wc {
  display: flex;
}

.contact-block .col:nth-of-type(1){
  max-width: 30%;
  margin-right: 14%;
}

.contact-block .col:nth-of-type(2){
  max-width: 30%;
  width: 100%;
}

.contact-form {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-wrap {
  position: relative; 
}

.contact-form .input-wrap label {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: white;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    transition: .3s transform, .3s font-size;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}

 .contact-form .input-wrap.has-value label {
    -ms-transform: translateY(-17px);
    -webkit-transform: translateY(-17px);
    -moz-transform: translateY(-17px);
    transform: translateY(-17px);
    font-size: 11px
}

.contact-form .input-wrap.has-value textarea {
  height: 175px; 
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #d4d4d1;
  color: white;
  display: block;
  width: 100%;
  height: 35px;
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  margin-bottom: 34px;
  padding-bottom: 0;
  outline: none; 
  border-radius: 0;
  font-family: inherit;
  -webkit-appearance: none;
}

.contact-form .input-wrap input.is-error[type="text"],
.contact-form .input-wrap input.is-error[type="tel"],
.contact-form .input-wrap input.is-error[type="email"],
.contact-form .input-wrap textarea.is-error {
    border-bottom: 2px solid #e78764;
}


.contact-form input[type="text"]::-webkit-contacts-auto-fill-button,
.contact-form input[type="tel"]::-webkit-contacts-auto-fill-button,
.contact-form input[type="email"]::-webkit-contacts-auto-fill-button,
.contact-form textarea::-webkit-contacts-auto-fill-button {
    visibility: hidden; 
}

@-webkit-keyframes autofill {
  to {
      color: white;
      background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.contact-form textarea {
  transition: .3s height, .3s border;
  overflow: hidden; 
  line-height: 1.5;
  padding-top: 10px;
}

.contact-form input[type="submit"] {
  -webkit-appearance: none;
  border: 0;
  margin: 0;
}

.contact-form input[type="submit"]:disabled {
  cursor: wait;
  opacity: .6; 
}

.status-msg {
  display: none;
  margin: 20px 0 0 0;
  color: white;
}

.genisys {
  position: absolute !important;
  z-index: -1;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
  color: white;
  opacity: 0; 
}

@media screen and (max-width: 1200px) {

  .principal-block .col {
    width: calc(99.99% - 270px - 5%);
  }

  .principal-block .mobile-col {
    width: 65%;
  }
}

@media screen and (max-width: 980px) {

  .page-nav {
    top: calc(100% - 72px);
  }

  .page-nav .wc {
    padding: 0 43px;
  }

  .page-nav ul {
    height: 73px;
  }

  .page-nav ul li a {
    font-size: 18px;
    line-height: 73px;
  }


  .page-nav ul li::after {
    top: 26px;
    bottom: 19px
  }
  /* .page-nav ul li::after {
    display: none;
  } */

  .page-nav .nav button {
    width: 44px;
    height: 44px;
    background-size: 44px 44px !important;
    margin-top: -22px;
  }

  .page-nav .nav .owl-prev {
    left: 22px;
  }

  .page-nav .nav .owl-next {
    right: 22px;
  }

  .page-nav ul li a::after {
    height: 6px;
  }

  .focus-block .wc {
    display: block;
  }

  .focus-block .col:nth-of-type(1) {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }

  .focus-block .col:nth-of-type(2) {
    max-width: 100%;
  }

  .capabilities-block .wc {
    display: block;
  }

  .capabilities-block .col:nth-of-type(1) {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
  }
  
  .capabilities-block .col:nth-of-type(2) {
    max-width: 100%;
    width: 100%;
  }

  .contact-block .wc {
    display: flex;
  }
  
  .contact-block .col:nth-of-type(1){
    max-width: 30%;
    margin-right: 7%;
  }
  
  .contact-block .col:nth-of-type(2){
    max-width: 63%;
    width: 100%;
  }

  .eric {
    top: calc(100% - 787px);
  }
  

}

@media screen and (max-height: 787px) and (max-width: 980px) {
  .eric {
    top: 0;
  }

}

@media screen and (max-width: 900px) {

  .main-header {
    padding-top: 35px;
  }

  .logo {
    max-width: 250px;
  }

  .tagline {
    font-size: 13px;
    margin-left: 20px;
    padding: 10px 0 10px 20px;
    top: 4px;
  }

  .block {
    padding: 150px 0;
  }

  body {
    overflow-x: hidden;
  }

  .page-wrapper {
    overflow-x: hidden;
  }

  .eric {
    top: calc(100% - 724px);
    width: 375px;
    margin-right: -50px;
  }


  .eric-title {
    left: -57px;
    bottom: 148px;
  }

  .principal-block .col {
    width: calc(99.99% - 130px - 5%);
  }

  .eric-title h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
  }

  .eric-title p {
    font-size: 13px;
  }

  .eric-title p span {
    font-size: 11px;
  }

}

@media screen and (max-height: 724px) and (max-width: 900px) {
  .eric {
    top: 0;
  }

}


@media screen and (max-width: 730px) {

  .page-nav ul li::after, .page-nav ul li.active a::after {
    display: none;
  }

  .page-nav ul { 
    position: relative;
  }

  .page-nav ul li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
  }

  .page-nav ul li a {
    opacity: 0;
    transition: .3s opacity;
  }

  .page-nav ul li.active a {
    opacity: 1;
  }

}

@media screen and (max-width: 600px) {

    body {
      font-size: 14px;
    }

    h1 {
      font-size: 20px;
      margin-bottom: 10px;
    }

    h3 {
      font-size: 14px;
    }

    p {
      margin-bottom: 8px;
    }

    .wc {
      padding: 0 20px;
      margin: 0;
    }
    
    /*.block {
      padding: 100px 0;
    }*/

    .main-header {
      padding-top: 20px;
    }

    .tagline {
      display: none;
    }

    .eric {
      max-width: 230px;
      margin-left: 0;
      margin-right: -50px;
      top: calc(100% - 444px);
    }

    .eric-title {
      left: -119px;
      bottom: 100px;
    }

    body[data-slide="0"] .eric-title {
      opacity: 0;
    }


    body[data-slide="0"] .eric img{
      opacity: 0;
    }

    /* .eric-title h5 {
      font-size: 18px;
      margin-bottom: 6px;
    }

    .eric-title p {
      font-size: 14px;
    } */

    .page-wrapper {
      overflow-x: hidden;
    }


    .principal-block .col { 
      max-width: 100%;
      /* width: calc(99.99% - 90px - 5%); */
      width: 100%;
    }


    .principal-block .mobile-col {
      /* max-width: calc(99.99% - 110px); */
      width: 100%;
      max-width: 100%;
    }

    .focus-block .col:nth-of-type(1) {
      margin-bottom: 20px;
    }

    .focus-items {
      margin-bottom: -10px;
    }

    .focus-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
    }

    .focus-icon {
      width: 30px;
      margin-right: 15px;
    }

    .small-text p {
      font-size: 12px;
    }

    .capabilities-block .col:nth-of-type(1) {
      margin-bottom: 20px;
    }

    .contact-block .wc {
      display: block;
    }
    
    .contact-block .col:nth-of-type(1){
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 30px;
    }
    
    .contact-block .col:nth-of-type(2){
      max-width: 100%;
    }

    .contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
      margin-bottom: 17px;
      font-size: 12px;
    }

    .contact-form .input-wrap label {
      font-size: 12px;
    }

    .contact-form input[type="submit"] {
      margin-top: 11px;
    }

    .contact-form .input-wrap.has-value textarea {
      height: 150px; 
    }

    .btn {
      font-size: 14px;
      height: 41px;
      line-height: 41px;
      min-width: 123px;
    }

    .principal-block {
      padding-bottom: 0;
    }

    .principal-block .eric {
      position: relative;
      display: block;
      margin: 0 auto;
      left: 20px;
    }
    
    .principal-block .eric img {
      opacity: 1 !important;;
    }
    
    .principal-block .eric-title {
      opacity: 1 !important;
    }
    
    

}

@media screen and (max-height: 444px) and (max-width: 600px) {

  .eric {
    top:  0;
  }

}