/*fonts*/
@font-face {
  font-family: 'Basic Sans SF';
  src: url('../fonts/BasicSansSF.eot');
  src: url('../fonts/BasicSansSF.eot?#iefix') format('embedded-opentype'), url('../fonts/BasicSansSF.woff2') format('woff2'), url('../fonts/BasicSansSF.woff') format('woff'), url('../fonts/BasicSansSF.ttf') format('truetype'), url('../fonts/BasicSansSF.svg#BasicSansSF') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Basic Sans SF Bold';
  src: url('../fonts/BasicSansSF-Bold.eot');
  src: url('../fonts/BasicSansSF-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BasicSansSF-Bold.woff2') format('woff2'), url('../fonts/BasicSansSF-Bold.woff') format('woff'), url('../fonts/BasicSansSF-Bold.ttf') format('truetype'), url('../fonts/BasicSansSF-Bold.svg#BasicSansSF-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*variables*/
/*mixins*/
/*basics*/
* {
  outline: none!important;
}
html {
  font-size: 16px;
}
h1,
.h1 {
  font-size: 5.75rem;
  font-family: 'Basic Sans SF Bold';
  line-height: 104px;
  margin: 80px 0 30px;
}
h2,
.h2 {
  font-size: 2.625rem;
  line-height: 54px;
  margin-bottom: 40px;
}
h3,
.h3 {
  font-size: 2.25rem;
  line-height: 48px;
}
h4,
.h4 {
  font-size: 1.5rem;
  line-height: 36px;
}
h5,
.h5 {
  font-size: 1.375rem;
  line-height: 34px;
}
h6,
.h6 {
  font-size: 1.25rem;
  line-height: 32px;
  margin: 25px 0 30px;
}
b,
strong {
  font-family: 'Basic Sans SF Bold';
  font-weight: bold;
}
p {
  line-height: 28px;
  margin: 15px 0;
}
.p-24 p {
  font-size: 1.5rem;
}
.p-22 p {
  font-size: 1.375rem;
}
.p-20 p {
  font-size: 1.25rem;
}
body {
  font-family: 'Basic Sans SF';
  font-weight: 400;
  color: #fff;
  background-color: #cc0000;
  background-image: url(../img/pattern.png);
  font-size: 16px;
}
body.admin-bar .top-menu {
  top: 32px;
}
body.loading .ajax-holder {
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex!important;
}
.btn.btn-white-line {
  position: relative;
  display: inline-block;
  min-width: 270px;
  line-height: 70px;
  height: 70px;
  background-color: transparent;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  cursor: pointer;
  font-size: 1.5rem;
  margin: 60px 0 50px;
}
section {
  width: 100%;
  float: left;
  padding: 70px 0 50px;
}
img.wp-image-31 {
  margin-top: 50px;
}
.footer {
  padding-top: 100px;
}
.footer p {
  margin: 0;
}
@media (max-width: 767px) {
  h1 {
    font-size: 4.375rem;
    line-height: 82px;
  }
  .p-24 p,
  .p-22 p,
  .p-20 p {
    font-size: 1.25rem;
    line-height: 32px;
  }
  .footer {
    padding-top: 60px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 3.125rem;
    line-height: 62px;
    margin: 40px 0 0;
  }
  h2 {
    font-size: 2.125rem;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .p-24 p,
  .p-22 p,
  .p-20 p {
    font-size: 1rem;
    line-height: 28px;
  }
  section {
    padding: 40px 0 30px;
  }
  .btn.btn-white-line {
    min-width: 1px;
    width: 100%;
    margin: 20px 0 20px;
  }
  img.wp-image-31 {
    margin-top: 10px;
  }
  .footer {
    padding-top: 40px;
  }
}
