.main-container {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: transparent;
  text-align: center;
}

.title-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(12, 126, 97, .5);
  font-family: museo-sans, sans-serif;
  color: #0c9;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block {
  font-size: 18px;
}

.col-schedule {
  border-right: 1px solid #0c7e61;
  border-left: 1px none #0c7e61;
  background-color: rgba(12, 126, 97, .3);
}

.col-schedule.left {
  padding-right: 0px;
  border-left-style: solid;
}

.col-schedule.center {
  padding-right: 0px;
  padding-left: 0px;
}

.col-schedule.right {
  padding-left: 0px;
}

.time-60 {
  height: 240px;
}

.content-wrapper-main {
  position: relative;
  height: 100%;
  padding: 20px 20px 0px;
  border-top: 1px solid #0c7e61;
  background-color: #0c9;
  font-family: museo-sans, sans-serif;
  color: #fff;
  text-align: left;
}

.content-wrapper-main.selected {
  background-color: #f5ee32;
}

.time-15 {
  height: 60px;
}

.hours {
  margin-bottom: 10px;
  color: #0c7e61;
  font-size: 20px;
  font-weight: 900;
}

.class-name {
  margin-bottom: 20px;
  color: #0c7e61;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
}

.teacher-name {
  margin-bottom: 5px;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 900;
  text-align: left;
}

.bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  background-image: url('../images/BG-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button-regular {
  margin-left: 20px;
  padding-right: 30px;
  padding-left: 30px;
  float: right;
  border: 1px solid #0c7e61;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #0c7e61;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.button-regular:hover {
  background-color: #0c7e61;
  color: #0c9;
}

.button-regular.book {
  float: right;
}

.button-regular.book:hover {
  background-color: #f5ee32;
  color: #0c7e61;
}

.button-regular.buy {
  width: auto;
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  float: right;
  border-style: none;
  background-color: #000;
  color: #f5ee32;
}

.button-regular.buy:hover {
  background-color: #f5ee32;
  color: #000;
}

.buttons-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  padding: 20px;
}

.time-120 {
  height: 480px;
}

.time-30 {
  height: 120px;
}

.time-150 {
  height: 600px;
}

.time-90 {
  height: 360px;
}

.time-75 {
  height: 300px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  height: 70px;
  background-color: #f5ee32;
}

.menu-button {
  padding-bottom: 17px;
  float: left;
  background-color: #0c9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.menu-button:hover {
  background-color: #0c9;
}

.menu-button.w--open {
  z-index: 1000;
  padding-bottom: 19px;
  background-color: #da1c5c;
}

.logo-wrapper {
  display: inline-block;
  padding: 9px 20px;
}

.nav-menu {
  z-index: 0;
  margin-top: 70px;
  background-color: #da1c5c;
  text-align: left;
}

.nav-link {
  display: block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #0c9;
}

.nav-link.w--current {
  color: #0c9;
}

.tab-link-tab-3 {
  margin-right: 1px;
  margin-left: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5ee32;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 22px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tab-link-tab-3:hover {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #f5ee32;
}

.tab-link-tab-3.w--current {
  margin-left: 1px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #da1c5c;
  color: #f5ee32;
  text-align: center;
}

.days-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 2px solid #000;
  text-align: center;
}

.page-title {
  margin-bottom: 20px;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
  text-align: center;
}

.page-title.caps {
  color: #f5ee32;
  font-weight: 900;
  text-transform: uppercase;
}

.main-section {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.paragraph-yellow {
  margin-bottom: 30px;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.social-wrapper-nav {
  display: inline-block;
  padding-right: 10px;
  float: right;
}

.social-block-nav {
  padding: 23px 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-block-nav:hover {
  opacity: 0.5;
}

.footer-section {
  position: relative;
  background-color: #f5ee32;
}

.container {
  padding-top: 30px;
  padding-bottom: 100px;
}

.footer-link-block {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.footer-link-block:hover {
  text-decoration: underline;
}

.logo-wrapper-footer {
  width: 100%;
  text-align: center;
}

.schedule-summary-wrapper {
  padding-top: 30px;
  text-align: left;
}

.summary-day {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #f5ee32;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 30px;
  font-weight: 900;
  text-align: left;
}

.remove-block {
  display: inline-block;
  margin-top: 5px;
  float: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}

.remove-block:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-decoration: underline;
}

.text-block-2 {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
}

.image {
  float: none;
}

.class-block {
  padding-top: 10px;
  padding-bottom: 0px;
  padding-left: 20px;
  font-weight: 900;
}

.price {
  display: inline-block;
  margin-top: 20px;
  font-size: 40px;
  line-height: 40px;
}

.summary-title {
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  color: #0c9;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.day-summary-text {
  color: #f5ee32;
}

.class-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 204, 153, .3);
  /*background-image: url('../images/WF-symbol-yellow.svg');*/
  background-position: 10px 98%;
  background-size: 30px;
  background-repeat: no-repeat;
  opacity: 1;
}

.teacher-photo-wrapper {
  width: 294px;
}

.class-text-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0c9;
}

.class-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  color: #0c7e61;
  font-size: 30px;
  line-height: 36px;
}

.paragraph-black {
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.class-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #000;
  background-color: #f5ee32;
  text-align: left;
}

.class-description-wrapper {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f5ee32;
  min-height:354px;
}

.button-2 {
  width: 130px;
  border: 1px solid #0c7e61;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #0c7e61;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.button-2:hover {
  background-color: #0c7e61;
  color: #0c9;
}

.button-2.book {
  float: right;
}

.button-2.book:hover {
  background-color: #f5ee32;
  color: #0c7e61;
}

.teacher-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
}

.teacher-link:hover {
  text-decoration: underline;
}

.class-book-wrapper {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ff8abf;
}

.teacher-title-wrapper {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #da1c5c;
  text-align: left;
}

.teacher-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
}

.hero-logo-wrapper {
  padding-bottom: 60px;
  text-align: center;
}

.hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-pillar {
  padding: 60px 30px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0c9;
}

.hero-pillar.nutrition {
  background-color: #da1c5c;
}

.hero-pillar.personal {
  background-color: #ff8abf;
}

.hero-pillar.tech {
  padding-bottom: 60px;
  background-color: #39b54a;
}

.hero-pillar.lifestyle {
  background-color: #f15a29;
}

.pillar-text {
  margin-bottom: 0px;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 24px;
  line-height: 40px;
  font-weight: 900;
  text-align: center;
}

.pillar-text.caps {
  color: #0c9;
  text-transform: uppercase;
}

.lineup-section {
  position: relative;
  z-index: 1;
}

.lineup {
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.lineup-big {
  margin-bottom: 20px;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 60px;
  line-height: 72px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.lineup-big.caps {
  color: #f5ee32;
  font-weight: 900;
  text-transform: uppercase;
}

.main-btn {
  margin-top: 20px;
  padding: 20px 50px;
  border: 1px solid #f5ee32;
  background-color: transparent;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
}

.main-btn:hover {
  background-color: #f5ee32;
  color: #f15a29;
}

.halls-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hall-tab-link {
  margin-right: 1px;
  margin-left: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0c9;
  -webkit-transition: padding 200ms ease;
  transition: padding 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.hall-tab-link:hover {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hall-tab-link.w--current {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #da1c5c;
  color: #0c9;
}

.flex-schedule-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/BG-schedule.svg');
  background-position: 50% 0px;
  background-size: auto 120px;
  background-repeat: repeat-y;
}

.flex-schedule-hours {
  width: 15%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flex-hall-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeblock-60 {
  width: 100%;
  height: 120px;
  padding-bottom: 2px;
}

.class_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 15px;
  background-color: #f5ee32;
}

.class_content.selected {
  background-color: #0c9;
}

.class_content.conflict {
  background-color: #da1c5c;
}

.schedule_classname {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.hall-tab-pane {
  padding-top: 20px;
}

.schedule-class-names {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.schedule-buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.schedule-button {
  display: block;
  width: 160px;
  margin-bottom: 10px;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule-button:hover {
  background-color: #000;
  color: #f5ee32;
}

.schedule-button.select {
  padding-left: 15px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.schedule-button.select:hover {
  background-color: #000;
  color: #f5ee32;
}

.schedule-button.select.teacher {
  width: 200px;
  min-width: 200px;
  margin-bottom: 0px;
  background-color: #f5ee32;
}

.schedule-button.deselect {
  width: 160px;
}

.hour-display-wrapper {
  height: 120px;
  padding-top: 5px;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 18px;
  text-align: left;
}

.conflict-text {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  text-align: left;
}

.timeblock-45 {
  width: 100%;
  height: 90px;
}

.timeblock-90 {
  width: 100%;
  height: 180px;
  /*padding-bottom: 2px;*/
}

.timeblock-30 {
  width: 100%;
  height: 60px;
}

.timeblock-75 {
  width: 100%;
  height: 150px;
  padding-bottom: 2px;
}

.timeblock-15 {
  width: 100%;
  height: 30px;
}

.timeblock-630 { width: 100%;  height: 1240px;padding-bottom: 2px;}
.timeblock-120 { width: 100%;  height: 240px; padding-bottom: 2px;}
.timeblock-150 { width: 100%;  height: 300px;padding-bottom: 2px;}
.timeblock-270 { width: 100%;  height: 540px;padding-bottom: 2px;}

.cart-wrapper {
  position: fixed;
  top: 80px;
  right: 10px;
  z-index: 999;
  -webkit-perspective: 900px;
  perspective: 900px;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;
}

.cart_content {
  position: static;
  top: 20px;
  right: -40px;
  /*overflow: hidden;*/

  padding: 20px;
  background-color: #000;
  -webkit-perspective: 900px;
  perspective: 900px;
  -webkit-perspective-origin: 100% 0%;
  perspective-origin: 100% 0%;

}

#cos_clase_selectate{
  max-height: 250px;
  overflow-y : auto;
  width :250px;
}

.summary-class-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart_class {
  display: block;
  margin-bottom: 2px;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 14px;
  line-height: 18px;
}

.wrapper-close {
  margin-left: 20px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.wrapper-close:hover {
  opacity: 0.6;
}

.cart_price {
  display: block;
  margin-bottom: 2px;
  font-family: museo-sans, sans-serif;
  color: #0c9;
  font-size: 16px;
  font-weight: 900;
}

.cart-button {
  position: relative;
  z-index: 999;
  width: 50px;
  height: 50px;
  float: none;
  border-radius: 30px;
  background-color: #000;
  background-image: url('../images/shopping-cart.svg');
  background-position: 50% 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease;
}

.cart-button:hover {
  background-color: #0c9;
}

.cart-content-wrapper {
  position: relative;
  top: 20px;
  right: -30px;
  overflow: hidden;
}

.link-block {
  float: right;
}

.link {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5ee32;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.link:hover {
  background-color: #0c9;
}

.summary-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #f5ee32;
}

.nutrition-teacher-wrapper {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ff8abf;
}

.nutrition-time {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  color: #f15a29;
  font-size: 21px;
  line-height: 28px;
  font-weight: 900;
  text-align: left;
}

.ticket-needed {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #f15a29;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 21px;
  line-height: 28px;
  font-weight: 900;
  text-align: left;
}

.free-entrance {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #39b54a;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 21px;
  line-height: 28px;
  font-weight: 900;
  text-align: left;
}

.teacher-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 204, 153, .3);
  /*background-image: url('../images/WF-symbol-yellow.svg');*/
  background-position: 10px 98%;
  background-size: 30px;
  background-repeat: no-repeat;
  opacity: 1;
}

.class-neame-teacher {
  margin-top: 5px;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 900;
}

.div-block {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.text-block-3 {
  padding: 20px;
  background-color: #0c9;
  color: #0c7e61;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-2 {
  text-decoration: none;
}

.teacher-description-wrapper {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0c9;
}

.sponsors-section {
  position: relative;
  z-index: 1;
}

.sponsors-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*padding-top: 50px;*/
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.sponsor-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.class-summary-wrapper {
  margin-bottom: 20px;
}

.remove-block-summary {
  display: inline-block;
  padding: 18px;
  float: right;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
}

.remove-block-summary:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  text-decoration: underline;
}

.class_content-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-bottom: 2px;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5ee32;
}

.class_content-summary.selected {
  background-color: #0c9;
}

.class_content-summary.conflict {
  background-color: #da1c5c;
}

.summary_price {
  margin-top: 3px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 900;
  text-align: left;
  min-width : 120px;
}

.voucher-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  display: block;
  text-align: left;
}

.form-block {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-field {
  display: block;
  height: 44px;
  margin-bottom: 20px;
  border-style: none;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 16px;
}

.field-label {
  display: block;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 16px;
  line-height: 21px;
}

.voucher-btn {
  margin-top: 0px;
  margin-left: 30px;
  padding: 10px 50px;
  border: 1px solid #f5ee32;
  background-color: transparent;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.voucher-btn:hover {
  background-color: #f5ee32;
  color: #f15a29;
}

.voucher-form-wrapper {
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-title {
  margin-right: 20px;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-title.caps {
  color: #f5ee32;
  font-weight: 900;
  text-transform: uppercase;
}

.total_content-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0c9;
}

.total_content-summary.selected {
  background-color: #0c9;
}

.total_content-summary.conflict {
  background-color: #da1c5c;
}

.total-text {
  margin-bottom: 0px;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.summary-form-title {
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.summary-form-title.caps {
  color: #f5ee32;
  font-weight: 900;
  text-transform: uppercase;
}

.form-2 {
  text-align: left;
}

.form-block-2 {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.form-btn {
  display: block;
  width: 100%;
  margin-top: 40px;
  padding: 20px 50px;
  border: 1px solid #f5ee32;
  background-color: transparent;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-btn:hover {
  background-color: #f5ee32;
  color: #f15a29;
}

.voucher-field {
  display: inline-block;
  height: 44px;
  margin-bottom: 0px;
  border-style: none;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 16px;
}

.checkbox-field {
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.checkbox-label {
  font-family: Montserrat, sans-serif;
  color: #f5ee32;
  font-size: 16px;
  font-weight: 500;
}

.checkbox-link {
  color: #f5ee32;
  text-decoration: underline;
}

.disclaimer-text {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: museo-sans, sans-serif;
  color: #f5ee32;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.kino-section {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Kino-header.jpg');
  background-position: 0% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.kino-header-container {
  text-align: center;
}

.kino-date {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.simple-container {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: transparent;
  text-align: center;
}

.kino-btn {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 50px;
  border: 1px none #f5ee32;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: museo-sans, sans-serif;
  color: #f15a29;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
}

.kino-btn:hover {
  background-color: #0c9;
  color: #f15a29;
}

.kino-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 89px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 204, 153, .3);
  opacity: 1;
}

.details-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  text-transform: none;
}

.location-logo-wrapper {
  width: 220px;
  padding: 20px;
}

.cta-wrapper {
  padding-top: 0px;
  padding-bottom: 50px;
}

.sponsors-head {
    margin-top: 0px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: museo-sans, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.cart-text-wrapper.clasa_1 .cart_ore { display:none;}
.cart-text-wrapper.clasa_2 .cart_ore { display:none;}
.cart-text-wrapper.clasa_3 .cart_ore { display:none;}
.cart-text-wrapper.clasa_4 .cart_ore { display:none;}
.cart-text-wrapper.clasa_5 .cart_ore { display:none;}
.cart-text-wrapper.clasa_6 .cart_ore { display:none;}
.cart-text-wrapper.clasa_13 .cart_ore { display:none;}
.cart-text-wrapper.clasa_14 .cart_ore { display:none;}
.cart-text-wrapper.clasa_15 .cart_ore { display:none;}
.cart-text-wrapper.clasa_49 .cart_ore { display:none;}
.cart-text-wrapper.clasa_50 .cart_ore { display:none;}
.cart-text-wrapper.clasa_51 .cart_ore { display:none;}


.schedule-class-names.clasa_1 .cart_ore { display:none;}
.schedule-class-names.clasa_2 .cart_ore { display:none;}
.schedule-class-names.clasa_3 .cart_ore { display:none;}
.schedule-class-names.clasa_4 .cart_ore { display:none;}
.schedule-class-names.clasa_5 .cart_ore { display:none;}
.schedule-class-names.clasa_6 .cart_ore { display:none;}
.schedule-class-names.clasa_13 .cart_ore { display:none;}
.schedule-class-names.clasa_14 .cart_ore { display:none;}
.schedule-class-names.clasa_15 .cart_ore { display:none;}
.schedule-class-names.clasa_49 .cart_ore { display:none;}
.schedule-class-names.clasa_50 .cart_ore { display:none;}
.schedule-class-names.clasa_51 .cart_ore { display:none;}



.nutrition-day-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1px;
  margin-bottom: 20px;
  margin-left: 1px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px none #000;
  background-color: hsla(57.846153846153854, 90.70%, 57.84%, 0.50);
  text-align: left;
}

.day-name-title {
  margin-top: 5px;
  font-family: museo-sans, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 900;
  text-align: center;
}

.add-to-cart-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.day-separator {
  display: block;
  margin-top: 50px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px none #000;
  background-color: rgba(0, 204, 153, .5);
  text-align: center;
}

.day-title {
  margin-top: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: museo-sans, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.nutrition-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 204, 153, .3);
  background-image: url('../images/WF-symbol-yellow.svg');
  background-size: 30px;
  background-repeat: no-repeat;
  opacity: 1;
}

/*pana aici desktop*/

@media (max-width: 991px) {
  .text-block {
    font-size: 16px;
  }
  .hours {
    font-size: 18px;
    line-height: 22px;
  }
  .class-name {
    font-size: 18px;
    line-height: 22px;
  }
  .teacher-name {
    font-size: 22px;
    line-height: 26px;
  }
  .button-regular.book {
    text-align: center;
  }
  .tab-link-tab-3 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
  }
  .paragraph-black {
    text-align: left;
  }
  .button-2 {
    width: 100px;
  }
  .button-2.book {
    width: 90px;
  }
  .hero-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-pillar {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .hero-pillar.personal {
    padding-top: 30px;
  }
  .hero-pillar.tech {
    padding-bottom: 50px;
  }
  .lineup {
    font-size: 30px;
    line-height: 40px;
  }
  .hall-tab-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }
  .kino-section {
    height: 500px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .kino-header-container {
    margin-bottom: 48px;
  }
  .kino-wrapper {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .main-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block {
    font-size: 14px;
  }
  .col-schedule.left {
    padding-left: 0px;
  }
  .col-schedule.right {
    padding-right: 0px;
  }
  .content-wrapper-main {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .teacher-name {
    font-size: 18px;
    line-height: 22px;
  }
  .button-regular {
    padding-right: 20px;
    padding-left: 20px;
  }
  .buttons-wrapper {
    padding: 10px;
  }
  .tab-link-tab-3 {
    font-size: 14px;
    line-height: 16px;
  }
  .tab-link-tab-3.w--current {
    font-size: 14px;
  }
  .page-title-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-title.caps {
    font-size: 30px;
    line-height: 40px;
  }
  .social-wrapper-nav {
    padding-right: 0px;
    float: right;
  }
  .footer-link-block {
    text-align: center;
  }
  .logo-wrapper-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .class-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-black {
    font-size: 14px;
    line-height: 18px;
  }
  .class-description-wrapper {
    text-align: left;
    min-height: auto;
  }
  .button-2 {
    width: 66px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .button-2.book {
    width: 66px;
  }
  .hero-dates {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-pillar.tech {
    padding-bottom: 40px;
  }
  .lineup {
    font-size: 24px;
    line-height: 36px;
  }
  .lineup-big {
    font-size: 40px;
    line-height: 40px;
  }
  .column {
    text-align: center;
  }
  .schedule_classname {
    font-size: 16px;
    line-height: 20px;
  }
  .schedule-class-names {
    padding-right: 10px;
  }
  .schedule-button {
    width: 120px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .teacher-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .class-neame-teacher {
    font-size: 18px;
  }
  .teacher-description-wrapper {
    text-align: left;
  }
  .sponsors-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .kino-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .simple-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .kino-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
   .nutrition-day-wrapper {
    margin-bottom: 1px;
  }
  .day-name-title {
    font-size: 18px;
  }
  .add-to-cart-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .day-title {
    font-size: 18px;
  }
  .nutrition-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .main-container {
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .time-60 {
    height: auto;
  }
  .content-wrapper-main.selected {
    height: auto;
  }
  .teacher-name {
    font-size: 16px;
    line-height: 18px;
  }
  .button-regular {
    padding-right: 20px;
    padding-left: 20px;
    float: none;
  }
  .button-regular.book {
    width: 120px;
  }
  .buttons-wrapper {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
  }
  .time-150 {
    height: auto;
  }
  .time-90 {
    height: auto;
  }
  .time-75 {
    height: auto;
  }
  .logo-wrapper {
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
  }
  .tab-link-tab-3 {
    padding: 15px 10px;
    font-size: 12px;
  }
  .tab-link-tab-3.w--current {
    font-size: 13px;
  }
  .days-tabs-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .page-title-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-title {
    font-size: 36px;
    line-height: 36px;
  }
  .page-title.caps {
    font-size: 20px;
  }
  .paragraph-yellow {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .social-wrapper-nav {
    float: none;
  }
  .footer-link-block {
    text-align: center;
  }
  .logo-wrapper-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .summary-title {
    font-size: 36px;
    line-height: 36px;
  }
  .paragraph-black {
    font-size: 14px;
    line-height: 20px;
  }
  .class-title-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button-2 {
    width: 120px;
  }
  .button-2.book {
    width: 120px;
  }
  .hero-logo-wrapper {
    padding-bottom: 20px;
  }
  .hero-dates {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-pillar {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pillar-text {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 36px;
  }
  .lineup {
    font-size: 24px;
    line-height: 30px;
  }
  .lineup-big {
    font-size: 30px;
    line-height: 36px;
  }
  .main-btn {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
  }
  .column {
    text-align: center;
  }
  .hall-tab-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .flex-schedule-wrapper {
    background-position: 50% 0px;
    background-size: auto 60px;
    background-repeat: repeat-y;
  }
  .flex-schedule-hours {
    width: 20%;
  }
  .class_content {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .schedule_classname {
    font-size: 10px;
    line-height: 14px;
  }
  .schedule-buttons-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .schedule-button {
    width: 110px;
    margin-bottom: 0px;
    padding: 5px;
    font-size: 12px;
  }
  .schedule-button.select {
    padding-left: 5px;
  }
  .schedule-button.select.teacher {
    width: 160px;
  }
  .hour-display-wrapper {
    padding-left: 10px;
    font-size: 14px;
  }
  .conflict-text {
    font-size: 10px;
    line-height: 12px;
  }
  .class-neame-teacher {
    margin-right: 10px;
    line-height: 24px;
  }
  .remove-block-summary {
    padding: 10px 10px 10px 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .class_content-summary {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .summary_price {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 24px;
    line-height: 18px;
    text-align: left;
  }
  .voucher-btn {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
  }
  .form-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 36px;
  }
  .form-title.caps {
    font-size: 20px;
  }
  .total_content-summary {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .total-text {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }
  .summary-form-title {
    display: block;
    overflow: visible;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
  }
  .summary-form-title.caps {
    font-size: 20px;
  }
  .form-btn {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
  }
  .disclaimer-text {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .kino-section {
    background-position: 10% 70%;
  }
  .kino-date {
    font-size: 18px;
    line-height: 30px;
  }
  .simple-container {
    padding-right: 20px;
    padding-bottom: 50px;
    padding-left: 20px;
  }
  .kino-btn {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
  }
  .nutrition-day-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .day-name-title {
    margin-right: 10px;
    line-height: 24px;
  }
  .day-separator {
    padding-right: 20px;
    padding-left: 20px;
  }
  .day-title {
    margin-right: 10px;
    line-height: 24px;
  }
}

