.disNone {
  display: none !important;
}

.boxes {
  display: flex;
  flex-direction: column;
  width: 374px;
  padding-bottom: 50px;
}

.boxes h2 {
  padding: 0 30px;
}

.boxes .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 111px;
  background-repeat: no-repeat;
  background-position: left top;
}

.boxes .box.white {
  min-height: fit-content;
}

.boxes .box.white .topbar {
  height: fit-content;
}

.boxes .box.white .topbar .title {
  margin: 0;
}

.boxes .box.white .outer-box-cont {
  min-height: 10px;
}

.boxes .box.brown {
  background-image: url('../images/clap-boxes/brown-box-closed.svg');
}

.boxes .box.black {
  background-image: url('../images/clap-boxes/black-box-closed.svg');
}

.boxes .box.brown.animation-runs,
.boxes .box.brown.opened {
  background-image: url('../images/clap-boxes/brown-box-opened_top.svg');
}

.boxes .box.black.animation-runs,
.boxes .box.black.opened {
  background-image: url('../images/clap-boxes/black-box-opened_top.svg');
}

.boxes .box .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 111px;
  padding: 0px 50px 0px 40px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  cursor: pointer;
}

.boxes .box.opened .title {
  font-family: 'oxygen-regular' !important;
  font-weight: bold !important;
}

.boxes .box .topbar .title p {
  font-family: 'Framboisier' !important;
  font-size: 17pt;
  font-weight: 500;
  text-transform: uppercase;
}

.boxes .box.brown .topbar .title p {
  color: black;
}

.boxes .box.black .topbar .title p {
  color: white;
}

.boxes .box.brown.animation-runs .topbar,
.boxes .box.brown.opened .topbar {
  background-image: url('../images/clap-boxes/brown-box-opened_top.svg');
}

.boxes .box.black.animation-runs .topbar,
.boxes .box.black.opened .topbar {
  background-image: url('../images/clap-boxes/black-box-opened_top.svg');
}

.boxes .box .outer-box-cont {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  min-height: 33px;
  margin-top: -1px;
}

.boxes .box.brown.animation-runs .outer-box-cont,
.boxes .box.brown.opened .outer-box-cont {
  background-image: url('../images/clap-boxes/brown-box-opened_two.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

.boxes .box.black.animation-runs .outer-box-cont,
.boxes .box.black.opened .outer-box-cont {
  background-image: url('../images/clap-boxes/black-box-opened_two.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

.boxes .box .inner-box-cont {
  width: 100%;
  height: 0;
  padding-top: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.boxes .box.brown.animation-runs .inner-box-cont,
.boxes .box.brown.opened .inner-box-cont {
  background-color: #B59A76;
}

.boxes .box.black.animation-runs .inner-box-cont,
.boxes .box.black.opened .inner-box-cont {
  background-color: #000000;
}

.boxes .box.black .inner-box-cont p,
.boxes .box.black .inner-box-cont ul li {
  color: white !important;
}

.boxes .box.black .inner-box-cont ul li {
  width: 100% !important;
}

.boxes .box.black .inner-box-cont p {
  margin: 0;
}

.boxes .box .inner-box-cont .img-cont {
  display: flex;
  flex-direction: column;
  row-gap: $px;
  width: 100%;
}

.boxes .box .inner-box-cont .img-cont p {
  margin: 0;
  width: 100%;
  max-width: 550px;
}

.boxes .box .inner-box-cont .img-cont p.image-description {
  text-transform: uppercase;
}

.boxes .box .inner-box-cont .inner-inner-box-cont img {
  width: 100%;
  max-width: 550px;
  height: auto;
}

@media only screen and (min-width: 320px) {
  .page-cont {
    overflow: hidden;
  }

  .boxes .box .inner-box-cont .inner-inner-box-cont {
    width: 255px;
    margin: 0 0 0 30px;
  }

  .boxes .box.black .inner-box-cont ul {
    width: calc(100% - 17px);
    padding: 0 0 0 17px;
    box-sizing: border-box;
  }

  .boxes .box .inner-box-cont p,
  .boxes .box.black .inner-box-cont ul li {
    font-family: 'oxygen-regular', Verdana, sans-serif;
    font-size: 15.5px
      /* 18px */
    ;
    width: 255px;
    font-weight: normal;
  }

  .boxes .box .topbar .title p {
    font-size: 14pt;
  }

  .boxes .box.white.infographic .inner-inner-box-cont {
    width: 100%;
  }

  .boxes .box.white.infographic .inner-box-cont .inner-inner-box-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .boxes .box.white.infographic .img-cont {
    align-items: center;
    width: 100%;
  }

  .boxes .box.white.infographic .img-cont img {
    width: 550px;
    max-width: 550px;
    height: auto;
  }

  .boxes .box.white.infographic ul {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    width: 100%;
  }

  .boxes .box.white.infographic ul li {
    display: flex;
    column-gap: 8px;
    font-family: 'oxygen-regular';
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    list-style-type: none;
  }

  .boxes .box.white.infographic ul li img {
    width: 22px !important;
    height: 22px !important;
  }
}

@media only screen and (min-width: 375px) {
  .page-cont {
    width: 375px;
  }

  .boxes .box .inner-box-cont .inner-inner-box-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    width: 80%;
    margin: 0 auto;
  }

  .boxes .box .inner-box-cont p,
  .boxes .box.black .inner-box-cont ul li {
    width: 311px;
    margin: 0 auto 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .page-cont {
    width: 768px;
  }

  .audio-block .player {
    padding: 0 30px;
  }

  .boxes {
    width: 768px;
  }

  .boxes .box .inner-box-cont p {
    width: 100%;
    margin: 0;
  }

  .boxes .box.brown {
    background-image: url('../images/clap-boxes/brown-box-closed_768.svg');
  }

  .boxes .box.brown.opened {
    background-image: url('../images/clap-boxes/brown-box-opened_top_768.svg');
  }

  .boxes .box .topbar {
    width: 686px;
    padding: 0 30px !important;
  }

  .boxes .box.brown.opened .topbar {
    background-image: url('../images/clap-boxes/brown-box-opened_top_768.svg');
  }

  .boxes .box.brown.opened {
    background-image: url('../images/clap-boxes/');
  }

  .boxes .box .outer-box-cont {
    margin-top: -5px;
  }

  .boxes .box.brown.opened .outer-box-cont {
    background-image: url('../images/clap-boxes/brown-box-opened_two_768.svg');
  }

  .boxes .box.black {
    background-image: url('../images/clap-boxes/black-box-closed_768.svg');
  }

  .boxes .box.brown.animation-runs .topbar,
  .boxes .box.brown.opened .topbar {
    background-image: url('../images/clap-boxes/brown-box-opened_top_768.svg');
  }

  .boxes .box.black.animation-runs .topbar,
  .boxes .box.black.opened .topbar {
    background-image: url('../images/clap-boxes/black-box-opened_top_768.svg');
  }

  .boxes .box.black.opened .topbar {
    background-image: url('../images/clap-boxes/black-box-opened_top_768.svg');
  }

  .boxes .box.brown.animation-runs,
  .boxes .box.brown.opened {
    background-image: url('../images/clap-boxes/brown-box-opened_top_768.svg');
  }

  .boxes .box.black.animation-runs,
  .boxes .box.black.opened {
    background-image: url('../images/clap-boxes/black-box-opened_top_768.svg');
  }

  .boxes .box.black.opened .outer-box-cont {
    background-image: url('../images/clap-boxes/black-box-opened_two_768.svg');
  }

  .boxes .box.opened .inner-box-cont,
  .boxes .box.animation-runs .inner-box-cont,
  .boxes .box .topbar {
    padding: 0 30px;
  }

  .boxes .box .inner-box-cont .inner-inner-box-cont {
    width: 100%;
  }

  .boxes .box.white.opened .topbar {
    padding: 30px !important;
  }

  .boxes .box.white.infographic .img-cont {
    max-width: 550px;
  }

  .boxes .box.white.infographic ul {
    padding: 0;
  }
}