@font-face {
  font-family: BellGothic;
  src: url("fonts/BellGothicStd-Bold.otf") format("opentype"); }
@font-face {
  font-family: Impact;
  src: url("fonts/impact.ttf") format("truetype"); }
@font-face {
  font-family: LetterGothicStd;
  src: url("fonts/LetterGothicStd.otf") format("opentype"); }
@font-face {
  font-family: HelveticaNeue;
  src: url("fonts/HelveticaNeueLTStd-BdCn.otf") format("opentype"); }
* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: BellGothic; }

.video {
  width: 768px;
  height: 432px;
  margin: 0 auto;
  position: relative;
  background: #000;
  overflow: hidden; }
  .video__iframe {
    position: absolute;
    width: 768px;
    height: 432px; }

.nav {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  border-bottom: solid 1px #909090;
  padding: 15px 0px 19px 0px; }
  .nav--special {
    display: none; }
  .nav--home {
    border: none; }
  .nav__title {
    font-family: LetterGothicStd;
    margin: 0;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 52px;
    color: #222222;
    font-weight: 400;
    word-spacing: -10px; }
    .nav__title--black {
      margin: 20px 0 0 0;
      font-size: 45px;
      line-height: 50px;
      color: #222222;
      font-weight: 400; }
  .nav__subtitle {
    margin: 0px 0 17px 0;
    text-transform: uppercase;
    font-family: LetterGothicStd;
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 25px;
    color: #222222;
    font-weight: 400; }
  .nav__left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 4; }
    .nav__left--home {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-end;
      flex: initial;
      padding: 0; }
  .nav__right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 4; }
    .nav__right--home {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      flex: initial; }
  .nav__logo {
    display: flex;
    justify-content: center;
    align-items: center; }
    .nav__logo--home {
      width: 114px; }
    .nav__logo--img {
      width: 42px;
      height: 66px; }
      .nav__logo--img-home {
        height: 105px;
        width: 68px; }
  .nav__hamburger {
    position: fixed;
    top: 35px;
    right: 5px;
    z-index: 999;
    background: url(../images/hamburger.png) no-repeat;
    background-size: contain;
    width: 57px;
    height: 50px;
    cursor: pointer;
    display: none; }
  .nav__mobile {
    display: none;
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100vh;
    background: #fff;
    justify-content: center;
    align-items: center; }

.menu {
  display: flex;
  list-style-type: none;
  padding: 0; }
  .menu--mobile {
    flex-direction: column;
    align-items: center; }
  .menu--home {
    margin: 0 auto;
    width: 654px;
    justify-content: center; }
  .menu__link {
    text-decoration: none;
    color: #fff;
    background: #FF2121;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Impact;
    display: block;
    padding: 0px 2px 0px 2px;
    transform: skew(-5deg);
    line-height: 29px;
    font-size: 25px; }
    .menu__link:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 29px solid #FF2121;
      border-right: 5px solid transparent;
      position: absolute;
      left: -1px;
      transform: skew(5deg); }
    .menu__link:after {
      content: '';
      width: 0;
      height: 0;
      border-bottom: 29px solid #FF2121;
      border-left: 5px solid transparent;
      position: absolute;
      right: -1px;
      transform: skew(5deg); }
    .menu__link--home {
      font-size: 30px;
      line-height: 38px; }
      .menu__link--home:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 38px solid #FF2121;
        border-right: 5px solid transparent;
        position: absolute;
        left: -2px;
        transform: skew(5deg); }
      .menu__link--home:after {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 38px solid #FF2121;
        border-left: 5px solid transparent;
        position: absolute;
        right: -2px;
        transform: skew(5deg); }
    .menu__link--mobile {
      background: #838383;
      padding: 0px 2px; }
      .menu__link--mobile:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 29px solid #838383;
        border-right: 5px solid transparent;
        position: absolute;
        left: -1px;
        transform: skew(5deg); }
      .menu__link--mobile:after {
        content: '';
        width: 0;
        height: 0;
        border-bottom: 29px solid #838383;
        border-left: 5px solid transparent;
        position: absolute;
        right: -1px;
        transform: skew(5deg); }
      .menu__link--mobile--logo {
        background: none; }
        .menu__link--mobile--logo:before, .menu__link--mobile--logo:after {
          content: '';
          width: 0;
          height: 0;
          border: none; }
  .menu__item {
    padding: 4px;
    border-left: solid 5px #b2b2b2;
    border-top: solid 5px #b2b2b2;
    border-bottom: solid 5px #b2b2b2; }
    .menu__item--home {
      padding: 6px 7px 6px 7px;
      border-left: solid 7px #b2b2b2;
      border-top: solid 7px #b2b2b2;
      border-bottom: solid 7px #b2b2b2; }
    .menu__item:last-child {
      border-right: solid 5px #b2b2b2; }
    .menu__item--mobile {
      border: none;
      padding: 10px;
      text-align: center;
      display: flex; }
      .menu__item--mobile:last-child {
        border-right: none; }
      .menu__item--mobile:first-child {
        transform: skew(5deg); }
  .menu__mobile--logo {
    width: 100px; }

.hidden {
  display: none; }

.sticky {
  position: fixed;
  top: 0; }

.header {
  width: 100%; }
  .header__image {
    width: 100%;
    min-height: 290px;
    display: block; }
    .header__image--mobile {
      display: none; }

.section {
  background: #D9D9D9;
  padding: 100px 230px; }
  .section__subtitle--mobile {
    display: none; }
  .section--blog {
    display: flex;
    justify-content: space-between;
    padding-right: 95px; }
  .section--comic {
    padding: 10px 0 0 0; }

.article--blog__buttons {
  margin-left: -8px; }

.posts__post {
  padding-bottom: 58px;
  width: 628px; }
.posts__date {
  font-size: 12px;
  margin: 12px 0; }
.posts__title {
  font-size: 26px;
  line-height: 35px;
  box-shadow: 5px 0 0 #909090, -5px 0 0 #909090;
  margin: 0 0 0 0;
  color: #fff;
  background: #909090;
  display: inline; }
.posts__content {
  color: #000; }
  .posts__content > p {
    padding: 13px 0 11px 0;
    margin-left: -8px; }
.posts__read-more {
  margin-left: -8px; }

.titles {
  width: 273px; }
  .titles__title {
    line-height: 22px;
    font-size: 18px;
    background: #fff;
    display: inline;
    box-shadow: 5px 0 0 #fff, -5px 0 0 #fff;
    margin: 19px 0;
    color: #909090; }
  .titles__link {
    text-decoration: none;
    display: list-item;
    list-style-type: none;
    margin: 20px 0; }

.full-height {
  min-height: calc(100vh - 146px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0; }

.download {
  display: flex;
  padding: 0 10%; }
  .download--special {
    width: 100%;
    padding: 0; }
  .download__left {
    padding-left: 45px;
    display: flex;
    flex: 1; }
  .download__right {
    display: flex;
    flex: 1; }
    .download__right--special {
      justify-content: center;
      align-items: center; }
  .download__video {
    height: 480px;
    max-width: 100%;
    width: 780px; }
  .download__text {
    padding: 10px 20px; }
    .download__text > p {
      width: 200px; }
  .download__box {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    justify-content: center;
    align-items: center; }
  .download__link {
    cursor: pointer; }

.please-wait__box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center; }

.popup {
  width: 90%;
  max-width: 406px;
  height: 265px;
  border-radius: 8px;
  background-color: #ffffff;
  border: solid 1px #D9D9D9;
  display: flex;
  flex-direction: column;
  padding: 30px 85px 30px 60px; }
  .popup__text {
    margin-bottom: 10px;
    color: #222222; }
    .popup__text--red {
      font-size: 14px;
      color: #ff2121; }
    .popup__text--small {
      font-size: 14px;
      color: #222222; }
    .popup__text--centered {
      text-align: center;
      color: #222222; }
  .popup--wait {
    align-items: center;
    padding: 20px; }
  .popup__button {
    margin: 10px 0;
    font-size: 14px;
    padding: 1px 5px !important; }
  .popup__label {
    font-size: 14px; }
  .popup__input {
    border: none;
    background: #c1c0c0;
    padding: 5px;
    width: 100%; }
  .popup__row {
    display: flex; }
  .popup__checkbox {
    margin: 0 5px 0 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #c1c0c0;
    background: #fff; }
    .popup__checkbox--square {
      width: 10px;
      height: 10px;
      background: #666666; }
  .popup__photo {
    border-radius: 50%;
    width: 110px; }

.comic {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 842px;
  margin: 0 auto;
  padding: 0 0 20px 0; }
  .comic__img--mobile {
    display: none; }
  .comic__page {
    display: none; }
    .comic__page--mobile {
      display: none; }
  .comic__buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between; }

.comic-text {
  text-align: center; }

.footer {
  min-height: 105px;
  background: #fff;
  border-top: solid 1px #909090;
  border-bottom: solid 1px #909090;
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer__socials {
    display: flex;
    width: 150px;
    justify-content: space-around;
    margin: 0 20px; }
  .footer__social-icon {
    height: 40px;
    margin: 0 8px; }
  .footer__text {
    font-size: 18px;
    color: #535353; }

.socials {
  padding: 20px 0px; }

.link {
  background: #ff2121;
  color: #fff;
  text-decoration: none;
  padding: 3px; }
  .link:hover {
    background: #fff;
    color: #ff2121; }

.button {
  background: #ff2121;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  border: none; }

.mail-link {
  text-decoration: none;
  color: #fff;
  background: #909090;
  padding: 0 5px; }
  .mail-link:hover {
    color: #909090;
    background: #fff; }

p {
  font-size: 18px; }

.br {
  display: none; }

@media all and (max-width: 1400px) {
  .download {
    padding: 0; }
    .download__left {
      padding: 0; } }
@media all and (max-width: 1125px) {
  .popup {
    padding: 10px 45px 30px 30px;
    height: auto; }

  .comic__img {
    display: none; }
    .comic__img--mobile {
      display: initial; }
  .comic__panel {
    max-width: 100%; }

  .download {
    padding: 0;
    flex-direction: column; }
    .download__left, .download__right {
      flex-direction: column;
      align-items: center; }
    .download__text {
      text-align: center; }

  .header__image {
    min-height: auto;
    display: none; }
    .header__image--test {
      display: none; }
    .header__image--mobile {
      display: block;
      width: 100%; }

  .section--blog {
    flex-direction: column; }

  .posts__post {
    width: auto; }

  .video {
    width: 100%; }
    .video__iframe {
      width: 100%; }

  .main {
    margin-top: 131px; }

  .section {
    padding: 100px 5%; }
    .section__subtitle--mobile {
      display: block;
      padding: 5px 10px; }

  .subtitle--mobile {
    text-transform: uppercase;
    font-size: 20px; }

  .br {
    display: initial; }

  .footer {
    flex-direction: column;
    padding: 10px; }
    .footer__socials {
      padding: 10px; }
    .footer__text {
      padding: 10px;
      text-align: center; }

  .titles {
    display: none; }

  .nav {
    padding: 6px 0px 5px 0px; }
    .nav--special {
      display: flex; }
    .nav--home {
      display: none; }
    .nav__logo {
      order: 1;
      padding: 5px 10px; }
      .nav__logo--img {
        height: 104px;
        width: auto; }
    .nav__left {
      order: 2;
      padding: 0;
      justify-content: flex-start; }
    .nav__right {
      display: none; }
    .nav__hamburger {
      display: block; }
    .nav__title {
      font-size: 45px;
      letter-spacing: 0px; }

  p, a {
    font-size: 20px; }

  .menu__link--mobile:before {
    left: -2px;
    border-top: 30px solid #838383; }
  .menu__link--mobile:after {
    border-bottom: 29px solid #838383; }
  .menu__link--home {
    font-size: 25px;
    line-height: 29px; } }
@media all and (max-width: 720px) {
  .nav__title {
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 35px; }

  .video {
    height: 205px; }
    .video__iframe {
      height: 205px; }

  .section {
    padding: 50px 5%; }
    .section__subtitle--mobile {
      padding: 10px 10px 5px 10px; }

  .subtitle--mobile {
    font-size: 15px; } }

/*# sourceMappingURL=style.css.map */
