@charset "UTF-8";
/* Primary */
/* Secondary */
@font-face {
  font-family: "Oswald";
  src: local("Oswald"), url("fonts/Oswald-Regular.woff2") format("woff2"), url("fonts/Oswald-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Oswald";
  src: local("Oswald"), url("fonts/Oswald-Bold.woff2") format("woff2"), url("fonts/Oswald-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/* Default */
/* Icons */
@font-face {
  font-family: "icons";
  src: local("icons"), url("fonts/icons.woff2") format("woff2"), url("fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto; }

/* === Mixins === */
* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body, h1, h2, h3, h4, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0; }

ul, ol {
  padding: 0;
  list-style: none; }

body {
  scroll-behavior: auto;
  text-rendering: optimizeSpeed; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

input, button, textarea, select {
  font: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

::-moz-selection {
  background: #F44336;
  color: #fff; }

::selection {
  background: #F44336;
  color: #fff; }

::-moz-selection {
  background: #F44336;
  color: #fff; }

/*
 * HEADERS
 */
h1, .h1 {
  font-family: "Oswald", serif;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 4.8rem; }

h2, .h2 {
  font-family: "Oswald", serif;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 2.8rem; }

h3, .h3 {
  font-family: "Oswald", serif;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 2.4rem; }

h4, .h4 {
  font-family: "Oswald", serif;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #667b8a; }

h5, .h5 {
  font-family: "Oswald", serif;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-family: "Oswald", serif;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #667b8a;
  font-size: 1rem; }

.b-list {
  line-height: 1.3;
  padding-left: 1.5em; }
  .b-list li {
    position: relative;
    margin: 1rem 0; }
    .b-list li:before {
      position: absolute;
      content: '— ';
      left: -1.5em; }

/*
 * Other
 */
label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

strong {
  font-weight: 700; }

.b-link {
  cursor: pointer;
  color: #fff;
  text-decoration: underline; }
  .b-link:hover {
    color: #F44336;
    text-decoration: none; }
  .b-link_alt {
    font-family: "Oswald", serif; }

.t-label {
  font-size: 1.2rem;
  color: #667b8a; }

.t-strong {
  font-weight: 700; }

.t-nobr {
  white-space: nowrap; }

.t-sup {
  vertical-align: super; }

.t-no-margin {
  margin: 0 !important; }

.t-small {
  font-size: 0.85em; }

.t-light {
  color: #667b8a; }

.t-center {
  text-align: center; }

.b-undefined {
  color: #cad2d8; }

.t-transparent {
  color: transparent; }

.t-no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.t-font-secondary {
  font-family: "Oswald", serif; }

mark {
  color: inherit;
  background-color: rgba(244, 67, 54, 0.15); }

a {
  color: inherit;
  text-decoration: none; }

sub, sup {
  display: inline-block;
  margin-bottom: -1em;
  font-size: 0.7em; }

.b-typo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%; }
  .b-typo > * {
    width: 100%;
    max-width: 84rem; }
    .b-typo > *.wp-block-group {
      max-width: none; }
  .b-typo h1, .b-typo h2, .b-typo h3, .b-typo h4, .b-typo h5 {
    margin: 1em 0 0.25em; }
  .b-typo p, .b-typo > * {
    margin: 1em 0; }
  .b-typo p + p {
    margin-top: 0; }
  .b-typo > *:first-child, .b-typo .wp-block-column > *:first-child {
    margin-top: 0em; }
  > .b-typo:last-child {
    margin-bottom: 0; }
  .b-typo p {
    max-width: 84rem; }
  @media only screen and (max-width: 849px) {
    .b-typo .wp-block-column {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 849px) {
    .b-typo .wp-block-columns {
      margin-bottom: 0; } }
  .b-typo a:not(.b-button) {
    cursor: pointer;
    color: #fff;
    text-decoration: underline; }
    .b-typo a:not(.b-button):hover {
      color: #F44336;
      text-decoration: none; }
  .b-typo ul:not([class]) {
    line-height: 1.3;
    padding-left: 1.5em; }
    .b-typo ul:not([class]) li {
      position: relative;
      margin: 1rem 0; }
      .b-typo ul:not([class]) li:before {
        position: absolute;
        content: '— ';
        left: -1.5em; }
  .b-typo .wp-embed-aspect-16-9 .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .b-typo .wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .b-typo .wp-block-pullquote {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .b-typo .wp-block-pullquote p {
      margin: 0; }
  .b-typo a[href*=".jpg"], .b-typo a[href*=".png"] {
    opacity: 0.85;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms; }
    .b-typo a[href*=".jpg"]:hover, .b-typo a[href*=".png"]:hover {
      opacity: 1; }

html {
  font-size: 10px; }
  @media (max-width: 260px) {
    html {
      font-size: 15px; } }
  @media (max-width: 2600px) and (min-width: 2000px) {
    html {
      font-size: calc(0.66667vw - 3.33333px); } }
  @media (max-width: 1850px) and (min-width: 850px) {
    html {
      font-size: calc(0.3vw + 4.45px); } }
  @media (max-width: 850px) and (min-width: 350px) {
    html {
      font-size: calc(0.4vw + 5.6px); } }
  @media only screen and (max-width: 479px) {
    html {
      font-size: 8px; } }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.8rem;
  color: #fff;
  background-color: #121212;
  line-height: 1.5;
  background-size: cover;
  overflow-y: auto; }

.l-layout {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
  z-index: 0; }
  .l-layout__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; }
  .l-layout__main {
    -webkit-box-flex: 1;
            flex-grow: 1;
    z-index: 0; }

.l-container {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 849px) {
    .l-container {
      width: calc(100% - 10vw);
      margin: 0 5vw; } }

.l-main {
  max-width: none;
  padding: 10rem 0 0; }
  @media only screen and (max-width: 849px) {
    .l-main {
      overflow: hidden; } }
  .l-main__sections {
    margin-top: 10rem;
    z-index: 0; }

.l-page {
  min-height: calc(100vh - 15rem);
  background: center url("media/news-bg.jpg") no-repeat fixed;
  background-size: cover; }
  .l-page__title {
    font-family: "Oswald", serif;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    font-size: 2.8rem;
    padding-top: 4rem;
    margin-bottom: 2rem;
    color: #F44336; }

.b-flex, .b-flex-fdc, .b-flex-jcc, .b-flex-aic, .b-flex-fww {
  display: -webkit-box;
  display: flex; }
  .b-flex-fdc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .b-flex-jcc {
    -webkit-box-pack: center;
            justify-content: center; }
  .b-flex-aic {
    -webkit-box-align: center;
            align-items: center; }
  .b-flex-fww {
    flex-wrap: wrap; }
  .b-flex-grow {
    -webkit-box-flex: 1;
            flex-grow: 1; }

.l-grid-2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem; }
  .l-grid-2 > * {
    width: calc(100% / 2 - 2rem);
    margin: 1rem; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .l-grid-2 > * {
        width: calc(99% / 2 - 2rem); } }

.lazy {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  opacity: 0; }
  .lazy.loaded {
    opacity: 1; }

@-webkit-keyframes scalein {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes scalein {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0; }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.b-icon {
  font-size: 2.4rem;
  text-decoration: none !important;
  line-height: 1; }
  .b-icon-gaps {
    font-size: 1.4em;
    margin-right: 1rem;
    text-decoration: none !important; }
  .b-icon-steam:before {
    content: "\EA04";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-yt:before {
    content: "\EA06";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-fb:before {
    content: "\EA01";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-tw:before {
    content: "\EA05";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-ig:before {
    content: "\EA02";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-discord:before {
    content: "\EA11";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-vk:before {
    content: "\EA10";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-mail:before {
    content: "\EA12";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-menu:before {
    content: "\EA13";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-nintendo:before {
    content: "\EA15";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-xbox:before {
    content: "\EA16";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-ps:before {
    content: "\EA17";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-telegram:before {
    content: "\EA18";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-phone:before {
    content: "\EA19";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-apple:before {
    content: "\EA20";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }
  .b-icon-google:before {
    content: "\EA21";
    font-family: "icons";
    vertical-align: middle;
    font-style: normal; }

.b-glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .b-glide * {
    box-sizing: inherit; }
  .b-glide__track {
    overflow: hidden; }
  .b-glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform; }
    .b-glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .b-glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .b-glide__slide a {
      -webkit-user-select: none;
              user-select: none;
      -webkit-user-drag: none;
      -moz-user-select: none;
      -ms-user-select: none; }
  .b-glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .b-glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .b-glide--rtl {
    direction: rtl; }

.b-input-text {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  width: auto;
  border-radius: 9em;
  background-color: #1f1700;
  padding: 0 2rem;
  color: #fff;
  min-height: 4rem; }
  .b-input-text:focus {
    outline: 0; }
  .b-input-text::-webkit-input-placeholder {
    color: #926038; }
  .b-input-text::-moz-placeholder {
    color: #926038; }
  .b-input-text:-ms-input-placeholder {
    color: #926038; }
  .b-input-text::-ms-input-placeholder {
    color: #926038; }
  .b-input-text::placeholder {
    color: #926038; }

.b-button {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 1.25em 4em;
  border: 2px solid #546a74;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: 150ms all;
  transition: 150ms all;
  text-shadow: none !important;
  border-radius: 2px; }
  .b-button:focus {
    outline: 0; }
  .b-button:before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: '';
    position: absolute;
    background-color: #546a74;
    -webkit-transition: 150ms all;
    transition: 150ms all;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: -1; }
  .b-button:hover {
    border-color: #F44336; }
    .b-button:hover:before {
      top: 0.4rem;
      right: 0.4rem;
      bottom: 0.4rem;
      left: 0.4rem;
      background-color: #F44336; }
  .b-button__icon {
    line-height: 0;
    margin-right: 1rem;
    font-size: 2em;
    margin-top: -0.1em;
    font-weight: 400; }
  .b-button_alt {
    border-color: #F44336;
    color: #000; }
    .b-button_alt:before {
      background-color: #F44336; }
    .b-button_alt:hover {
      border-color: #fff; }
      .b-button_alt:hover:before {
        background-color: #fff; }
  .b-button_loading {
    opacity: 0.5;
    pointer-events: none; }
  .b-button_small {
    font-size: 1.4rem;
    padding: 1.1em 2em; }
  .b-button_tag {
    font-size: 1.2rem;
    padding: 0.3em 1em; }
    .b-button_tag .b-button__icon {
      font-size: 1.5em; }
    .b-button_tag:before {
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0; }

.b-buttons-row {
  margin: -0.5rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .b-buttons-row > * {
    margin: 0.5rem; }
  .b-buttons-row_center {
    -webkit-box-pack: center;
            justify-content: center; }

.b-input-text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.7rem;
  display: block;
  line-height: 5rem;
  height: 5rem;
  background-color: #1f1f1f;
  border: 0;
  padding: 0 1.5rem;
  color: #fff;
  -webkit-transition: all 150ms;
  transition: all 150ms; }
  .b-input-text:hover {
    box-shadow: inset 0 0 0 1px #F44336; }
  .b-input-text:focus {
    outline: 0;
    box-shadow: inset 0 0 0 1px #F44336; }

.b-input-textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.7rem;
  display: block;
  line-height: 5rem;
  height: 5rem;
  background-color: #1f1f1f;
  border: 0;
  padding: 0 1.5rem;
  color: #fff;
  -webkit-transition: all 150ms;
  transition: all 150ms;
  line-height: 1.5;
  padding: 2rem 1.5rem;
  resize: vertical;
  height: auto; }
  .b-input-textarea:hover {
    box-shadow: inset 0 0 0 1px #F44336; }
  .b-input-textarea:focus {
    outline: 0;
    box-shadow: inset 0 0 0 1px #F44336; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .b-input-textarea {
      box-shadow: 0 0 0 1px #050505; } }

.b-label-input {
  position: relative; }
  .b-label-input__text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.7rem;
    display: block;
    line-height: 5rem;
    height: 5rem;
    background-color: #1f1f1f;
    border: 0;
    padding: 0 1.5rem;
    color: #fff;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    width: 100%;
    line-height: 4rem;
    padding-top: 1rem; }
    .b-label-input__text:hover {
      box-shadow: inset 0 0 0 1px #F44336; }
    .b-label-input__text:focus {
      outline: 0;
      box-shadow: inset 0 0 0 1px #F44336; }
    .b-label-input__text:focus + .b-label-input__label, .b-label-input__text:hover + .b-label-input__label {
      color: #F44336; }
  .b-label-input__textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1.7rem;
    display: block;
    line-height: 5rem;
    height: 5rem;
    background-color: #1f1f1f;
    border: 0;
    padding: 0 1.5rem;
    color: #fff;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    line-height: 1.5;
    padding: 2rem 1.5rem;
    resize: vertical;
    height: auto;
    width: 100%; }
    .b-label-input__textarea:hover {
      box-shadow: inset 0 0 0 1px #F44336; }
    .b-label-input__textarea:focus {
      outline: 0;
      box-shadow: inset 0 0 0 1px #F44336; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .b-label-input__textarea {
        box-shadow: 0 0 0 1px #050505; } }
    .b-label-input__textarea:focus + .b-label-input__label, .b-label-input__textarea:hover + .b-label-input__label {
      color: #F44336; }
  .b-label-input__label {
    font-size: 1.4rem;
    position: absolute;
    left: 1.5rem;
    top: 0.25em;
    background-color: #1f1f1f;
    color: #667b8a;
    pointer-events: none; }

.b-check {
  -webkit-box-align: center;
          align-items: center; }
  .b-check__label {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    color: #667b8a;
    cursor: pointer; }
    .b-check__label:before {
      content: '';
      display: block;
      width: 1.25em;
      height: 1.25em;
      font-size: 1.05em;
      margin-right: 0.35em;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 5px;
      background-color: #121212;
      opacity: 0.9;
      -webkit-transition: 150ms all;
      transition: 150ms all; }
    .b-check__label:after {
      content: "\EA02";
      font-family: "icons";
      vertical-align: middle;
      font-style: normal;
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 1.25em;
      height: 1.25em;
      font-size: 1.05em;
      text-align: center;
      line-height: 1.375em;
      color: transparent;
      opacity: 0.9;
      -webkit-transition: 150ms all;
      transition: 150ms all; }
    .b-check__label:active:before {
      -webkit-transform: scale(0.85);
              transform: scale(0.85); }
    .b-check__label:hover {
      color: #fff; }
      .b-check__label:hover:before, .b-check__label:hover:after {
        opacity: 1; }
  .b-check__input {
    display: none; }
    .b-check__input:checked + .b-check__label:before {
      border-color: transparent;
      background-color: #F44336; }
    .b-check__input:checked + .b-check__label:after {
      color: #fff; }

.b-form__group {
  margin-bottom: 2.5rem; }

.b-form__row {
  display: block;
  margin-bottom: 1rem; }
  .b-form__row_last {
    margin-bottom: 0; }

.b-form__button {
  margin-right: 0.5rem; }
  .b-form__button:last-child {
    margin-right: 0; }

.b-form__label {
  font-family: "Oswald", serif;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-family: "Oswald", serif;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #667b8a;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem; }

.b-form__input {
  width: 100%; }

.b-form__subtext {
  font-size: 1.2rem;
  color: #667b8a; }

.b-contact-form {
  width: 100%; }
  .b-contact-form__header {
    margin-bottom: 3rem;
    line-height: 1.5; }
  .b-contact-form__subtitle {
    margin-top: 0.5rem; }
  .b-contact-form__fieldset {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 1.5rem; }
    .b-contact-form__fieldset:last-child {
      margin-bottom: 0; }
  .b-contact-form__label {
    color: #667b8a; }
  .b-contact-form__input, .b-contact-form__textarea {
    width: 100%;
    margin-top: 0.5rem; }

.b-section-lines {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding: 10rem 0 0;
  z-index: 0; }
  .b-section-lines_nomargin {
    margin: 0; }
  .b-section-lines__title {
    font-family: "Oswald", serif;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    font-size: 4.8rem;
    position: relative;
    display: block;
    margin: 0 auto;
    background-color: #121212;
    text-transform: uppercase;
    z-index: 0;
    text-shadow: 0 0 1rem #000; }
    .b-section-lines__title:before {
      content: '';
      position: absolute;
      display: block;
      width: 6rem;
      height: 3px;
      left: calc(50% - 3rem);
      right: 0;
      bottom: -0.2em;
      background-color: #F44336;
      z-index: -1; }
    .b-section-lines__title_no-line {
      margin: 0.5em 0 0;
      padding: 0;
      align-self: flex-start; }
      .b-section-lines__title_no-line:before {
        display: none; }
  .b-section-lines__content {
    width: 100%;
    padding: 7rem 0 0; }

.b-exo-logo {
  width: 100%;
  margin-bottom: 2rem !important;
  max-width: 25vw; }
  @media only screen and (max-width: 849px) {
    .b-exo-logo {
      max-width: 75vw; } }

.b-home-slider {
  position: relative; }
  .b-home-slider__item {
    background-size: cover;
    background-position: center; }
    @media only screen and (min-width: 850px) {
      .b-home-slider__item {
        min-height: 48.6rem;
        height: 25.57vw; } }
    @media only screen and (max-width: 849px) {
      .b-home-slider__item {
        min-height: 70rem; } }
  .b-home-slider__wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: start;
            align-items: flex-start;
    padding: 10rem 0;
    height: 100%; }
  .b-home-slider__content {
    max-width: 50%;
    text-shadow: 0 0 1em #000; }
    .b-home-slider__content > * {
      margin: 1.5vw 0; }
    @media only screen and (max-width: 849px) {
      .b-home-slider__content {
        max-width: 100%; } }
  .b-home-slider__nav {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    max-width: 120rem;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none; }

.b-glide-news {
  bottom: auto; }
  .b-glide-news__nav {
    position: relative !important;
    top: auto;
    left: auto;
    bottom: auto !important;
    margin-top: 2rem; }
  .b-glide-news__num {
    font-family: "Oswald", serif;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    font-size: 2.4rem;
    -webkit-transition: all 150ms;
    transition: all 150ms;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 0.2em 0.5em 0.3em; }
    .b-glide-news__num:hover {
      color: #F44336; }
    .b-glide-news__num:active {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .b-glide-news__num.glide__bullet--active {
      opacity: 0.5;
      pointer-events: none; }

.b-section-preview + .b-section-preview {
  margin-top: 8rem;
  padding-top: 8rem;
  border-top: 2px solid rgba(255, 255, 255, 0.2); }
  .b-section-preview + .b-section-preview:nth-child(even) .b-section-preview__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse; }
    @media only screen and (max-width: 849px) {
      .b-section-preview + .b-section-preview:nth-child(even) .b-section-preview__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
                flex-direction: column-reverse; } }

.b-section-preview__wrap {
  margin: -4rem;
  display: -webkit-box;
  display: flex; }
  .b-section-preview__wrap > * {
    margin: 4rem; }
  @media only screen and (max-width: 849px) {
    .b-section-preview__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
              flex-direction: column-reverse; } }

.b-section-preview__col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  width: calc(50% - 8rem); }
  @media only screen and (max-width: 849px) {
    .b-section-preview__col {
      width: calc(100% - 8rem); } }
  .b-section-preview__col_full {
    width: calc(100% - 8rem); }

.b-section-preview__title {
  font-family: "Oswald", serif;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-size: 2.8rem;
  margin-bottom: 2rem; }

.b-section-preview__text {
  line-height: 1.875;
  margin-bottom: 2rem; }
  .b-section-preview__text h4 {
    margin: -1rem 0 1rem; }

.b-section-preview__grow {
  -webkit-box-flex: 1;
          flex-grow: 1; }

.b-section-preview .b-icon {
  font-size: 3.2rem;
  margin-top: 0.2em;
  display: inline-block; }

.b-offer-preview {
  background-size: cover; }
  .b-offer-preview__content {
    padding: 10rem 0;
    width: 50%;
    margin-left: auto; }
    @media only screen and (max-width: 849px) {
      .b-offer-preview__content {
        width: 100%; } }
  .b-offer-preview__title {
    font-family: "Oswald", serif;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    font-size: 4.8rem;
    color: #F44336;
    text-shadow: 0 0 1em #000; }
  .b-offer-preview__list {
    line-height: 1.3;
    padding-left: 1.5em;
    margin: 3rem 0 5rem;
    text-shadow: 0 0 1em #000; }
    .b-offer-preview__list li {
      position: relative;
      margin: 1rem 0; }
      .b-offer-preview__list li:before {
        position: absolute;
        content: '— ';
        left: -1.5em; }
  .b-offer-preview__actions {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin: -2rem; }
    .b-offer-preview__actions > * {
      margin: 2rem; }
    @media only screen and (max-width: 849px) {
      .b-offer-preview__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; } }

.b-contact {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  .b-contact__mail {
    font-family: "Oswald", serif;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    font-size: 2.4rem;
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 1em; }
    .b-contact__mail:hover {
      color: #F44336;
      text-decoration: none; }

.b-posts {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto; }

.b-post {
  margin-bottom: 6rem;
  display: -webkit-box;
  display: flex; }
  .b-post:last-child {
    margin-bottom: 0; }
    .b-post:last-child:after {
      display: none; }
  @media only screen and (max-width: 849px) {
    .b-post {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }
  .b-post__cover {
    width: 30%;
    margin-right: 4rem;
    flex-shrink: 0; }
    @media only screen and (max-width: 849px) {
      .b-post__cover {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4rem; } }
  .b-post__info {
    -webkit-box-flex: 1;
            flex-grow: 1; }
  .b-post__header {
    position: relative; }
  .b-post__date {
    color: #83969f;
    margin-bottom: 2rem;
    font-size: 0.9em; }
  .b-post__title {
    font-family: "Oswald", serif;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    font-size: 2.8rem;
    cursor: pointer;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 1rem;
    display: block;
    width: 100%; }
    .b-post__title:hover {
      color: #F44336;
      text-decoration: none; }
  .b-post__footer {
    margin: -1rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center; }
    .b-post__footer > * {
      margin: 1rem; }

.b-article {
  margin-top: 4rem; }

.b-overlays {
  position: relative;
  z-index: 999; }

.b-popup {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation: fadein 300ms;
          animation: fadein 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
  .b-popup:before {
    content: '\00d7';
    position: absolute;
    top: 2rem;
    right: 2rem;
    line-height: 0.5;
    font-size: 4rem;
    color: #fff;
    cursor: pointer; }
  .b-popup__form {
    position: relative;
    width: 100%;
    max-height: 100%;
    max-width: 45rem;
    background-color: #312622;
    padding: 4rem;
    overflow: auto;
    border-radius: 5px; }
  .b-popup__frame {
    position: relative;
    width: 60vw; }
    @media only screen and (max-width: 849px) {
      .b-popup__frame {
        width: 100%; } }
    .b-popup__frame:before {
      content: '';
      display: block;
      padding-top: 56.25%; }
    .b-popup__frame iframe {
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.b-popup-image {
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation: fadein 300ms;
          animation: fadein 300ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
  .b-popup-image:before {
    content: '\00d7';
    position: absolute;
    top: 2rem;
    right: 2rem;
    line-height: 0.5;
    font-size: 4rem;
    color: #fff;
    cursor: pointer; }
  .b-popup-image__image {
    display: block;
    max-width: 80vw;
    max-height: 85vh;
    width: auto;
    height: auto;
    -webkit-animation: scalein 450ms;
            animation: scalein 450ms;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    cursor: default; }

.b-socials {
  font-size: 3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #F44336; }
  .b-socials__item {
    display: -webkit-box;
    display: flex;
    margin: 0 0.25em; }
    .b-socials__item:before {
      line-height: 1; }
    .b-socials__item:hover {
      color: #fff; }
  .b-socials_contact {
    font-size: 3.6rem; }

.b-youtube {
  position: relative;
  width: 100%; }
  .b-youtube:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
  .b-youtube__frame {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.splide {
  max-width: 100%; }
  .splide__slide {
    opacity: 0.75; }
    .splide__slide.is-active, .splide__slide:hover {
      opacity: 1; }
  .splide__arrows {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    top: 0;
    z-index: 10;
    pointer-events: none; }
  .splide__arrow {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 5rem;
    height: 5rem;
    border: 0;
    border-radius: 99rem;
    padding: 0;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    pointer-events: all; }
    .splide__arrow:hover svg {
      fill: #F44336; }
    .splide__arrow:first-child {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .splide__arrow svg {
      width: 3rem;
      fill: #fff; }
  .splide + .splide {
    margin-top: 0.5rem; }

.b-glide {
  position: relative;
  margin: 0 auto; }
  .b-glide__arrows {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 849px) {
      .b-glide__arrows {
        left: 2vw;
        right: 2vw; } }
  .b-glide__arrow {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    height: 100%;
    background-size: 1.8rem auto;
    cursor: pointer;
    pointer-events: all;
    color: #fff;
    -webkit-transition: all 150ms;
    transition: all 150ms; }
    .b-glide__arrow:before {
      content: "\EA07";
      font-family: "icons";
      vertical-align: middle;
      font-style: normal;
      font-size: 5rem;
      line-height: 1; }
      @media only screen and (max-width: 849px) {
        .b-glide__arrow:before {
          font-size: 3rem; } }
    .b-glide__arrow:hover {
      color: #F44336;
      -webkit-transform: scale(1.15);
              transform: scale(1.15); }
    .b-glide__arrow:active {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .b-glide__arrow_left {
      -webkit-box-ordinal-group: 0;
              order: -1;
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1); }
      .b-glide__arrow_left:hover {
        -webkit-transform: scaleX(-1.15) scaleY(1.15);
                transform: scaleX(-1.15) scaleY(1.15); }
      .b-glide__arrow_left:active {
        -webkit-transform: scaleX(-0.8) scaleY(0.8);
                transform: scaleX(-0.8) scaleY(0.8); }
  .b-glide__bullets {
    position: absolute;
    width: 100%;
    bottom: 2rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
  .b-glide__bullet {
    position: relative;
    padding: 1.6rem;
    display: block;
    pointer-events: all; }
    .b-glide__bullet:before, .b-glide__bullet:after {
      content: '';
      position: absolute;
      display: block;
      height: 1.6rem;
      width: 1.6rem;
      left: calc(50% - 0.8rem);
      top: calc(50% - 0.8rem);
      border-radius: 1.6rem; }
    .b-glide__bullet:before {
      border: 4px solid currentColor; }
    .b-glide__bullet:hover {
      color: #F44336;
      -webkit-transform: scale(1.15);
              transform: scale(1.15); }
    .b-glide__bullet:active {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
    .b-glide__bullet:after {
      -webkit-transform: scale(0.3);
              transform: scale(0.3); }

.glide__bullet--active:after {
  background-color: currentColor; }

.b-glide_fade .b-glide__slides {
  -webkit-transform: none !important;
          transform: none !important;
  width: auto !important;
  display: block; }

.b-glide_fade .b-glide__slide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
  .b-glide_fade .b-glide__slide:first-child {
    position: relative; }

.b-glide_fade .glide__slide--active {
  z-index: 1;
  opacity: 1; }

.b-nav {
  display: -webkit-box;
  display: flex;
  margin: 0 -1.5rem; }
  @media only screen and (max-width: 849px) {
    .b-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }
  .b-nav__item {
    position: relative;
    color: #fff; }
    .b-nav__item:last-child {
      margin-right: 0; }
    .b-nav__item:hover {
      color: #F44336; }
    @media only screen and (max-width: 849px) {
      .b-nav__item_root.b-nav__item_parent {
        display: -webkit-box;
        display: flex; } }
    @media only screen and (min-width: 850px) {
      .b-nav__item_root.b-nav__item_parent {
        border-radius: 5px;
        padding-right: 1.25rem; }
        .b-nav__item_root.b-nav__item_parent > .b-nav__link:after {
          content: "\EA07";
          font-family: "icons";
          vertical-align: middle;
          font-style: normal;
          display: inline-block;
          top: calc(50% - 0.6em);
          margin: 0.1em -0.5em 0 0.15em;
          font-size: 0.8em;
          text-decoration: none;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
        .b-nav__item_root.b-nav__item_parent:hover .b-nav__submenu {
          display: block;
          visibility: visible;
          pointer-events: all;
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); } }
    @media only screen and (max-width: 849px) {
      .b-nav__item_parent {
        -webkit-box-pack: center;
                justify-content: center; } }
    .b-nav__item_active .b-nav__link {
      color: #667b8a; }
  .b-nav__link {
    position: relative;
    display: block;
    padding: 0 0.75rem;
    line-height: 4rem;
    -webkit-box-align: center;
            align-items: center;
    white-space: nowrap; }
    @media only screen and (max-width: 849px) {
      .b-nav__link {
        text-align: center; } }
    .b-nav__link[href="#"] {
      color: #fff;
      opacity: 0.35;
      pointer-events: none; }
    .b-nav__link_root {
      line-height: 4rem;
      white-space: nowrap;
      cursor: default; }
      .b-nav__link_root[href] {
        cursor: pointer; }
  .b-nav__icon {
    margin-right: 0.5em; }
  .b-nav_up .b-nav__submenu {
    top: auto;
    bottom: 100%; }
  @media only screen and (max-width: 849px) {
    .b-nav__submenu {
      display: none; } }
  @media only screen and (min-width: 850px) {
    .b-nav__submenu {
      position: absolute;
      top: 100%;
      left: -1rem;
      line-height: 1;
      background-color: #242119;
      padding: 0.75rem 0;
      visibility: hidden;
      pointer-events: none;
      opacity: 0;
      -webkit-transform: translateY(2rem);
              transform: translateY(2rem);
      -webkit-transition: all 200ms;
      transition: all 200ms;
      z-index: 99; }
      .b-nav__submenu .b-nav__item {
        margin: 0; }
        .b-nav__submenu .b-nav__item:hover {
          background-color: rgba(244, 67, 54, 0.1); }
      .b-nav__submenu .b-nav__link {
        cursor: pointer;
        color: #fff;
        text-decoration: underline;
        color: #d1c8a3;
        letter-spacing: 0;
        display: block;
        padding: 0 2rem; }
        .b-nav__submenu .b-nav__link:hover {
          color: #F44336;
          text-decoration: none; }
      .b-nav__submenu .b-nav__submenu {
        top: 100%;
        padding-top: 0;
        border-radius: 0 0 5px 5px; }
        .b-nav__submenu .b-nav__submenu .b-nav__link {
          position: relative;
          padding-left: 3.75rem; }
          .b-nav__submenu .b-nav__submenu .b-nav__link:before {
            position: absolute;
            left: 2.1rem;
            color: #667b8a; } }

.b-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 10rem;
  background-color: #000;
  z-index: 99; }
  .b-header__row {
    margin: -1rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    width: 100%; }
    .b-header__row > * {
      margin: 1rem; }
    @media only screen and (max-width: 849px) {
      .b-header__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        padding: 3rem; } }
  .b-header__group {
    display: -webkit-box;
    display: flex; }
    @media only screen and (max-width: 849px) {
      .b-header__group {
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center;
        width: 100%; } }

.b-logo:before {
  content: "\EA22";
  font-family: "icons";
  vertical-align: middle;
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
  color: #F44336; }

.b-menu-button {
  margin-left: auto;
  font-size: 3rem; }

.b-nav {
  font-family: "Oswald", serif;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.15em; }
  .b-nav__link {
    padding-left: 1rem;
    padding-right: 1rem; }
    .b-nav__link.active {
      color: #F44336; }

.b-footer {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  color: #7d7d7d;
  padding: 2rem 0;
  margin-top: 10rem;
  font-size: 1.4rem; }
  .b-footer__row {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: -1rem;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center; }
    .b-footer__row > * {
      width: calc(100% / 3 - 2rem);
      margin: 1rem; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .b-footer__row > * {
          width: calc(99% / 3 - 2rem); } }
    @media only screen and (max-width: 849px) {
      .b-footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; } }
  .b-footer__group {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center; }
    .b-footer__group:first-child {
      -webkit-box-pack: start;
              justify-content: flex-start; }
    .b-footer__group:last-child {
      -webkit-box-pack: end;
              justify-content: flex-end; }
    .b-footer__group a:not(.b-link) {
      color: #a3a3a3; }
      .b-footer__group a:not(.b-link):hover {
        color: #dedede; }
    .b-footer__group * {
      margin-right: 1rem; }
    @media only screen and (max-width: 849px) {
      .b-footer__group {
        width: 100%; }
        .b-footer__group:first-child {
          -webkit-box-pack: center;
                  justify-content: center;
          -webkit-box-ordinal-group: 4;
                  order: 3; }
        .b-footer__group:last-child {
          -webkit-box-pack: center;
                  justify-content: center;
          -webkit-box-ordinal-group: 3;
                  order: 2; } }

.js-flex-show {
  display: -webkit-box !important;
  display: flex !important; }

@media only screen and (max-width: 849px) {
  .s-over-tablet {
    display: none; } }

@media only screen and (min-width: 850px) {
  .s-tablet {
    display: none; } }

@media only screen and (max-width: 479px) {
  .s-over-phone {
    display: none; } }

@media only screen and (min-width: 480px) {
  .s-phone {
    display: none; } }

@media only screen and (max-width: 349px) {
  .s-over-smallest {
    display: none; } }

@media only screen and (min-width: 350px) {
  .s-smallest {
    display: none; } }

@media only screen and (orientation: landscape) {
  .s-portrait {
    display: none; } }

@media only screen and (orientation: portrait) {
  .s-landscape {
    display: none; } }
