.grid {
  display: flex;
  flex-direction: row;
  align-items: stretch; }
  .grid__col {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .grid__col_10 {
      width: 10%; }
    .grid__col_30 {
      width: 30%;
      width: 490px; }
    .grid__col_60 {
      width: 60%;
      width: auto;
      flex-grow: 1; }

* {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  user-select: none; }

html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(86, 83, 90, 1); }

.mobile {
  height: 100%;
  overflow: hidden; }

body {
  width: 100%;
  max-width: 640px;
  height: 100%;
  margin: 0px auto;
  overflow: hidden;
  color: rgba(0, 0, 0, 1);
  font-family: 'ProximaNova';
  text-align: center; }

h1 {
  line-height: 90px;
  font-size: 80px;
  font-family: 'BebasNeue';
  text-transform: uppercase; }
  @media (max-width: 640px) {
    h1 {
      font-size: 12.5vw; } }
  @media (max-width: 640px) {
    h1 {
      line-height: 14.0625vw; } }

h2 {
  line-height: 60px;
  font-size: 60px;
  font-family: 'BebasNeue';
  text-transform: uppercase; }
  @media (max-width: 640px) {
    h2 {
      font-size: 9.375vw; } }
  @media (max-width: 640px) {
    h2 {
      line-height: 9.375vw; } }

h3 {
  line-height: 42px;
  font-size: 36px;
  font-family: 'BebasNeue';
  text-transform: uppercase; }
  @media (max-width: 640px) {
    h3 {
      font-size: 5.625vw; } }
  @media (max-width: 640px) {
    h3 {
      line-height: 6.5625vw; } }

h5 {
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase; }
  @media (max-width: 640px) {
    h5 {
      font-size: 2.5vw; } }
  @media (max-width: 640px) {
    h5 {
      line-height: 4.6875vw; } }

p {
  font-size: 15px; }

.logo {
  display: block;
  width: 100%; }
  .logo__image {
    display: block;
    width: 100%; }

.arrow {
  display: block;
  width: 30px;
  height: 30px;
  color: inherit;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer; }
  @media (max-width: 640px) {
    .arrow {
      width: 4.6875vw; } }
  @media (max-width: 640px) {
    .arrow {
      height: 4.6875vw; } }
  @media (max-width: 640px) {
    .arrow {
      font-size: 4.6875vw; } }

.soc__list {
  display: flex;
  justify-content: space-between;
  list-style: none; }

.soc__link {
  display: block;
  line-height: 28px;
  font-size: 21px;
  color: inherit;
  text-align: center;
  text-decoration: none; }

.progress__title {
  margin-bottom: 12%; }

.progress__list {
  font-size: 0; }

.progress__item {
  display: inline-block;
  vertical-align: top;
  font-size: 40px; }
  @media (max-width: 640px) {
    .progress__item {
      font-size: 6.25vw; } }

.next {
  padding: 3.13% 0 6.25%;
  text-align: center;
  cursor: pointer; }
  .next__arrow {
    margin: 2.34% auto 0; }

.clans__title {
  margin-bottom: 55px; }
  @media (max-width: 640px) {
    .clans__title {
      margin-bottom: 8.59375vw; } }

.clans__list {
  display: flex;
  justify-content: space-between;
  list-style: none; }

.clans__item {
  font-size: 110px;
  margin: auto;
  cursor: pointer; }
  @media (max-width: 640px) {
    .clans__item {
      font-size: 17.1875vw; } }
  .clans__item:before {
    display: block; }
  .clans__item.active {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 20px rgba(235, 216, 129, 1), 0 0 20px rgba(235, 216, 129, 1), 0 0 20px rgba(235, 216, 129, 1); }
  .clans__item a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.app {
  width: 100% !important;
  height: 100% !important; }

.section {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.3s step-end ; }
  .section_active {
    top: 0;
    z-index: 100;
    transition: all 0.3s ease ; }

.header {
  display: flex;
  justify-content: space-between;
  padding: 6% 7% 0; }
  .header__logo_buro {
    width: 16.41%; }
  .header__logo_converse {
    width: 16.41%; }

.footer {
  padding: 0 10% 9%; }

.start__bg {
  display: block;
  width: 100%; }

.start__text {
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (max-width: 640px) {
    .start__text {
      height: 9.375vw; } }

.owl-stage-outer {
  width: 100%;
  height: 100%; }

.owl-stage {
  height: 100%;
  font-size: 0; }

.owl-item {
  display: inline-block;
  vertical-align: top;
  height: 100%; }

.owl-nav,
.owl-dots {
  display: none; }

.gallery {
  overflow: hidden; }
  .gallery__arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: 100%;
    padding: 0 10%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
    .gallery__arrow_left {
      left: 0; }
    .gallery__arrow_right {
      left: auto;
      right: 0; }
  .gallery__list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .gallery__item {
    width: 100%;
    height: 100%; }

.main {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  color: rgba(255, 255, 255, 1);
  text-align: center; }
  .main .arrow {
    opacity: 0.45; }
  .main__back {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease ;
    filter: grayscale(1); }
    .main__back:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: black;
      opacity: 0;
      transition: all 0.3s ease ; }
    .main__back[data-clan="photo"] {
      background: url(../content/answer_4_photo.gif) center center/cover no-repeat; }
      .main__back[data-clan="photo"]:before {
        opacity: 0.3; }
    .main__back[data-clan="mic"] {
      background: url(../content/answer_0_mic.gif) center center/cover no-repeat; }
    .main__back[data-clan="board"] {
      background: url(../content/answer_0_board.gif) center center/cover no-repeat; }
    .main__back[data-clan="glasses"] {
      background: url(../content/answer_4_glasses.gif) center center/cover no-repeat; }
  .main__gallery {
    flex-grow: 1; }
    .main__gallery .gallery__item {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .main__gallery .gallery__icon {
      text-align: center; }
      .main__gallery .gallery__icon:before {
        font-size: 17vh;
        text-shadow: 0 0 20px rgba(235, 216, 129, 1); }
    .main__gallery .gallery__text {
      padding: 1% 18% 0; }
  .main__start {
    color: rgba(0, 0, 0, 1);
    text-align: center;
    cursor: pointer; }

.question {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .question__screen {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50%; }
    .question__screen:first-child {
      justify-content: stretch;
      padding: 0 7% 5%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 1);
      background: url(../images/bg-question-mobile.jpg) center center/cover no-repeat; }
    .question__screen:last-child {
      justify-content: flex-end;
      color: rgba(255, 255, 255, 1); }
  .question__text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.answer {
  display: flex;
  flex-direction: column;
  justify-content: start;
  cursor: pointer;
  transition: all 0.3s ease ; }
  .answer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2); }
  .answer__text {
    padding: 0 5vw; }
  .answer_0_board {
    background: url(../content/answer_0_board.gif) center center/cover no-repeat; }
  .answer_0_glasses {
    background: url(../content/answer_0_glasses.gif) center center/cover no-repeat; }
  .answer_0_mic {
    background: url(../content/answer_0_mic.gif) center center/cover no-repeat; }
  .answer_0_photo {
    background: url(../content/answer_0_photo.gif) center center/cover no-repeat; }
  .answer_1_board {
    background: url(../content/answer_1_board.gif) center center/cover no-repeat; }
  .answer_1_glasses {
    background: url(../content/answer_1_glasses.gif) center center/cover no-repeat; }
  .answer_1_mic {
    background: url(../content/answer_1_mic.gif) center center/cover no-repeat; }
  .answer_1_photo {
    background: url(../content/answer_1_photo.gif) center center/cover no-repeat; }
  .answer_2_board {
    background: url(../content/answer_2_board.gif) center center/cover no-repeat; }
  .answer_2_glasses {
    background: url(../content/answer_2_glasses.gif) center center/cover no-repeat; }
  .answer_2_mic {
    background: url(../content/answer_2_mic.gif) center center/cover no-repeat; }
  .answer_2_photo {
    background: url(../content/answer_2_photo.gif) center center/cover no-repeat; }
  .answer_3_board {
    background: url(../content/answer_3_board.gif) center center/cover no-repeat; }
  .answer_3_glasses {
    background: url(../content/answer_3_glasses.gif) center center/cover no-repeat; }
  .answer_3_mic {
    background: url(../content/answer_3_mic.gif) center center/cover no-repeat; }
  .answer_3_photo {
    background: url(../content/answer_3_photo.gif) center center/cover no-repeat; }
  .answer_4_board {
    background: url(../content/answer_4_board.gif) center center/cover no-repeat; }
  .answer_4_glasses {
    background: url(../content/answer_4_glasses.gif) center center/cover no-repeat; }
  .answer_4_mic {
    background: url(../content/answer_4_mic.gif) center center/cover no-repeat; }
  .answer_4_photo {
    background: url(../content/answer_4_photo.gif) center center/cover no-repeat; }
  .answer__line {
    width: 100%;
    height: 40%;
    padding: 4% 0;
    margin: 0 0 0 0; }
    .answer__line-section {
      width: 1px;
      height: 100%;
      background: rgba(255, 255, 255, 1); }
      .answer__line-section:nth-child(1) {
        height: 57%; }
      .answer__line-section:nth-child(2) {
        width: 100%;
        height: 1px;
        left: 0px; }
      .answer__line-section:nth-child(3) {
        height: 43%;
        margin: 0 0 0 100%;
        left: -1px; }
    .answer__line_photo {
      width: 26%;
      margin: 0 0 0 18%; }
      .answer__line_photo .answer__line-section {
        box-shadow: 0px 0px 10px rgba(69, 201, 122, 1); }
    .answer__line_glasses {
      width: 7%;
      margin: 0px 0 0 40%; }
      .answer__line_glasses .answer__line-section {
        box-shadow: 0px 0px 10px rgba(0, 174, 224, 1); }
    .answer__line_mic {
      width: 26%;
      margin: 0 0 0 55%; }
      .answer__line_mic .answer__line-section {
        box-shadow: 0px 0px 10px rgba(233, 208, 133, 1); }
        .answer__line_mic .answer__line-section:nth-child(1) {
          height: 57%;
          margin: 0 0 0 100%; }
        .answer__line_mic .answer__line-section:nth-child(2) {
          width: 100%;
          height: 1px;
          left: 1px; }
        .answer__line_mic .answer__line-section:nth-child(3) {
          height: 43%;
          margin: 0 0 0 0;
          left: 1px; }
    .answer__line_board {
      width: 7%;
      margin: 0px 0 0 52%; }
      .answer__line_board .answer__line-section {
        box-shadow: 0px 0px 10px rgba(247, 100, 89, 1); }
        .answer__line_board .answer__line-section:nth-child(1) {
          height: 57%;
          margin: 0 0 0 100%; }
        .answer__line_board .answer__line-section:nth-child(2) {
          width: 100%;
          height: 1px;
          left: 1px; }
        .answer__line_board .answer__line-section:nth-child(3) {
          height: 43%;
          margin: 0 0 0 0;
          left: 1px; }
  .answer__button {
    width: 7vh;
    height: 7vh;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 100%;
    margin: 7% auto 0%;
    transition: all 0.3s cubic-bezier(0.49, 2.93, 0.42, -0.31) ;
    animation: answerPulse 1s infinite linear; }
    .answer__button:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-radius: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      background: rgba(255, 255, 255, 1);
      transition: all 0.2s ease ; }
    .answer__button_done {
      transform: scale(1.3);
      animation: none; }
      .answer__button_done:before {
        width: 25%;
        height: 25%; }
    .answer__button_photo {
      box-shadow: 0px 0px 10px rgba(69, 201, 122, 1); }
      .answer__button_photo:before {
        box-shadow: 0px 0px 10px rgba(69, 201, 122, 1); }
    .answer__button_glasses {
      box-shadow: 0px 0px 10px rgba(0, 174, 224, 1); }
      .answer__button_glasses:before {
        box-shadow: 0px 0px 10px rgba(0, 174, 224, 1); }
    .answer__button_mic {
      box-shadow: 0px 0px 10px rgba(233, 208, 133, 1); }
      .answer__button_mic:before {
        box-shadow: 0px 0px 10px rgba(233, 208, 133, 1); }
    .answer__button_board {
      box-shadow: 0px 0px 10px rgba(247, 100, 89, 1); }
      .answer__button_board:before {
        box-shadow: 0px 0px 10px rgba(247, 100, 89, 1); }

@keyframes answerPulse {
  0% {
    transform: scale(1); }
  20% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

.question__answer {
  flex-grow: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100%;
  padding-bottom: 15%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  background: url(../images/bg-result-mobile.jpg) center center/cover no-repeat;
  transition: all 0.3s ease ; }
  .result__title {
    margin: 5% auto 0; }
  .result__text {
    width: 80%;
    margin: 3% auto 5%; }

.test {
  background: rgba(235, 216, 129, 1); }
  .test .progress {
    margin: 4% auto 3%; }
  .test .footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: rgba(255, 255, 255, 1); }
  .test_result .result {
    left: 0; }

.slider {
  width: 100%;
  padding: 2% 0%;
  margin: 5% auto 3%;
  color: white;
  background: url(../images/splash.png) center center/contain no-repeat; }
  .slider__list {
    list-style: none; }
  .slider__item {
    padding: 0% 12%;
    opacity: 0.33;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .active .slider__item {
    opacity: 1; }
  .slider__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
    .slider__arrow_left {
      left: 7%; }
    .slider__arrow_right {
      left: auto;
      right: 7%; }

.video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
  background: rgba(0, 0, 0, 1); }
  .video__player {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .video__poster {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: all 0.3s ease ; }
  .video__play {
    font-size: 10vw;
    color: rgba(255, 255, 255, 1);
    transition: all 0.3s ease ; }
    .video__play:before {
      display: block; }
  .video_playing .video__poster {
    opacity: 0; }
  .video_playing .video__play {
    transform: scale(0.8); }

.article {
  overflow: hidden;
  background: rgba(255, 255, 255, 1); }
  .article__intro {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-content: center;
    width: 100%;
    height: 100%; }
  .article__statement {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-grow: 1;
    width: 90%;
    margin: auto;
    color: rgba(0, 0, 0, 1); }
  .article__video {
    flex-grow: 0.3; }
  .article__body {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    z-index: 50;
    transition: all 0.3s ease ;
    background: rgba(255, 255, 255, 1); }
  .article__back {
    position: absolute;
    left: 4%;
    top: 0;
    margin-top: 11.5%;
    opacity: 0.5; }
  .article__to-main.splash {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    z-index: 10;
    margin: 25px auto 40px; }
  .article__to-main-label {
    margin-left: 5px; }
  .article__title {
    margin-bottom: 3%; }
  .article__subtitle {
    margin-bottom: 10%; }
  .article__soc {
    padding: 0 10%;
    margin: 7% auto 0; }
  .article .footer {
    padding: 20% 0%;
    background: url(../images/bg-footer.jpg) center center/cover no-repeat; }
    .article .footer .logo {
      width: 40%;
      margin: 0% auto 0%; }
  .article__content {
    padding-top: 13%; }
  .article p {
    line-height: 150%;
    font-size: 18px;
    text-align: left; }
    @media (max-width: 640px) {
      .article p {
        font-size: 3.28125vw; } }
  .article img {
    display: block;
    width: 100%; }
  .article__block {
    width: 75%;
    margin: 10% auto; }
    .article__block:last-child {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important; }
    .article__block img {
      z-index: 1; }
      .article__block img:not(:last-child) {
        margin-bottom: 10%; }
    .article__block h1:not(:last-child) {
      margin-bottom: 10%; }
    .article__block p:not(:last-child) {
      margin-bottom: 10%; }
    .article__block_back {
      width: 100%;
      padding: 0 12.5% 10%; }
      .article__block_back:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(235, 216, 129, 1);
        opacity: 0.2; }
    .article__block_fill {
      width: 100%;
      padding: 0 12.5% 10%; }
      .article__block_fill:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        top: 60%;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(235, 216, 129, 1); }
      .article__block_fill img {
        margin-bottom: 10%;
        width: 134%;
        margin-left: -17%; }
      .article__block_fill h1 {
        color: rgba(255, 255, 255, 1); }
  .article .clans {
    margin-top: 10%;
    margin-bottom: 12%; }
  .article .clans__list {
    justify-content: center;
    padding: 0% 10%; }
  .article .clans__item.active {
    display: none; }
  .article_reading .article__body {
    top: 0; }
  .article_photo .article__block h1 {
    color: rgba(69, 201, 122, 1); }
  .article_photo .article__block_back:before {
    top: 60%;
    bottom: 0;
    background: rgba(69, 201, 122, 1); }
  .article_glasses .article__block h1 {
    color: rgba(0, 174, 224, 1); }
  .article_glasses .article__block_back:before {
    top: 31%;
    bottom: 0;
    background: rgba(0, 174, 224, 1); }
  .article_glasses .article__block_back ~ .article__block_back:before {
    top: 15vw;
    bottom: 0vw; }
  .article_glasses .article__block_fill {
    margin-top: 25%; }
    .article_glasses .article__block_fill:before {
      top: -10vw;
      bottom: 0vw;
      background: #7ec5de; }
    .article_glasses .article__block_fill h1 {
      color: rgba(255, 255, 255, 1) !important; }
  .article_mic .article__block h1 {
    color: rgba(233, 208, 133, 1); }
  .article_mic .article__block_back:before {
    top: auto;
    height: 56%;
    bottom: 34%;
    background: rgba(233, 208, 133, 1); }
  .article_mic .article__block_fill {
    margin-top: 20%; }
    .article_mic .article__block_fill:before {
      top: -7vw;
      bottom: 0vw;
      background: rgba(233, 208, 133, 1); }
  .article_board .article__block h1 {
    color: rgba(247, 100, 89, 1); }
  .article_board .article__block_back:before {
    height: auto;
    background: rgba(247, 100, 89, 1); }
  .article_board .article__block_back_1 {
    padding-bottom: 0; }
    .article_board .article__block_back_1:before {
      top: 25vw;
      bottom: 35vw; }
  .article_board .article__block_back_2:before {
    top: 40vw;
    bottom: -30vw; }
  .article_board .article__block_back h1 {
    color: rgba(255, 255, 255, 1) !important; }

.splash {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 95%;
  max-width: 523px;
  min-height: 59px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 1);
  background: url(../images/splash.png) center center/100% 100% no-repeat; }
  @media (max-width: 640px) {
    .splash {
      min-height: 9.21875vw; } }

.product {
  margin: 13% auto 0%;
  text-align: center; }
  .product__title {
    width: 60%;
    margin: 0% auto 5%;
    font-size: 7.625vw;
    line-height: 8.5625vw; }
  .product__text {
    text-align: center !important;
    width: 95%;
    margin: 0 auto;
    font-size: 3.7vw !important; }

.credits {
  margin: 9% auto 0; }
  .credits__header {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 95%; }
  .credits__label {
    margin-left: 10px; }
  .credits__header + .credits__body {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease ; }
  .credits__list {
    padding: 3% 5%;
    list-style: none; }
  .credits__divide,
  .credits p.credits__divide {
    font-weight: bold;
    text-align: center;
    margin: 15px auto 7px; }
  .credits.opened .credits__header + .credits__body {
    max-height: 800px; }
  .credits__clothes {
    margin-bottom: 20px; }

.credit__title {
  font-weight: bold; }

.preloader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  background: url(../images/bg-footer-mic-mobile.jpg) center center/cover no-repeat;
  transition: all 0.3s ease ; }
  .preloader.hidden {
    opacity: 0; }

.theme_photo .main__gallery .gallery__icon:before {
  color: #ddf2dd;
  text-shadow: 0 0 20px rgba(69, 201, 122, 1); }

.theme_photo .question__screen.question__screen_photo:first-child {
  background: url(../images/bg-question-photo-mobile.jpg) center center/cover no-repeat; }

.theme_photo .clans__item.active {
  color: #ddf2dd;
  text-shadow: 0 0 20px rgba(69, 201, 122, 1), 0 0 20px rgba(69, 201, 122, 1), 0 0 20px rgba(69, 201, 122, 1); }

.theme_photo .result {
  background: url(../images/bg-result-photo-mobile.jpg) center center/cover no-repeat; }

.theme_photo .article__name {
  color: rgba(69, 201, 122, 1); }

.theme_photo.article .footer {
  background: url(../images/bg-footer-photo-mobile.jpg) center center/cover no-repeat; }

.theme_board .main__gallery .gallery__icon:before {
  color: #ffdedc;
  text-shadow: 0 0 20px rgba(247, 100, 89, 1); }

.theme_board .question__screen.question__screen_board:first-child {
  background: url(../images/bg-question-board-mobile.jpg) center center/cover no-repeat; }

.theme_board .clans__item.active {
  color: #ffdedc;
  text-shadow: 0 0 20px rgba(247, 100, 89, 1), 0 0 20px rgba(247, 100, 89, 1), 0 0 20px rgba(247, 100, 89, 1); }

.theme_board .result {
  background: url(../images/bg-result-board-mobile.jpg) center center/cover no-repeat; }

.theme_board .article__name {
  color: rgba(247, 100, 89, 1); }

.theme_board.article .footer {
  background: url(../images/bg-footer-board-mobile.jpg) center center/cover no-repeat; }

.theme_mic .main__gallery .gallery__icon:before {
  color: #f9f7e4;
  text-shadow: 0 0 20px rgba(233, 208, 133, 1); }

.theme_mic .question__screen.question__screen_mic:first-child {
  background: url(../images/bg-question-mic-mobile.jpg) center center/cover no-repeat; }

.theme_mic .clans__item.active {
  color: #f9f7e4;
  text-shadow: 0 0 20px rgba(233, 208, 133, 1), 0 0 20px rgba(233, 208, 133, 1), 0 0 20px rgba(233, 208, 133, 1); }

.theme_mic .result {
  background: url(../images/bg-result-mic-mobile.jpg) center center/cover no-repeat; }

.theme_mic .article__name {
  color: rgba(233, 208, 133, 1); }

.theme_mic.article .footer {
  background: url(../images/bg-footer-mic-mobile.jpg) center center/cover no-repeat; }

.theme_glasses .main__gallery .gallery__icon:before {
  color: #d5ecef;
  text-shadow: 0 0 20px rgba(0, 174, 224, 1); }

.theme_glasses .question__screen.question__screen_glasses:first-child {
  background: url(../images/bg-question-glasses-mobile.jpg) center center/cover no-repeat; }

.theme_glasses .clans__item.active {
  color: #d5ecef;
  text-shadow: 0 0 20px rgba(0, 174, 224, 1), 0 0 20px rgba(0, 174, 224, 1), 0 0 20px rgba(0, 174, 224, 1); }

.theme_glasses .result {
  background: url(../images/bg-result-glasses-mobile.jpg) center center/cover no-repeat; }

.theme_glasses .article__name {
  color: rgba(0, 174, 224, 1); }

.theme_glasses.article .footer {
  background: url(../images/bg-footer-glasses-mobile.jpg) center center/cover no-repeat; }
