/*

    1. BASE
    reset
    base

    2. Element
    Header
    Footer
    Button


    3. Layout
    Home


    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
@font-face {
  font-family: "Industry-Light";
  src: url("../fonts/Industry-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Industry-Book";
  src: url("../fonts/Industry-Book.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Industry-Medium";
  src: url("../fonts/Industry-Medium.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Industry-Bold";
  src: url("../fonts/Industry-Bold.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "ITCAvantGardeStd-Bold";
  src: url("../fonts/ITCAvantGardeStd-Bold.otf") format("opentype");
  font-weight: 300;
  font-display: swap;
}
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Industry-Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #000;
  color: #86e3fa;
}

/* headings */
h1,
h2,
h3,
h4,
blockquote,
h5,
h6 {
  letter-spacing: -1px;
  font-weight: bold;
  font-family: "Industry-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.h1,
.h2,
h1,
h2 {
  font-size: 49px;
  line-height: 55px;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 40px;
}

h4,
.h4 {
  font-size: 35px;
  line-height: 35px;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 30px;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 25px;
}

/* outline */
*:focus {
  outline: none !important;
}

/* Placeholder */
/* firefox 19+ */
/* ie */
/* Selection */
::-moz-selection {
  background: #9355A6;
  color: #fff;
  opacity: 1 !important;
}
::selection {
  background: #9355A6;
  color: #fff;
  opacity: 1 !important;
}

::-moz-selection {
  background: #9355A6;
  color: #fff;
  opacity: 1 !important;
}

/* mx auto */
.mx-auto {
  margin: 0 auto;
}

.col-reset {
  padding: 0;
}

/* Hidden */
.hidden {
  display: none !important;
}

/* img */
.img,
img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

/* Address */
address {
  font-style: initial;
}

/* Margin */
.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt40 {
  margin-top: 40px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
.main-content {
  width: 100%;
  padding: 32px 0 0 0;
}

/* module */
.module {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* bold text */
.bold-text {
  font-family: "Industry-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 25px;
}

/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
header {
  width: 100%;
  padding: 0 0 24px 0;
}

.header__logo {
  margin: 0 auto;
  width: 100%;
}
.header__logo img {
  width: 100%;
}

.header__subtitle {
  color: #fff;
  text-transform: uppercase;
  font-family: "ITCAvantGardeStd-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-top: -64px;
}

.logo--mobile {
  display: none;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 680px) {
  .logo--mobile {
    display: block;
  }
  .logo--desktop {
    display: none;
  }
  .header__subtitle {
    margin-top: -4px;
  }
}
/* ------------------------------------------------------------
    FOOTER
------------------------------------------------------------ */
footer {
  background: #000;
  padding: 32px;
  text-align: center;
}
footer p {
  color: #fff;
  margin: 0;
}

/*

:::::: RESPONSIVE ::::::

*/
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
.btn.btn--type1 {
  color: #86e3fa;
  font-size: 32px;
  font-weight: 700;
  background: url(../images/elements/button-back.png) center no-repeat;
  background-size: 100% 100%;
  padding: 10px 80px;
  width: auto;
  text-transform: uppercase;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-family: "Industry-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.btn.btn--type1:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 680px) {
  .btn.btn--type1 {
    font-size: 18px;
  }
}
/* ------------------------------------------------------------
     HOME
------------------------------------------------------------ */
/* video */
.video-js {
  width: 100%;
  height: 600px;
  border: 1px solid #fff;
}
.video-js .vjs-big-play-button {
  background: transparent url(../images/elements/play_button.png) center center no-repeat !important;
  background-size: contain;
  width: 170px;
  height: 170px;
  border: 0;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}
.video-js .vjs-poster {
  background-size: cover;
}

.video__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.video__button p {
  width: 100%;
  text-align: right;
  font-size: 12px;
}
.video__button figure {
  margin: 0;
  padding: 0;
  width: 300px;
}
.video__button figure img {
  width: 100%;
}

/* score block */
.score-block--final {
  margin: 0 auto 60px auto;
}

.score-block--final__number {
  font-family: "Industry-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 62px;
  text-align: center;
  line-height: 60px;
  margin: 0;
  color: #fff;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
}

.score-block--final__text {
  font-size: 20px;
  line-height: 20px;
  color: #86e3fa;
  text-transform: uppercase;
  text-align: center;
  width: 240px;
  margin: 0 auto 24px auto;
  padding-top: 5px;
  font-family: "Industry-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.score-block--init {
  text-align: center;
}
.score-block--init h3 {
  color: #86e3fa;
  text-align: center;
  margin-bottom: 32px;
  text-transform: uppercase;
  display: inline;
}

.score-block--init__number {
  color: #86e3fa;
  background: url(../images/elements/score-back-button.png) center no-repeat;
  background-size: 100% 100%;
  padding: 23px 10px;
  width: 300px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  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;
  margin: 0 auto;
}
.score-block--init__number p {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Industry-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin: 0;
}

.gallery-blocked {
  padding: 30px;
}

/* carousel  */
.carousel-container {
  background: url(../images/elements/bg_prov.png) center no-repeat;
  background-size: cover;
}

.item__image {
  width: 100%;
  height: 550px;
  max-width: 600px;
  margin: 0 auto 32px auto;
}
.item__image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}

.item__article {
  width: 100%;
  background: url(../images/elements/button-back.png) center no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 40px;
}
.item__article p {
  font-family: "Industry-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: center;
}
.item__article p:last-child {
  margin-bottom: 0;
}

.js-carousel {
  padding: 0 70px;
  position: relative;
  width: 100%;
}
.js-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #000;
  width: 100px;
  height: 100px;
  padding: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  z-index: 10;
}
.js-carousel .slick-arrow:hover {
  opacity: 0.8;
}
.js-carousel .slick-arrow.slick-prev {
  left: 0;
  background: url(../images/elements/arrow-left.png) center center no-repeat;
  background-size: contain;
}
.js-carousel .slick-arrow.slick-next {
  right: 0;
  background: url(../images/elements/arrow-right.png) center center no-repeat;
  background-size: contain;
}

.article-block p {
  font-family: "Industry-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 25px;
}

/* gallery blocked */
.gallery-blocked h2 {
  text-transform: uppercase;
  margin-bottom: 32px;
}

.gallery-blocked__icon {
  width: 100%;
  height: 310px;
  background: url(../images/elements/gallery_locked.png) center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  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;
}
.gallery-blocked__icon img {
  width: 100px;
}

/* heade title */
.header__title {
  text-align: center;
  color: #1ab2ff;
  margin-top: 16px;
}

.header__title-2 {
  color: #1ab2ff;
  margin-bottom: 32px;
}

/* Points col */
.points__col {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* New gallery */
.gallery__title {
  background: url(../images/elements/gallery.png) center center no-repeat;
  background-size: contain;
  text-indent: -999999px;
  margin-bottom: 32px;
}

.gallery__module {
  background: url(../images/elements/gallery_container.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 20px 0;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 1200px) {
  .video__button p {
    text-align: left;
  }
}
@media (max-width: 980px) {
  .article-block {
    padding-bottom: 0;
  }
  .points__col {
    margin-top: 0;
  }
  .js-carousel {
    padding: 0 100px;
  }
}
@media (max-width: 768px) {
  .video-js {
    height: 400px;
  }
  .video-js .vjs-big-play-button {
    width: 120px;
    height: 120px;
  }
  .score-block-init {
    font-size: 32px;
    line-height: 32px;
  }
  .item__image {
    height: 300px;
  }
  .gallery-blocked__icon {
    height: 400px;
  }
  .score-block--final__number {
    font-size: 42px;
  }
  .score-block--final__text {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .score-block--final {
    margin-bottom: 18px;
  }
  .gallery-blocked__icon {
    height: 300px;
  }
  .gallery-blocked {
    padding-bottom: 0;
  }
  .video__button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .video__button figure {
    width: 240px;
    margin-top: 24px;
  }
  .video__button p {
    text-align: center;
  }
}
@media (max-width: 680px) {
  .video-js {
    height: 250px;
  }
  .item__image {
    height: 200px;
  }
  .score-block--init h3 {
    margin-bottom: 16px;
  }
  .js-carousel {
    padding: 0;
  }
  .js-carousel .slick-arrow {
    top: 28%;
    width: 60px;
  }
  .gallery-blocked__icon {
    height: 250px;
  }
  .gallery-row {
    margin: 0;
  }
  .gallery__title {
    margin-bottom: 0;
  }
  .gallery-blocked {
    padding-top: 8px;
  }
  .points__col {
    padding-top: 8px;
  }
  .video__button figure {
    width: 200px;
    margin-top: 14px;
  }
}
/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
@media (max-width: 768px) {
  .h1,
.h2,
h1,
h2 {
    font-size: 32px;
    line-height: 35px;
  }
  h3,
.h3 {
    font-size: 28px;
    line-height: 40px;
  }
  h4,
.h4 {
    font-size: 24px;
    line-height: 35px;
  }
  h5,
.h5 {
    font-size: 21px;
  }
  .module {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */
@media (max-width: 680px) {
  .h1,
.h2,
h1,
h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .module {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-content {
    padding: 0;
  }
  .bold-text {
    font-size: 16px;
  }
}