/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 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 silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
body {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #212121;
}
header {
  width: 100%;
  height: 147px;
  border-bottom: 6px solid #e31e25;
  padding: 0px 20px;
  position: relative;
}
header .red-bg {
  width: 50%;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 147px;
  background: #e31e25;
  z-index: 2;
}
header .header-inside {
  width: 100%;
  max-width: 1170px;
  position: relative;
  height: 147px;
  z-index: 4;
  margin: auto;
}
header .header-inside .logo {
  display: block;
  width: 177px;
  height: 120px;
  background: url(../img/logo.png) no-repeat;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 6;
}
header .header-inside .logo2 {
  display: block;
  width: 319px;
  height: 90px;
  background: url(../img/logo2.png) no-repeat;
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 6;
}
header .header-inside .triangle {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -147px;
  height: 0;
  border-style: solid;
  border-width: 147px 0 0 147px;
  border-color: #e31e25 transparent transparent;
}
@media only screen and (max-width: 768px) {
  header {
    height: 101px;
  }
  header .red-bg {
    height: 101px;
  }
  header .header-inside {
    height: 101px;
  }
  header .header-inside .logo {
    display: block;
    width: 112px;
    height: 75px;
    background: url(../img/logo-mobile.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 6;
  }
  header .header-inside .logo2 {
    top: 25px;
    height: 50px;
    width: 176px;
    background: url(../img/logo2-mobile.png) no-repeat;
    right: 0px;
  }
  header .header-inside .triangle {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -101px;
    height: 0;
    border-style: solid;
    border-width: 101px 0 0 101px;
    border-color: #e31e25 transparent transparent;
  }
}
@media only screen and (max-width: 440px) {
  header .header-inside .logo {
    display: block;
    width: 90px;
    height: 63px;
    background: url(../img/logo-mobile.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: 6;
  }
}
@media only screen and (max-width: 390px) {
  header {
    height: 85px;
  }
  header .red-bg {
    height: 85px;
  }
  header .header-inside {
    height: 85px;
  }
  header .header-inside .triangle {
    margin-left: -85px;
    border-width: 85px 0 0 85px;
  }
  header .header-inside .logo {
    display: block;
    width: 90px;
    height: 63px;
    background: url(../img/logo-mobile.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 13px;
    left: -10px;
    z-index: 6;
  }
  header .header-inside .logo2 {
    top: 21px;
    height: 50px;
    width: 140px;
    background: url(../img/logo2-mobile.png) no-repeat;
    background-size: 100%;
    right: 0px;
  }
}
.menu {
  width: 100%;
  padding: 0px 20px;
  border-bottom: 1px solid #d3d3d3;
}
.menu .mobile-menu-icon {
  display: none;
  width: 100%;
  height: 51px;
  line-height: 51px;
  color: #e31e25;
  font-weight: 800;
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
  cursor: pointer;
}
.menu .mobile-menu-icon i {
  font-size: 24px;
  position: relative;
  top: 2px;
  left: -8px;
}
.menu nav {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  height: 78px;
}
.menu nav a {
  display: block;
  width: 16.66%;
  float: left;
  height: 78px;
  text-align: center;
  border-left: 1px solid #d3d3d3;
  line-height: 82px;
  color: #212121;
  font-weight: 500;
}
.menu nav a:hover {
  background: #fafafa;
  color: #e31e25;
}
.menu nav a:nth-last-child(1) {
  border-right: 1px solid #d3d3d3;
}
.menu nav .active {
  font-weight: 800;
  color: #e31e25;
  background: #fafafa;
}
@media only screen and (max-width: 980px) {
  .menu nav {
    height: 156px;
  }
  .menu nav a {
    width: 33.33%;
    border-bottom: 1px solid #d3d3d3;
  }
  .menu nav a:nth-child(3) {
    border-right: 1px solid #d3d3d3;
  }
  .menu nav a:nth-child(4) {
    border-bottom: 0px;
  }
  .menu nav a:nth-child(5) {
    border-bottom: 0px;
  }
  .menu nav a:nth-child(6) {
    border-bottom: 0px;
  }
}
@media only screen and (min-width: 641px) {
  .menu nav {
    display: block!important;
  }
}
@media only screen and (max-width: 640px) {
  .menu {
    padding: 0px;
    border-bottom: 0px;
  }
  .menu .mobile-menu-icon {
    display: block;
  }
  .menu nav {
    height: auto;
    display: none;
  }
  .menu nav a {
    width: 100%!important;
    border-left: 0px!important;
    border-right: 0px!important;
    border-bottom: 1px solid #d3d3d3 !important;
    height: 51px;
    line-height: 51px;
  }
}
.sitename {
  height: 70px;
  max-width: 1210px;
  padding: 0px 20px;
  margin: auto;
  font-size: 16px;
  padding-top: 25px;
}
.sitename .name strong {
  color: #e31e25;
  font-weight: 800;
}
.sitename .date {
  float: right;
}
@media only screen and (max-width: 870px) {
  .sitename {
    text-align: center;
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .sitename .date {
    float: none;
    display: block;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .sitename .name strong {
    display: block;
  }
}
@media only screen and (max-width: 350px) {
  .sitename {
    font-size: 14px;
  }
}
.main-content {
  width: 100%;
  padding: 0px 20px;
  background: url(../img/bg.jpg);
}
.main-content article {
  width: 100%;
  max-width: 1170px;
  margin: auto;
  border: 1px solid #d3d3d3;
  background: #ffffff;
  padding: 43px 30px;
  position: relative;
}
.main-content article .subpage-heading {
  display: block;
  position: relative;
  width: 100%;
}
.main-content article .subpage-heading h1 {
  font-size: 36px;
  color: #e31e25;
  margin: 0px;
  font-weight: 800;
  display: inline-block;
  position: relative;
  z-index: 6;
  background: #ffffff;
  padding-right: 22px;
}
.main-content article .subpage-heading span {
  display: block;
  width: 100%;
  height: 5px;
  background: #e31e25;
  position: absolute;
  bottom: 11px;
  left: 0px;
  z-index: 4;
}
.main-content article .article-text {
  padding-top: 16px;
}
.main-content article .article-text h2 {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 18px;
  margin-top: 20px;
}
.main-content article .article-text h3 {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 18px;
  margin-top: 20px;
}
.main-content article .article-text h4 {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 18px;
  margin-top: 20px;
}
.main-content article .article-text p {
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 23px;
}
.main-content article .article-text a {
  color: #e31e25;
  text-decoration: underline;
}
.main-content article .article-text ul {
  margin-left: 18px;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-content article .article-text ul li {
  margin-bottom: 6px;
}
.main-content article .article-menu {
  padding-left: 369px;
}
.main-content article .reg-form {
  margin-left: -29px;
  margin-top: 49px;
}
.main-content article .reg-form .col {
  float: left;
  width: 50%;
  padding-left: 29px;
}
.main-content article .reg-form .col:nth-child(even) {
  float: right;
}
.main-content article .reg-form .col span {
  display: block;
  padding-left: 10px;
  font-size: 15px;
  margin-bottom: 19px;
}
.main-content article .reg-form .col input[type="text"],
.main-content article .reg-form .col input[type="email"],
.main-content article .reg-form .col input[type="tel"] {
  width: 100%;
  height: 59px;
  border: 1px solid #d3d3d3;
  background: #fafafa;
  margin-bottom: 25px;
  padding: 0px 10px;
  font-size: 15px;
  transition: background 0.3s, border 0.3s;
}
.main-content article .reg-form .col input[type="text"]:focus,
.main-content article .reg-form .col input[type="email"]:focus,
.main-content article .reg-form .col input[type="tel"]:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #e31e25;
}
.main-content article .reg-form .col .custom-select {
  display: block;
  width: 100%;
  line-height: 59px;
  position: relative;
  margin-bottom: 25px;
  background: none;
  color: #989898;
  font-weight: 400;
}
.main-content article .reg-form .col .custom-select select {
  width: 100%;
  cursor: pointer;
  line-height: 59px;
  font-size: 16px;
  height: 59px;
  padding-left: 5px;
  outline: none;
  border: 1px solid #d3d3d3;
  background: none;
  -webkit-appearance: none;
  padding-left: 20px;
  font-size: 14px;
  transition: background 0.3s, border 0.3s;
  padding-right: 50px;
}
.main-content article .reg-form .col .custom-select select:focus {
  border-color: #e31e25;
  color: #212121;
}
.main-content article .reg-form .col .custom-select:after {
  font: normal normal normal 20px FontAwesome;
  color: #d3d3d3;
  content: '\f0d7';
  position: absolute;
  text-align: center;
  pointer-events: none;
  top: 0px;
  right: 1px;
  line-height: 59px;
  width: 59px;
  height: 59px;
  font-size: 42px;
}
.main-content article .reg-form .col input[type="reset"] {
  width: calc(50% - 15px);
  float: left;
  height: 55px;
  background: #c5c5c5;
  border: 1px solid #adadad;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.3s, border 0.3s;
  margin-top: 37px;
}
.main-content article .reg-form .col input[type="reset"]:hover {
  background: #adadad;
  border-color: #c5c5c5;
}
.main-content article .reg-form .col input[type="submit"] {
  width: calc(50% - 15px);
  float: right;
  height: 55px;
  background: #e31e25;
  border: 1px solid #b9060c;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  transition: background 0.3s, border 0.3s;
  margin-top: 37px;
}
.main-content article .reg-form .col input[type="submit"]:hover {
  background: #b9060c;
  border-color: #e31e25;
}
.main-content article .reg-form .col .checkbox-label {
  font-size: 13px;
  float: left;
  padding-left: 38px;
  font-weight: 400;
  margin-top: 10px;
}
.main-content article .reg-form .col .g-recaptcha {
  margin-top: 20px;
}
.main-content article .reg-form .col-full {
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .main-content article .scroll-nav {
    display: none!important;
  }
  .main-content article .article-menu {
    padding-left: 0px;
  }
  .main-content article .reg-form .col input[type="reset"] {
    width: 100%;
  }
  .main-content article .reg-form .col input[type="submit"] {
    width: 100%;
  }
  .main-content article .reg-form .col-full {
    margin-top: 0px;
  }
  .main-content article .reg-form .g-recaptcha {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .main-content article {
    padding: 20px 15px;
  }
  .main-content article .subpage-heading {
    margin-bottom: 20px;
  }
  .main-content article .subpage-heading h1 {
    display: block;
    text-align: center;
  }
  .main-content article .subpage-heading span {
    bottom: -22px;
  }
  .main-content article .reg-form .col {
    width: 100%;
  }
  .main-content article .reg-form .col .checkbox-label {
    margin-top: 0px;
  }
  .main-content article .reg-form .col input[type="reset"] {
    width: 100%;
  }
  .main-content article .reg-form .col input[type="submit"] {
    width: 100%;
  }
}
.scroll-nav {
  position: absolute;
  left: 23px;
  top: 130px;
}
.scroll-nav .scroll-nav__item {
  background: #ededed;
  width: 100%;
  display: block;
  width: 345px;
  border-bottom: 2px solid #ffffff;
  padding: 15px 30px;
  padding-right: 5px;
}
.scroll-nav .scroll-nav__item a {
  font-weight: 800;
  color: #212121;
  font-size: 13px;
}
.scroll-nav .active {
  background: #e31e25;
}
.scroll-nav .active a {
  color: #ffffff;
}
.scroll-nav ol {
  list-style: none;
}
.scroll-nav.fixed .scroll-nav__wrapper {
  position: fixed;
  z-index: 100;
  top: 20px;
}
.scroll-nav__wrapper {
  border-radius: 0px;
}
footer {
  width: 100%;
  margin: auto;
  margin-top: 16px;
  height: 100px;
  background: #3d4047;
  padding: 0px 20px;
  font-size: 14px;
}
footer .footer-content {
  width: 100%;
  max-width: 1170px;
  margin: auto;
}
footer .footer-content .footer-menu {
  width: calc(100% - 276px);
  float: left;
  line-height: 104px;
  color: #d2d2d2;
}
footer .footer-content .footer-menu a {
  color: #d2d2d2;
}
footer .footer-content .footer-menu a:hover {
  color: #e31e25;
}
footer .footer-content .footer-menu span {
  margin: 0px 18px;
}
footer .footer-content .footer-menu span:nth-last-child(1) {
  display: none;
}
footer .footer-content .copyright {
  width: 276px;
  line-height: 104px;
  float: right;
  color: #d2d2d2;
  text-align: right;
}
@media only screen and (max-width: 990px) {
  footer {
    height: 78px;
    padding: 0px;
  }
  footer .footer-content .footer-menu {
    display: none;
  }
  footer .footer-content .copyright {
    width: 100%;
    text-align: center;
    line-height: 78px;
  }
}
.under-footer {
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 0px 20px;
  padding-top: 35px;
}
.under-footer span {
  display: block;
  text-align: center;
}
.under-footer img {
  display: block;
  margin: auto;
  margin-top: 27px;
  max-width: 100%;
  width: auto;
}
.cookiesbox {
  background: #e31e25;
  color: #ffffff;
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
}
.cookiesbox span {
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s;
}
.cookiesbox span:hover {
  color: #212121;
}
.cookiesbox a {
  color: #ffffff;
  transition: color 0.3s;
}
.cookiesbox a:hover {
  color: #212121;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 20px;
  border: 1px solid #d3d3d3;
  background: #ffffff;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 8px;
  left: 4px;
  font-size: 22px;
  line-height: 0.8;
  color: #e31e25;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #d3d3d3;
}
/*# sourceMappingURL=main.css.map */