body,
html {
  background: #15181b;
  height: 100%;
}
main {
  background: #fff;
}
main:focus {
  outline: none;
}
.header {
  background: #000000;
}
.header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header *,
.header *:before,
.header *:after {
  box-sizing: border-box;
}
.header ul {
  list-style-type: none;
}
.header * {
  margin: 0;
  padding: 0;
}
.header a {
  text-decoration: none;
}
.header__inner {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}

@media (min-width: 980px) {
  .header__inner {
    padding-top: 30px;
    text-align: right;
  }
}
.header__skip {
  background: #b2ff33;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 40px;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
  -webkit-transition: max-height 0.225s cubic-bezier(0, 1.09, 0.22, 0.95);
  transition: max-height 0.225s cubic-bezier(0, 1.09, 0.22, 0.95);
}
.header__skip:hover,
.header__skip:focus {
  max-height: 40px;
  -webkit-transition: max-height 0.225s cubic-bezier(0.94, -0.1, 0.57, 1.335);
  transition: max-height 0.225s cubic-bezier(0.94, -0.1, 0.57, 1.335);
  outline: none;
}
.header__browser-warning {
  background: #4d7fa5;
  color: #fff;
  display: block;
  font-weight: bold;
  overflow: hidden;
  padding: 10px 20px;
  text-align: center;
}
.header__browser-warning a {
  color: #fff;
  text-decoration: underline;
}
.header__browser-warning a:hover,
.header__browser-warning a:focus {
  color: #89bbe1;
  outline: none;
}

@media (min-width: 980px) {
  .header__logo {
    position: absolute;
    left: 0;
    top: 30px;
    vertical-align: top;
  }
}
.header__logo a {
  display: block;
  line-height: 40px;
  padding: 0 20px;
}

@media (min-width: 980px) {
  .header__logo a {
    line-height: 50px;
    padding-right: 10px;
  }
}
.header__logo svg {
  height: 20.332px;
  width: 115px;
}

@media (min-width: 980px) {
  .header__logo svg {
    height: 22.984px;
    width: 130px;
  }
}
.header__logo path {
  fill: #fff;
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}
.header__logo:hover,
.header__logo:focus {
  outline: none;
}
.header__logo:hover path,
.header__logo:focus path {
  fill: #7c8082;
}
.header__toggle {
  background: none;
  border: none;
  color: #b2ff33;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 40px;
  padding-right: 20px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  width: 100px;
}

@media (min-width: 980px) {
  .header__toggle {
    display: none;
  }
}
.header__toggle svg {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  width: 14px;
}
.header__toggle path {
  fill: #b2ff33;
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}
.header__toggle.-open svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.header__toggle:hover,
.header__toggle:focus {
  color: #fff;
  outline: none;
}
.header__toggle:hover path,
.header__toggle:focus path {
  fill: #fff;
}
.header__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.225s cubic-bezier(0, 1.09, 0.22, 0.95);
  transition: max-height 0.225s cubic-bezier(0, 1.09, 0.22, 0.95);
}
.header__content.-open {
  max-height: 380px;
  -webkit-transition: max-height 0.225s cubic-bezier(0.94, -0.1, 0.57, 1.335);
  transition: max-height 0.225s cubic-bezier(0.94, -0.1, 0.57, 1.335);
}

@media (min-width: 980px) {
  .header__content {
    display: inline-block;
    max-height: 50px;
    text-align: right;
    -webkit-transition: none;
    transition: none;
  }
}
.header__site-title {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  padding: 0 20px;
}

@media (min-width: 980px) {
  .header__site-title {
    left: 160px;
    line-height: 50px;
    padding: 0;
    position: absolute;
    top: 30px;
  }
}
.header__nav {
  font-size: 0;
}
.header__nav a {
  color: #fff;
  display: block;
  font-size: 25px;
  line-height: 54px;
  padding: 0 20px;
  position: relative;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-family: 'OstrichProper', din-2014, Arial, sans-serif;
  font-weight: 700;
}

@media (min-width: 980px) {
  .header__nav a {
    font-size: 18px;
    line-height: 50px;
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {
  .header__nav a {
    padding: 0 30px;
  }
}
.header__nav a:after {
  background: #24272a;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 20px;
  right: 20px;
}

@media (min-width: 980px) {
  .header__nav a:after {
    display: none;
  }
}
.header__nav a:hover,
.header__nav a:focus {
  color: #b2ff33;
  outline: none;
}
.header__nav li:last-child a:after {
  display: none;
}

@media (min-width: 980px) {
  .header__nav {
    display: inline-block;
  }
  .header__nav li {
    display: inline-block;
  }
}
.header__search {
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
}

@media (min-width: 980px) {
  .header__search {
    display: inline-block;
    width: 250px;
    vertical-align: bottom;
  }
}
.header__search label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.header__search input {
  background: #f1f4f7;
  border: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #15181b;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 85px 0 10px;
  -webkit-transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}

@media (min-width: 980px) {
  .header__search input {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-right: 35px;
  }
}
.header__search input:focus {
  background: #fff;
  box-shadow: none;
  outline: none;
}
.header__search input::-webkit-input-placeholder {
  color: transparent;
}

@media (min-width: 980px) {
  .header__search input::-webkit-input-placeholder {
    color: #7c8082;
    -webkit-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
  }
}
.header__search input:-moz-placeholder {
  color: transparent;
}

@media (min-width: 980px) {
  .header__search input:-moz-placeholder {
    color: #7c8082;
    transition: color 0.15s ease-in-out;
  }
}
.header__search input::-moz-placeholder {
  color: transparent;
}

@media (min-width: 980px) {
  .header__search input::-moz-placeholder {
    color: #7c8082;
    transition: color 0.15s ease-in-out;
  }
}
.header__search input:-ms-input-placeholder {
  color: transparent;
}

@media (min-width: 980px) {
  .header__search input:-ms-input-placeholder {
    color: #7c8082;
    transition: color 0.15s ease-in-out;
  }
}

@media (min-width: 980px) {
  .header__search input:focus::-webkit-input-placeholder {
    color: transparent;
  }
}

@media (min-width: 980px) {
  .header__search input:focus:-moz-placeholder {
    color: transparent;
  }
}

@media (min-width: 980px) {
  .header__search input:focus::-moz-placeholder {
    color: transparent;
  }
}

@media (min-width: 980px) {
  .header__search input:focus:-ms-input-placeholder {
    color: transparent;
  }
}
.header__search button {
  background: -webkit-linear-gradient(270deg, #b2ff33, #244e6e);
  background: linear-gradient(180deg, #b2ff33, #244e6e);
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 18px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  position: absolute;
  right: 23px;
  top: 13px;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

@media (min-width: 980px) {
  .header__search button {
    opacity: 0;
    right: 23px;
  }
}
.header__search button:hover,
.header__search button:focus {
  outline: none;
}
.header__search button:hover .header__search__submit-text,
.header__search button:focus .header__search__submit-text {
  color: #a2bed4;
}
.header__search button:hover path,
.header__search button:focus path {
  fill: #a2bed4;
}
.header__search button svg {
  display: none;
}

@media (min-width: 980px) {
  .header__search button {
    padding: 0;
    height: 24px;
    text-align: center;
    width: 24px;
  }
  .header__search button svg {
    display: block;
    height: 10px;
    margin: 0 auto;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 10px;
  }
  .header__search button path {
    fill: #fff;
    -webkit-transition: fill 0.15s ease-in-out;
    transition: fill 0.15s ease-in-out;
  }
}
.header__search.-focused button {
  opacity: 1;
}
.header__search__submit-text {
  color: #fff;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

@media (min-width: 980px) {
  .header__search__submit-text {
    display: none;
  }
}
.header__back {
  color: #868688;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 20px 20px 40px;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.header__back:hover,
.header__back:focus {
  color: #fff;
  outline: none;
}

@media (min-width: 980px) {
  .header__back {
    position: absolute;
    left: 0;
    line-height: 30px;
    padding: 5px 20px 0;
    text-align: left;
    top: 0;
    width: 100%;
  }
}
.footer {
  background: #000000;
}
.footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer *,
.footer *:before,
.footer *:after {
  box-sizing: border-box;
}
.footer ul {
  list-style-type: none;
}
.footer * {
  margin: 0;
  padding: 0;
}
.footer a {
  text-decoration: none;
}
.footer__inner {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
.footer__logo a {
  display: block;
  padding: 20px 20px 5px;
}

@media (min-width: 600px) {
  .footer__logo a {
    float: left;
    width: 155px;
  }
}
.footer__logo svg {
  height: 20.332px;
  width: 115px;
}
.footer__logo path {
  fill: #b2ff33;
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}
.footer__logo:hover,
.footer__logo:focus {
  outline: none;
}
.footer__logo:hover path,
.footer__logo:focus path {
  fill: #fff;
}
.header__logo__text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.footer__nav {
  overflow: hidden;
}

@media (min-width: 600px) {
  .footer__nav {
    float: left;
    width: -webkit-calc(100% - 155px);
    width: calc(100% - 155px);
  }
}

@media (min-width: 980px) {
  .footer__nav {
    width: auto;
  }
}
.footer__nav li {
  float: left;
  width: 50%;
}
.footer__nav li:nth-child(2n + 1) a {
  padding: 0 5px 0 20px;
}
.footer__nav li:nth-child(2n) a {
  padding: 0 20px 0 5px;
}

@media (min-width: 600px) {
  .footer__nav li {
    width: 25%;
  }
  .footer__nav li a {
    padding: 10px 20px !important;
    text-align: center;
  }
}

@media (min-width: 980px) {
  .footer__nav li {
    display: inline-block;
    width: auto;
  }
  .footer__nav li a {
    padding: 10px 20px !important;
    text-align: left;
  }
}
.footer__nav a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 40px;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-family: 'OstrichProper', din-2014, Arial, sans-serif;
  font-weight: 700;
}

.footer__nav a:hover,
.footer__nav a:focus {
  color: #b2ff33;
  outline: none;
}
.footer__social {
  font-size: 0;
  position: relative;
}

@media (min-width: 600px) {
  .footer__social {
    clear: both;
  }
}

@media (min-width: 980px) {
  .footer__social {
    clear: none;
    float: right;
    padding-right: 20px;
    width: 260px;
  }
}
.footer__social ul {
  margin: 0 auto;
  max-width: 300px;
}
.footer__social li {
  display: inline-block;
  width: 16.66667%;
}
.footer__social svg {
  display: block;
  height: 20px;
  margin: 0 auto;
  width: 20px;
}

@media (min-width: 980px) {
  .footer__social svg {
    height: 15px;
    width: 15px;
  }
}
.footer__social path {
  fill: #b2ff33;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.footer__social a {
  display: block;
  padding: 30px 0 20px;
}

@media (min-width: 600px) {
  .footer__social a {
    padding: 10px 0 30px;
  }
}

@media (min-width: 980px) {
  .footer__social a {
    padding: 20px 0;
  }
}
.footer__social a:hover,
.footer__social a:focus {
  outline: none;
}
.footer__social a:hover path,
.footer__social a:focus path {
  fill: #fff;
}
.footer__social:after {
  background: #000;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 7px;
  position: absolute;
  right: 7px;
}

@media (min-width: 980px) {
  .footer__social:after {
    display: none;
  }
}
.footer__utility {
  font-size: 0;
  overflow: hidden;
  position: relative;
}

@media (min-width: 980px) {
  .footer__utility {
    clear: both;
  }
  .footer__utility:after {
    background: #000;
    content: '';
    display: block;
    height: 3px;
    left: 7px;
    position: absolute;
    right: 7px;
    top: 0;
  }
}
.footer__utility a {
  color: #7c8082;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
  padding: 10px;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.footer__utility a:hover,
.footer__utility a:focus {
  color: #fff;
  outline: none;
}

@media (min-width: 600px) {
  .footer__utility {
    text-align: center;
  }
}
.footer__utility ul {
  float: left;
  width: 50%;
}
.footer__utility ul li:first-child a {
  padding-top: 15px;
}
.footer__utility ul:first-child a {
  padding-left: 20px;
  padding-right: 5px;
}
.footer__utility ul:last-child a {
  padding-left: 5px;
  padding-right: 20px;
}

@media (min-width: 600px) {
  .footer__utility ul {
    display: inline-block;
    float: none;
    width: auto;
  }
  .footer__utility ul a {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .footer__utility ul li {
    display: inline-block;
  }
}
.footer__copyright {
  color: #7c8082;
  font-size: 10px;
  line-height: 1.5;
  padding: 30px 30px 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
