.as-hero {
  position: relative;
  height: 650px;
  margin: 0 auto 8rem auto;
  text-align: right;
}
.as-hero__background {
  display: none;
}
.as-hero__background, .as-hero__mobile-bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.as-hero__container {
  padding-top: 120px;
  max-width: 50%;
  margin: 0 10px 0 auto;
}
.as-hero__container .as-hero__title {
  display: inline;
  background: #ff7200;
  box-shadow: 10px 0 0 #ff7200, -10px 0 0 #ff7200;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  text-transform: none;
  color: #fff;
  position: relative;
  font-weight: 400;
  line-height: 1.4em;
}
@media (min-width: 769px) {
  .as-hero {
    position: relative;
    height: 690px;
    max-width: 2400px;
    margin: 0 auto 100px auto;
    text-align: right;
  }
  .as-hero__mobile-bg {
    display: none;
  }
  .as-hero__background {
    display: block;
  }
  .as-hero__container {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 450px;
  }
  .as-hero__container .as-hero__title-wrap {
    max-width: 600px;
    margin: 0 10px 0 auto;
  }
  .as-hero__container .as-hero__title-wrap .as-hero__title {
    font-size: 42px;
    box-shadow: 20px 0 0 #ff7200, -20px 0 0 #ff7200;
    line-height: 1.4em;
  }
}

.as-quiz {
  margin: 8rem 0;
  text-align: center;
}
.as-quiz__tf {
  text-align: center;
}
.as-quiz__tf button {
  background-color: #ff7200 !important;
  font-size: 30px !important;
  border-radius: 35px !important;
  padding: 0px 50px !important;
  height: 70px !important;
  line-height: 70px !important;
}
.as-quiz__tf .as-quiz__subtitle {
  display: none;
  margin-top: 2rem;
  padding: 7px 25px;
  background: #fff;
  color: #ff7200;
  font-weight: 700;
  border-radius: 7px;
}
.as-quiz__desc {
  text-align: left;
  margin: 4rem 0;
}
.as-quiz__desc .as-quiz__title {
  text-transform: none;
}
.as-quiz__desc h4 {
  color: #ff7200;
  font-weight: 700;
  font-size: 32px;
}
@media (min-width: 769px) {
  .as-quiz {
    position: relative;
    margin: 100px auto;
  }
  .as-quiz__tf .as-quiz__subtitle {
    display: inline-block;
  }
  .as-quiz .as-container {
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.13);
    display: flex;
  }
  .as-quiz__trigger-wrap {
    width: 55%;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    justify-content: center;
  }
  .as-quiz__desc {
    width: 45%;
    padding: 40px;
    box-sizing: border-box;
    margin: 0;
  }
  .as-quiz img {
    display: none;
  }
}
@media (min-width: 1401px) {
  .as-quiz__trigger-wrap {
    width: 65%;
  }
  .as-quiz__desc {
    width: 35%;
    padding: 80px;
  }
}
@media (max-width: 767px) {
  .as-quiz__trigger-wrap {
    background: none !important;
  }
}

.as-newsletter {
  margin: 8rem auto;
  width: 90%;
  padding: 50px 0;
  text-align: center;
  box-sizing: border-box;
  max-width: 1870px;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.13);
}
.as-newsletter__title {
  text-transform: none;
  color: #000;
}
.as-newsletter .as-newsletter__form-success {
  display: none;
  text-align: center;
}
.as-newsletter__content-wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.as-newsletter__content-wrap .as-newsletter__content {
  width: 100%;
}
.as-newsletter__content-wrap .as-newsletter__form {
  display: block;
  width: 100%;
}
.as-newsletter__content-wrap form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.as-newsletter__content-wrap form input {
  border: 1px solid #b3b3b3;
  color: #000;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 1em;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  flex-grow: 10;
  flex: 1 1 48%;
}
.as-newsletter__content-wrap form button {
  color: #fff;
  background: #4fbfcc;
  border: 0;
  outline: none;
  font-size: 15px;
  line-height: 1em;
  padding: 20px 15px;
  box-sizing: border-box;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
}
@media (min-width: 769px) {
  .as-newsletter {
    margin: 100px auto;
    padding: 80px 0;
    text-align: left;
    width: 100%;
  }
  .as-newsletter__content-wrap {
    flex-wrap: nowrap;
    gap: 50px;
    align-items: center;
  }
  .as-newsletter__content-wrap .as-newsletter__content {
    width: 40%;
  }
  .as-newsletter__content-wrap .as-newsletter__form {
    width: 60%;
  }
  .as-newsletter__content-wrap form {
    width: 100%;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .as-newsletter__content-wrap form input {
    width: 280px;
  }
  .as-newsletter__content-wrap form button {
    width: auto;
  }
}

.as-yt {
  text-align: center;
  margin: 8rem auto;
}
.as-yt__title {
  color: #4fbfcc;
  text-transform: none;
  margin-bottom: 2em;
}
.as-yt__video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.as-yt__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 769px) {
  .as-yt {
    margin: 100px 0;
  }
}

.as-info {
  background: #4fbfcc;
  margin: 8rem auto;
}
.as-info > div {
  width: 100%;
}
.as-info p {
  margin-bottom: 1em;
}
.as-info__content {
  padding: 8rem 0 0 0;
  width: 80%;
  margin: 0 auto;
}
.as-info__content .as-info__title {
  text-transform: none;
  color: #fff;
}
.as-info__content .as-info__more {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.as-info__content .as-btn {
  margin-top: 2rem;
}
.as-info__pic .as-info__desktop {
  display: none;
}
.as-info__pic img {
  width: 100%;
  height: auto;
  display: block;
}
.as-info--active .as-info__more {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}
.as-info--active .as-btn {
  display: none;
}
@media (min-width: 769px) {
  .as-info {
    margin: 100px 0;
  }
  .as-info > div {
    display: flex;
    justify-content: space-between;
    gap: 5%;
    width: 90%;
  }
  .as-info__content {
    padding: 50px 0;
    width: 50%;
    align-self: center;
  }
  .as-info__pic {
    align-self: flex-end;
    max-width: 450px;
    padding-top: 50px;
  }
  .as-info__pic .as-info__mobile {
    display: none;
  }
  .as-info__pic .as-info__desktop {
    display: block;
  }
}

.as-sponsors {
  margin: 8rem 0;
}
.as-sponsors__content {
  text-align: center;
  width: 80%;
  margin: 0 auto 4rem auto;
}
.as-sponsors__logos {
  display: flex;
  flex-direction: row;
  gap: 10%;
  justify-content: center;
  align-items: center;
}
.as-sponsors__logos .as-sponsors__logo {
  width: 40%;
}
.as-sponsors__logos .as-sponsors__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 769px) {
  .as-sponsors {
    margin: 100px 0;
  }
  .as-sponsors > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
  }
  .as-sponsors__content {
    width: 40%;
    text-align: right;
  }
  .as-sponsors__logos {
    width: 60%;
    display: flex;
    justify-content: space-between;
  }
}

.as-gallery {
  margin: 8rem auto;
  text-align: center;
}
.as-gallery__title {
  text-transform: none;
  margin-bottom: 2em;
}
@media (min-width: 769px) {
  .as-gallery {
    margin: 0 auto 100px auto;
  }
}

.as-testimonials {
  text-align: center;
  margin: 0 auto 8rem auto;
}
.as-testimonials__title {
  margin-bottom: 0;
  text-transform: none;
}
.as-testimonials__wrap .splide__track {
  padding-top: 50px;
  padding-bottom: 50px;
}
.as-testimonials__card {
  text-align: left;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 40px;
  border-radius: 15px;
  border-bottom: 10px solid #4fbfcc;
}
.as-testimonials__card .as-testimonials__card-rating {
  margin-bottom: 3rem;
}
.as-testimonials__card .as-testimonials__card-content {
  margin-bottom: 6rem;
}
.as-testimonials__card .as-testimonials__card-name {
  font-size: 20px;
  color: #4fbfcc;
  font-weight: 700;
}
.as-testimonials__card .as-testimonials__card-job {
  color: #4fbfcc;
}
.as-testimonials .splide__pagination {
  margin-top: 0;
  text-align: center;
  padding: 0;
}
.as-testimonials .splide__pagination__page {
  appearance: none;
  display: block;
  padding: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 4px;
  background: #e5e5e5;
}
.as-testimonials .splide__pagination__page.is-active {
  border: 1px solid #4fbfcc;
  background: #4fbfcc;
}
@media (min-width: 769px) {
  .as-testimonials .splide__pagination {
    margin-top: -10px;
  }
}
@media (min-width: 769px) {
  .as-testimonials {
    margin: 0 auto 100px auto;
  }
  .as-testimonials__card {
    padding: 60px;
  }
}

.as-dining {
  text-align: center;
  margin: 8rem auto;
  position: relative;
  padding: 6rem 0;
}
.as-dining::before {
  content: "";
  display: block;
  position: absolute;
  background: #e5c2a1;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  z-index: 1;
}
.as-dining__title {
  margin-bottom: 2em;
  color: #fff;
  position: relative;
  z-index: 2;
  text-transform: none;
}
.as-dining__gal {
  position: relative;
  z-index: 2;
}
.as-dining__gal .splide__slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.as-dining__logo {
  display: block;
  position: relative;
  z-index: 2;
  max-width: 175px;
  margin: 4rem auto 0 auto;
}
.as-dining__logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 769px) {
  .as-dining {
    margin: 100px auto;
    padding: 60px 0;
  }
  .as-dining__title {
    margin-bottom: 50px;
  }
  .as-dining__logo {
    margin: 60px auto 0 auto;
  }
}

.as-programs {
  overflow-x: hidden;
  margin: 8rem auto 0 auto;
}
.as-programs__title {
  text-align: center;
  text-transform: none;
}
.as-programs > div {
  width: 100%;
  overflow-x: hidden;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 9.9rem;
}
@media (min-width: 769px) {
  .as-programs {
    margin: 100px auto 0 auto;
  }
  .as-programs > div {
    width: 90%;
    overflow: visible;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 120rem;
  }
}

.as-funding {
  position: fixed;
  right: 0;
  bottom: 40px;
  width: 100px;
  background: #fff;
  box-sizing: border-box;
  padding: 10px;
}
.as-funding img {
  width: 100%;
  height: auto;
  display: block;
}

.as-footer {
  background: #4fbfcc;
  padding: 8rem 0;
  color: #fff;
  text-align: center;
}
.as-footer a {
  color: #fff;
}
.as-footer__logo {
  display: block;
  width: 80%;
  margin: 0 auto 6rem auto;
  max-width: 300px;
}
.as-footer__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.as-footer__info {
  font-size: 20px;
}
.as-footer__info .as-footer__address {
  margin-bottom: 4rem;
}
.as-footer__info .as-footer__address .as-footer__location {
  text-decoration: underline;
}
.as-footer__contact {
  margin-top: 6rem;
  font-weight: 700;
  font-size: 32px;
}
@media (min-width: 769px) {
  .as-footer {
    padding: 100px 0;
  }
  .as-footer > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .as-footer__logo {
    width: 300px;
    margin: 0;
  }
  .as-footer__info .as-footer__address {
    margin-bottom: 2rem;
  }
  .as-footer__contact {
    margin: 0;
    font-size: 42px;
  }
}

.as-packages {
  margin: 8rem 0;
}
.as-packages__package {
  text-align: left;
  margin: 4rem 0;
  box-shadow: 0 3px 50px rgba(0, 0, 0, 0.13);
}
.as-packages__package .as-packages__package-picture img {
  width: 100%;
  height: auto;
  display: block;
}
.as-packages__package .as-packages__package-text {
  box-sizing: border-box;
  padding: 5%;
}
.as-packages__package .as-packages__package-text .as-packages__title {
  text-transform: none;
}
.as-packages__package .as-packages__package-text h4 {
  color: #ff7200;
  font-weight: 700;
  font-size: 32px;
}
.as-packages__extra {
  text-align: center;
  margin: 4rem 0;
}
.as-packages__extra .as-packages__extra-desc {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .as-packages {
    margin: 100px auto;
  }
  .as-packages .as-packages__container {
    display: flex;
    gap: 4%;
    flex-wrap: wrap;
  }
  .as-packages__package {
    width: 48%;
  }
  .as-packages__package .as-packages__package-text {
    padding: 40px;
  }
}

.as-news {
  text-align: center;
  margin: 8rem auto;
}
.as-news__title {
  margin-bottom: 2em;
}
@media (min-width: 769px) {
  .as-news {
    margin: 100px 0;
  }
}

.c-head__lang li.wpml-ls-item-lv {
  display: none;
}

.page-template-template-antistress .as-header__title {
  flex-grow: 20;
  text-align: center;
}
.page-template-template-antistress .as-header__title .as-header__title-big {
  color: #4fbfcc;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1em;
}
.page-template-template-antistress .as-header__title .as-header__title-big span {
  color: #009eaf;
  display: block;
}
.page-template-template-antistress .as-header__title .as-header__title-slogan {
  display: none;
}
.page-template-template-antistress .c-head__logo {
  margin-right: 0;
}
.page-template-template-antistress .c-head__contacts {
  display: none;
}
.page-template-template-antistress .c-head__main {
  flex: 1 1 auto;
}
.page-template-template-antistress .c-head__toggle {
  margin-left: 4rem;
}
.page-template-template-antistress .c-head {
  z-index: 100;
}
.page-template-template-antistress .c-head__lang li.wpml-ls-item-en {
  display: none;
}
.page-template-template-antistress .c-head__lang li.wpml-ls-item-lv {
  display: inline;
}
.page-template-template-antistress .c-social__title {
  display: none;
}
@media (min-width: 1201px) {
  .page-template-template-antistress .c-head__logo {
    flex: none;
    display: block;
    width: 15%;
  }
  .page-template-template-antistress .c-head__main {
    width: 15%;
    text-align: right;
    flex: none;
  }
  .page-template-template-antistress .c-head__contacts {
    display: block;
  }
  .page-template-template-antistress .c-head__lang {
    flex: none;
    margin: 0 0 0 auto;
  }
  .page-template-template-antistress .as-header__title {
    width: 60%;
    text-align: center;
  }
  .page-template-template-antistress .as-header__title .as-header__title-big {
    font-size: 45px;
  }
  .page-template-template-antistress .as-header__title .as-header__title-big span {
    display: inline;
  }
  .page-template-template-antistress .as-header__title .as-header__title-slogan {
    color: #565757;
    display: block;
  }
  .page-template-template-antistress .c-head__nav {
    display: none;
  }
}

.as-container {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}
.as-container--narrow {
  max-width: 1000px;
}

.as-btn {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  color: #000;
  appearance: none;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 16px 60px;
  font-weight: 400;
  text-decoration: none;
  border: none;
  border-radius: 44px;
  position: relative;
  background: #fff;
}
.as-btn--primary {
  color: #fff;
  background: #009eb0;
}
@media (min-width: 769px) {
  .as-btn {
    transition: background 300ms;
    padding: 15px 60px;
  }
  .as-btn:hover {
    background: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
}

/*# sourceMappingURL=antistress.css.map */
