.training-page {
  margin-top: 85px;
}
.training-page .title {
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.training-page .info {
  text-align: center;
  font-weight: 400;
  color: #a33d84;
  font-size: 30px;
  line-height: 48px;
  margin-bottom: 56px;
}
.training-page .section {
  margin-top: 70px;
}
.training-page .section .title {
  font-weight: 400;
}
.training-page .section .title strong {
  font-weight: 700;
}
.training-page .title-and-button {
  position: relative;
}
.training-page .download-program {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1000px) {
  .training-page .download-program {
    position: static;
    margin-top: -50px;
    margin-bottom: 10px;
  }
}
.training-page .download-program .pdf {
  display: block;
  max-width: 298px;
  height: 48px;
  margin: 0 auto;
  background: #009356 url('../images/pdf-icon.png') left center no-repeat;
  background-size: 48px 48px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  line-height: 48px;
  padding-left: 66px;
  padding-right: 18px;
  text-decoration: none;
  transition: background-color 0.2s;
}
.training-page .download-program .pdf:hover {
  background-color: #008b52;
}
.training-page .download-program .adobe {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 30.05px;
  text-decoration: underline;
  color: inherit;
}
.training-page .block--with-border {
  border: 1px solid #d2d2d2;
  padding: 30px;
}
.training-page .block--with-border .title {
  color: #4e335f;
  font-size: inherit;
  text-align: left;
}
.training-page .section--50-50 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.training-page .section--50-50 > .block {
  width: calc(50% - 10px);
}
.training-page .section--50-50 .title {
  font-weight: 700;
}
@media (max-width: 900px) {
  .training-page .section--50-50 {
    flex-direction: column;
  }
  .training-page .section--50-50 > .block {
    width: 100%;
  }
  .training-page .section--50-50 > .block + .block {
    margin-top: 20px;
  }
}
.training-page .info-blocks {
  position: relative;
  padding-top: 109px;
  margin-top: 92px;
}
.training-page .info-blocks:before {
  content: "";
  background: url('../images/colorful-bar.png') center center no-repeat;
  height: 23px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.training-page .info-blocks .block {
  background: #f0f0f0 top right 20px no-repeat;
  padding: 50px;
  line-height: 30px;
}
@media (max-width: 500px) {
  .training-page .info-blocks .block {
    padding: 30px;
  }
}
.training-page .info-blocks .block.desc {
  background-image: url('../images/desc.png');
}
.training-page .info-blocks .block.for-who {
  background-image: url('../images/for-who.png');
  background-position: top right 40px;
  margin-top: 20px;
  flex-grow: 1;
}
.training-page .info-blocks .block .title {
  color: #009356;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}
.training-page .info-blocks .block.block--column-container {
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-direction: column;
}
.training-page .info-blocks .block.block--column-container .video {
  height: 326px;
}
.training-page .review .author {
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  color: #a33d84;
}
.training-page .review .author__title {
  color: #a33d84;
  font-size: 16px;
  line-height: 24px;
}
.training-page .review .content {
  line-height: 30px;
}
.training-page .block--with-border.review .header {
  display: flex;
  justify-content: space-between;
}
.training-page .block--with-border.review .header .see-all {
  color: #4e335f;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}
.training-page .program .title {
  margin-bottom: 60px;
}
.training-page .program__summary {
  display: flex;
  flex-direction: column;
}
.training-page .program__summary .day {
  width: 100%;
}
.training-page .program__summary .day .label {
  text-transform: uppercase;
  cursor: pointer;
  height: 83px;
  background-color: #f0f0f0;
  color: #0d985e;
  line-height: 83px;
  padding: 0 63px;
  font-weight: 700;
  position: relative;
  display: block;
}
.training-page .program__summary .day .label:after {
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  background: url(/modules/custom/trainings/js/calendar/public/dropdown-arrow.png) no-repeat 50%;
  position: absolute;
  right: 25px;
  top: 0;
}
.training-page .program__summary .day .content {
  display: none;
}
.training-page .program__summary .day + .day {
  margin: 20px 0 0;
}
.training-page .program__summary .day.selected .label:after {
  transform: rotate(180deg);
}
.training-page .program__summary .day.selected .content {
  display: block;
  list-style: none;
  padding: 0 10px;
  margin-top: 25px;
  line-height: 30px;
}
.training-page .benefits {
  list-style-image: url('../images/benefits_list_bullet.png');
  padding: 0 0 0 28px;
}
.training-page .benefits li + li {
  margin-top: 12px;
}
.training-page .benefits li {
  padding-left: 12px;
}
.training-page .next-training {
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 117px;
}
.training-page .next-training .title {
  width: 100%;
  margin-bottom: 75px;
}
.training-page .next-training .box {
  position: relative;
  width: calc((100% - 40px) / 3);
  height: 153px;
  color: white;
  background-color: #636363;
  opacity: 0.95;
  margin: 0 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
}
.training-page .next-training .box .label {
  color: #bdbdbd;
}
.training-page .next-training .box:first-of-type {
  margin: 0 10px 0 0;
}
.training-page .next-training .box:last-of-type {
  margin: 0 0 0 10px;
}
.training-page .next-training .box:nth-of-type(2n) {
  background-color: #6b6b6b;
}
.training-page .next-training .box.signup {
  background-color: #a33d84;
  transition: background-color 0.2s;
  text-decoration: none;
}
.training-page .next-training .box.signup:hover {
  background-color: #9c3a7e;
}
.training-page .next-training .box .val {
  font-size: 20px;
  font-weight: 700;
}
.training-page .next-training .box .label {
  font-size: 14px;
  position: absolute;
  bottom: 22px;
  left: 0;
  width: 100%;
}
@media (max-width: 900px) {
  .training-page .next-training {
    flex-direction: column;
  }
  .training-page .next-training .box {
    margin: 10px 0;
    width: 100%;
  }
  .training-page .next-training .box:first-of-type {
    margin: 10px 0;
  }
  .training-page .next-training .box:last-of-type {
    margin: 10px 0;
  }
}
.info-grid {
  display: flex;
  flex-wrap: wrap;
}
.info-grid .col {
  margin: 0 10px;
  width: 40.678%;
  max-width: 480px;
}
.info-grid .col .title {
  text-transform: none;
}
.info-grid .col:first-child {
  margin: 0 10px 0 0;
  width: 32.203%;
  max-width: 380px;
}
.info-grid .col:last-child {
  margin: 0 0 0 10px;
  width: 23.729%;
  max-width: 280px;
}
.info-grid .col.profile {
  color: #636363;
}
.info-grid .col.profile .name {
  font-weight: 700;
  font-size: 23px;
  line-height: 26px;
  margin-top: 14px;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  display: block;
}
.info-grid .col.profile .trainer-photo {
  max-width: 100%;
}
.info-grid .col.quote-and-video .quote {
  padding-bottom: 42px;
  border-bottom: solid 7px #d4d4d4;
}
.info-grid .col.quote-and-video .video {
  max-width: 380px;
  margin: 40px auto;
  height: 214px;
}
.info-grid .col .quote .author {
  text-align: right;
  display: block;
  font-family: 'DawningofaNewDay', cursive;
  font-size: 30px;
  color: #4e335f;
}
.info-grid .col .average {
  color: #009356;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
.info-grid .col .average .number {
  font-size: 24px;
  margin: 0 10px 0 5px;
}
.info-grid .col .average .star {
  width: 17px;
  background: url('../images/star.png') center center no-repeat;
  font-size: 0;
  height: 16px;
  display: inline-block;
}
.info-grid .col .average .star + .star {
  margin-left: 5px;
}
@media (max-width: 1200px) {
  .info-grid {
    justify-content: center;
  }
  .info-grid .quote-and-video {
    width: 100% !important;
    order: 3;
    margin: 0 !important;
  }
  .info-grid .block--with-border {
    width: calc(100% - 300px) !important;
    margin-left: -72px !important;
  }
}
@media (max-width: 800px) {
  .info-grid {
    flex-direction: column;
    align-items: center;
  }
  .info-grid .col {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .info-grid .col + .col {
    margin-top: 20px !important;
  }
  .info-grid .profile {
    text-align: center;
  }
}
.info-grid .block--with-border {
  border: 1px solid #d2d2d2;
  padding: 30px;
}
.info-grid .block--with-border .title {
  color: #4e335f;
  font-size: inherit;
  text-align: left;
}
.info-grid .title {
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
