@import url('https://fonts.googleapis.com/css2?family=Gentium+Book+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
  font-family: "drukwidecyr";
  src: url("../images/ideal/drukwidecyr-bold.otf");
  font-weight: normal;
  font-style: normal;
}


.page-ideal {
  background: #2C2B2B;
  color: #ECECEC;
  font-size: 17px;
}

.page-ideal section {
  padding: 0;
}

.page-ideal-container {
  max-width: 420px;
  padding: 15px 15px 30px;
  margin: 0 auto;
}

.page-ideal h1,
.page-ideal h2 {
  text-align: center;
  color: #ECECEC;
  margin: 0;
}

.page-ideal h1 {
  margin-top: 150px;
  margin-bottom: 30px;
  font-family: "drukwidecyr";
  display: none;
}

.page-ideal h2 {
  padding: 16px 0;
  font-family: "drukwidecyr";
  font-size: 24px;
}

.first-text {
  margin-bottom: 170px;
  font-family: "Gentium Book Plus", serif;
  text-transform: uppercase;
  text-align: center;
}

.page-ideal .btn {
  background: #ECECEC;
  color: #2C2B2B;
  font-size: 24px;
  padding: 22px 0 21px;
  width: 100%;
  border-radius: 30px;
  font-family: "drukwidecyr";
}

.btn-container-top {
  text-align: center;
}

.btn-container-top .btn {
  margin: 15px 0;
}

.first-section {
  margin-bottom: 180px;
}

.white-bg {
  background-color: #ECECEC;
  color: #2C2B2B;
  border-radius: 30px;
  padding: 30px;
  font-family: "Gentium Book Plus", serif;
  line-height: 1.2;
}

.hint {
  border-left: 1px solid #2C2B2B;
  padding-left: 16px;
  font-size: 24px;
  font-family: "Gentium Book Plus", serif;
  margin-top: 20px;
  font-style: italic;
}

.hint-center {
  margin-bottom: 20px;
}

.select-box {
  background: #ECECEC;
  color: #2C2B2B;
  font-size: 24px;
  border-radius: 20px;
  transition: ease-out 0.5s;
  overflow: hidden;
  max-height: 90px;
  margin-bottom: 4px;
}

.select-box.active {
  max-height: 900px;
}

.select-box.active>i {
  transform: rotate(180deg);
}

.select-box-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 28px 30px;
  font-family: "drukwidecyr";
}

.select-box-header span,
.select-box-header i {
  vertical-align: middle;
}

.select-box-header>i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/controls/carret-down-gray.svg') no-repeat center center;
  background-size: 40px;
  margin-top: auto;
  margin-bottom: auto;
  transition: ease-out 0.5s;
}



.ico-time {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../images/ico-time-new.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.select-box-body {
  font-size: 16px;
  padding: 0px 30px 28px;
  font-family: "Gentium Book Plus", serif;
}

.select-box-body b {
  /* letter-spacing: -0.95px; */
  font-weight: 700;
  display: block;
  font-family: "Gentium Book Plus", serif;
}

.select-box-body i {
  font-family: "Gentium Book Plus", serif;
  display: block;
}

.select-box-body-item {
  margin-bottom: 20px;
}

.select-box-body-item-last {
  margin-bottom: 0;
}

.btn-container-bottom {
  margin-top: 20px;
}


.ideal-footer {
  margin-top: 45px;
  height: 80px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
}

.cell-1 {

  padding: 30px 0;

}

.cell-1 img {
  width: 20px;
}

.cell-2 {
  vertical-align: middle;
  padding: 30px 0;
}

.img-1 {
  margin-right: 15px;
  width: 68px;
}

.img-2 {
  position: relative;
  top: 2px;
  width: 73px;
}


.audio-box {
  height: 420px;
  background: #ECECEC;
  border-radius: 30px;
  padding: 30px;
  color: #B2B2B2;
}

.audio-box-img {
  margin: auto;
  width: 170px;
  height: 170px;
  background-image: url("../images/ideal/audio.png");
}

.audio-btns-container {
  margin-top: 20px;
  text-align: center;
}

.btn-back {
  width: 60px;
  height: 40px;
  border: 1px solid #B2B2B2;
  border-radius: 10px;
  background-image: url("../images/ideal/btn-back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.btn-play {
  width: 90px;
  height: 60px;
  border: 1px solid #B2B2B2;
  border-radius: 10px;
  background-image: url("../images/ideal/btn-play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  margin-right: 24px;
}

.btn-speed {
  width: 60px;
  height: 40px;
  border: 1px solid #B2B2B2;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  display: inline-block;
  text-align: center;

  padding: 7px 0;
  vertical-align: middle;
}

.audio-line {
  width: 100%;
  height: 32px;
  /* background-image: url("../images/ideal/audio-line.png"); */
  /* background-size: cover; */
  margin: 20px 0;

  cursor: pointer;
}

.btn-play.is-playing {
  background-image: url("../images/ideal/stop.svg");
}

.audio-hint {
  text-align: center;
  font-family: "Gentium Book Plus", serif;
  font-style: italic;
  font-size: 14px;
  color: #2C2B2B;
}

.ideal-footere-hint {
  font-size: 14px;
  color: #ECECEC;
  max-width: 325px;
  margin: 0 auto;
  font-family: "Gentium Book Plus", serif;
}

.select-box-body .ideal-btn {
  border: 1px solid #2C2B2B;
  font-size: 16px;
  font-weight: 700;
  border-radius: 20px;
  padding: 6px 0;
  width: 187px;
  text-decoration: none;
  text-align: center;
  font-family: "Gentium Book Plus", serif;
  margin-top: 12px;
}

.select-box-time i {
  display: inline-block;
}

.video {
  margin: 150px auto 45px;
  display: block;
  mix-blend-mode: screen;
  /* outline: 1px solid red; */
}

/* @media (max-width: 576px) {
  .page-ideal h1 {
    display: block;
  }

  .video {
    display: none;
  }
} */