@font-face {
  font-family: Museo Extra Bold;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_4.OTF);
}

@font-face {
  font-family: Museo Thin;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_5.OTF);
}

@font-face {
  font-family: Museo Light;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_6.OTF);
}

@font-face {
  font-family: Museo Regular;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL_7.OTF);
}

@font-face {
  font-family: Museo Bold;
  src: url(/under/tab_showcase/fonts/MUSEOSANSCYRL.OTF);
}

body {
  font-family: 'Museo Regular', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.header__title {
  font-size: 21px;
  text-transform: uppercase;
}

.header__subtitle {
  font-size: 90px;
  font-weight: 600;
}

.header__warnnig-text {
  font-size: 16px;
  margin-top: 15px;
  color: #575757;
}

.header__img {
  text-align: center;
  margin-top: 35px;
}

.header__img img {
  width: 60%;
}

.header__desc {
  margin-top: 20px;
}

.header__desc-cate {
  text-align: center;
  font-size: 20px;
}

.header__desc-fact {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
}

.header__desc-info {
  margin-top: 30px;
  font-size: 20px;
}

.movie {
  margin-top: 100px;
}

.movie__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.movie__desc {
  width: 50%;
}

.movie__title {
  font-size: 30px;
  font-weight: 800;
}

.movie__desc-img {
  margin-top: 20px;
}

.movie__text {
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
}

.movie__img {
  text-align: end;
}

.movie__img img {
  width: 80%;
}

.features {
  margin-top: 50px;
}

.features__title {
  font-size: 21px;
  text-transform: uppercase;
}

.features__subtitle {
  font-size: 90px;
  font-weight: 600;
}

.features__desc {
  margin-top: 100px;
}

.features__desc-cate {
  text-align: center;
  font-size: 20px;
}

.features__desc-fact {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  margin-top: 20px;
}

.features__desc-info {
  margin-top: 20px;
  font-size: 20px;
}

.features__img {
  text-align: center;
  margin-top: 35px;
}

.features__img img {
  width: 80%;
}

.features__audio-desc {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.features__audio-img {
  text-align: center;
}

.features__audio-img img {
  width: 60%;
}

.features__audio-text {
  font-size: 20px;
  width: 50%;
}

.messages {
  margin-top: 100px;
}

.messages__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.messages__desc {
  width: 50%;
}

.messages__title {
  font-size: 30px;
  font-weight: 800;
}

.messages__text {
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
}

.messages__warnning-text {
  font-size: 16px;
  color: #575757;
  margin-top: 30px;
}

.messages__img {
  text-align: end;
}

.messages__img img {
  width: 80%;
}

.game {
  margin-top: 100px;
}

.game__text {
  font-size: 90px;
  font-weight: 600;
}

.game__img {
  text-align: center;
  margin-top: 30px;
}

.game__img img {
  width: 90%;
}

.game__desc {
  margin-top: 20px;
}

.game__desc-cate {
  text-align: center;
  font-size: 20px;
}

.game__desc-fact {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  margin-top: 20px;
}

.game__desc-info {
  margin-top: 30px;
  font-size: 20px;
}

.game__warnnig-text {
  font-size: 16px;
  margin-top: 15px;
  color: #575757;
}

.water {
  margin-top: 100px;
}

.water__title {
  font-size: 21px;
  text-transform: uppercase;
}

.water__subtitle {
  font-size: 90px;
  font-weight: 600;
}

.water__warnnig-text {
  font-size: 16px;
  margin-top: 15px;
  color: #575757;
}

.water__img {
  text-align: center;
  margin-top: 35px;
}

.water__img img {
  width: 100%;
}

.water__desc {
  margin-top: 20px;
}

.water__desc-cate {
  text-align: center;
  font-size: 20px;
}

.water__desc-fact {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  margin-top: 15px;
}

.water__desc-info {
  margin-top: 30px;
  font-size: 20px;
}

.camera {
  margin-top: 100px;
}

.camera__title {
  font-size: 70px;
  font-weight: 800;
}

.camera__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 40px;
}

.camera__item {
  width: 33%;
  margin-bottom: 35px;
}

.camera__icon img {
  width: 60px;
}

.camera__text {
  font-size: 30px;
  margin-top: 15px;
  font-weight: bold;
}

.camera__subtext {
  font-size: 18px;
  margin-top: 15px;
  width: 70%;
}

@media screen and (max-width: 780px) {
  .header__text {
    padding: 20px;
  }
  .header__title {
    font-size: 16px;
  }
  .header__subtitle {
    margin-top: 10px;
    font-size: 40px;
    font-weight: 600;
  }
  .header__warnnig-text {
    font-size: 12px;
    margin-top: 15px;
    color: #575757;
  }
  .header__img {
    text-align: center;
    margin-top: 35px;
  }
  .header__img img {
    width: 90%;
  }
  .header__desc {
    padding: 20px;
  }
  .header__desc-cate {
    text-align: unset;
  }
  .header__desc-fact {
    text-align: unset;
    margin-top: 15px;
  }
  .header__desc-info {
    text-align: unset;
    font-size: 18px;
    margin-top: 15px;
  }
  .movie {
    margin-top: 0px;
  }
  .movie__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .movie__desc {
    padding: 20px;
    width: auto;
  }
  .movie__title {
    font-size: 30px;
    font-weight: 800;
  }
  .movie__desc-img img {
    width: 100%;
  }
  .movie__text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
  }
  .movie__img {
    text-align: center;
  }
  .movie__img img {
    width: 90%;
  }
  .features {
    margin-top: 30px;
  }
  .features__text {
    padding: 20px;
  }
  .features__title {
    font-size: 16px;
  }
  .features__subtitle {
    margin-top: 10px;
    font-size: 40px;
    font-weight: 600;
  }
  .features__desc {
    margin-top: 0;
    padding: 20px;
  }
  .features__desc-cate {
    text-align: unset;
  }
  .features__desc-fact {
    text-align: unset;
    margin-top: 15px;
  }
  .features__desc-info {
    text-align: unset;
    font-size: 18px;
    margin-top: 15px;
  }
  .features__img {
    text-align: center;
    margin-top: 35px;
  }
  .features__img img {
    width: 90%;
  }
  .features__audio-desc {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features__audio-img {
    text-align: center;
  }
  .features__audio-img img {
    width: 60%;
  }
  .features__audio-text {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
    width: auto;
  }
  .messages {
    margin-top: 20px;
  }
  .messages__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .messages__desc {
    padding: 20px;
    width: auto;
  }
  .messages__title {
    font-size: 30px;
    font-weight: 600;
  }
  .messages__text {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
  }
  .messages__img {
    text-align: center;
  }
  .messages__img img {
    width: 90%;
  }
  .game {
    margin-top: 0px;
  }
  .game__text {
    padding: 20px;
    font-size: 30px;
    font-weight: 600;
  }
  .game__img {
    text-align: center;
    margin-top: 0px;
  }
  .game__img img {
    width: 90%;
  }
  .game__desc {
    padding: 20px;
  }
  .game__desc-cate {
    text-align: unset;
  }
  .game__desc-fact {
    text-align: unset;
    margin-top: 15px;
  }
  .game__desc-info {
    text-align: unset;
    font-size: 18px;
    margin-top: 15px;
  }
  .water {
    margin-top: 0;
  }
  .water__text {
    padding: 20px;
  }
  .water__title {
    font-size: 16px;
  }
  .water__subtitle {
    margin-top: 10px;
    font-size: 40px;
    font-weight: 600;
  }
  .water__warnnig-text {
    font-size: 12px;
    margin-top: 15px;
    color: #575757;
  }
  .water__img {
    text-align: center;
    margin-top: 35px;
  }
  .water__img img {
    width: 90%;
  }
  .water__desc {
    padding: 20px;
  }
  .water__desc-cate {
    text-align: unset;
  }
  .water__desc-fact {
    text-align: unset;
    margin-top: 15px;
  }
  .water__desc-info {
    text-align: unset;
    font-size: 18px;
    margin-top: 15px;
  }
  .camera {
    margin-top: 0px;
  }
  .camera__content {
    padding: 20px;
  }
  .camera__title {
    font-size: 40px;
    font-weight: 600;
  }
  .camera__desc {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .camera__item {
    width: 100%;
  }
  .camera__text {
    font-size: 26px;
  }
  .camera__subtext {
    font-family: 'Museo Light', sans-serif;
    font-size: 18px;
    margin-top: 15px;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */