@charset "UTF-8";
.custom-checkbox {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 32px;
  text-align: left; }
  .custom-checkbox .custom-checkbox-label {
    color: #333333;
    line-height: 2rem;
    font-size: 15px;
    text-align: left; }
    .custom-checkbox .custom-checkbox-label:before {
      position: absolute;
      top: .25rem;
      left: 0;
      display: block;
      height: 24px;
      width: 24px;
      pointer-events: none;
      content: "";
      border: 2px solid #815594;
      border-radius: 2px; }
    .custom-checkbox .custom-checkbox-label:after {
      position: absolute;
      top: .25rem;
      left: 0;
      display: block;
      height: 24px;
      width: 24px;
      content: "";
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%; }
  .custom-checkbox .custom-checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .custom-checkbox .custom-checkbox-input:checked ~ .custom-checkbox-label:after {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23815594%22%20d%3D%22M20.285%202l-11.285%2011.567-5.286-5.011-3.714%203.716%209%208.728%2015-15.285z%22%2F%3E%3C%2Fsvg%3E"); }

.test-block {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  color: #ffffff;
  position: relative; }
  .test-block header {
    padding-top: 80px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .test-block header h1 {
      font-family: 'CellblockNBP';
      font-size: 48px;
      margin: 0 0 20px 0; }
    .test-block header h2 {
      font-size: 36px;
      margin-bottom: 30px;
      font-family: RetroComputer; }
  .test-block .block-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding-top: 220px;
    padding-bottom: 80px;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100); }
    .test-block .block-content > div {
      flex: 0 0 auto; }
  @media (max-width: 1919px) {
    .test-block header {
      padding-top: 20px; }
    .test-block .block-content {
      padding-top: 160px;
      padding-bottom: 70px; } }
  @media (max-width: 1279px) {
    .test-block header h1 {
      font-size: 41px;
      margin-bottom: 10px; }
    .test-block header h2 {
      font-size: 30px; }
    .test-block .block-content {
      padding-top: 130px;
      padding-bottom: 30px; } }
  @media (max-width: 1013px) {
    .test-block header {
      padding-top: 10px; }
      .test-block header h1 {
        font-size: 41px;
        margin-bottom: 10px; }
      .test-block header h2 {
        font-size: 30px; }
    .test-block .block-content {
      padding-top: 120px;
      padding-bottom: 30px; } }
  @media (max-width: 799px) {
    .test-block header {
      padding-top: 0; }
      .test-block header h1 {
        margin-bottom: 5px; }
    .test-block .block-content {
      padding-top: 96px;
      padding-bottom: 15px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (max-width: 639px) {
    .test-block header {
      padding-top: 0; }
      .test-block header h1 {
        margin-bottom: 0; } }
  @media (max-width: 479px) {
    .test-block header h1 {
      font-size: 36px; }
    .test-block header h2 {
      font-size: 26px; } }

#block_start:after, #block_start:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 0; }

#block_start:before {
  background-color: #7c538d; }

#block_start:after {
  background: transparent url("../img/start_block_wave.png") scroll no-repeat center 100%;
  background-size: 100% auto;
  opacity: 0.43; }

#block_start > div {
  z-index: 2;
  position: relative; }

#block_start .text-1 {
  max-width: 590px;
  font-size: 17px;
  font-weight: 500;
  text-align: center; }
  #block_start .text-1 span {
    font-size: 26px; }
  #block_start .text-1 p {
    margin-bottom: 20px; }
    #block_start .text-1 p:last-of-type {
      font-size: 15px;
      font-weight: 400; }

#block_start .block-auth {
  padding: 30px;
  background-color: #ffffff;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px; }
  #block_start .block-auth hr {
    display: block;
    border-top: 2px solid #000000;
    margin: 30px auto;
    max-width: 75%; }
  #block_start .block-auth .btn {
    width: 140px;
    text-align: center; }
  #block_start .block-auth .auth-buttons {
    text-align: center;
    min-width: 600px; }
    #block_start .block-auth .auth-buttons .btn-provider {
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-attachment: scroll;
      background-position: center;
      width: 38px;
      height: 38px;
      display: inline-block;
      margin: 0 10px; }
    #block_start .block-auth .auth-buttons .btn-facebook {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2049.7%2049.7%22%3E%3Cpath%20d%3D%22M24.8%200C11.1%200%200%2011.1%200%2024.8c0%2013.7%2011.1%2024.8%2024.8%2024.8%2013.7%200%2024.8-11.1%2024.8-24.8C49.7%2011.1%2038.5%200%2024.8%200zM31%2025.7h-4v14.4h-6V25.7h-2.8v-5.1H21v-3.3c0-2.4%201.1-6%206-6h4.4v4.9h-3.2c-.5%200-1.2.3-1.2%201.4v3h4.6l-.6%205.1z%22%2F%3E%3C%2Fsvg%3E"); }
    #block_start .block-auth .auth-buttons .btn-vkontakte {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2097.8%2097.8%22%3E%3Cpath%20d%3D%22M48.9%200C21.9%200%200%2021.9%200%2048.9s21.9%2048.9%2048.9%2048.9%2048.9-21.9%2048.9-48.9S75.9%200%2048.9%200zm24.8%2054.2c2.3%202.2%204.7%204.3%206.7%206.8.9%201.1%201.8%202.2%202.4%203.5.9%201.8.1%203.8-1.5%203.9h-10c-2.6.2-4.6-.8-6.4-2.6-1.4-1.4-2.7-2.9-4-4.4-.5-.6-1.1-1.2-1.8-1.6-1.4-.9-2.6-.6-3.3.8-.8%201.5-1%203.1-1.1%204.7-.1%202.4-.8%203-3.2%203.1-5.1.2-9.9-.5-14.3-3.1-3.9-2.3-7-5.4-9.6-9-5.2-7-9.1-14.7-12.7-22.6-.8-1.8-.2-2.7%201.8-2.8%203.3-.1%206.5-.1%209.8%200%201.3%200%202.2.8%202.7%202%201.8%204.3%203.9%208.5%206.6%2012.3.7%201%201.5%202%202.5%202.8%201.2.8%202%20.5%202.6-.8.3-.8.5-1.7.6-2.6.3-3%20.3-6-.2-9-.3-2-1.3-3.2-3.2-3.6-1-.2-.8-.5-.4-1.1.8-.9%201.6-1.5%203.1-1.5h11.3c1.8.4%202.2%201.1%202.4%202.9v12.6c0%20.7.3%202.8%201.6%203.2%201%20.3%201.7-.5%202.3-1.1%202.7-2.9%204.6-6.3%206.4-9.8.8-1.6%201.4-3.2%202.1-4.8.5-1.2%201.2-1.8%202.6-1.8h10.9c.3%200%20.6%200%201%20.1%201.8.3%202.3%201.1%201.8%202.9-.9%202.8-2.6%205.2-4.3%207.5-1.8%202.5-3.8%204.9-5.6%207.5-1.8%202.4-1.7%203.6.4%205.6z%22%2F%3E%3C%2Fsvg%3E"); }
    #block_start .block-auth .auth-buttons .btn-twitter {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2049.7%2049.7%22%3E%3Cpath%20d%3D%22M24.8%200C11.1%200%200%2011.1%200%2024.8c0%2013.7%2011.1%2024.8%2024.8%2024.8%2013.7%200%2024.8-11.1%2024.8-24.8C49.7%2011.1%2038.5%200%2024.8%200zm11.1%2019.1v.7c0%207.6-5.7%2016.3-16.3%2016.3-3.2%200-6.2-.9-8.8-2.6.4.1.9.1%201.4.1%202.7%200%205.1-.9%207.1-2.4-2.5%200-4.6-1.7-5.3-4%20.3.1.7.1%201.1.1.5%200%201-.1%201.5-.2-2.6-.5-4.6-2.8-4.6-5.6v-.1c.8.4%201.7.7%202.6.7-1.5-1-2.5-2.8-2.5-4.8%200-1%20.3-2%20.8-2.9%202.8%203.5%207%205.7%2011.8%206-.1-.4-.1-.9-.1-1.3%200-3.2%202.6-5.7%205.7-5.7%201.6%200%203.1.7%204.2%201.8%201.3-.3%202.5-.7%203.6-1.4-.4%201.3-1.3%202.5-2.5%203.2%201.2-.1%202.3-.4%203.3-.9-.9%201.2-1.9%202.2-3%203z%22%2F%3E%3C%2Fsvg%3E"); }
    #block_start .block-auth .auth-buttons .btn-habr {
      background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%204252%201502.4%22%3E%3Cstyle%3E.st0{fill%3A%23010303}%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M318.7%20577.5c63.1-90.6%20159.9-132.4%20284.1-132.4%20199.6%200%20354.4%20139.5%20354.4%20370.7v655.9H638.5V928.9c0-118.1-59.1-184.3-157.8-184.3-88.6%200-161.9%2060.1-161.9%20189.4v537.7H0V4.2h318.7v573.3zM2156.5%201471.7h-308.6v-108c-60.1%2078.4-151.7%20134.4-287.2%20134.4-266.8%200-464.4-232.2-464.4-527.5%200-293.3%20197.6-525.5%20465.4-525.5%20134.4%200%20226.1%2057%20286.2%20135.5v-108h308.6v999.1zm-732.2-500.1c0%20130.3%2085.5%20229.1%20212.8%20229.1%20125.3%200%20213.9-96.8%20213.9-229.1%200-132.4-88.6-229.1-213.9-229.1-127.3%200-212.8%2098.8-212.8%20229.1M3414.3%20970.6c0%20295.3-198.6%20527.5-465.4%20527.5-135.4%200-226.1-55-286.2-133.4v106.9h-307.5V5.2H2673v563.1c60.1-72.3%20147.6-123.2%20275.9-123.2%20266.8%200%20465.4%20232.2%20465.4%20525.5m-754.6%201c0%20132.4%2087.6%20229.1%20212.8%20229.1%20128.3%200%20213.9-98.8%20213.9-229.1s-85.6-229.1-213.9-229.1c-125.2%200-212.8%2096.8-212.8%20229.1M4252%20460.4l-29.5%20317.7c-42.8-14.3-102.9-26.5-159.9-26.5-113.1%200-182.3%2056-182.3%20180.3v539.7h-318.7v-999H3867v115.1c58-96.8%20150.7-142.6%20272.9-142.6%2046.9%200%2087.6%208.2%20112.1%2015.3%22%2F%3E%3C%2Fsvg%3E");
      width: 86px; }

#block_start .test-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  width: 740px;
  margin-bottom: 30px; }
  #block_start .test-select > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    #block_start .test-select > div > div {
      padding-bottom: 15px; }
    #block_start .test-select > div img {
      max-width: 100%; }
      #block_start .test-select > div img.icon-race {
        margin-bottom: 10px; }
    #block_start .test-select > div .custom-checkbox-label {
      line-height: 2rem; }
    #block_start .test-select > div .game-2 {
      margin-bottom: 15px; }

#block_start .small {
  font-size: 13px; }

#block_start .block-footer {
  text-align: center; }
  #block_start .block-footer p {
    margin-bottom: 15px; }
    #block_start .block-footer p a {
      color: #ffffff;
      text-decoration: underline; }

#block_start .block_start_ruvds, #block_start .block_start_museum {
  position: absolute;
  bottom: 95px; }

#block_start .block_start_ruvds {
  left: calc(50% - 650px); }

#block_start .block_start_museum {
  left: 5%; }

@media (max-width: 2399px) {
  #block_start:before {
    background-position: center 100%; } }

@media (max-width: 1919px) {
  #block_start:before {
    background-position: center 350px; }
  #block_start .block_start_ruvds, #block_start .block_start_museum {
    bottom: 230px; }
  #block_start .block_start_ruvds {
    left: auto;
    right: 2%; }
  #block_start .block_start_museum {
    left: 2%;
    right: auto; } }

@media (max-width: 1279px) {
  #block_start .text-1 {
    font-size: 15px; }
    #block_start .text-1 span {
      font-size: 22px; }
    #block_start .text-1 p:last-of-type {
      font-size: 13px; }
  #block_start .block_start_ruvds {
    width: 141px;
    height: auto;
    right: 1%; }
  #block_start .block_start_museum {
    width: 151px;
    height: auto;
    left: 1%; } }

@media (max-width: 1013px) {
  #block_start .block_start_ruvds, #block_start .block_start_museum {
    display: none; } }

@media (max-width: 799px) {
  #block_start .block-auth {
    width: 100%; }
  #block_start .test-select {
    width: 100%; }
    #block_start .test-select > div {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 33.33%;
      -moz-box-flex: 1;
      -moz-flex: 1 0 33.33%;
      -ms-flex: 1 0 33.33%;
      flex: 1 0 33.33%; }
      #block_start .test-select > div > div {
        padding-bottom: 5px; }
      #block_start .test-select > div img {
        max-width: 80%; } }

@media (max-width: 639px) {
  #block_start .block-auth {
    padding: 15px; }
    #block_start .block-auth .auth-buttons {
      min-width: auto;
      width: 100%; } }

@media (max-width: 479px) {
  #block_start .test-select .custom-checkbox-label {
    text-transform: none;
    font-weight: 400; } }

#block_quiz {
  background-color: #000000; }
  #block_quiz .block-content {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  #block_quiz .quiz-pane {
    background-repeat: no-repeat;
    background-image: url("../img/cars_pattern_left.svg"), url("../img/cars_pattern_right.svg");
    background-position: 0 0, calc(100% - 100px) 100%;
    width: 1180px;
    margin: 0 auto 30px auto;
    padding-bottom: 30px; }
  #block_quiz .quiz-questions, #block_quiz .quiz-result {
    background-color: #ffffff;
    color: #000;
    padding: 35px;
    width: 700px;
    margin: 0 auto; }
    #block_quiz .quiz-questions .quiz-caption, #block_quiz .quiz-result .quiz-caption {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 30px; }
    #block_quiz .quiz-questions .custom-checkbox, #block_quiz .quiz-result .custom-checkbox {
      margin-bottom: 30px; }
  #block_quiz .quiz-counter {
    text-align: right;
    font-size: 49px;
    font-weight: bold;
    color: #815594;
    width: 700px;
    margin: 0 auto;
    margin-bottom: 10px; }
  #block_quiz .quiz-actions .btn {
    width: 180px;
    text-align: center; }
  #block_quiz .block_start_ruvds, #block_quiz .block_start_museum {
    position: absolute;
    bottom: 95px; }
  #block_quiz .block_start_ruvds {
    left: calc(50% - 650px); }
  #block_quiz .block_start_museum {
    left: 5%; }
  #block_quiz .car_yes, #block_quiz .automatic_right_hi {
    position: absolute;
    bottom: 40px;
    right: 15%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
    #block_quiz .car_yes img:last-of-type, #block_quiz .automatic_right_hi img:last-of-type {
      margin-right: 30px; }
  #block_quiz .automatic_right_hi img:first-of-type {
    width: 88px;
    height: auto; }
  #block_quiz .automatic_right_hi img:last-of-type {
    width: 146px;
    height: auto; }
  #block_quiz .dandy {
    position: absolute;
    bottom: 40px;
    right: 5%;
    width: 408px; }
    #block_quiz .dandy img {
      max-width: 100%;
      height: auto; }
  #block_quiz #quiz-timer {
    font-size: 29px;
    color: #ffffff;
    text-align: center;
    font-family: RetroComputer;
    background-color: #7c538d;
    position: absolute;
    top: 48px;
    left: 48px;
    display: block;
    padding: 5px; }
    #block_quiz #quiz-timer:before {
      content: 'время';
      display: block;
      font-family: 'Gotham Pro';
      font-size: 12px;
      text-align: left; }
  #block_quiz .quiz-result {
    padding: 50px 60px;
    min-height: 50vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
    #block_quiz .quiz-result .result-success-choice {
      display: block; }
      #block_quiz .quiz-result .result-success-choice .custom-checkbox-label {
        line-height: normal; }
    #block_quiz .quiz-result > p {
      text-align: center; }
      #block_quiz .quiz-result > p:first-of-type {
        font-size: 24px;
        font-weight: bold;
        text-align: left; }
      #block_quiz .quiz-result > p:nth-of-type(2) {
        font-size: 61px;
        font-family: RetroComputer; }
      #block_quiz .quiz-result > p:nth-of-type(3) {
        font-size: 24px;
        font-weight: bold;
        color: #00d6de; }
      #block_quiz .quiz-result > p:last-of-type .btn {
        min-width: 180px; }
    #block_quiz .quiz-result > form > div p {
      font-size: 24px;
      font-weight: bold;
      color: #00d6de;
      text-align: center; }
    #block_quiz .quiz-result > form > p {
      text-align: center; }
      #block_quiz .quiz-result > form > p .btn {
        min-width: 180px; }
    #block_quiz .quiz-result .success-message {
      font-size: 24px;
      font-weight: bold;
      color: #00d6de;
      text-align: center; }
    #block_quiz .quiz-result .result-success-choice {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      #block_quiz .quiz-result .result-success-choice > div {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 40%;
        -moz-box-flex: 1;
        -moz-flex: 1 0 40%;
        -ms-flex: 1 0 40%;
        flex: 1 0 40%; }
  @media (max-width: 1919px) {
    #block_quiz .block_start_ruvds {
      left: 20%; }
    #block_quiz .car_yes {
      right: 2%; }
    #block_quiz .automatic_right_hi {
      right: 5%; }
    #block_quiz .dandy {
      width: 286px;
      right: 1%; } }
  @media (max-width: 1279px) {
    #block_quiz .block_start_ruvds {
      width: 141px;
      height: auto; }
    #block_quiz .block_start_museum {
      width: 151px;
      height: auto; }
    #block_quiz .car_yes img:first-of-type {
      width: 98px;
      height: auto; }
    #block_quiz .car_yes img:last-of-type {
      width: 160px;
      height: auto; }
    #block_quiz .automatic_right_hi img:first-of-type {
      width: 63px; }
    #block_quiz .automatic_right_hi img:last-of-type {
      width: 103px; }
    #block_quiz .quiz-pane {
      max-width: 100%;
      margin-right: 30px;
      margin-left: 30px; }
    #block_quiz .dandy {
      width: 222px; } }
  @media (max-width: 1013px) {
    #block_quiz .car_yes, #block_quiz .automatic_right_hi, #block_quiz .dandy {
      display: none; }
    #block_quiz .block_start_ruvds {
      width: 77px;
      bottom: 54px; }
    #block_quiz .block_start_museum {
      width: 74px;
      bottom: 54px; }
    #block_quiz .quiz-questions, #block_quiz .quiz-counter, #block_quiz .quiz-result {
      width: 80%;
      margin-right: auto;
      margin-left: auto; }
    #block_quiz .quiz-questions .custom-checkbox, #block_quiz .quiz-result .custom-checkbox {
      margin-bottom: 15px; }
    #block_quiz .quiz-result {
      padding: 20px 30px; }
      #block_quiz .quiz-result p:first-of-type {
        font-size: 16px; }
      #block_quiz .quiz-result p:nth-of-type(2) {
        font-size: 42px; }
      #block_quiz .quiz-result p:nth-of-type(3) {
        font-size: 16px;
        font-weight: bold;
        color: #00d6de; }
      #block_quiz .quiz-result > div p {
        font-size: 24px;
        font-weight: bold;
        color: #00d6de;
        text-align: center; } }
  @media (max-width: 799px) {
    #block_quiz .quiz-pane {
      width: auto;
      margin-right: 0;
      margin-left: 0;
      position: relative; }
    #block_quiz .block_start_ruvds, #block_quiz .block_start_museum {
      display: none; }
    #block_quiz #quiz-timer {
      top: 0;
      left: 35px; }
    #block_quiz .quiz-questions, #block_quiz .quiz-counter, #block_quiz .quiz-result {
      width: 90%; } }
  @media (max-width: 639px) {
    #block_quiz #quiz-timer {
      left: 30px; }
    #block_quiz .quiz-result p:nth-of-type(2) {
      font-size: 26px; } }
  @media (max-width: 479px) {
    #block_quiz .quiz-questions, #block_quiz .quiz-counter {
      width: 100%; }
    #block_quiz #quiz-timer {
      left: 0; }
    #block_quiz .quiz-pane {
      margin-right: 0;
      margin-left: 0; }
    #block_quiz .quiz-result {
      padding: 15px;
      width: 100%; }
      #block_quiz .quiz-result p:nth-of-type(2) {
        font-size: 24px; } }
  #block_quiz.theme-fight {
    background-color: #e54e35; }
    #block_quiz.theme-fight #quiz-timer {
      background-color: #000000; }
    #block_quiz.theme-fight .quiz-counter {
      color: #000000; }
    #block_quiz.theme-fight .quiz-pane {
      background-image: url("../img/boxing_pattern_leftt.svg"), url("../img/boxing_pattern_right.svg"); }
  #block_quiz.theme-sport {
    background-color: #2ca6e5; }
    #block_quiz.theme-sport #quiz-timer {
      background-color: #000000; }
    #block_quiz.theme-sport .quiz-counter {
      color: #000000; }
    #block_quiz.theme-sport .quiz-pane {
      background-image: url("../img/hockey_pattern_left.svg"), url("../img/hockey_pattern_right.svg"); }
    #block_quiz.theme-sport .custom-checkbox .custom-checkbox-label:before {
      border-color: #00d6de; }
    #block_quiz.theme-sport .custom-checkbox .custom-checkbox-input:checked ~ .custom-checkbox-label:after {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%2300d6de%22%20d%3D%22M20.285%202l-11.285%2011.567-5.286-5.011-3.714%203.716%209%208.728%2015-15.285z%22%2F%3E%3C%2Fsvg%3E"); }

@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@charset "UTF-8";
@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-BoldItalic.eot");
  src: local("Gotham Pro Bold Italic"), local("GothamPro-BoldItalic"), url("../fonts/GothamPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-BoldItalic.woff") format("woff"), url("../fonts/GothamPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Italic.eot");
  src: local("Gotham Pro Italic"), local("GothamPro-Italic"), url("../fonts/GothamPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Italic.woff") format("woff"), url("../fonts/GothamPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Medium.eot");
  src: local("Gotham Pro Medium"), local("GothamPro-Medium"), url("../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-BlackItalic.eot");
  src: local("Gotham Pro Black Italic"), local("GothamPro-BlackItalic"), url("../fonts/GothamPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-BlackItalic.woff") format("woff"), url("../fonts/GothamPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Bold.eot");
  src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url("../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Bold.woff") format("woff"), url("../fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro Narrow';
  src: url("../fonts/GothamProNarrow-Bold.eot");
  src: local("Gotham Pro Narrow Bold"), local("GothamProNarrow-Bold"), url("../fonts/GothamProNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProNarrow-Bold.woff") format("woff"), url("../fonts/GothamProNarrow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro Narrow';
  src: url("../fonts/GothamProNarrow-Medium.eot");
  src: local("Gotham Pro Narrow Medium"), local("GothamProNarrow-Medium"), url("../fonts/GothamProNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProNarrow-Medium.woff") format("woff"), url("../fonts/GothamProNarrow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-LightItalic.eot");
  src: local("Gotham Pro Light Italic"), local("GothamPro-LightItalic"), url("../fonts/GothamPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-LightItalic.woff") format("woff"), url("../fonts/GothamPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Light.eot");
  src: local("Gotham Pro Light"), local("GothamPro-Light"), url("../fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-Black.eot");
  src: local("Gotham Pro Black"), local("GothamPro-Black"), url("../fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-Black.woff") format("woff"), url("../fonts/GothamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro.eot");
  src: local("Gotham Pro"), local("GothamPro"), url("../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro.woff") format("woff"), url("../fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Pro';
  src: url("../fonts/GothamPro-MediumItalic.eot");
  src: local("Gotham Pro Medium Italic"), local("GothamPro-MediumItalic"), url("../fonts/GothamPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamPro-MediumItalic.woff") format("woff"), url("../fonts/GothamPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'BravoRG';
  src: url("../fonts/BravoRG.eot");
  src: local("BravoRG"), url("../fonts/BravoRG.eot?#iefix") format("embedded-opentype"), url("../fonts/BravoRG.woff") format("woff"), url("../fonts/BravoRG.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RetroComputer';
  src: url("../fonts/RetroComputer.eot");
  src: local("RetroComputer"), url("../fonts/RetroComputer.eot?#iefix") format("embedded-opentype"), url("../fonts/RetroComputer.woff2") format("woff2"), url("../fonts/RetroComputer.woff") format("woff"), url("../fonts/RetroComputer.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'CellblockNBP';
  src: url("../fonts/CellblockNBP.eot");
  src: local("CellblockNBP"), url("../fonts/CellblockNBP.eot?#iefix") format("embedded-opentype"), url("../fonts/CellblockNBP.woff2") format("woff2"), url("../fonts/CellblockNBP.woff") format("woff"), url("../fonts/CellblockNBP.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*
@font-face {
  font-family: 'Intro';
  src: url('../fonts/Intro-Regular.eot');
  src: local('Intro'),
  url('../fonts/Intro-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Intro-Regular.woff') format('woff'),
  url('../fonts/Intro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
*/
@font-face {
  font-family: 'Intro';
  src: url("../fonts/Intro-Regular-Caps.eot");
  src: local("Intro"), url("../fonts/Intro-Regular-Caps.eot?#iefix") format("embedded-opentype"), url("../fonts/Intro-Regular-Caps.woff") format("woff"), url("../fonts/Intro-Regular-Caps.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-variant: petite-caps; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem; }

p {
  margin-top: 0;
  margin-bottom: 12px; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #fc2c38;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #d8030f;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

input[type=text],
input[type=email] {
  border: 2px solid #815594;
  border-radius: 2px;
  padding: 0 10px;
  font-size: 22px;
  line-height: 48px; }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-size: 16px;
  margin: 0;
  font-family: "Gotham Pro", SansSerif;
  min-height: 100%; }

@keyframes btn-сurtains {
  from {
    width: 0; }
  to {
    width: 50%; } }

/* The typing effect */
@-moz-keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-webkit-keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes blur-filter {
  from {
    filter: drop-shadow(0px 0px 10px #fff) drop-shadow(0px 0px 10px #fff) drop-shadow(0px 0px 25px #fff) drop-shadow(0px 0px 25px #fff) drop-shadow(0px 0px 25px #fff) drop-shadow(0px 0px 25px #fff) drop-shadow(0px 0px 25px #fff) drop-shadow(0px 0px 25px #fff) drop-shadow(0px 0px 50px #fff) drop-shadow(0px 0px 50px #fff) drop-shadow(0px 0px 50px #7B96B8) drop-shadow(0px 0px 150px #7B96B8) drop-shadow(0px 10px 100px #7B96B8) drop-shadow(0px 10px 100px #7B96B8) drop-shadow(0px 10px 100px #7B96B8) drop-shadow(0px 10px 100px #7B96B8) drop-shadow(0px -10px 100px #7B96B8) drop-shadow(0px -10px 100px #7B96B8); } }

@keyframes bg-grow-down {
  from {
    background-size: 4px 0; }
  to {
    background-size: 4px 100%; } }

[data-aos="bg-grow-down"].aos-animate {
  animation: bg-grow-down;
  animation-duration: 2s;
  visibility: visible; }

[data-aos="typewriter"] {
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  white-space: nowrap;
  /* Keeps the content on a single line */
  display: inline-block;
  visibility: hidden; }
  [data-aos="typewriter"].aos-animate {
    animation: typing steps(40, end);
    animation-duration: 2s;
    visibility: visible; }

[data-aos="spin-clockwise"] {
  visibility: hidden; }
  [data-aos="spin-clockwise"].aos-animate {
    animation: spin linear 25s infinite normal;
    visibility: visible; }

[data-aos="spin-counter-clockwise"] {
  visibility: hidden; }
  [data-aos="spin-counter-clockwise"].aos-animate {
    animation: spin linear 25s infinite reverse;
    visibility: visible; }

.container {
  max-width: 1170px;
  margin: 0 auto; }
  @media (max-width: 1013px) {
    .container {
      max-width: 960px; } }
  @media (max-width: 959px) {
    .container {
      max-width: 100%; } }

.btn {
  font-family: Intro;
  line-height: 70px;
  background-color: #00d6de;
  padding: 0 30px;
  text-align: center;
  font-size: 22px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  position: relative;
  box-shadow: none;
  outline: none;
  border: none; }
  .btn span {
    position: relative;
    z-index: 2; }
  .btn:before, .btn:after {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transition: width 500ms;
    -moz-transition: width 500ms;
    -ms-transition: width 500ms;
    -o-transition: width 500ms;
    transition: width 500ms;
    background-color: #7c538d;
    z-index: 1; }
  .btn:before {
    left: 0; }
  .btn:after {
    right: 0; }
  .btn:hover {
    color: #ffffff;
    text-decoration: none; }
    .btn:hover:before {
      width: 50%; }
    .btn:hover:after {
      width: 50%; }
  .btn.loading {
    color: rgba(255, 255, 255, 0.2); }
    .btn.loading:before, .btn.loading:after {
      animation-duration: 0.4s;
      animation-name: btn-сurtains;
      animation-iteration-count: infinite;
      animation-direction: alternate;
      animation-timing-function: ease-out; }
  @media (max-width: 1919px) {
    .btn {
      line-height: 52px; }
      .btn span {
        font-size: 16px; } }
  @media (max-width: 1279px) {
    .btn {
      line-height: 48px; }
      .btn span {
        font-size: 15px; } }

.square-star {
  background: transparent url("../img/icon-cube-star.png") no-repeat scroll center;
  height: 33px;
  width: 33px;
  position: absolute;
  display: block;
  z-index: 5; }
  .square-star.square-star-r1 {
    right: calc(50% - 684px);
    top: 265px; }
  .square-star.square-star-r2 {
    right: calc(50% - 735px);
    top: 565px; }
  .square-star.square-star-l1 {
    left: calc(50% - 684px);
    top: 565px; }
  .square-star.square-star-l2 {
    left: calc(50% - 735px);
    top: 265px; }

.section {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  height: 100%; }

#page-header {
  padding-top: 20px;
  position: fixed;
  right: 0;
  left: 0;
  transition: all 0.4s;
  z-index: 10; }

#page-header-nav .site-name {
  max-width: 450px;
  margin: 0 auto 20px auto;
  padding: 0;
  font-family: CellblockNBP;
  font-size: 59px;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
  z-index: 2; }
  #page-header-nav .site-name a {
    color: #ffffff;
    text-decoration: none; }

#page-header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
  #page-header-nav ul li:first-of-type {
    display: none; }
    #page-header-nav ul li:first-of-type span {
      top: 15px; }
    #page-header-nav ul li:first-of-type span, #page-header-nav ul li:first-of-type span:after, #page-header-nav ul li:first-of-type span:before {
      cursor: pointer;
      border-radius: 1px;
      height: 2px;
      width: 35px;
      background: #ffffff;
      position: absolute;
      display: block;
      content: '';
      transition: all 300ms ease-in-out; }
    #page-header-nav ul li:first-of-type span:after, #page-header-nav ul li:first-of-type span:before {
      width: 25px; }
    #page-header-nav ul li:first-of-type span:before {
      top: -10px; }
    #page-header-nav ul li:first-of-type span:after {
      bottom: -10px; }
  #page-header-nav ul li > a {
    padding: 0 22px;
    display: inline-block;
    line-height: 32px;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-transition: color 500ms;
    -moz-transition: color 500ms;
    -ms-transition: color 500ms;
    -o-transition: color 500ms;
    transition: color 500ms; }
    #page-header-nav ul li > a.active {
      position: relative;
      color: #825595 !important; }
      #page-header-nav ul li > a.active:before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #825595;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }

#page-header-nav.section-6 .site-name a, #page-header-nav.section-5 .site-name a, #page-header-nav.section-3 .site-name a, #page-header-nav.section-2 .site-name a {
  color: #000; }

#page-header-nav.section-6 ul li:first-of-type span, #page-header-nav.section-6 ul li:first-of-type span:after, #page-header-nav.section-6 ul li:first-of-type span:before, #page-header-nav.section-5 ul li:first-of-type span, #page-header-nav.section-5 ul li:first-of-type span:after, #page-header-nav.section-5 ul li:first-of-type span:before, #page-header-nav.section-3 ul li:first-of-type span, #page-header-nav.section-3 ul li:first-of-type span:after, #page-header-nav.section-3 ul li:first-of-type span:before, #page-header-nav.section-2 ul li:first-of-type span, #page-header-nav.section-2 ul li:first-of-type span:after, #page-header-nav.section-2 ul li:first-of-type span:before {
  background-color: #000000; }

#page-header-nav.section-6 ul li > a, #page-header-nav.section-5 ul li > a, #page-header-nav.section-3 ul li > a, #page-header-nav.section-2 ul li > a {
  color: #000; }

#page-header-nav.section-1 .site-name a {
  color: #ffffff; }

#page-header-nav.section-1 ul li > a {
  color: #ffffff; }

@media (max-width: 799px) {
  #page-header-nav {
    position: relative; }
    #page-header-nav .site-name {
      font-size: 44px;
      line-height: 32px;
      max-width: 320px; }
    #page-header-nav ul {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      #page-header-nav ul li a.active:before {
        display: none; }
      #page-header-nav ul li:first-of-type {
        margin-bottom: 15px;
        display: block; }
        #page-header-nav ul li:first-of-type a {
          display: block;
          height: 40px;
          position: relative;
          width: 50px; }
      #page-header-nav ul li:first-of-type ~ li {
        overflow: hidden;
        width: 0;
        -webkit-transition: width 1000ms;
        -moz-transition: width 1000ms;
        -ms-transition: width 1000ms;
        -o-transition: width 1000ms;
        transition: width 1000ms; }
      #page-header-nav ul.uncollapsed {
        width: 100%; }
        #page-header-nav ul.uncollapsed li:first-of-type ~ li {
          display: block;
          width: 100%; }
    #page-header-nav.section-6 ul.uncollapsed, #page-header-nav.section-5 ul.uncollapsed, #page-header-nav.section-3 ul.uncollapsed, #page-header-nav.section-2 ul.uncollapsed {
      background-color: #ffffff; }
    #page-header-nav.section-1 ul.uncollapsed {
      background-color: #000000; } }

@media (max-width: 639px) {
  #page-header-nav .site-name {
    font-size: 38px;
    max-width: 290px; } }

@media (max-width: 479px) {
  #page-header-nav .site-name {
    font-size: 34px;
    margin: 0 5px 15px 60px; }
  #page-header-nav ul li:first-of-type a {
    padding: 0 0 0 10px; } }

#section-1 {
  color: #ffffff;
  position: relative;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  top: 0; }
  #section-1:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: transparent url("../img/seciton1_wave.png") scroll no-repeat center 100%;
    background-size: 100% auto; }
    @media (max-width: 2399px) {
      #section-1:after {
        background-position: center 100%; } }
  #section-1 .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden; }
    #section-1 .video-wrap video {
      background-color: #000;
      /* Make video to at least 100% wide and tall */
      min-width: 100%;
      min-height: 100%;
      /* Setting width & height to auto prevents the browser from stretching or squishing the video */
      width: auto;
      height: auto;
      /* Center the video */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  #section-1 .section-1__year-text {
    position: absolute;
    font-family: 'BravoRG';
    bottom: 77px;
    right: 110px;
    z-index: 2; }
    #section-1 .section-1__year-text span {
      display: block;
      text-transform: uppercase;
      text-align: right; }
      #section-1 .section-1__year-text span:first-of-type {
        font-size: 185px;
        color: rgba(255, 255, 255, 0.32);
        line-height: 165px; }
      #section-1 .section-1__year-text span:last-of-type {
        font-size: 44px;
        color: rgba(255, 255, 255, 0.5);
        line-height: 44px;
        margin-top: -5px; }
  #section-1 .section-1__texts {
    position: relative;
    text-align: center;
    z-index: 2; }
    #section-1 .section-1__texts .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      justify-content: space-around;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: 100vh;
      min-height: calc(var(--vh, 1vh) * 100);
      padding-top: 140px;
      padding-bottom: 290px; }
    #section-1 .section-1__texts .title-1 {
      font-family: 'RetroComputer';
      font-size: 43px;
      color: #ffffff;
      text-align: center;
      line-height: 51px;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 20px; }
    #section-1 .section-1__texts address {
      font-size: 17px;
      font-weight: 500;
      text-transform: uppercase;
      font-style: normal;
      margin-bottom: 20px; }
      #section-1 .section-1__texts address .fa-map-marker {
        font-size: 29px;
        color: #7c538d;
        margin-right: 18px;
        position: relative; }
    #section-1 .section-1__texts .time {
      margin-bottom: 20px;
      font-size: 39px;
      font-family: 'BravoRG'; }
      #section-1 .section-1__texts .time sup {
        font-size: 22px;
        top: -0.6em; }
      #section-1 .section-1__texts .time span:first-of-type {
        color: #7d538d;
        margin-right: 5px; }
      #section-1 .section-1__texts .time span:last-of-type {
        color: #00accf; }
    #section-1 .section-1__texts .section-1__logos {
      padding-top: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
      #section-1 .section-1__texts .section-1__logos .section-1__logo-museum {
        margin-right: 65px; }
  #section-1 .tv_letsgo, #section-1 .automatic_right_hi, #section-1 .car_yes {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2; }
    #section-1 .tv_letsgo img, #section-1 .automatic_right_hi img, #section-1 .car_yes img {
      height: auto; }
  #section-1 .automatic_right_hi {
    right: 10%;
    bottom: 325px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
    #section-1 .automatic_right_hi img:first-of-type {
      position: relative;
      right: -40px; }
  #section-1 .tv_letsgo {
    right: 50%;
    bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  #section-1 .car_yes {
    left: 10%;
    bottom: 240px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end; }
    #section-1 .car_yes img:first-of-type {
      position: relative;
      right: -40px; }
  @media (max-width: 1919px) {
    #section-1:after {
      background-position: center 350px; }
    #section-1 .section-1__year-text {
      right: 41px;
      bottom: 41px; }
      #section-1 .section-1__year-text span:first-of-type {
        font-size: 96px;
        line-height: 90px; }
      #section-1 .section-1__year-text span:last-of-type {
        font-size: 23px;
        line-height: 23px;
        margin-top: -5px; }
    #section-1 .section-1__texts .container {
      padding-bottom: 40px;
      max-width: 630px; }
    #section-1 .section-1__texts .title-1 {
      font-size: 24px;
      line-height: 30px; }
    #section-1 .section-1__texts address .fa-map-marker {
      margin-right: 5px; }
    #section-1 .section-1__texts .btn {
      font-size: 16px;
      line-height: 52px; }
    #section-1 .section-1__texts .section-1__logos .section-1__logo-museum {
      margin-right: 45px; }
      #section-1 .section-1__texts .section-1__logos .section-1__logo-museum img {
        width: 142px;
        height: auto; }
    #section-1 .section-1__texts .section-1__logos .section-1__logo-ruvds img {
      width: 149px;
      height: auto; }
    #section-1 .car_yes {
      bottom: 171px;
      left: 5%; }
      #section-1 .car_yes img:first-of-type {
        width: 92px; }
      #section-1 .car_yes img:last-of-type {
        width: 153px; }
    #section-1 .automatic_right_hi {
      bottom: 248px;
      right: 3%; }
      #section-1 .automatic_right_hi img:first-of-type {
        width: 83px; }
      #section-1 .automatic_right_hi img:last-of-type {
        width: 137px; }
    #section-1 .tv_letsgo {
      right: 15%;
      bottom: 130px; }
      #section-1 .tv_letsgo img:first-of-type {
        width: 139px; }
      #section-1 .tv_letsgo img:last-of-type {
        width: 76px; } }
  @media (max-width: 1500px) {
    #section-1:after {
      background-position: center 100%; } }
  @media (max-width: 1279px) {
    #section-1 .section-1__year-text {
      right: 34px;
      bottom: 34px; }
    #section-1 .section-1__texts .title-1 {
      font-size: 20px;
      line-height: 26px; }
    #section-1 .section-1__texts address {
      font-size: 14px;
      line-height: 18px; }
      #section-1 .section-1__texts address .fa-map-marker {
        font-size: 24px; }
    #section-1 .section-1__texts .btn {
      line-height: 48px; }
      #section-1 .section-1__texts .btn span {
        font-size: 15px; }
    #section-1 .section-1__texts .section-1__logos .section-1__logo-museum {
      margin-right: 40px; }
      #section-1 .section-1__texts .section-1__logos .section-1__logo-museum img {
        width: 110px;
        height: auto; }
    #section-1 .section-1__texts .section-1__logos .section-1__logo-ruvds img {
      width: 116px;
      height: auto; }
    #section-1 .automatic_right_hi {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      right: 2%;
      bottom: 225px; }
      #section-1 .automatic_right_hi img:first-of-type {
        left: -20px;
        top: 30px;
        width: 62px; }
      #section-1 .automatic_right_hi img:last-of-type {
        width: 119px; }
    #section-1 .car_yes {
      left: 2%;
      bottom: 88px; }
      #section-1 .car_yes img:first-of-type {
        bottom: -50px;
        width: 75px; }
      #section-1 .car_yes img:last-of-type {
        width: 153px; }
    #section-1 .tv_letsgo {
      right: calc(50% - 350px);
      bottom: 140px; }
      #section-1 .tv_letsgo img:first-of-type {
        bottom: -50px;
        width: 115px; }
      #section-1 .tv_letsgo img:last-of-type {
        width: 63px; } }
  @media (max-width: 1013px) {
    #section-1 .automatic_right_hi {
      display: none; }
    #section-1 .tv_letsgo {
      right: 3%; }
    #section-1 .section-1__year-text {
      right: 34px;
      bottom: 34px; }
      #section-1 .section-1__year-text span:first-of-type {
        font-size: 72px;
        line-height: 68px; }
      #section-1 .section-1__year-text span:last-of-type {
        font-size: 17px;
        line-height: 17px;
        margin-top: -5px; } }
  @media (max-width: 799px) {
    #section-1:after {
      background-size: 130% auto; }
    #section-1 .section-1__texts .container {
      padding-top: 81px;
      max-width: 450px;
      padding-bottom: 260px; }
    #section-1 .section-1__year-text {
      right: 28px;
      bottom: 28px; }
    #section-1 .automatic_right_hi {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      bottom: 125px; }
    #section-1 .tv_letsgo {
      bottom: 36px;
      right: calc(50% - 130px); }
    #section-1 .car_yes {
      bottom: 55px; } }
  @media (max-width: 639px) {
    #section-1:after {
      background-size: 200% auto;
      background-position: center calc(100% + 20px); }
    #section-1 .section-1__year-text {
      display: none; }
    #section-1 .section-1__texts address {
      max-width: 380px;
      margin: 0 auto; }
    #section-1 .automatic_right_hi {
      bottom: 45px; }
      #section-1 .automatic_right_hi img:first-of-type {
        width: 55px; }
      #section-1 .automatic_right_hi img:last-of-type {
        width: 109px; }
    #section-1 .tv_letsgo {
      bottom: 24px;
      right: calc(50% - 100px); }
    #section-1 .car_yes {
      bottom: 86px; }
      #section-1 .car_yes img:first-of-type {
        width: 54px; }
      #section-1 .car_yes img:last-of-type {
        width: 118px; } }
  @media (max-width: 479px) {
    #section-1:after {
      background-size: 300% auto;
      background-position: center calc(100% + 50px); }
    #section-1 .section-1__year-text {
      display: none; }
    #section-1 .section-1__texts .title-1 {
      font-size: 18px; }
    #section-1 .section-1__texts address {
      font-size: 14px; }
    #section-1 .section-1__texts .container {
      max-width: 300px; }
    #section-1 .car_yes {
      display: none; }
    #section-1 .tv_letsgo {
      left: 0.5%; } }

#section-2 {
  background: #ffffff url("../img/section_2_wave.png") no-repeat scroll center 100%;
  background-size: 100% auto;
  position: relative;
  padding-top: 140px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  #section-2:before {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    content: 'about';
    white-space: pre;
    text-transform: uppercase;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #f3f3f3;
    font-size: 222px;
    z-index: 0; }
  #section-2:after {
    position: absolute;
    content: '(!) Вход строго с 18 лет';
    font-family: 'BravoRG';
    font-size: 44px;
    color: #815594;
    bottom: 39px;
    left: 28px; }
  #section-2 .section2_texts_1 {
    max-width: 800px;
    text-align: center;
    position: relative;
    z-index: 2; }
    #section-2 .section2_texts_1 p:nth-of-type(1) {
      font-size: 29px;
      font-weight: bold;
      color: #00d5dd;
      text-transform: uppercase; }
    #section-2 .section2_texts_1 p:nth-of-type(2) {
      font-size: 24px; }
      #section-2 .section2_texts_1 p:nth-of-type(2) strong {
        font-weight: 500;
        color: #00d5dd; }
    #section-2 .section2_texts_1 p:nth-of-type(3) {
      font-size: 21px; }
      #section-2 .section2_texts_1 p:nth-of-type(3) strong {
        font-weight: 700;
        color: #7c538d; }
    #section-2 .section2_texts_1 p:nth-of-type(4) {
      font-size: 24px;
      font-weight: 700;
      color: #7c538d; }
  #section-2 .section2_btn_wrap {
    text-align: center;
    position: relative;
    z-index: 2; }
  #section-2 .section2_texts_2 {
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #000000;
    text-align: left;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
    #section-2 .section2_texts_2 > div {
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 50%;
      -moz-box-flex: 0;
      -moz-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%; }
      #section-2 .section2_texts_2 > div:first-of-type img {
        margin-top: -140px;
        width: 520px;
        height: auto;
        margin-left: -150px; }
      #section-2 .section2_texts_2 > div:last-of-type {
        margin-top: 15px;
        padding-left: 30px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00d5dd+0,00d5dd+100 */
        background: #00d5dd;
        /* Old browsers */
        background: -moz-linear-gradient(top, #00d5dd 0%, #00d5dd 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #00d5dd 0%, #00d5dd 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #00d5dd 0%, #00d5dd 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00d5dd', endColorstr='#00d5dd', GradientType=0);
        /* IE6-9 */
        background-size: 4px 100%;
        background-position: 0 0;
        background-repeat: no-repeat; }
        #section-2 .section2_texts_2 > div:last-of-type p {
          line-height: 1.42em; }
  #section-2 .section-2__logos {
    position: absolute;
    bottom: 71px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    right: 10%;
    z-index: 2; }
    #section-2 .section-2__logos img:first-of-type {
      margin-right: 30px; }
  @media (max-width: 1919px) {
    #section-2 {
      background-size: auto 387px; }
      #section-2 .section2_texts_1 p:nth-of-type(1) {
        font-size: 22px; }
      #section-2 .section2_texts_1 p:nth-of-type(2) {
        font-size: 18px; }
      #section-2 .section2_texts_1 p:nth-of-type(3) {
        font-size: 16px; }
      #section-2 .section2_texts_1 p:nth-of-type(4) {
        font-size: 18px; }
      #section-2 .section2_texts_2 > div:first-of-type img {
        width: 393px;
        height: auto;
        margin-left: 0; }
      #section-2 .section2_texts_2 > div:last-of-type p {
        font-size: 14px; }
      #section-2 .section-2__logos {
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        left: auto;
        right: 5%;
        bottom: 36px; }
        #section-2 .section-2__logos img:first-of-type {
          margin-top: 15px;
          margin-right: 0; }
      #section-2:after {
        font-size: 32px; } }
  @media (max-width: 1700px) {
    #section-2 .section2_texts_2 > div:last-of-type {
      padding-right: 100px; } }
  @media (max-width: 1400px) {
    #section-2 .section2_texts_2 > div:last-of-type {
      padding-right: 200px; } }
  @media (max-width: 1279px) {
    #section-2 {
      background-size: auto 258px;
      padding-bottom: 32px; }
      #section-2:after {
        font-size: 24px; }
      #section-2 .section2_texts_1 {
        max-width: 600px; }
        #section-2 .section2_texts_1 p:nth-of-type(1) {
          font-size: 18px; }
      #section-2 .section2_texts_2 > div:last-of-type {
        padding-right: 50px; }
      #section-2 .section-2__logos {
        display: none; } }
  @media (max-width: 1013px) {
    #section-2 {
      background-size: auto 204px; }
      #section-2:before {
        font-size: 128px; }
      #section-2 .section2_texts_2 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        align-items: flex-end; }
        #section-2 .section2_texts_2 > div:first-of-type {
          -webkit-flex-basis: 38%;
          -moz-flex-basis: 38%;
          -ms-flex-preferred-size: 38%;
          flex-basis: 38%;
          padding-right: 15px; }
          #section-2 .section2_texts_2 > div:first-of-type img {
            width: 273px;
            max-width: 100%;
            margin-bottom: 20px; }
        #section-2 .section2_texts_2 > div:last-of-type {
          -webkit-flex-basis: 62%;
          -moz-flex-basis: 62%;
          -ms-flex-preferred-size: 62%;
          flex-basis: 62%; } }
  @media (max-width: 799px) {
    #section-2 {
      background-size: auto 188px;
      padding-bottom: 50px; }
      #section-2 .section2_texts_2 > div:first-of-type {
        -webkit-flex-basis: 48%;
        -moz-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%; }
      #section-2 .section2_texts_2 > div:last-of-type {
        -webkit-flex-basis: 62%;
        -moz-flex-basis: 62%;
        -ms-flex-preferred-size: 62%;
        flex-basis: 62%; } }
  @media (max-width: 639px) {
    #section-2 {
      background-size: auto 145px;
      padding-top: 84px;
      padding-bottom: 15px; }
      #section-2:after {
        left: auto;
        right: 15px;
        bottom: 15px; }
      #section-2 .section2_texts_1 p:nth-of-type(1) {
        font-size: 18px; }
        #section-2 .section2_texts_1 p:nth-of-type(1) ~ p {
          font-size: 16px; }
      #section-2 .section2_texts_2 {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start; }
        #section-2 .section2_texts_2 > div:first-of-type {
          -webkit-flex-basis: 33%;
          -moz-flex-basis: 33%;
          -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
          padding-right: 15px;
          position: relative;
          min-height: 360px; }
          #section-2 .section2_texts_2 > div:first-of-type img {
            width: 273px;
            max-width: none;
            position: absolute;
            bottom: 0;
            margin-bottom: 0; }
        #section-2 .section2_texts_2 > div:last-of-type {
          -webkit-flex-basis: 67%;
          -moz-flex-basis: 67%;
          -ms-flex-preferred-size: 67%;
          flex-basis: 67%;
          padding-right: 0;
          background-size: 4px 70%; } }
  @media (max-width: 479px) {
    #section-2 {
      background-size: auto 135px; }
      #section-2:after {
        bottom: 185px;
        font-size: 23px; }
      #section-2 .section2_texts_1 {
        padding-right: 10px;
        padding-left: 10px; }
        #section-2 .section2_texts_1 p:nth-of-type(1) {
          font-size: 16px; }
          #section-2 .section2_texts_1 p:nth-of-type(1) ~ p {
            font-size: 14px; }
      #section-2 .section2_texts_2 > div:first-of-type {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-height: auto; }
        #section-2 .section2_texts_2 > div:first-of-type img {
          position: static;
          margin-top: 0;
          margin-left: -30px; }
      #section-2 .section2_texts_2 > div:last-of-type {
        display: none; } }

#section-3 {
  padding-top: 140px;
  padding-bottom: 50px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background-color: #ffffff; }
  #section-3:before {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    content: 'time\Atable';
    white-space: pre;
    text-transform: uppercase;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #f3f3f3;
    font-size: 174px;
    z-index: 0; }
  #section-3 .section-3__text_1 {
    text-align: center;
    position: relative;
    z-index: 1; }
    #section-3 .section-3__text_1 p {
      text-transform: uppercase; }
      #section-3 .section-3__text_1 p:first-of-type {
        color: #815594;
        font-size: 30px;
        font-weight: 500; }
      #section-3 .section-3__text_1 p:last-of-type {
        font-size: 29px;
        font-weight: 700;
        color: #00d5dd; }
  #section-3 .section-3__time-table {
    max-width: 980px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #000000; }
    #section-3 .section-3__time-table .time-item {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 33.33%;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      margin-bottom: 20px;
      position: relative; }
      #section-3 .section-3__time-table .time-item:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        right: -22px;
        top: 44px;
        font-size: 44px;
        margin: auto; }
      #section-3 .section-3__time-table .time-item .time-item__icon {
        border-radius: 135px;
        width: 135px;
        height: 135px;
        position: relative;
        margin-bottom: 15px; }
        #section-3 .section-3__time-table .time-item .time-item__icon img {
          margin: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
      #section-3 .section-3__time-table .time-item .time-item__caption {
        margin-bottom: 10px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1; }
      #section-3 .section-3__time-table .time-item .time-item__time {
        font-size: 30px;
        color: #815594;
        margin-bottom: 0; }
        #section-3 .section-3__time-table .time-item .time-item__time sup {
          font-size: 16px;
          top: -0.6em; }
      #section-3 .section-3__time-table .time-item.icon-key .time-item__icon {
        background-color: #815594; }
      #section-3 .section-3__time-table .time-item.icon-key:after {
        color: #815594; }
      #section-3 .section-3__time-table .time-item.icon-man .time-item__icon {
        background-color: #555e91; }
      #section-3 .section-3__time-table .time-item.icon-man:after {
        color: #555e91; }
      #section-3 .section-3__time-table .time-item.icon-joystick .time-item__icon {
        background-color: #578091; }
      #section-3 .section-3__time-table .time-item.icon-joystick:after {
        display: none; }
      #section-3 .section-3__time-table .time-item.icon-final .time-item__icon {
        background-color: #3c93a9; }
      #section-3 .section-3__time-table .time-item.icon-final:after {
        color: #3c93a9; }
      #section-3 .section-3__time-table .time-item.icon-head .time-item__icon {
        background-color: #4bb8d4; }
      #section-3 .section-3__time-table .time-item.icon-head:after {
        color: #4bb8d4; }
      #section-3 .section-3__time-table .time-item.icon-burger .time-item__icon {
        background-color: #00d6de; }
      #section-3 .section-3__time-table .time-item.icon-burger:after {
        display: none; }
  #section-3 .section3_btn_wrap {
    text-align: center;
    position: relative;
    z-index: 2; }
  @media (max-height: 900px) {
    #section-3 .section-3__time-table .time-item .time-item__icon {
      width: 100px;
      height: 100px; }
    #section-3 .section-3__time-table .time-item:after {
      top: 26px; } }
  @media (max-width: 1279px) {
    #section-3 .section-3__time-table .time-item .time-item__caption {
      font-size: 13px; }
    #section-3 .section-3__time-table .time-item .time-item__time {
      font-size: 18px; }
      #section-3 .section-3__time-table .time-item .time-item__time sup {
        font-size: 12px; } }
  @media (max-width: 1013px) {
    #section-3 .section-3__text_1 p:first-of-type, #section-3 .section-3__text_1 p:last-of-type {
      font-size: 22px; } }
  @media (max-width: 799px) {
    #section-3 .section-3__text_1 {
      max-width: 80%; }
      #section-3 .section-3__text_1 p:first-of-type, #section-3 .section-3__text_1 p:last-of-type {
        font-size: 18px; } }
  @media (max-width: 639px) {
    #section-3 {
      padding-top: 84px;
      padding-bottom: 80px; }
      #section-3:before {
        font-size: 143px; }
      #section-3 .section-3__time-table {
        max-width: 100%;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        overflow: auto; }
        #section-3 .section-3__time-table .time-item {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
          -moz-box-flex: 1;
          -moz-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          width: 100vw; }
          #section-3 .section-3__time-table .time-item .time-item__caption {
            font-size: 16px; }
          #section-3 .section-3__time-table .time-item .time-item__time {
            font-size: 30px; }
          #section-3 .section-3__time-table .time-item:after {
            right: 20%; } }
  @media (max-width: 479px) {
    #section-3:before {
      font-size: 92px; }
    #section-3 .section-3__time-table .time-item:after {
      right: 10%; } }

#section-4 {
  padding-top: 140px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: transparent url("../img/section4_bg.png") scroll no-repeat center center;
  background-size: cover; }
  #section-4 .section-4__text {
    max-width: 800px;
    text-transform: uppercase; }
  #section-4 .section-4__text_1, #section-4 .section-4__text_2 {
    font-size: 29px;
    font-weight: 700;
    color: #00d5dd; }
  #section-4 .section-4__text_3 {
    font-size: 30px;
    font-weight: 500;
    color: #815594; }
  #section-4 .section4_btn_wrap {
    margin-bottom: 15px; }
  #section-4 .section-4__logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 15px; }
    #section-4 .section-4__logos svg:first-of-type {
      margin-right: 100px; }
  @media (max-width: 1279px) {
    #section-4 .section-4__text_1,
    #section-4 .section-4__text_2,
    #section-4 .section-4__text_3 {
      font-size: 22px; }
    #section-4 .section-4__logos svg:first-of-type {
      width: 129px;
      height: auto;
      margin-right: 85px; }
    #section-4 .section-4__logos svg:last-of-type {
      width: 208px;
      height: auto; }
    #section-4 .section-4__text_4 {
      display: none; } }
  @media (max-width: 1013px) {
    #section-4 .container {
      max-width: 80%; }
    #section-4 .section-4__text_2,
    #section-4 .section-4__text_3 {
      font-size: 18px; } }
  @media (max-width: 799px) {
    #section-4 .section-4__text_2,
    #section-4 .section-4__text_3 {
      text-transform: none; } }
  @media (max-width: 639px) {
    #section-4 {
      padding-top: 84px; }
      #section-4 .container {
        max-width: 90%; } }
  @media (max-width: 479px) {
    #section-4 .container {
      max-width: none;
      padding-right: 30px;
      padding-left: 30px; }
    #section-4 .section-4__logos {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      #section-4 .section-4__logos svg:first-of-type {
        margin-right: 0;
        margin-bottom: 45px; } }

#section-5 {
  padding-top: 140px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  #section-5 .section-5__text_1 {
    font-size: 40px;
    color: #000000;
    text-align: center;
    font-family: RetroComputer; }
  #section-5 .section-5__carousel {
    margin-bottom: 15px; }
  #section-5 .owl-carousel {
    max-width: 1248px;
    margin: 0 auto; }
    #section-5 .owl-carousel .owl-item {
      text-align: center; }
      #section-5 .owl-carousel .owl-item .imgwrap {
        background-color: #000000;
        border-radius: 3px;
        margin-bottom: 30px;
        position: relative; }
        #section-5 .owl-carousel .owl-item .imgwrap:after {
          content: "";
          display: block;
          padding-right: 52%; }
        #section-5 .owl-carousel .owl-item .imgwrap img {
          width: 100%;
          height: auto; }
        #section-5 .owl-carousel .owl-item .imgwrap > div {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
      #section-5 .owl-carousel .owl-item h5, #section-5 .owl-carousel .owl-item h6 {
        font-size: 26px;
        font-weight: 400;
        margin-bottom: 0; }
      #section-5 .owl-carousel .owl-item h5 {
        margin-bottom: 8px;
        text-transform: uppercase; }
    #section-5 .owl-carousel .owl-nav {
      position: absolute;
      top: 60px;
      left: -35px;
      right: -35px; }
      #section-5 .owl-carousel .owl-nav button {
        width: 75px;
        height: 75px;
        position: absolute;
        background-color: #ffffff;
        border-radius: 50%;
        color: rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        text-align: center; }
        #section-5 .owl-carousel .owl-nav button .fa {
          font-size: 24px; }
        #section-5 .owl-carousel .owl-nav button:hover {
          color: #000; }
      #section-5 .owl-carousel .owl-nav .owl-prev {
        right: auto;
        left: 0; }
      #section-5 .owl-carousel .owl-nav .owl-next {
        left: auto;
        right: 0; }
  @media (max-width: 1919px) {
    #section-5 .section-5__text_1 {
      font-size: 24px; } }
  @media (max-width: 1279px) {
    #section-5 .section-5__text_1 {
      font-size: 24px; }
    #section-5 .owl-carousel .owl-item h5, #section-5 .owl-carousel .owl-item h6 {
      font-size: 18px; }
    #section-5 .owl-carousel .owl-nav {
      right: 3px;
      left: 3px; }
      #section-5 .owl-carousel .owl-nav button {
        width: 44px;
        height: 44px; } }
  @media (max-width: 1013px) {
    #section-5 .section-5__carousel {
      margin: 0 30px 15px 30px; }
    #section-5 .owl-carousel .owl-nav {
      right: -15px;
      left: -15px;
      top: 31%; } }
  @media (max-width: 900px) {
    #section-5 .owl-carousel .owl-nav {
      top: 30%; } }
  @media (max-width: 900px) {
    #section-5 .owl-carousel .owl-nav {
      top: 26%; } }
  @media (max-width: 639px) {
    #section-5 {
      padding-top: 84px; }
      #section-5 .owl-carousel .owl-nav {
        top: 33%; } }
  @media (max-width: 479px) {
    #section-5 .owl-carousel .owl-nav {
      top: 29%; } }

#section-6 {
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  #section-6:before {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    content: 'partners';
    white-space: pre;
    text-transform: uppercase;
    text-align: center;
    top: 15%;
    left: 0;
    right: 0;
    color: #f3f3f3;
    font-size: 214px;
    z-index: 0; }
  #section-6 .section-6__text_1 {
    font-size: 40px;
    font-family: RetroComputer;
    position: relative;
    z-index: 2; }
  #section-6 .section-6__logos {
    position: relative;
    z-index: 2;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    #section-6 .section-6__logos img:last-of-type {
      margin-left: 120px; }
  #section-6 .section-6__line {
    position: relative;
    z-index: 2;
    margin: 15px 0;
    border-top: 2px solid #000000; }
  #section-6 .section6__text_2 {
    position: relative;
    z-index: 2; }
    #section-6 .section6__text_2 > img {
      margin-bottom: 40px; }
    #section-6 .section6__text_2 address {
      margin-bottom: 40px;
      font-size: 18px;
      text-transform: uppercase; }
    #section-6 .section6__text_2 .time {
      font-family: 'BravoRG';
      font-size: 39px; }
      #section-6 .section6__text_2 .time sup {
        font-size: 22px;
        top: -0.6em; }
    #section-6 .section6__text_2 .section-1__logo-ruvds img {
      margin-bottom: 30px; }
  @media (max-width: 1279px) {
    #section-6 .section-6__text_1 {
      font-size: 24px; }
    #section-6 .section-6__logos img:first-of-type {
      width: 143px;
      height: auto; }
    #section-6 .section-6__logos img:last-of-type {
      width: 199px;
      height: auto;
      margin-left: 85px; }
    #section-6 .section6__text_2 img {
      width: 186px;
      height: auto; }
    #section-6:before {
      font-size: 180px; } }
  @media (max-width: 1013px) {
    #section-6 .section-6__text_1 {
      font-size: 20px; }
    #section-6 .section-6__logos img:first-of-type {
      width: 109px; }
    #section-6 .section-6__logos img:last-of-type {
      width: 152px;
      margin-left: 65px; }
    #section-6 .section6__text_2 img {
      width: 123px; }
    #section-6 .section6__text_2 address {
      font-size: 14px; }
    #section-6 .section6__text_2 .time {
      font-size: 28px; }
    #section-6 .section6__text_2 .section-1__logo-ruvds img {
      margin-bottom: 15px; }
    #section-6:before {
      font-size: 148px; } }
  @media (max-width: 800px) {
    #section-6:before {
      font-size: 112px; } }
  @media (max-width: 639px) {
    #section-6 {
      padding-top: 84px; }
      #section-6 .section6__text_2 address {
        max-width: 85%;
        margin-right: auto;
        margin-left: auto; }
      #section-6:before {
        font-size: 80px; } }
  @media (max-width: 479px) {
    #section-6 .section-6__logos {
      margin-right: 15px;
      margin-left: 15px; }
      #section-6 .section-6__logos img:first-of-type {
        width: 102px; }
      #section-6 .section-6__logos img:last-of-type {
        width: 142px;
        margin-left: 55px; }
    #section-6:before {
      font-size: 56px; } }
