@import "cols-inline.css";
div,img,p,a,h1,h2,h3,form,input,textarea,button,section,header,footer{box-sizing: border-box; border: none; padding: 0; line-height: 1.2; position: relative;}

html, body {
  width: 100%!important;
}

body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  color: #777;
}

img{
  display: block;
  border: 0;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}


.wf-active body {
  font-family: "Montserrat";
}


/* HEADER */
header {
  width: 100%;
  background-color: #fff;
  text-align: left;
  padding: 30px 5%;
  color: #777;
}
header img {
  max-width: 240px;
  width: 70%;
  margin: 0 auto;
}

header > div {display: none;}
header > div  a {
    color: #777;
    text-decoration: none;
}
header > div > span {
  color:#931E18;
    font-weight: 700;
    font-size: 20px;
}

@media only screen and (min-width: 1140px) {
  header img {
  margin: 0;
}

  header > div {
    display: block;
    position: absolute;
    top: 50%;
    right: 5%;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    padding:0;
    width: calc(90% - 300px);
    text-align: right;
    font-size: 16px;
    line-height: 1.4;
  }
}


footer {
  z-index: 1;
}
footer > div {
  display: block;
  padding: 45px 10%;
  background: #444 url("../img/ico-back.svg") no-repeat center;
  background-size: 80% auto;
  color: #ccc;
  text-align: center;
  line-height: 1.5;
}

footer > div a { text-decoration: none; color: #FFF;}

/* SECTION */
section {
  width: 100%;
  margin: 0;
  /**/
}
section > div {
  max-width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
section[role="banner"] {
  color: #fff;
  background: #931E18 url("../img/ico-back.svg") 3% -10% no-repeat;
  background-size: 45% auto;
  padding: 0;
}

section[role="banner"] h1 {
  width: 80%;
  margin: 0 auto;
  max-width: 400px;
  font-size: 42px;
  padding: 60px 0;
  font-weight: 700;
  letter-spacing: 1px;
}


@media only screen and (max-width: 767px){
    section[role="banner"] > div > div:first-child {
      overflow: hidden;
      height: 80vw;
    }

}

@media only screen and (max-width: 1139px){
    section[role="banner"] {
      background-size: auto 80%;
      background-position: top center;
    }
    section[role="banner"] > div > div:first-child {
      overflow: hidden;
    }

    section[role="banner"] h1 {
      font-size: 9vw;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1140px){
   section[role="banner"] h1 {
     font-size: 34px;
     padding: 45px 0 0;
   }
}

section[role="banner"] h1 strong {
  font-size: 22px;
  display: block;
  opacity: .7;
  font-weight: inherit;
  font-weight: 400;
  letter-spacing: 0;
}

section[role="banner"] h1  span {
  display: inline-block;
  border-bottom: 8px solid #fff;
  padding-bottom: 4px;
}

section[role="banner"] > span {
 position: absolute;
 display: block;
top:calc(50% - 60px);
 left:calc(95% - 45px);
 width: 30px;
 height: 30px;
 background: url(../img/ico-next-big.svg) no-repeat center center;
 background-size: auto 100%;
 cursor: pointer;
 opacity: .4;
 -webkit-tap-highlight-color: rgba(0,0,0,0);
}


section[role="banner"] > span:hover {
  opacity: .7!important;
}


@media only screen and (min-width: 1140px) {
  section[role="banner"] > span {
     left: calc(50% - 105px);
     top:calc(50% - 23px);
     width: 45px;
     height: 45px;
  }
}


section[role="main"] > div {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
}

section[role="main"] > div p {
  line-height: 1.3;
  font-size: 20px;
}

section[role="main"] > div p + p {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 30px;
}

section[role="main"] > div form {
    display: block;
    padding:30px 5px;
    -webkit-box-shadow: 0px 20px 20px 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px 10px rgba(0,0,0,.05);
    width: 100%;
    text-align: center;
    /* GRADIENT*/
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 75%, rgba(240,240,240,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 75%,rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 75%,rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
}


section[role="main"] > div form input:first-child {
  margin-top: 0;
}
section[role="main"] > div form input,
section[role="main"] > div form textarea {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 8px;
  border-bottom: solid 1px #ccc;
  margin-top: 30px;
  text-align: left;
}

button {
  background-color: #931E18;
  color: #fff;
  display: inline-block;
  margin: 60px auto 0;
  padding: 15px 30px;
  font-weight: 700;
}

.no-touch button:hover {
  background-color: #444;
  color:#fff;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #931E18;
  text-align: center;
  padding:30px 5%;
}

@media only screen and (min-width: 1140px) {

  section[role="main"] > div {
    padding: 45px 50% 30px 5%;
    width: 90%;
  }

  section[role="main"] > div form {
      position: absolute;
      right: 5%;
      top:-30px;
      width: 40%;
      z-index: 3;
      padding: 60px;
  }
  footer > div{ display: none;}

  h2 {
    font-size: 18px;}
}

@media only screen and (min-width: 1440px) {
  section[role="main"] > div form {
      height: calc(100% + 60px);
  }


}
