* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("fonts/HelveticaNeue-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue Condensed";
  src: url("fonts/HelveticaNeue-Condensed.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue Condensed";
  src: url("fonts/HelveticaNeue-CondensedBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

/*COLORS*/
/*GLOBALS*/
body {
  font-family: Arial, sans-serif;
  margin: 0;
}

p {
  line-height: 24px;
  font-weight: 200;
  font-size: 17px;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #C41230;
}

h1, h2, h3, h4, h5 {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
}

h1 {
  text-transform: uppercase;
  font-size: 38px;
  line-height: 50px;
  margin: 0.5em 0;
}

h2 {
  font-size: 34px;
  font-weight: 400;
}

h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}

.content {
  margin: 0 auto;
}

button, .button {
  width: auto;
  min-width: 250px;
  background: #C41230;
  border: none;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.76px;
  padding: 10px 10px 10px 10px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
}

@media (max-width: 600px) {
  button, .button {
    display: block;
  }
}

button span, .button span {
  display: inline-block;
  margin-left: 20px;
  position:relative;
  top:2px; 
  height: 22px;
  width: 22px;
  padding: 2px;
  border-radius: 100%;
  background: transparent linear-gradient(0deg, #C41230 0%, #B5122C 100%) 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px #8C0C23 inset, -1px -1px #D65A6E inset;
  transition: 0.3s ease-in-out;
  text-align: center;
  line-height: 24px;
}

button span img, .button span img {
  max-width: 9px;
  height: auto;
  vertical-align: top;
  margin-top: 3px;
}

button:hover span, .button:hover span {
  margin-left: 30px;
}

/*STYLES*/
header {
  background: #E7E5E5;
  padding: 15px 0;
  border-bottom: #C41230 12px solid;
}

header .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  header .container {
    padding: 0 20px;
    flex-direction: column;
  }
}

header img {
  max-height: 80px;
  max-width: 100%;
}

header .phone-btn {
  margin-left: auto;
}

@media (max-width: 1200px) {
  header .phone-btn {
    margin: 20px auto 0;
  }
}

.hero {
  margin: 0 auto;
  text-align: center;
}

.hero img {
  max-width: 1200px;
  width: 100%;
  box-shadow: 0 40px 20px -30px rgba(0, 0, 0, 0.6);
}

.hero .container {
  padding: 160px 0px 50px;
  background: #C41230;
  color: #fff;
  margin-top: -110px;
}

.hero .container .content {
  padding: 0 140px;
}

.hero .container .content p {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 40px;
}

@media (max-width: 600px) {
  .hero .container .content {
    padding: 0 20px;
  }
}

.offer {
  padding: 50px 20px;
  background: #E7E5E5;
  text-align: center;
}

.offer .container {
  margin: 0 auto;
  max-width: calc(1200px - 150px);
  display: flex;
}

@media (max-width: 1200px) {
  .offer .container {
    padding: 0 20px;
    flex-direction: column;
  }
}

.offer .container .left {
  width: 60%;
  flex-grow: 1;
  margin-right: 35px;
}

@media (max-width: 1200px) {
  .offer .container .left {
    width: 100%;
    margin: 0 0 30px;
  }
}

.offer .container .left h1 {
  font-size: 60px;
  font-weight: bold;
  color: #C41230;
  line-height: 115%;
  width: 100%;
}

@media (max-width: 600px) {
  .offer .container .left h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

.offer .container .left h1 span {
  font-size: 30px;
  display: block;
  line-height: 40px;
  margin:0.4em 0;
}

.offer .container .left p {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 1.12px;
}

.offer .container .right {
  text-align: center;
  justify-content: center;
  padding: 30px; 
}

.offer .container .right img {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .offer .container .right {
    width: 100%;
    margin: 30px 0 0;
  }
}

.lineup {
  max-width: calc(1200px - 150px);
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}

@media (max-width: 1200px) {
  .lineup {
    margin: 0px 20px;
  }
}

.lineup h2 {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1.38px;
  font-family: Arial, sans-serif;
  line-height: 36px;
  max-width: 1000px;
  margin: 0 auto;
}

.lineup .cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}

@media (max-width: 1200px) {
  .lineup .cols {
    flex-direction: column;
  }
}

.lineup .cols .flex {
  align-items: flex-start;
  width: calc(50% - 120px);
  margin: 100px 60px 0;
}

@media (max-width: 600px) {
  .lineup .cols .flex {
    margin-right: 0;
    width: calc(100% - 60px);
    margin: 100px 30px 0;
  }
}

.lineup .cols .flex img {
  margin-bottom: 50px;
}

.lineup .cols .flex .content {
  text-align: left;
}

.lineup .cols .flex .content h3 {
  color: #C41230;
  font-size: 26px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin: 0 0 5px;
}

.lineup .cols .flex .content hr {
  height: 5px;
  border: none;
  background: #787878;
  margin: 20px 0 0;
  max-width: 450px;
}

.lineup .cols .flex .content span {
  font-style: italic;
  font-size: 15.5px;
  min-height: 17px;
  display: block;
}

.lineup .cols .flex .content p {
  font-size: 15.5px;
  line-height: 30px;
  margin-bottom: 0;
}

.lineup .cols .flex .content p a {
  color: #C41230;
  text-decoration: none;
}

.lineup .cols .flex .content p a:hover {
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .lineup .cols .flex {
    display: block;
  }

  .lineup .cols .flex .content, .lineup .cols .flex img {
    width: 100%;
  }

  .lineup .cols .flex img {
    margin-bottom: 20px;
  }
}

.lineup .button {
  margin-top: 80px;
  display: inline-block;
}

.cta {
  text-align: center;
  padding: 50px 0;
}

@media (max-width: 1200px) {
  .cta {
    padding: 0 20px;
    flex-direction: column;
  }
}

.cta h2 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.76px;
  font-family: Arial, sans-serif;
  line-height: 24px;
  margin-bottom: 150px;
}

.cta h2::before {
  background: #000;
  height: 3px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 12px;
}

.cta h2 span {
  top: 0px;
  display: inline-block;
  background: #fff;
  padding: 0 30px;
}

.cta img {
  margin: 0 auto;
  width: 850px;
  max-width: 100%;
}

.cta p {
  font-size: 22px;
  line-height: 29px;
  font-weight: bold;
  margin: 80px auto;
}

.cta p a {
  color: #000;
}

.cta p a:hover {
  color: #C41230;
}

.cta .button {
  padding: 8px 20px 8px 70px;
}

.cta .button span {
  margin-left: 60px;
}

.cta .button span img {
  width: auto;
  margin: 0;
}

.cta .button:hover span {
  margin-left: 70px;
}

footer {
  background: #000;
  display: flex;
  margin-top: 100px;
  padding: 10px 0;
}

footer .flex {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  footer .flex {
    padding: 0 20px;
    flex-direction: column;
  }
}

footer .flex p {
  font-size: 14px;
  color: #979797;
  line-height: 17px;
  margin: 5px 20px 0;
}


input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

form {
  width: 100%;
  max-width: 360px;
  background-color: #f9f9f9;
  border-radius: 12px;
  text-align: left;
  padding: 25px 15px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
/*
form:after {
  content: ' ';
  display: inline-block;
  height: 21px;
  width: 100%;
  background: url(img/form_shadow.png) no-repeat 50% 0 / contain;
  position: absolute;
  bottom: -21px;
  left: 0;
}
*/

form h2 {
  font-size: 22px;
  color: #2d2d2d;
  font-weight: bold;
}

input[type="text"], input[type="email"]{
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 4px 6px;
}

input[type="text"].optional {
  border-color: #e6e6e6;
}

input[name="zip"] {
  margin-bottom: 30px;
}
/*
button {
  background: #c41230 url(img/btn-arrow.png) no-repeat calc(100% - 25px) 7px;
  font-weight: bold;
  color: #fff;
  border-width: 0;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 13px 60px 8px 35px;
  border-radius: 5px;
}

button:hover {
  background-color: #000;
  background-image: url(img/btn-arrow-hover.png);
}
*/
input[type="text"].error {
  border-color: #c41230;
}
#formcontainer button{
  display: block;
  padding-left:10px;
  padding-right: 10px;
  width: 100%; 
}
.vertcenter{
  display: flex;
  align-items: center;
}
.offer .container .left > div{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1201px) {
  .offer .container .left{
    width: 33%; 
  }
  .offer .container .right{
    width: 33%; 
  }
  #formcontainer{
    width: 33%; 
  }
}
