.__color_accent {
  color: #c2003a; }

.__color_main {
  color: #c6c6c6; }

.__color_bg_main {
  background-color: #c6c6c6; }

.__color_bg_accent {
  background-color: #c2003a; }

.__color_bold {
  color: #5D5D5D; }

.__color_menu {
  color: #A8A8A8; }

p {
  font-size: 16px;
  font-weight: 500; }

h1 {
  font-size: 28px;
  font-weight: 800; }

h2 {
  font-size: 24px;
  font-weight: 700; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px;
  z-index: 2000; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p, h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif; }

.__align_text_right {
  text-align: right; }

.__align_text_left {
  text-align: left; }

.__uppercase {
  text-transform: uppercase; }

.__bold {
  font-weight: 800; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html, body {
  background-color: #2f3132;
  z-index: -1000;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  height: 100%;
  width: 100%; }
  html a, body a {
    height: 100%;
    padding: 20px 0px;
    text-decoration: none;
    color: #c5c5c5; }
    html a:hover, body a:hover {
      color: #c2003a;
      background-color: rgba(85, 13, 13, 0);
      transition: all 200ms linear; }

button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; }

.a-button, .a-button--danger, .a-button--accept {
  padding: 15px 25px;
  background-color: #812424; }

.a-button--danger {
  background-color: red; }

.a-button--accept {
  background-color: grey; }

.a-divisior-4px {
  width: 100%;
  height: 2px;
  border-top-style: solid;
  background-color: black; }

.a-icon-info {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: black;
  left: 0px;
  z-index: 2010;
  height: 64px;
  width: 64px;
  background-color: #c2003a;
  font-size: 25px;
  /* Safari */
  transition: background-color 200ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .a-icon-info:hover {
    /* Safari */
    transition: background-color 200ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    color: #c2003a;
    background-color: rgba(36, 39, 44, 0); }

video {
  max-width: 100%;
  height: auto; }

.video_background_main {
  height: 100%; }

.a--succes {
  color: red; }

.a-separator_20px {
  display: block;
  height: 20px; }

.a-separator_40px {
  display: block;
  height: 40px; }

.a-separator_60px {
  display: block;
  height: 40px; }

.a-separator_80px {
  display: block;
  height: 40px; }

.a-separator_100px {
  display: block;
  height: 40px; }

.a-separator_120px {
  display: block;
  height: 40px; }

video {
  max-width: 100%;
  height: auto; }

.a-video_background_main {
  height: 100%; }

.m-hamburger {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  right: 256px;
  top: 0px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  z-index: 2030;
  background-color: transparent; }
  .m-hamburger:hover {
    background-color: transparent; }

.m-hambuerger__icon {
  color: #D40033;
  font-size: 35px;
  /* Safari */
  transition: background-color 200ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.m-hambuerger__icon--hover {
  color: #c2003a;
  background-color: transparent;
  /* Safari */
  transition: color 200ms;
  /* Safari */
  transition: background-color 200ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.m-hambuerger__icon--hide {
  /* Safari */
  transition: opacity 200ms;
  opacity: 0; }

.o-background--fixed {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: black;
  overflow: hidden; }

footer {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
  position: fixed;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  bottom: 0px;
  padding: 10px 10px;
  width: 100%;
  color: #272727;
  z-index: 1030; }
  footer .o-footer__container {
    width: 1280px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center; }
  footer .container_social {
    padding: 10px 10px;
    font-size: 30px;
    margin-right: auto; }
  footer .container_copyright {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-weight: 800;
    font-family: "Montserrat", sans-serif;
    color: #505050;
    padding: 10px 10px; }
    footer .container_copyright:hover {
      color: #c2003a; }

.icon_social {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #505050;
  transition: all 0.3s ease; }
  .icon_social:hover {
    color: #c2003a;
    background-color: rgba(39, 39, 39, 0);
    transition: all 0.3s ease; }

nav#nav-menu {
  background-color: rgba(12, 12, 12, 0);
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 2000; }
  nav#nav-menu ul {
    visibility: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  nav#nav-menu li {
    padding: 20px 20px;
    list-style-type: none; }
  nav#nav-menu a {
    height: 100%;
    padding: 20px 0px;
    text-decoration: none;
    color: #c5c5c5; }
    nav#nav-menu a:hover {
      color: #c2003a;
      background-color: rgba(85, 13, 13, 0);
      transition: all 200ms linear; }
  nav#nav-menu .logo {
    height: 65px;
    left: 0px;
    margin-right: auto; }
  nav#nav-menu .container_header {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    width: 1280px; }

.o-menuFullscreen {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  opacity: 1;
  top: 0px;
  right: 0px;
  width: 256px;
  height: 100%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 2020;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  background-color: #e0e0e0; }
  .o-menuFullscreen p, .o-menuFullscreen h1, .o-menuFullscreen h2, .o-menuFullscreen h3, .o-menuFullscreen h4, .o-menuFullscreen h5, .o-menuFullscreen h6 {
    font-weight: 800;
    color: #313131; }
  .o-menuFullscreen .o-menuFullscreen__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms; }
  .o-menuFullscreen ul {
    padding: 0px 10px; }
    .o-menuFullscreen ul li {
      display: block;
      list-style-type: none;
      margin: 5px;
      font-size: 18px;
      text-align: left;
      font-weight: 900;
      text-transform: uppercase;
      height: 40px; }
    .o-menuFullscreen ul a {
      display: inline-block;
      height: 100%;
      width: 100%;
      background-color: rgba(100, 100, 100, 0);
      transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
      /* Safari */
      transition: all 500ms;
      color: #5c5c5c;
      text-decoration: none; }
      .o-menuFullscreen ul a:hover {
        color: #be0f0f;
        background-color: rgba(102, 102, 102, 0); }

.o-menuFullscreen__reveal {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1; }

.o-menuFullscreen__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  text-align: left; }

.o-menuFullscreen_overlay {
  position: fixed;
  background-color: #E70038;
  opacity: 0.0;
  height: 100%;
  width: 100%;
  z-index: 1080;
  pointer-events: none;
  overflow: hidden;
  /* Safari */
  transition: opacity 300ms; }

.o-menuFullscreen_overlay__reveal {
  pointer-events: auto;
  opacity: 1; }

.o-menuFullscreen_transform {
  /* Safari */
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-perspective: 50;
  /* Safari 4-8 */
  perspective: 50;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transform: translateZ(-120);
          transform: translateZ(-120); }

.o-menuFullscreen-info {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  transition: -webkit-transform 700ms;
  transition: transform 700ms;
  transition: transform 700ms, -webkit-transform 700ms;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: calc(100% - 256px);
  overflow: hidden;
  background-color: snow;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: fixed;
  z-index: 2020; }

.o-menuFullscreen-info__reveal {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform: translateY(0%);
          transform: translateY(0%); }

.o-menuFullscreen-info-wrapper {
  margin: 15px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 18px;
  text-align: right; }
  .o-menuFullscreen-info-wrapper a {
    font-weight: 900; }

.o-menuFullscreen__logo {
  height: 65px;
  width: 65px; }

.o-menuFullscreen__logo_big {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  position: fixed;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(25%) translateX(50%);
          transform: translateY(25%) translateX(50%);
  right: 96px;
  height: 100%;
  width: auto; }

.o-menuFullscreen__logo_big--reveal {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  -webkit-transform: translateY(-25%) translateX(50%);
          transform: translateY(-25%) translateX(50%); }

.o-menuFullscreen__copyright {
  display: flex;
  align-self: center;
  margin: 10px;
  margin-top: auto; }
  .o-menuFullscreen__copyright p {
    font-size: 14px;
    font-weight: 400; }

.o-menuFullscreen__social {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 30px; }

.o-menuInfo {
  display: block;
  justify-content: center;
  align-items: center;
  position: fixed;
  opacity: 1;
  top: 0px;
  right: 0px;
  width: 25%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 2020;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  background-color: #e0e0e0; }
  .o-menuInfo .o-menuInfo__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    transition: -webkit-transform 600ms;
    transition: transform 600ms;
    transition: transform 600ms, -webkit-transform 600ms; }
    .o-menuInfo .o-menuInfo__wrapper p, .o-menuInfo .o-menuInfo__wrapper h1, .o-menuInfo .o-menuInfo__wrapper h2, .o-menuInfo .o-menuInfo__wrapper h3, .o-menuInfo .o-menuInfo__wrapper h4, .o-menuInfo .o-menuInfo__wrapper h5, .o-menuInfo .o-menuInfo__wrapper h6 {
      font-weight: 800;
      color: #313131; }
  .o-menuInfo ul li {
    display: block;
    list-style-type: none;
    margin: 10px;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    height: 40px; }
  .o-menuInfo ul a {
    display: inline-block;
    font-weight: 800;
    height: 100%;
    width: 100%;
    background-color: rgba(100, 100, 100, 0);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* Safari */
    transition: all 500ms;
    color: #5c5c5c;
    text-decoration: none; }
    .o-menuInfo ul a:hover {
      color: #be0f0f;
      background-color: rgba(102, 102, 102, 0); }

.o-menuInfo__reveal {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1; }

.o-menuInfo__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%;
  text-align: left; }

.o-overlay {
  position: fixed;
  background-color: #2f3132;
  opacity: 0.0;
  height: 100%;
  width: 100%;
  z-index: 1080;
  pointer-events: none;
  overflow: hidden;
  /* Safari */
  transition: opacity 300ms; }

.o-overlay__reveal {
  pointer-events: auto;
  opacity: 1; }

.t-main_container {
  position: fixed;
  overflow: hidden;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  /* Safari */
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 900; }

.t-container-wrapper {
  z-index: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.t-container-fluid {
  z-index: 900;
  display: flex; }

.t-container-fluid--row {
  flex-direction: row; }

.t-container-fluid--column {
  flex-direction: column; }

.t-container--mainWidth {
  width: 1280px; }

.__flex_justify_content_end {
  justify-content: flex-end; }

.t-container--fullheight {
  height: 100vh; }

.col-33 {
  width: 33%; }

.col-50 {
  width: 50%; }

.cointainer {
  max-width: 1280px;
  margin: auto;
  padding: 0 20px; }

.container_background {
  display: flex;
  position: fixed;
  margin-top: 0px;
  padding-top: 0px;
  height: 100vh;
  width: 100%;
  background-color: #838383;
  z-index: 5000; }

.section--full_height {
  height: 100vw; }
