﻿


.hpclub {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  color: #155d96;
  margin-top: 50px;
}
@media (min-width:990px) {
  .hpclub {
    margin-top: 70px;
    display: flex;
  }
}
@media (max-width:989px) {
  .hpclub__block + .hpclub__block {
    margin-top: 35px;
  }
}
@media (min-width:990px) {
  .hpclub__block {
    width: 50%;
  }
}
.hpclub h1 {
  font-weight: bold;
  font-size: 1.8em;
  color: #155d96;
  margin: 0;
}
.hpclub__title {
  color: #677681;
  font-size: 1.4em;
  margin: 0 0 0.75em 0;
  line-height: 1.2;
}
@media (min-width:750px) {
  .hpclub__title {
    font-size: 2em;
  }
}
.hpclub__button {
  background-color: #fbad18;
  color: #fff;
  display: inline-block;
  padding: 1.2em 3.4em 1.2em 1.8em;
  text-decoration: none;
  border-radius: 10px;
  font-size: 1.1em;
  text-transform: uppercase;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 10px;
}
.hpclub__button:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  display: block;
  top: 50%;
  right: 1.4em;
  margin-top: -0.6em;
  border-left: 0.8em solid #fff;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
}

.video {
  position: relative;
}
.video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.join-us {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  color: #155d96;
  padding: 0 20px;
}
.join-us__items {
  width: 100%;
  padding: 0;
  display: flex;
  list-style-type: none;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.join-us__items li {
  padding: 0.5em 0;
  width: 50%;
  font-weight: 500;
  margin: 0.8em 0;
  font-size: 0.85em;
  font-size: 18px;
}
@media (min-width:750px) {
  .join-us__items li {
    padding: 1em 0;
    margin: 0;
    width: auto;
    flex-basis: 0;
    flex-grow: 1;
  }
}
.join-us__img {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 0.7em auto;
}
.join-us h2 {
  font-size: 2.3em;
  font-weight: 500;
  margin: 0.2em 0 0.3em 0;
}
@media (min-width:750px) {
  .join-us h2 {
    margin: 0 0 1em 0;
  }
}
.join-us h3 {
  margin: 0;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8em;
}
@media (min-width:1200px) {
  .join-us h3 {
    font-size: 2.3em;
  }
}

.hparticles__large {
  max-width: 1200px;
  padding: 15px;
  margin: 0;
}
@media (min-width:990px) {
  .hparticles__large {
    margin: 0 auto 50px auto;
    display: flex;
  }
}
.hparticles__large__block {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width:989px) {
  .hparticles__large__block + .hparticles__large__block {
    margin-top: 15px;
  }
}
@media (min-width:990px) {
  .hparticles__large__block {
    width: 50%;
  }
}
.hparticles__large__info {
  width: 60%;
  order: 10;
  padding-left: 15px;
}
@media (min-width:750px) {
  .hparticles__large__info {
    padding-left: 0;
    order: 1;
    width: 100%;
  }
}
.hparticles__large__img {
  background-size: cover;
  background-position: 50% 50%;
  order: 2;
  width: 40%;
}
.hparticles__large__img:after {
  content: "";
  display: block;
  padding-top: 75%;
}
@media (min-width:750px) {
  .hparticles__large__img {
    width: 50%;
    background-size: cover;
    background-position: 50% 50%;
  }
  .hparticles__large__img:after {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
  }
}
.hparticles__large__text {
  padding: 0 1.5em 1em 1.5em;
  line-height: 1.4;
  font-size: 0.9em;
  position: relative;
  width: 50%;
  display: none;
  order: 3;
}
@media (min-width:750px) {
  .hparticles__large__text {
    display: block;
  }
}
.hparticles__large__date {
  margin: 0 0 0.4em 0;
  color: #4688ae;
}
.hparticles__large__more {
  color: #155d96;
  position: absolute;
  bottom: 0.2em;
  left: 1.5em;
}
.hparticles__large__more:before {
  content: ">";
  margin-right: 0.5em;
  display: inline-block;
}
.hparticles__large__chip {
  background-color: #155d96;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-size: 0.8em;
}
@media (min-width:750px) {
  .hparticles__large__chip {
    font-size: 1em;
  }
}
.hparticles__large h3 {
  color: #155d96;
  margin: 0.6em 0 0.7em 0;
  padding: 0 10px;
  font-weight: bold;
  font-size: 1em;
}
@media (min-width:750px) {
  .hparticles__large h3 {
    margin: 0.3em 0 0.7em 0;
    font-size: 1.35em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.hparticles__large__recipe {
  color: #a8c4df;
  font-weight: bold;
  font-size: 0.9em;
  margin: 0;
  padding: 0 1.5em;
  list-style-type: none;
  align-self: center;
  display: none;
  order: 3;
}
@media (min-width:750px) {
  .hparticles__large__recipe {
    display: block;
  }
}
.hparticles__large__recipe strong {
  color: #155d96;
}
.hparticles__large__recipe li {
  padding: 8px 13px;
}
.hparticles__large__recipe li + li {
  border-top: 1px solid #f5f5f5;
}
.hparticles__large__icon {
  width: 19px;
  height: 19px;
  vertical-align: -3px;
  margin-right: 8px;
  display: inline-block;
}
.hparticles__large__icon--author {
  background-image: url(../img/hp/icon-author.png);
}
.hparticles__large__icon--stob {
  background-image: url(../img/hp/icon-stob.png);
}
.hparticles__large__icon--star {
  background-image: url(../img/hp/icon-star.png);
}
.hparticles__large__icon--comments {
  background-image: url(../img/hp/icon-comments.png);
}
.hparticles__small {
  max-width: 1232px;
  margin: 0 auto 20px auto;
  color: #8f8f8f;
}
@media (min-width:990px) {
  .hparticles__small {
    display: flex;
  }
}
.hparticles__small a {
  color: #155d96;
  text-decoration: none;
}
.hparticles__small a:hover {
  text-decoration: underline;
}
@media (min-width:750px) {
  .hparticles__small__block {
    border: 1px solid #b0ccdd;
    position: relative;
    padding-bottom: 35px;
  }
}
@media (min-width:990px) {
  .hparticles__small__block {
    width: calc(33.33% - 32px);
    padding: 7px;
    margin: 0 16px;
    padding-bottom: 35px;
  }
}
.hparticles__small__head h3 {
  background-color: #155d96;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 15px;
  font-size: 0.9em;
}
@media (min-width:990px) {
  .hparticles__small__head h3 {
    padding: 10px 10px;
    font-size: 0.85em;
    display: inline-block;
  }
}
.hparticles__small__head h3:after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-left: 0.5em;
  vertical-align: 0.3em;
  transition: transform 0.3s;
}
.hparticles__small__accordion.open .hparticles__small__head h3:after {
  -webkit-transform: translateY(4px) rotateX(180deg) rotate(-45deg);
  -moz-transform: translateY(4px) rotateX(180deg) rotate(-45deg);
  -ms-transform: translateY(4px) rotateX(180deg) rotate(-45deg);
  -o-transform: translateY(4px) rotateX(180deg) rotate(-45deg);
  transform: translateY(4px) rotateX(180deg) rotate(-45deg);
}
@media (min-width:990px) {
  .hparticles__small__head h3:after {
    display: none;
  }
}
.hparticles__small__head--prize {
  background-image: url(../img/hp/prize.png);
  background-position: right 8px top 50%;
  background-repeat: no-repeat;
}
@media (max-width:749px) {
  .hparticles__small__head {
    cursor: pointer;
  }
}
.hparticles__small__score {
  padding: 12px 14px 6px 14px;
  margin: 0;
  list-style-type: none;
}
.hparticles__small__score li {
  display: flex;
  padding: 6px 0;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}
.hparticles__small__more {
  margin: 0 0 10px 0;
}
@media (min-width:750px) {
  .hparticles__small__more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width:750px) {
  .hparticles__small__content {
    overflow: visible !important;
    max-height: none !important;
  }
  .hparticles__small__content--keeparrow {
    padding-bottom: 30px;
    position: relative;
  }
}
.hparticles__small__news {
  color: #8f8f8f;
  padding: 12px 14px 6px 14px;
  font-size: 0.9em;
}
.hparticles__small__news__block {
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
.hparticles__small__news__block p {
  margin: 0;
}
.hparticles__small__forum {
  color: #8f8f8f;
  padding: 12px 14px 6px 14px;
  font-size: 0.9em;
  margin: 0;
  line-height: 1.4;
}
.hparticles__small__forum li {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #f2f2f2;
}
.hparticles__small__forum li:before {
  top: 16px;
}
.hparticles__small__accordion {
  border-bottom: 1px solid #fff;
}
@media (min-width:750px) {
  .hparticles__small__accordion {
    border: none;
  }
}

.hpfeed {
  padding: 15px;
}
@media (min-width:990px) {
  .hpfeed {
    padding-bottom: 60px;
  }
}
.hpfeed__blocks {
  max-width: 1250px;
  width: 100%;
}
@media (min-width:750px) {
  .hpfeed__blocks {
    margin: 0 auto;
    display: flex;
  }
}
@media (max-width:749px) {
  .hpfeed__block + .hpfeed__block {
    margin-top: 30px;
  }
}
@media (min-width:750px) {
  .hpfeed__block {
    width: calc(50% - 50px);
    margin: 0 25px;
  }
}
.hpfeed__fb {
  height: 282px;
  background-color: #eee;
}
.hpfeed__ig {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -12px -6px;
}
.hpfeed__img {
  width: calc(25% - 12px);
  margin: 0 6px 12px 6px;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
.hpfeed__img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.hpfeed__head {
  height: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin: 0 0 10px 0;
  text-indent: -1000px;
  overflow: hidden;
}
@media (min-width:750px) {
  .hpfeed__head {
    margin: 0 0 15px 0;
    height: 40px;
  }
}
.hpfeed__head--instagram {
  background-image: url(../img/vector/instagram-logo.svg);
}
.hpfeed__head--facebook {
  background-size: auto 75%;
  background-image: url(../img/vector/facebook-logo.svg);
}

.video {
  position: relative;
}
.video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.join-us {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  color: #155d96;
  padding: 0 20px;
}
.join-us__items {
  width: 100%;
  padding: 0;
  display: flex;
  list-style-type: none;
  text-transform: uppercase;
  flex-wrap: wrap;
}
.join-us__items li {
  padding: 0.5em 0;
  width: 50%;
  font-weight: 500;
  margin: 0.8em 0;
  font-size: 0.85em;
  font-size: 18px;
}
@media (min-width:750px) {
  .join-us__items li {
    padding: 1em 0;
    margin: 0;
    width: auto;
    flex-basis: 0;
    flex-grow: 1;
  }
}
.join-us__img {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 0.7em auto;
}
.join-us h2 {
  font-size: 2.3em;
  font-weight: 500;
  margin: 0.2em 0 0.3em 0;
}
@media (min-width:750px) {
  .join-us h2 {
    margin: 0 0 1em 0;
  }
}
.join-us h3 {
  margin: 0;
  font-weight: 300;
  line-height: 1.1;
  font-size: 1.8em;
}
@media (min-width:1200px) {
  .join-us h3 {
    font-size: 2.3em;
  }
}


.profile__img {
  display: block;
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
  border: 4px solid #8bc63f;
  margin-bottom: 5px;
  background-image: url(../img/vector/upload-profile-picture.svg);
}
.profile__img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.profile__img[href]:hover {
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3);
}
.profile__info {
  padding: 15px;
}
.profile p {
  margin: 0 0 0.5em 0;
}
.profile .help {
  font-size: inherit;
}


.turtle {
  font-size: 13px;
  margin: 10px;
}
.turtle__slider {
  width: 100%;
  height: 6px;
  box-shadow: 0 2px 1px 0 rgba(126, 105, 92, 0.8);
  background-image: linear-gradient(to right, #cee780, #9ac901);
  border-radius: 3px;
  margin: 11px 0 6px 0;
  position: relative;
}
.turtle__num {
  color: #8b8b8b;
}
.turtle__top {
  text-align: right;
}
.turtle__bottom {
  display: flex;
  justify-content: space-between;
}
.turtle__value {
  position: absolute;
  width: 22px;
  height: 15px;
  background-image: url(../img/turtle/turtle-val.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: -9px;
  margin-left: -11px;
}

.question {
  width: 15px;
  height: 15px;
  background-image: url(../img/vector/question.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -1000px;
  overflow: hidden;
  vertical-align: middle;
}
.question--as-text {
  line-height: inherit;
  width: 0.9em;
  height: 0.9em;
  vertical-align: -0.1em;
  margin-left: 0.2em;
}
.question[title] {
  cursor: help;
}
.question--inblock {
  position: absolute;
  bottom: 23px;
  left: 17px;
}

.friendlist__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.friendlist__list li {
  margin: 3px 0;
}
.friendlist a {
  color: #155d96;
  text-decoration: none;
}
.friendlist a:hover {
  text-decoration: underline;
}
.friendlist p {
  margin-bottom: 0.6em;
}


@media (max-width:749px) {
  .feed {
    background-image: url(../img/mleft-bg.png);
    background-size: 100% 100%;
  }
}
.feed__head {
  background-color: #155d96;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 16px;
  text-transform: uppercase;
}
.feed__head h2, .feed__head h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
.feed__newest {
  color: #155d96;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 8px;
  background-color: #fff;
  font-size: 13px;
}
.feed__items {
  padding: 15px;
}
.feed__items .status + .status {
  margin-top: 15px;
}

.status {
  border: 1px solid #b7cdda;
  background-color: #fff;
  font-size: 15px;
}
.status__head {
  position: relative;
  padding: 10px 15px;
  padding-left: 90px;
  min-height: 75px;
}
.status__head .icon-list {
  vertical-align: -0.3em;
  margin: 0 0.2em;
}
.status__profile {
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
  border: 2px solid #eee;
  top: 10px;
  left: 15px;
  width: 60px;
  position: absolute;
}
.status__profile:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.status__info {
  font-size: 16px;
  line-height: 1.35;
}
.status__name {
  font-weight: bold;
}
.status a {
  color: #155d96;
  text-decoration: none;
}
.status__text {
  padding: 0 15px 15px 15px;
  font-size: 14px;
}
.status--bold .status__text {
  font-size: 15px;
  font-weight: 500;
}
.status__actions {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 20px 15px 20px;
  align-items: flex-end;
}
@media (min-width:750px) {
  .status__actions {
    align-items: center;
  }
}
.status__make-reply {
  margin: 3px 0 0 0;
  text-align: right;
  color: #155d96;
  font-weight: 500;
  font-size: 14px;
  padding: 0 15px 15px 15px;
}
.status__make-reply a {
  text-decoration: none;
}
.status__make-reply a:hover {
  text-decoration: underline;
}

.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon--person {
  background-image: url(../img/icons/icon-person.png);
}
.icon--person-w {
  background-image: url(../img/icons/icon-person-w.png);
}
.icon--stob {
  background-image: url(../img/icons/icon-stob.png);
}
.icon--stob-w {
  background-image: url(../img/icons/icon-stob-w.png);
}
.icon--four {
  background-image: url(../img/icons/icon-four.png);
}
.icon--four-w {
  background-image: url(../img/icons/icon-four-w.png);
}
.icon--six {
  background-image: url(../img/icons/icon-six.png);
}
.icon--six-w {
  background-image: url(../img/icons/icon-six-w.png);
}
.icon--two {
  background-image: url(../img/icons/icon-two.png);
}
.icon--two-w {
  background-image: url(../img/icons/icon-two-w.png);
}
.icon--gallery {
  background-image: url(../img/icons/icon-gallery.png);
}
.icon--gallery-w {
  background-image: url(../img/icons/icon-gallery-w.png);
}
.icon--rating {
  background-image: url(../img/icons/icon-rating.png);
}
.icon--rating-w {
  background-image: url(../img/icons/icon-rating-w.png);
}
.icon--rating-o {
  background-image: url(../img/icons/icon-rating-o.png);
}
.icon--rating-o-w {
  background-image: url(../img/icons/icon-rating-o-w.png);
}
.icon--rating-grey {
  background-image: url(../img/icons/icon-rating-grey.png);
}
.icon--rating-grey-w {
  background-image: url(../img/icons/icon-rating-grey-w.png);
}
.icon--comments {
  background-image: url(../img/icons/icon-comments.png);
}
.icon--comments-w {
  background-image: url(../img/icons/icon-comments-w.png);
}
.icon--comments2 {
  background-image: url(../img/icons/icon-comments2.png);
}
.icon--comments2-w {
  background-image: url(../img/icons/icon-comments2-w.png);
}
.icon--eye {
  background-image: url(../img/icons/icon-eye.png);
}
.icon--eye-w {
  background-image: url(../img/icons/icon-eye-w.png);
}
.icon--serving {
  background-image: url(../img/icons/icon-serving.png);
}
.icon--serving-w {
  background-image: url(../img/icons/icon-serving-w.png);
}
.icon--time {
  background-image: url(../img/icons/icon-time.png);
}
.icon--time-w {
  background-image: url(../img/icons/icon-time-w.png);
}
.icon--pen {
  background-image: url(../img/icons/icon-pen.png);
}
.icon--pen-w {
  background-image: url(../img/icons/icon-pen-w.png);
}
.icon--group {
  background-image: url(../img/icons/icon-group.png);
}
.icon--group-w {
  background-image: url(../img/icons/icon-group-w.png);
}
.icon--notes {
  background-image: url(../img/icons/icon-notes.png);
}
.icon--notes-w {
  background-image: url(../img/icons/icon-notes-w.png);
}
.icon--group {
  width: 22px;
}

.icon-list {
  display: inline-flex;
  vertical-align: -0.4em;
}

.add-comment {
  display: inline-block;
  color: #155d96;
  font-size: 13px;
  white-space: nowrap;
}
.add-comment:before {
  content: "";
  display: inline-block;
  vertical-align: -13px;
  width: 36px;
  height: 36px;
  background-image: url(../img/vector/pen.svg);
  background-size: 17px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 6px;
  border-radius: 50%;
  background-color: #155d96;
}

.stars {
  color: #666666;
  font-size: 12px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stars__block + .stars__block {
  margin-top: 7px;
}
.stars__title {
  margin-bottom: 5px;
  display: block;
}
@media (min-width:750px) {
  .stars__title {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
  }
}
.stars__stars {
  display: inline-block;
  height: 16px;
  width: 95px;
  background-image: url(../img/vector/star-grey.svg);
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: repeat-x;
  position: relative;
  vertical-align: -3px;
}
.stars__stars:before {
  background-image: url(../img/vector/star-red.svg);
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
}
.stars__stars[data-value="1"]:before {
  width: 19px;
}
.stars__stars[data-value="2"]:before {
  width: 38px;
}
.stars__stars[data-value="3"]:before {
  width: 57px;
}
.stars__stars[data-value="4"]:before {
  width: 76px;
}
.stars__stars[data-value="5"]:before {
  width: 95px;
}
.stars__stars[data-stars-rate] {
  cursor: pointer;
}

.block-nav {
  line-height: 1.2;
}
.block-nav ul {
  padding: 0 4px;
  margin: 0;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 15px;
}
.block-nav li {
  margin: 2px 0;
}
.block-nav a {
  color: #155d96;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 2px 0 2px 14px;
}
.block-nav a:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: ">";
  font-size: 21px;
  line-height: 1;
  vertical-align: 0em;
  display: inline-block;
  margin-right: 3px;
  transform: scaleX(0.5);
  transform-origin: 0 50%;
}
.block-nav a:hover,
.block-nav li.active a {
  font-weight: bold;
}

.block-quiz__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block-quiz__items li {
  margin: 5px 0;
}
.block-quiz .radio {
  display: block;
}
.block-quiz__button {
  margin-top: 30px;
  text-align: right;
}

.block-buttons {
  display: flex;
  margin-top: 15px;
  margin-left: -14px;
  margin-right: -14px;
}
.block-buttons__button {
  border: 1px solid #fff;
  background-color: #d5e5ee;
  width: 50%;
  color: #155d96;
  text-decoration: none !important;
  text-align: center;
  padding: 0.6em;
}
.block-buttons__button:hover {
  background-color: #c3dae7;
}

.page {
  padding: 15px;
  padding-top: 40px;
  background-image: url(../img/mleft-bg.png);
  background-size: 100% 100%;
}
@media (min-width:750px) {
  .page {
    background-image: none;
    background-color: #f2f2f2;
    padding: 30px;
  }
}
@media (min-width:1200px) {
  .page {
    font-size: 16px;
  }
}
.page__img {
  width: calc(100% + 60px);
  max-width: none;
  display: block;
  margin: 2.5em -30px;
}
.page h1 {
  color: #155d96;
  font-weight: 500;
  font-size: 2.7em;
  margin-top: 0;
}
.page--title-center h1 {
  text-align: center;
}
.page h2 {
  color: #155d96;
  font-weight: 500;
  font-size: 2em;
  margin: 1.5em 0 0.4em 0;
}
.page--article h1 {
  font-size: 2em;
  margin-bottom: 0.7em;
}
.page--article h2 {
  font-size: 1.2em;
  margin: 1.5em 0 0.6em 0;
}
.page--article h3 {
  font-size: 1em;
  font-weight: bold;
}
.page > p > a {
  color: #155d96;
}
.page ul {
  list-style-type: none;
  margin: 1em 0;
  padding: 0 15px;
}
.page ul li {
  position: relative;
  padding-left: 25px;
}
.page ul li + li {
  margin-top: 5px;
}
.page ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #155d96;
  border-radius: 50%;
}
@media (min-width:750px) {
  .page__left-img, .page__right-img {
    display: block;
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width:750px) {
  .page__left-img {
    float: left;
    margin: 0 40px 20px 0;
  }
}
@media (min-width:750px) {
  .page__right-img {
    float: right;
    margin: 0 0 20px 40px;
  }
}
@media (max-width:749px) {
  .page__content {
    background-color: #fff;
    padding: 15px;
  }
}



.page-buttons {
  width: 100%;
  margin: 2.5em 0;
}
@media (min-width:750px) {
  .page-buttons {
    display: flex;
  }
}
.page-buttons__block {
  flex-basis: 0;
  flex-grow: 1;
  font-size: 0.9em;
  text-align: left;
  line-height: 1.4;
  margin: 0 0 30px 0;
}
@media (min-width:750px) {
  .page-buttons__block {
    margin: 0 15px;
  }
}
.page-buttons__block h3 {
  margin: 0 0 0.8em 0;
  text-transform: uppercase;
}
.page-buttons .help {
  margin-top: 15px;
}
@media (min-width:750px) {
  .page-buttons .help {
    margin-top: 20px;
  }
}

.help {
  display: block;
  position: relative;
  padding: 0 0 0 1.6em;
  color: #8bc63f;
  font-size: 14px;
}
.help:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/vector/question.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: -1000px;
  overflow: hidden;
  position: absolute;
  top: 0.2em;
  left: 0;
}

.profile-head {
  margin: 0 0 40px 0;
}
@media (min-width:750px) {
  .profile-head {
    display: flex;
    margin: 0 0 40px 0;
    justify-content: space-between;
  }
}
.profile-head h1 {
  margin: 0;
  color: #155d96;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 0.5em 0;
}
.profile-head--alt {
  align-items: center;
  margin-bottom: 20px;
}
.profile-head--alt h1 {
  margin: 0;
}
.profile-head__text {
  font-weight: bold;
  color: #155d96;
  padding-right: 30px;
}
.profile-head__right {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 1.4em 0 1em 0;
}
@media (min-width:750px) {
  .profile-head__right {
    margin: 0;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.profile-head__right .button {
  margin: 0 1em 0 0;
  white-space: nowrap;
}
@media (min-width:750px) {
  .profile-head__right .button {
    margin: 0;
  }
  .profile-head__right .button + .button {
    margin-top: 1.5em;
  }
}

.form {
  font-size: 15px;
}
.form__section {
  font-size: 1.5em;
  font-weight: 500;
  color: #155d96;
  margin: 0.5em 0;
}
.form__fieldset {
  margin: 0 0 3em 0;
}
.form__item {
  position: relative;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
}
.form__item--textarea {
  align-items: flex-start;
}
.form__input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  position: relative;
  z-index: 5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #acc6d6;
}
.form__item--half .form__input {
  width: 50%;
}
.form__input--textarea {
  min-height: 150px;
}
.form__input::-ms-expand {
  display: none;
}
.form__input--select {
  background-image: url(../img/vector/select-arrow.svg);
  background-size: auto 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.form__input--visibility {
  width: 22em;
  margin-left: 15px;
}
.form__label {
  width: 120px;
  flex-shrink: 0;
  display: inline-block;
}
.form__item--half .form__label {
  width: 50%;
}
.form__label a {
  color: #155d96;
}
.form__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 4em;
}
.form__buttons .button {
  margin-bottom: 1.5em;
}

.album-block {
  margin: 0 0 15px 0;
  display: block;
  text-decoration: none;
  color: inherit;
}
.album-block--alt {
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #f2f2f2;
  margin: 0 0 30px 0;
}
.album-block--alt:hover {
  box-shadow: 2px 4px 30px 0 rgba(0, 0, 0, 0.2);
}
.album-block__head {
  background-color: #fff;
  color: #155d96;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}
.album-block__head h2, .album-block__head h3 {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0;
}
.album-block__author {
  font-weight: bold;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
.album-block__author .icon {
  vertical-align: -0.25em;
}
@media (min-width:750px) {
  .album-block__content {
    display: flex;
  }
}
.album-block__photo {
  background-size: cover;
  background-position: 50% 50%;
  flex-shrink: 0;
  position: relative;
}
.album-block__photo:after {
  content: "";
  display: block;
  padding-top: 75%;
}
@media (min-width:750px) {
  .album-block__photo {
    width: 50%;
  }
}
.album-block--alt .album-block__photo {
  max-width: 300px;
}
.album-block__info {
  flex-shrink: 0;
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #444444;
}
@media (min-width:750px) {
  .album-block__info {
    width: 50%;
  }
}
.album-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2;
  color: #155d96;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.album-block:hover .album-block__overlay, .album-block__photo:hover .album-block__overlay {
  opacity: 1;
}

.structure {
  font-size: 15px;
}
.structure__header {
  font-size: 1.5em;
  font-weight: 500;
  color: #155d96;
  margin: 0.5em 0;
}
.structure__fieldset {
  margin: 0 0 3em 0;
}
.structure__item {
  position: relative;
  margin: 0 0 15px 0;
  background-color: #fff;
  display: flex;
  padding: 15px;
  border: 1px solid #acc6d6;
}
.structure__value {
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  position: relative;
  z-index: 5;
  font-weight: 500;
}
.structure__label ~ .structure__value {
  padding-left: 15px;
}
.structure__label {
  font-size: inherit;
  margin: 0;
  flex-shrink: 0;
  min-width: 120px;
  line-height: inherit;
  border-right: 1px solid #acc6d6;
}

.stats {
  color: #777;
  margin: 22.5px 0;
}
.stats ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}

.album {
  display: flex;
  margin: -5px;
  flex-wrap: wrap;
}
.album__item {
  background-size: cover;
  background-position: 50% 50%;
  margin: 5px;
  display: block;
  width: calc(50% - 10px);
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.album__item:after {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width:750px) {
  .album--wide .album__item {
    width: calc(33.33% - 10px);
  }
}
@media (min-width:990px) {
  .album--wide .album__item {
    width: calc(25% - 10px);
  }
}
@media (min-width:1200px) {
  .album--wide .album__item {
    width: calc(20% - 10px);
  }
}
.album__new {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #ccc;
  transition: background-color 0.3s;
  color: #155d96;
}
.album__item:hover .album__new {
  background-color: #ddd;
}
.album__label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #d5e5ee, #ffffff);
  padding: 10px;
  line-height: 1.3;
  opacity: 0;
  transform: translateY(110%);
  transition: opacity 0.5s, transform 0.3s;
}
.album__item:hover .album__label {
  transform: none;
  opacity: 1;
}

.blog-block {
  margin: 0 0 15px 0;
  display: block;
  text-decoration: none;
  color: inherit;
}
.blog-block__head {
  background-color: #fff;
  color: #155d96;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
  align-items: center;
}
.blog-block__head h2,
.blog-block__head h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.blog-block__head__right {
  font-weight: bold;
  color: #bababa;
}
.blog-block__head__right .icon {
  margin-right: 5px;
}
.blog-block .stats {
  margin: 0;
}
.blog-block__content {
  padding: 15px;
  background-color: #fff;
}
@media (min-width:750px) {
  .blog-block__base {
    display: flex;
  }
}
.blog-block__photo {
  background-size: cover;
  background-position: 50% 50%;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 15px;
}
.blog-block__photo:after {
  content: "";
  display: block;
  padding-top: 75%;
}
@media (min-width:750px) {
  .blog-block__photo {
    width: 50%;
  }
}
.blog-block .summary {
  margin: 0 0 15px 0;
}
@media (min-width:750px) {
  .blog-block .blog-block__photo ~ .summary {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.blog-block__info {
  width: 50%;
  flex-shrink: 0;
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #444444;
}
.blog-block__info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  font-weight: bold;
}
.blog-block__info li {
  margin: 0.5em 0;
  position: relative;
  color: #a8c4df;
  padding-left: 28px;
}
.blog-block__info li .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-block__info li strong {
  color: #155d96;
}
.blog-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.2;
  color: #155d96;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.album-block:hover .blog-block__overlay, .album-block__photo:hover .blog-block__overlay {
  opacity: 1;
}

.summary {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  font-weight: bold;
}
@media (min-width:750px) {
  .summary--inline {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.summary li {
  margin: 0.5em 0;
  position: relative;
  color: #a8c4df;
  padding-left: 28px;
}
.summary li .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.summary li strong {
  color: #155d96;
}
@media (min-width:750px) {
  .summary--inline li {
    margin: 0;
  }
}

.more {
  text-align: center;
  padding: 30px;
  font-size: 14px;
  display: block;
  text-align: center;
  position: relative;
}
.more:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-image: url(../img/feed/feed-more-bg.png);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.more:hover:before {
  opacity: 1;
}
.more--pull {
  margin-top: -15px;
}
.more__text {
  position: relative;
  z-index: 10;
}

.page-nav {
  text-align: center;
  margin: 30px 0;
}
.page-nav ul {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width:750px) {
  .page-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.page-nav ul li {
  margin: 0 !important;
  padding: 0 !important;
}
.page-nav ul li:before {
  display: none;
}
@media (min-width:750px) {
  .page-nav ul li {
    padding: 0 0.4em;
  }
  .page-nav ul li:not(:last-child):after {
    content: "";
    display: inline-block;
    height: 1.2em;
    width: 1px;
    vertical-align: -0.3em;
    margin-left: 0.8em;
    margin-right: 0.8em;
    background-color: #155d96;
  }
}
.page-nav ul li a {
  color: inherit;
  text-decoration: none;
}
.page-nav ul li a:hover, .page-nav ul li.active a {
  font-weight: 500;
  color: #155d96;
  text-decoration: underline;
}

@keyframes blueBlocksText {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width:480px) {
  .blue-blocks {
    flex-wrap: wrap;
    display: flex;
    margin: 10px -10px 60px -10px;
  }
}
.blue-blocks__item {
  text-decoration: none;
  display: block;
  margin: 0 0 15px 0;
}
@media (min-width:480px) {
  .blue-blocks__item {
    margin: 10px;
    width: calc(50% - 20px);
  }
}
@media (min-width:990px) {
  .blue-blocks__item {
    width: calc(33.33% - 20px);
  }
}
.blue-blocks__img {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
.blue-blocks__img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.blue-blocks__label {
  text-align: center;
  color: #d3d3d3;
  margin-bottom: 0.3em;
  font-size: 0.9em;
  font-style: italic;
}
.blue-blocks__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: rgba(21, 93, 150, 0.68);
  color: #fff;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s;
}
.blue-blocks__item:hover .blue-blocks__text {
  opacity: 1;
}
.blue-blocks__item:hover .blue-blocks__text > * {
  animation-name: blueBlocksText;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.blue-blocks__item:hover .blue-blocks__text > *:nth-child(1) {
  animation-delay: 0s;
}
.blue-blocks__item:hover .blue-blocks__text > *:nth-child(2) {
  animation-delay: 0.1s;
}
.blue-blocks__item:hover .blue-blocks__text > *:nth-child(3) {
  animation-delay: 0.2s;
}
.blue-blocks__item:hover .blue-blocks__text > *:nth-child(4) {
  animation-delay: 0.3s;
}
.blue-blocks__item:hover .blue-blocks__text > *:nth-child(5) {
  animation-delay: 0.4s;
}
.blue-blocks__text h2, .blue-blocks__text h3, .blue-blocks__text h4 {
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  margin: 0 0 0.8em 0;
}
.blue-blocks__text h2:after, .blue-blocks__text h3:after, .blue-blocks__text h4:after {
  content: "";
  display: block;
  width: 10em;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 0.6em;
}
.blue-blocks__text p {
  font-weight: 500;
}

.cats {
  font-size: 15px;
  color: #155d96;
}
.cats > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cats > ul > li {
  position: relative;
  padding-left: 15px;
  margin: 0 0 4px 0;
}
.cats > ul > li:before {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 8px;
  left: 1px;
  background-color: #f4570b;
}
.cats > ul > li.cats__item--has-submenu:before {
  display: none;
}
.cats > ul > li > a {
  text-decoration: none;
}
.cats > ul > li.active > a, .cats > ul > li > a:hover {
  text-decoration: underline;
}
.cats > ul > li > ul {
  list-style-type: none;
  margin: 0;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  display: none;
}
.cats > ul > li > ul > li {
  padding: 1px 0;
}
.cats > ul > li > ul > li > a {
  padding: 1px 0;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
}
.cats > ul > li > ul > li.active > a, .cats > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
.cats > ul > li.active > ul, .cats > ul > li.cats__item--opened > ul {
  display: block;
}
.cats__plus {
  position: absolute;
  line-height: 1;
  top: -4px;
  left: -6px;
  padding: 6px;
  font-weight: bold;
  font-size: 17px;
  color: #f4570b;
}
.cats__plus:before {
  content: "+";
}
li.cats__item--opened > .cats__plus:before {
  content: "-";
}
li.active > .cats__plus {
  display: none;
}

.search-box {
  background-image: linear-gradient(#fdfdfd, #e2e1e1);
  padding: 15px;
  border: 1px solid #b7d1e0;
  margin: 0 0 40px 0;
}
.search-box--light {
  background: transparent;
  padding: 0;
  margin: 30px 0;
  border: none;
}
.search-box__head {
  display: flex;
  margin-bottom: 15px;
}
.search-box__head:last-child {
  margin-bottom: 0;
}
.search-box__input {
  width: 100%;
  margin-right: 15px;
  max-width: 350px;
  padding: 7px 10px;
}
.search-box__radios ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.search-box__radios ul > li {
  margin-right: 30px;
  margin-bottom: 10px;
}
.search-box .radio {
  font-weight: 500;
}
.search-box__advanced {
  margin-top: -30px;
}
.search-box__advanced__head {
  text-align: right;
}
.search-box__advanced__toggle {
  display: inline-block;
  color: #155d96;
  font-weight: 500;
  padding-right: 20px;
  position: relative;
}
.search-box__advanced__toggle:after {
  content: ">";
  position: absolute;
  display: inline-block;
  font-size: 1.7em;
  transition: transform 0.3s;
  -webkit-transform: rotate(90deg) scaleX(0.6);
  -moz-transform: rotate(90deg) scaleX(0.6);
  -ms-transform: rotate(90deg) scaleX(0.6);
  -o-transform: rotate(90deg) scaleX(0.6);
  transform: rotate(90deg) scaleX(0.6);
  top: 0;
  right: 0;
  line-height: 0.9;
}
.search-box__advanced--active .search-box__advanced__toggle:after {
  -webkit-transform: rotateX(180deg) rotate(90deg) scaleX(0.6);
  -moz-transform: rotateX(180deg) rotate(90deg) scaleX(0.6);
  -ms-transform: rotateX(180deg) rotate(90deg) scaleX(0.6);
  -o-transform: rotateX(180deg) rotate(90deg) scaleX(0.6);
  transform: rotateX(180deg) rotate(90deg) scaleX(0.6);
}
.search-box__advanced__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s, opacity 0.3s;
  opacity: 0;
}
.search-box__advanced__content__in {
  padding-top: 20px;
}
.search-box__advanced--active .search-box__advanced__content {
  height: 120px;
  opacity: 1;
}
.search-box__note {
  font-size: 14px;
  padding: 5px 10px;
}

.radio {
  display: inline-block;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
  padding: 1px 0 1px 25px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio__circle {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 3px solid #8bc63f;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
}
.radio__input:checked ~ .radio__circle {
  background-color: #155d96;
}
.radio__input {
  display: none;
}

.recipe-block {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  text-decoration: none;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  background-image: url(../img/feed/recipe-bg.png);
  background-position: 50% 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.recipe-block__img {
  background-size: cover;
  background-position: 50% 50%;
  order: 2;
  width: 40%;
}
.recipe-block__img:after {
  content: "";
  display: block;
  padding-top: 75%;
}
@media (min-width:750px) {
  .recipe-block__img {
    width: 50%;
    background-size: cover;
    background-position: 50% 50%;
  }
  .recipe-block__img:after {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
  }
}
.recipe-block__chip {
  background-color: #155d96;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-size: 0.8em;
}
@media (min-width:750px) {
  .recipe-block__chip {
    font-size: 1em;
  }
}
.recipe-block h3 {
  color: #155d96;
  margin: 0.6em 0 0.7em 0;
  padding: 0 10px;
  font-weight: bold;
  font-size: 1em;
}
@media (min-width:750px) {
  .recipe-block h3 {
    margin: 0.3em 0 0.7em 0;
    font-size: 1.35em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.recipe-block__info {
  color: #b7d1e0;
  font-weight: bold;
  font-size: 0.9em;
  margin: 0;
  padding: 0 1.5em;
  list-style-type: none;
  align-self: center;
  display: none;
  order: 3;
}
@media (min-width:750px) {
  .recipe-block__info {
    display: block;
  }
}
.recipe-block__info strong {
  color: #155d96;
}
.recipe-block__info li {
  padding: 8px 13px;
}
.recipe-block__info li + li {
  border-top: 1px solid #f5f5f5;
}
.recipe-block .icon {
  margin-right: 5px;
  vertical-align: -4px;
}

.recipe {
  background-color: #f2f2f2;
  padding: 15px;
}
.recipe__title {
  font-weight: bold;
  margin: 0 0 1em 0;
}
.recipe__title h2 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}
.recipe__title h2 strong {
  font-weight: inherit;
  color: #155d96;
  text-transform: uppercase;
}
.recipe__table table {
  border-spacing: 0;
}
.recipe__table table th {
  color: #676767;
  border-bottom: 1px solid #676767;
}
.recipe__table table th, .recipe__table table td {
  padding: 3px 0;
}
.recipe__table table th:last-child, .recipe__table table td:last-child {
  text-align: right;
}
.recipe__table table td {
  border-bottom: 1px solid #e5e5e5;
}
.recipe__table a {
  color: #155d96;
  text-decoration: none;
}
.recipe__table a:hover {
  text-decoration: underline;
}
.recipe__section {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.recipe__block {
  margin: 15px 0;
}
.recipe__block h3 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  color: #676767;
}
.recipe__block--kj h3 {
  color: #81be33;
}
.recipe__block--kj h3:before {
  content: "kJ";
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 9px;
  text-align: center;
  display: inline-block;
  color: #cdf73f;
  background-color: #6a8a00;
  border-radius: 50%;
  vertical-align: 0.2em;
}
.recipe__bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.recipe__img {
  margin-bottom: 15px;
}
.recipe__img img {
  width: 100%;
  display: block;
}

.recipe-section {
  margin: 40px 0 30px 0;
}
.recipe-section h2 {
  margin: 0;
  font-size: 2.4em;
  font-weight: 500;
  color: #155d96;
}
.recipe-section__filter {
  text-align: right;
}
.recipe-section__select {
  color: #155d96;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.4;
  font-weight: 500;
  text-align: right;
  padding: 5px 30px 5px 5px;
  border: none;
  background-color: transparent;
  width: auto;
  max-width: none;
  background-image: url(../img/vector/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 5px top 50%;
  text-align-last: right;
}
.recipe-section__select::-ms-expand {
  display: none;
}

.recipe-head {
  font-size: 15px;
}
.recipe-head h1 {
  margin: 0 0 0.5em 0;
  color: #155d96;
  font-size: 24px;
  font-weight: bold;
}
.recipe-head__info {
  color: #b7d1e0;
  font-weight: bold;
  font-size: 0.9em;
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-self: center;
  display: none;
  order: 3;
  display: flex;
  flex-wrap: wrap;
}
.recipe-head__info strong {
  color: #155d96;
}
.recipe-head__info li {
  padding: 8px 0;
  width: 50%;
}
.recipe-head__info li + li + li {
  border-top: 1px solid #f5f5f5;
}
.recipe-head .icon {
  margin-right: 5px;
  vertical-align: -4px;
}

.recommended-links {
  color: #155d96;
  margin: 40px 0;
  font-size: 17px;
}
.recommended-links h2 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 500;
}
.recommended-links ul {
  padding: 0;
  margin: 30px 0 0 0;
  list-style-type: none;
}
@media (min-width:750px) {
  .recommended-links ul {
    margin: 10px 0;
  }
}
.recommended-links li {
  font-weight: bold;
  font-size: 1.1em;
  margin: 10px 0 !important;
  padding: 0 !important;
}
@media (min-width:750px) {
  .recommended-links li {
    margin: 0 0 5px 0 !important;
  }
}
.recommended-links li:before {
  display: none;
}
.recommended-links a {
  color: #155d96;
  text-decoration: none;
  display: block;
  padding: 15px;
  background-color: #fff;
}
@media (min-width:750px) {
  .recommended-links a {
    background-color: transparent;
    padding: 5px 0;
  }
}
@media (min-width:750px) {
  .recommended-links__flex {
    display: flex;
    justify-content: space-between;
  }
}
.recommended-links__date {
  color: #666;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
@media (min-width:750px) {
  .recommended-links__date {
    display: inline-block;
  }
}
.recommended-links__name {
  line-height: 1.2;
  display: block;
}
.recommended-links a:hover .recommended-links__name {
  text-decoration: underline;
}
.recommended-links--recipes a {
  padding-left: 30px;
  background-image: url(../img/recipe-link.png);
  background-size: auto 26px;
  background-position: 0 3px;
  background-repeat: no-repeat;
}
.sharing {
  display: flex;
  align-content: center;
  align-items: center;
  line-height: 1;
  color: #155d96;
  font-size: 13px;
}
.sharing ul {
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sharing li {
  margin: 0 0 0 12px !important;
  padding: 0 !important;
}
.sharing li:before {
  display: none;
}
.sharing__icon {
  width: 40px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  background-color: #155d96;
  display: inline-block;
  border-radius: 50%;
  background-size: 90% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sharing__icon--email {
  background-image: url(../img/vector/share-email.svg);
}
.sharing__icon--facebook {
  background-image: url(../img/vector/share-facebook.svg);
}
.sharing__icon--twitter {
  background-image: url(../img/vector/share-twitter.svg);
}

.etable {
  color: #676767;
  text-align: right;
  font-size: 13px;
}
.etable table {
  width: 100%;
}
.etable thead th {
  padding: 6px 4px;
  text-align: center;
  color: #000000;
  border-bottom: 1px solid #676767;
}
.etable tbody td {
  padding: 6px 4px;
  border-bottom: 1px solid #d6d6d6;
}
.etable tbody tr:first-child td {
  padding-top: 8px;
}
.etable tfoot th, .etable tfoot td {
  color: #000000;
  padding: 6px 4px;
}
.etable--left, .etable--left thead th, .etable--left tbody td {
  text-align: left;
}
.etable--in-form tfoot th,
.etable--in-form tfoot td,
.etable--in-form tbody th,
.etable--in-form tbody td {
  text-align: center;
}
.etable--in-form tfoot th.etable__head,
.etable--in-form tfoot td.etable__head,
.etable--in-form tbody th.etable__head,
.etable--in-form tbody td.etable__head {
  text-align: left;
}
.etable__name {
  text-align: left;
  color: #155d96;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.etable__name:hover {
  text-decoration: underline;
}
.etable__icons {
  width: 75px;
  text-align: left;
  display: flex;
  vertical-align: middle;
  margin-bottom: 7px;
}
.etable__icons .eicon + .eicon {
  margin-left: 5px;
}
@media (min-width:750px) {
  .etable__icons {
    margin-bottom: 0;
    display: inline-flex;
  }
}
.etable__head {
  text-align: left;
}

.eicon {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 8px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: help;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.eicon--red {
  background-color: #ff0000;
}
.eicon--yellow {
  background-color: #ffc000;
}
.eicon--green {
  background-color: #70ad47;
}

.energy-head {
  margin: 0 0 40px 0;
}
.energy-head h2 {
  color: #155d96;
  font-size: 1.6em;
  margin: 0 0 0.4em 0;
}
.energy-head p {
  margin: 0 0 1.5em 0;
}

.food {
  background-image: url(../img/mleft-bg.png);
  background-size: 100% 100%;
  padding: 15px;
  font-size: 14px;
}
@media (min-width:990px) {
  .food {
    background-image: none;
    background-color: #f2f2f2;
  }
}
.food__head {
  padding: 15px;
  background-color: #fff;
}
.food__head h1 {
  margin: 0;
  color: #155d96;
  font-weight: bold;
  font-size: 30px;
  margin: 0 0 0.4em 0;
}
.food__icons {
  display: flex;
  margin-top: 10px;
}
@media (min-width:750px) {
  .food__icons {
    margin-top: 0;
    vertical-align: middle;
    display: inline-flex;
    margin-left: 10px;
  }
}
.food__icons .eicon {
  margin: 0 8px 0 0;
}
@media (min-width:750px) {
  .food__icons .eicon {
    margin: 0 4px;
  }
}
.food__intro {
  display: flex;
  flex-direction: column;
}
@media (min-width:750px) {
  .food__intro {
    flex-direction: row;
  }
}
@media (min-width:750px) {
  .food__intro__table {
    width: 55%;
  }
}
.food__intro__table table {
  border-spacing: 0;
}
.food__intro__table table td {
  padding: 2px 0;
}
.food__intro__table strong {
  font-weight: 500;
}
.food__intro__table p {
  margin: 0 0 0.5em 0;
}
@media (min-width:750px) {
  .food__intro__image {
    width: 45%;
  }
}
.food__text {
  padding-top: 15px;
}
.food__text h2 {
  font-weight: bold;
  font-size: 1.15em;
  margin: 1.5em 0 0.5em 0;
}
.food__images {
  display: flex;
  align-items: flex-start;
}
.food__images img {
  width: 230px;
  height: auto;
}

.content-banner {
  align-items: center;
  font-size: 15px;
  margin: 15px 0 30px 0;
}
@media (min-width:750px) {
  .content-banner {
    margin: 30px 0;
    display: flex;
  }
}
.content-banner--standalone {
  padding: 15px;
  background-color: #fff;
  margin: 15px 0;
}
.content-banner--standalone:last-child {
  margin-bottom: 0;
}
.content-banner__img {
  width: 80px;
  flex-shrink: 0;
  margin-right: 18px;
}
.content-banner__img img {
  display: block;
}
.content-banner__text {
  margin-right: 15px;
  line-height: 1.3;
  width: 100%;
}
@media (max-width:749px) {
  .content-banner__text {
    margin-bottom: 15px;
  }
}
.content-banner p {
  margin: 0;
  font-size: 1.1em;
  color: #155d96;
}
.content-banner .button {
  white-space: nowrap;
}

.article-block {
  margin: 25px 0;
  color: #444;
  display: block;
  background-color: #fff;
  text-decoration: none;
}
.article-block:hover {
  box-shadow: 2px 4px 30px 0 rgba(0, 0, 0, 0.2);
}
.article-block + .article-block {
  margin-top: 40px;
}
.article-block__head {
  padding: 15px;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
}
@media (min-width:750px) {
  .article-block__head {
    display: flex;
  }
}
.article-block__title {
  font-size: 1.3em;
  color: #155d96;
  font-weight: 500;
  margin: 0 0 5px 0;
}
@media (min-width:750px) {
  .article-block__title {
    margin: 0;
  }
}
.article-block__content {
  display: flex;
  padding: 15px;
}
.article-block__img {
  background-size: cover;
  background-position: 50% 50%;
  width: 30%;
  flex-shrink: 0;
}
.article-block__img:after {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
.article-block__text {
  width: 70%;
  padding-left: 15px;
  font-size: 14px;
}
.article-block__date {
  font-size: 14px;
  color: #666;
}
.article-block__author {
  margin: 0 0 10px 0;
  color: #b7d1e0;
  font-weight: bold;
}
.article-block__author strong {
  font-weight: inherit;
  color: #155d96;
}
.article-block__rating {
  padding: 15px;
  border-top: 1px solid #eee;
  color: #b7d1e0;
  font-weight: bold;
}
@media (max-width:749px) {
  .article-block__rating {
    font-size: 0.8em;
  }
}
.article-block__rating strong {
  color: #155d96;
}
.article-block__rating ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width:750px) {
  .article-block__rating ul {
    flex-wrap: nowrap;
  }
}
.article-block__rating ul li {
  margin: 0 !important;
  padding: 0;
  width: 50%;
}
@media (min-width:750px) {
  .article-block__rating ul li {
    width: auto;
  }
}
.article-block__rating ul li:before {
  display: none;
}
.article-block__rating .icon {
  vertical-align: -4px;
  margin-right: 5px;
}
.article-block__update {
  font-size: 14px;
  text-align: right;
  color: #666;
  padding: 0 15px 15px 15px;
}
.article-block__updates {
  font-size: 0.8em;
  color: #666;
  padding: 0 15px 15px 15px;
  display: flex;
  justify-content: space-between;
}
@media (min-width:750px) {
  .article-block__updates {
    font-size: 14px;
  }
}
.article-block__updates p {
  margin: 0;
}
.article-block__inline-author {
  font-size: 14px;
  display: inline-block;
  background-image: url(../img/icons/icon-pen.png);
  background-position: 0 70%;
  background-repeat: no-repeat;
  padding-left: 24px;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}

.article-block-alt {
  margin: 25px 0;
  color: #444;
  display: block;
  text-decoration: none;
  background-color: #fff;
}
.article-block-alt:hover {
  box-shadow: 2px 4px 30px 0 rgba(0, 0, 0, 0.2);
}
.article-block-alt__head {
  padding: 15px;
  display: flex;
  border-bottom: 1px solid #eee;
  justify-content: space-between;
}
.article-block-alt__title {
  font-size: 1.3em;
  color: #155d96;
  font-weight: 500;
  margin: 0;
}
.article-block-alt__label {
  font-weight: bold;
  font-size: inherit;
  margin: 0;
}
.article-block-alt__label strong {
  color: #155d96;
  font-weight: inherit;
}
.article-block-alt__update {
  font-size: 14px;
  color: #666;
}
.article-block-alt__update strong {
  color: #155d96;
}
.article-block-alt__inline-author {
  font-size: 14px;
  display: inline-block;
  background-image: url(../img/icons/icon-pen.png);
  background-position: 0 70%;
  background-repeat: no-repeat;
  padding-left: 24px;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}
.article-block-alt__rating {
  padding: 15px;
  border-top: 1px solid #eee;
  color: #b7d1e0;
  font-weight: bold;
}
.article-block-alt__rating strong {
  color: #155d96;
}
.article-block-alt__rating ul {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.article-block-alt__rating ul li {
  margin: 0 !important;
  padding: 0;
}
.article-block-alt__rating ul li:before {
  display: none;
}
.article-block-alt__rating .icon {
  vertical-align: -4px;
  margin-right: 5px;
}
.article-block-alt__group {
  width: 32px;
  height: 16px;
  display: inline-block;
  background-image: url(../img/content/group.png);
  margin-left: 10px;
}
.article-block-alt__ricon {
  margin-left: 8px;
}
.article-block-alt__ricon img {
  vertical-align: middle;
}

.stars-and-sharing {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.header-and-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0.81em 0;
}
.header-and-button h1 {
  margin: 0;
}
.header-and-button h2 {
  margin: 0;
}

.visibility {
  display: inline-block;
  background-image: url(../img/content/eye.png);
  background-size: 21px auto;
  background-position: left 2px top 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
  font-size: 14px;
}
.visibility select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  appearance: none;
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  color: #aaa;
  background-image: url(../img/vector/arrow-down-grey.svg);
  background-size: 12px auto;
  background-position: right 3px top 50%;
  background-repeat: no-repeat;
  padding: 2px 30px 2px 2px;
}

.articles-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin: 3em 0 0.8em 0;
}
.articles-head h2 {
  margin: 0;
}
.articles-head__stats {
  color: #656565;
  font-size: 1.4em;
  font-weight: 500;
}

.blog {
  font-size: 14px;
  margin-bottom: 30px;
}
.blog__head {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
}
.blog__head h2 {
  font-weight: bold;
  color: #155d96;
  margin: 0 0 15px 0;
}
.blog__content {
  background-color: #fff;
  padding: 15px 15px 25px 15px;
}
.blog__content h3 {
  font-weight: bold;
  color: #155d96;
  margin: 30px 0 15px 0;
  text-transform: uppercase;
}
.blog__gallery {
  display: flex;
  margin: 10px -5px 0 -5px;
}
.blog__gallery__image {
  margin: 5px;
  width: calc(50% - 10px);
  display: block;
  background-size: cover;
  background-position: 50% 50%;
}
.blog__gallery__image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.blog__sharing {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.discussion-table {
  margin: 30px 0;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.discussion-table__head {
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-bottom: 2px solid #eee;
}
.discussion-table__head h3 {
  font-weight: bold;
  margin: 0;
  color: #155d96;
}
.discussion-table__stats {
  padding: 12px 15px;
  color: #b7d1e0;
  font-weight: bold;
  border-bottom: 2px solid #eee;
}
.discussion-table__stats strong {
  color: #155d96;
  padding-left: 1em;
  margin-right: 1.5em;
}
.discussion-table table {
  padding: 7px;
  font-size: 15px;
  margin: 0;
}
.discussion-table table td,
.discussion-table table th {
  padding: 5px 8px;
  text-align: center;
}
.discussion-table table td:first-child,
.discussion-table table th:first-child {
  text-align: left;
}
.discussion-table table td:last-child,
.discussion-table table th:last-child {
  text-align: right;
}
.discussion-table table th {
  border-bottom: 1px solid #555;
}
.discussion-table table a {
  color: #155d96;
  text-decoration: none;
  font-weight: 500;
}
.discussion-table table a:hover {
  text-decoration: underline;
}
.discussion-table__more {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #155d96;
  padding: 0 10px 5px 10px;
}
.discussion-table__more__link {
  text-decoration: none;
  display: inline-block;
  background-image: url(../img/vector/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 3px top 50%;
  text-align-last: right;
  padding: 5px 25px 5px 5px;
}

@media (min-width:750px) {
  .search-box-group {
    display: flex;
    margin: 0 -10px 50px -10px;
  }
}
@media (min-width:750px) {
  .search-box-group .search-box {
    margin: 0 10px;
    width: calc(50% - 20px);
  }
}

.people {
  font-size: 15px;
  color: #8f8f8f;
}
@media (min-width:990px) {
  .people {
    display: flex;
    margin: 0 -10px;
  }
}
.people a {
  color: #155d96;
  text-decoration: none;
}
.people a:hover {
  text-decoration: underline;
}
.people__block {
  background-color: #fff;
}
@media (min-width:750px) {
  .people__block {
    border: 1px solid #b0ccdd;
    position: relative;
  }
}
@media (min-width:990px) {
  .people__block {
    width: calc(50% - 20px);
    padding: 7px;
    margin: 0 10px;
  }
}
.people__head h3 {
  background-color: #155d96;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 15px;
  font-size: 0.9em;
}
@media (min-width:990px) {
  .people__head h3 {
    padding: 10px 10px;
    font-size: 1em;
    display: inline-block;
  }
}
.people__head--prize {
  background-image: url(../img/hp/prize.png);
  background-position: right 8px top 50%;
  background-repeat: no-repeat;
}
.people__content + .people__head {
  margin-top: 22px;
}
.people__score {
  padding: 0 14px 0 14px !important;
  margin: 0;
  list-style-type: none;
}
.people__score li {
  display: flex;
  padding: 5px 0 !important;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}
.people__score li:last-child {
  border: none;
}
.people__score li:before {
  display: none;
}
.group-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #b7d1e0;
  margin: 10px 0 20px 0;
}
.group-head strong {
  color: #155d96;
}

.group-feed {
  margin: 30px 0 0 0;
}
.group-feed .status {
  margin: 20px 0;
}

.faq-blocks {
  margin: 40px 0 20px 0;
}
.faq-blocks__block {
  padding: 15px;
  background-color: #fff;
  margin: 15px 0;
  color: #155d96;
  display: block;
  text-decoration: none;
  font-weight: bold;
}
.faq-blocks__block:hover {
  box-shadow: 2px 4px 30px 0 rgba(0, 0, 0, 0.2);
}
.faq-blocks h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  line-height: inherit;
}

.tabs {
  background-color: #f2f2f2;
}
.tabs__head {
  display: flex;
  border-top: 1px solid #484848;
}
.tabs__head--uppercase {
  text-transform: uppercase;
}
.tabs__item {
  font-size: 1em;
  flex-basis: 0;
  flex-grow: 1;
  font-weight: 500;
  text-align: center;
  padding: 1em;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  line-height: 1.2;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
@media (min-width:750px) {
  .tabs__item {
    font-size: 1.2em;
  }
}
.tabs__head--small .tabs__item {
  font-size: 0.8em;
}
@media (min-width:750px) {
  .tabs__head--small .tabs__item {
    font-size: 1.1em;
  }
}
.tabs__item:before, .tabs__item:after {
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, #484848, #fff);
}
.tabs__item:before {
  left: 0;
}
.tabs__item:after {
  right: 0;
}
.tabs__item + .tabs__item:before {
  display: none;
}
.tabs__item--active {
  background-color: #f2f2f2;
  color: #155d96;
}
.tabs__item h1 {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
.tabs__content {
  padding: 15px;
}
@media (min-width:750px) {
  .tabs__content {
    padding: 30px;
  }
  .tabs--no-padding .tabs__content {
    padding: 0;
  }
}

.quiz {
  margin-top: 20px;
}
@media (min-width:1200px) {
  .quiz {
    margin-top: 60px;
  }
  .quiz--small-margin {
    margin-top: 30px;
  }
}
.quiz__intro--padded {
  padding: 0 15px;
}
.quiz__intro h2 {
  font-size: 1.8em;
  color: #155d96;
  margin: 0 0 0.5em 0;
}
.quiz__intro p {
  font-size: 0.9em;
}
.quiz__question {
  margin: 0 0 15px 0;
}
.quiz__title {
  padding: 5px 15px;
  font-size: 1.6em;
  color: #155d96;
  font-weight: normal;
}
.quiz__ask {
  padding: 0;
  background-color: #8bc63f;
  padding: 15px;
  color: #fff;
}
.quiz__ask h2,
.quiz__ask h3,
.quiz__ask h4 {
  margin: 0;
  margin-bottom: 1em;
  line-height: inherit;
  font-size: inherit;
  font-weight: 500;
}
.quiz__ask h2:last-child,
.quiz__ask h3:last-child,
.quiz__ask h4:last-child {
  margin-bottom: 0;
}
.quiz__options {
  display: flex;
  color: #245a1b;
}
.quiz__options ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.quiz__options li {
  padding: 15px;
  background-color: #e0e5ea;
}
.quiz__options li + li {
  margin-top: 1px;
}
.quiz__options .radio {
  display: block;
  padding-left: 35px;
  padding-right: 15px;
}
.quiz__buttons {
  margin: 30px 0;
  text-align: center;
  font-size: 1.2em;
}
.quiz__buttons--left {
  font-size: 1em;
  margin: 15px 0 30px 0;
  max-width: 28.2em;
}
.quiz__buttons--left2 {
  font-size: 1.2em;
  margin: 25px 0 30px 0;
  max-width: 25em;
}
.quiz__buttons--left-and-right {
  font-size: 1em;
}
@media (min-width:750px) {
  .quiz__buttons--left-and-right {
    margin: 25px 0 30px 0;
    display: flex;
    justify-content: space-between;
    padding: 0 15px 0 10.3em;
  }
}
.quiz__text {
  padding: 15px;
}
.quiz__item {
  background-color: #e0e5ea;
  padding: 15px;
  color: #245a1b;
}
.quiz__item + .quiz__item {
  margin-top: 1px;
}
.quiz__label {
  display: inline-block;
  min-width: 9em;
  padding-right: 1em;
}
.quiz__input {
  border: 1px solid #245a1b;
  padding: 3px 5px;
  height: auto;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.quiz__input::-ms-expand {
  display: none;
}
.quiz__input--short {
  min-width: 0;
  width: 8em;
}
.quiz__input--select {
  background-image: url(../img/vector/select-arrow-green.svg);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-right: 40px;
}
.quiz .radio__circle {
  border-color: #245a1b;
}
.quiz__info {
  color: #ff0000;
  padding: 0 15px;
}

@media (min-width:750px) {
  .quiz__items-and-results {
    display: flex;
  }
  .quiz__items-and-results .quiz__items {
    width: 19.2em;
    flex-shrink: 0;
  }
  .quiz__items-and-results .quiz__items .quiz__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .quiz__items-and-results .quiz__items .quiz__item .quiz__label {
    margin: 0;
    min-width: 0;
  }
  .quiz__items-and-results--wider .quiz__items {
    width: 24.2em;
  }
  .quiz__items-and-results .quiz__results {
    width: 100%;
  }
}
.quiz__results {
  background-color: #e0e5ea;
  padding: 15px;
}
@media (min-width:750px) {
  .quiz__results {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width:749px) {
  .quiz__results--multiple > * + * {
    margin-top: 20px;
  }
}
@media (min-width:750px) {
  .quiz__results--multiple > * + * {
    margin-left: 20px;
  }
}
.quiz__recs {
  padding: 15px;
}
.quiz__recs h2 {
  margin: 0;
  font-size: 1.3em;
  font-weight: 500;
  padding: 0;
  color: #155d96;
}
.results {
  background-color: #f2f2f2;
  color: #155d96;
  padding-bottom: 10px;
}
.results--top-margin {
  margin-top: 60px;
}
.results__head {
  background-color: #d5e5ee;
  color: #155d96;
}
.results__head h2, .results__head h3 {
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  padding: 5px 15px;
}
.results__info {
  padding: 15px 35px;
}
.results__range {
  font-size: 1.4em;
  margin: 0.5em 0;
}
.results__recs {
  padding: 15px 35px 20px 35px;
}
.results__recs h2 {
  margin: 0;
  font-size: 1.3em;
  font-weight: 500;
  padding: 0;
}
.results .blue-blocks {
  margin: 5px -10px 0px -10px;
}

.form-block {
  padding: 20px 0;
}
@media (min-width:750px) {
  .form-block {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width:749px) {
  .form-block__block + .form-block__block {
    margin-top: 30px;
  }
}
@media (min-width:750px) {
  .form-block__block {
    width: 50%;
    padding: 25px;
  }
}
.form-block--wide-labels .form-block__block {
  padding-right: 0;
}
@media (min-width:750px) {
  .form-block__block--fb {
    text-align: center;
    padding-top: 35px;
  }
}
.form-block__block--full {
  width: 100%;
}
.form-block__action {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 15px;
}
@media (max-width:749px) {
  .form-block__action > * + * {
    margin-top: 15px;
  }
}
@media (min-width:750px) {
  .form-block__action {
    margin-top: 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.form-block__buttons {
  text-align: center;
  margin-top: 40px;
  font-size: 1.4em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-block__buttons > * + * {
  margin-top: 40px;
}
.form-block__item {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.form-block__label {
  width: 5em;
  flex-shrink: 0;
  display: inline-block;
}
.form-block--wide-labels .form-block__label {
  width: 10em;
}
.form-block__item--required .form-block__label:after {
  content: "*";
  color: #f4570b;
}
.form-block__radio + .form-block__radio {
  margin-top: 5px;
}
.form-block__radio--required .radio:after {
  content: "*";
  color: #f4570b;
}
.form-block__input {
  display: block;
  width: 100%;
}
.form-block__required {
  padding-top: 6px;
  color: #f4570b;
}
.form-block .info {
  margin-left: 10px;
  margin-top: 5px;
}
@media (min-width:750px) {
  .form-block .info {
    top: 5px;
    left: 100%;
    margin-top: 0px;
    margin-left: 10px;
    position: absolute;
  }
}

.fb-button {
  background-color: #607fc7;
  color: #fff;
  font-weight: bold;
  border-radius: 14px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  padding: 20px 17px 20px 40px;
  background-image: url(../img/vector/facebook-button-icon.svg);
  background-repeat: no-repeat;
  background-position: 17px 50%;
  background-size: 13px auto;
  white-space: nowrap;
  text-shadow: 1px 1px #38579E;
}
.fb-button:hover {
  background-color: #3F61B1;
}
.fb-button--wide {
  padding-left: 60px;
  padding-right: 42px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.info {
  position: relative;
}
.info__button {
  background-image: url(../img/vector/info.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  cursor: pointer;
}
.info__window {
  width: 300px;
  top: 35px;
  left: -30px;
  position: absolute;
  z-index: 20;
  font-size: 13px;
  line-height: 1.4;
  border-radius: 10px;
  padding: 1px;
  background-image: linear-gradient(to bottom, #fafafa, #c6d5e0);
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
  color: #333;
  display: none;
}
@media (min-width:750px) {
  .info__window {
    top: 0;
    left: 34px;
  }
}
@media (max-width:749px) {
  .info--pull-left .info__window {
    right: 0;
    left: auto;
  }
}
.info__button:focus ~ .info__window {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.3s;
}
.info__window__in {
  padding: 11px 16px;
  border-radius: 8px;
  background-color: #ffffff;
}


.block-controller {
  padding: 15px;
}
@media (min-width:990px) {
  .block-controller {
    display: none;
  }
}
.block-controller ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  max-width: 400px;
}
.block-controller__button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background-size: auto 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #8bc63f;
}
.block-controller__button.active {
  background-color: #155d96;
}

.small-profile {
  position: relative;
  padding: 15px;
  padding-top: 20px;
  padding-left: 70px;
  padding-bottom: 10px;
}
.small-profile__img {
  width: 40px;
  height: 40px;
  position: absolute;
  border: 1px solid #eee;
  border-radius: 50%;
  top: 15px;
  left: 15px;
  background-size: cover;
}
.small-profile__name {
  margin: 0;
  font-size: 2em;
  font-weight: 500;
  color: #155d96;
}

.big-form {
  background-color: #f2f2f2;
  padding: 15px;
  margin: 0 0 20px 0;
}
@media (min-width:750px) {
  .big-form {
    padding: 30px;
  }
}
.big-form h1 {
  color: #155d96;
  font-weight: 500;
  font-size: 2.7em;
  margin-top: 0;
}
@media (min-width:990px) {
  .big-form__blocks {
    display: flex;
    margin: 0 -30px;
  }
}
@media (max-width:989px) {
  .big-form__block + .big-form__block {
    margin-top: 20px;
  }
}
@media (min-width:990px) {
  .big-form__block {
    width: calc(50% - 60px);
    margin: 0 30px;
  }
}
.big-form__item {
  margin: 0 0 15px 0;
}
.big-form__item--inline {
  display: flex;
  align-items: center;
}
.big-form__item:last-child {
  margin-bottom: 0;
}
.big-form__input {
  width: 100%;
  max-width: 100%;
  display: block;
}
@media (max-width:749px) {
  .big-form__group .big-form__item {
    margin-bottom: 15px;
  }
}
@media (min-width:750px) {
  .big-form__group {
    display: flex;
    margin: 0 -10px 15px -10px;
  }
  .big-form__group .big-form__item {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
}
.big-form__item--large .big-form__label {
  margin: 0 0 5px 0;
  display: block;
}
.big-form__item--inline .big-form__label {
  width: 7em;
  flex-shrink: 0;
  display: inline-block;
}
.big-form__custom {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.big-form__custom > * + * {
  margin-left: 15px;
}

.button-group {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px;
}
.button-group__row + .button-group__row {
  margin-top: 25px;
}
@media (min-width:750px) {
  .button-group__row--flex {
    display: flex;
    align-items: center;
  }
}
@media (max-width:749px) {
  .button-group__row--flex > * + * {
    margin-top: 20px;
  }
}
@media (min-width:750px) {
  .button-group__row--flex > * + * {
    margin-left: 30px;
  }
}

.bmi {
  background-size: contain;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
}
.bmi:before {
  content: "";
  display: block;
}
.bmi--children {
  background-image: url(../img/vector/bmi-children.svg);
}
.bmi--children:before {
  padding-top: 15.31%;
}
.bmi--adults {
  background-image: url(../img/vector/bmi-adults.svg);
}
.bmi--adults:before {
  padding-top: 18.27%;
}
.bmi__value {
  width: 2%;
  margin-left: -1%;
  top: 40%;
  position: absolute;
  background-image: url(../img/vector/bmi-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.bmi--adults .bmi__value {
  width: 3%;
  top: 55%;
}
.bmi__value:before {
  content: "";
  display: block;
  padding-top: 290%;
}



.hp-splash {
  height: 420px;
  position: relative;
  overflow: hidden;
}
@media (min-width:990px) {
  .hp-splash {
    height: 461px;
  }
}
.hp-splash__inside {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  align-items: flex-end;
  display: flex;
  padding-bottom: 15px;
  position: relative;
  z-index: 5;
}
.hp-splash__box {
  color: #fff;
  padding: 25px 45px 25px 30px;
  position: relative;
}
.hp-splash__box:before {
  background-image: linear-gradient(90deg, rgba(0, 91, 144, 0.8) 40%, rgba(0, 91, 144, 0.5));
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: -20vw;
  position: absolute;
}
@media (min-width:990px) {
  .hp-splash__box:before {
    background-image: linear-gradient(90deg, rgba(0, 91, 144, 0) 40%, rgba(0, 91, 144, 0.8));
  }
}
.hp-splash__in {
  z-index: 10;
  position: relative;
}
.hp-splash__in h1 {
  margin: 0 0 0.1em 0;
  font-size: 2.8em;
  font-weight: 500;
}
.hp-splash__slogan {
  font-size: 1.7em;
  margin: 0 0 0.4em 0;
}
.hp-splash__img {
  position: absolute;
  background-position: 50% 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
.hp-splash__video {
  display: none;
  background-color: #000;
}
@media (min-width:990px) {
  .hp-splash__video {
    display: block;
    object-fit: cover;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-position: 50% 20%;
  }
}

.hp-interests {
  margin: 0 auto;
  max-width: 1320px;
  background-image: url(../img/hp/articles-sep.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #155d96;
  padding: 20px;
}
@media (min-width:750px) {
  .hp-interests {
    padding: 50px 60px 20px 60px;
  }
}
@media (min-width:750px) {
  .hp-interests__inside {
    display: flex;
    margin: -25px;
  }
}
@media (max-width:749px) {
  .hp-interests__box + .hp-interests__box {
    margin-top: 20px;
  }
}
@media (min-width:750px) {
  .hp-interests__box {
    margin: 25px;
    flex-basis: 0;
    flex-grow: 1;
  }
}
.hp-interests__content {
  margin: 0 0 15px 0;
}
.hp-interests__content h2 {
  font-weight: bold;
  margin: 0 0 10px 0;
}
.hp-interests__img {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
}
.hp-interests__more {
  text-align: center;
  color: #fbad18;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.hp-interests__more:after {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  vertical-align: 0.3em;
  margin-left: 0.6em;
}

.hp-articles2 {
  max-width: 1200px;
  margin: 0 auto 20px auto;
}
@media (min-width:750px) {
  .hp-articles2 {
    margin: 0 auto 70px auto;
  }
}
@media (min-width:750px) {
  .hp-articles2__blocks {
    margin: -20px 0;
    display: flex;
  }
}
@media (min-width:1200px) {
  .hp-articles2__blocks {
    margin: -20px;
  }
}
.hp-articles2__block {
  margin: 20px;
  flex-basis: 0;
  text-decoration: none;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow: hidden;
}
.hp-articles2__img {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  color: #fff;
  display: block;
  flex-grow: 1;
}
.hp-articles2__img:after {
  content: "";
  display: block;
  padding-top: 64%;
}
.hp-articles2__data {
  opacity: 0;
}
.hp-articles2__img:hover .hp-articles2__data {
  opacity: 1;
  transition: opacity 0.3s;
}
.hp-articles2__data:before {
  content: "";
  display: block;
  background-color: #155d96;
  opacity: 0.65;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hp-articles2__quote {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  font-size: 13px;
}
@media (min-width:750px) {
  .hp-articles2__quote {
    padding: 35px 45px;
  }
}
@media (min-width: 928.5714285714px) {
  .hp-articles2__quote {
    font-size: 1.4vw;
  }
}
@media (min-width: 1428.5714285714px) {
  .hp-articles2__quote {
    font-size: 20px;
  }
}
.hp-articles2__quote:after, .hp-articles2__quote:before {
  content: "";
  display: block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 1.5em;
  height: 1em;
}
@media (min-width:750px) {
  .hp-articles2__quote:after, .hp-articles2__quote:before {
    width: 3em;
    height: 2em;
  }
}
.hp-articles2__quote:before {
  margin-bottom: 0.8em;
  align-self: flex-start;
  background-position: 0 50%;
  background-image: url(../img/vector/quotes-66.svg);
}
.hp-articles2__quote:after {
  margin-top: 0.8em;
  align-self: flex-end;
  background-position: 100% 50%;
  background-image: url(../img/vector/quotes-99.svg);
}
.hp-articles2__quote p {
  max-width: 100%;
}
.hp-articles2__recipe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  color: #a8c4df;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
@media (min-width:750px) {
  .hp-articles2__recipe {
    padding: 20px;
  }
}
.hp-articles2__recipe ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.hp-articles2__recipe li {
  padding: 6px;
}
@media (min-width:750px) {
  .hp-articles2__recipe li {
    padding: 8px 13px;
  }
}
@media (min-width:990px) {
  .hp-articles2__recipe li {
    padding: 13px;
  }
}
.hp-articles2__recipe li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.hp-articles2__recipe strong {
  color: #fff;
}
.hp-articles2__recipe .icon {
  margin-right: 10px;
}
.hp-articles2__info {
  position: absolute;
  z-index: 5;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  bottom: 10px;
  left: 20px;
  right: 20px;
}
@media (min-width:750px) {
  .hp-articles2__info {
    bottom: 23px;
    left: 40px;
    right: 40px;
  }
}
.hp-articles2__link {
  text-decoration: underline;
  display: inline-block;
}
.hp-articles2__link:after {
  content: ">";
  display: inline-block;
  text-decoration: none;
}
.hp-articles2__badge {
  color: #fff;
  background-color: #155d96;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 7px 0;
  padding: 0px 10px;
}
.hp-articles2__title {
  color: #155d96;
  padding: 0 10px;
  margin: 0 0 13px 0;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hp-articles2__headline {
  text-align: center;
}
.hp-articles2__headline h2 {
  font-size: 2.3em;
  font-weight: 500;
  margin: 0.2em 0 0.3em 0;
  color: #155d96;
}
@media (min-width:750px) {
  .hp-articles2__headline h2 {
    margin: 0 0 1em 0;
  }
}

.hp-sep {
  background-image: url(../img/hp/hp-sep.png);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: contain;
}
.hp-sep--alt {
  background-image: url(../img/hp/hp-sep2.png);
}
.hp-sep--margins {
  margin: 40px 0;
}
@media (min-width:1200px) {
  .hp-sep--margins {
    margin: 60px 0;
  }
}
.hp-sep--margin-bottom {
  margin: 0 0 40px 0;
}
@media (min-width:1200px) {
  .hp-sep--margin-bottom {
    margin: 0 0 60px 0;
  }
}
.hp-sep:before {
  display: block;
  padding-top: 5%;
  content: "";
}

.hp-about {
  color: #155d96;
  overflow: hidden;
  padding: 20px;
}
@media (min-width:750px) {
  .hp-about {
    padding: 0 60px;
  }
}
.hp-about__inside {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width:990px) {
  .hp-about__block {
    display: flex;
    align-items: center;
    margin: 60px -50px 50px -50px;
  }
}
.hp-about__block + .hp-about__block {
  margin-top: 50px;
}
@media (min-width:990px) {
  .hp-about__block + .hp-about__block {
    margin-top: 120px;
  }
}
.hp-about__block--rev {
  flex-direction: row-reverse;
}
.hp-about__block ul {
  padding: 0;
  list-style-type: none;
  margin: 0.5em 0;
}
.hp-about__block ul li {
  position: relative;
  padding: 0 0 0 30px;
}
.hp-about__block ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #fbad18;
  border-radius: 50%;
  top: 7px;
  left: 10px;
}
.hp-about__badge {
  background-color: #155d96;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  padding: 0.1em 0.5em;
}
.hp-about__content {
  margin: 0 0 30px 0;
}
.hp-about__content > p {margin: 0 0 1.5em 0;}
@media (min-width:990px) {
  .hp-about__content {
    margin: 0 50px;
    width: 55%;
  }
}
@media (min-width:1200px) {
  .hp-about__content {
    width: 50%;
  }
}
.hp-about__content h2 {
  font-size: 2.4em;
  margin: 0.2em 0 0.6em 0;
  font-weight: 500;
}
.hp-about__content h3 {
    font-size: 1.8em;
    margin: 0 0 1em 0;
    font-weight: 600;
}
.hp-about__action {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.hp-about__action .button {
  margin-right: 24px;
}
@media (min-width:990px) {
  .hp-about__action--rev {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .hp-about__action--rev .button {
    margin-right: 0px;
    margin-left: 24px;
  }
}
.hp-about__media {
  position: relative;
}
.hp-about__media img {
  margin: 0 auto;
  display: block;
}
@media (min-width:990px) {
  .hp-about__media {
    margin: 0 50px;
    width: 45%;
  }
}
@media (min-width:1200px) {
  .hp-about__media {
    width: 50%;
  }
}
.hp-about__media--has-shadow:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/hp/hp-about-shadow.png);
  background-size: contain;
  background-position: 50% 0%;
  top: 100%;
  left: -20%;
  right: -20%;
  padding-top: 12%;
  background-repeat: no-repeat;
}
.hp-about__caption {
  color: #fff;
  background-color: #00457D;
  padding: 12px 15px;
  font-weight: 500;
}

.hp-who {
  color: #155d96;
  padding: 0 20px;
}
@media (min-width:750px) {
  .hp-who {
    text-align: center;
  }
}
.hp-who__inside {
  max-width: 1200px;
  margin: 0 auto;
}
.hp-who__inside h2 {
  font-size: 2.3em;
  font-weight: 500;
}
.hp-who__text {
  max-width: 50em;
  margin: 0 auto 2em auto;
}
@media (min-width:750px) {
  .hp-who__text {
    font-size: 1.2em;
  }
}

.hp-people {
  margin-top: 60px;
}
.hp-people__inside {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.hp-people__box {
  color: #fff;
}
.hp-people__box:before {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: #155d96;
}
@media (min-width:990px) {
  .hp-people__box:before {
    top: 200px;
  }
}
@media (min-width:990px) {
  .hp-people__box {
    display: flex;
    background-color: transparent;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
}
.hp-people__people {
  display: none;
}
@media (min-width:990px) {
  .hp-people__people {
    margin: 0 -15px;
    display: flex;
  }
}
.hp-people__person {
  position: relative;
  margin: 0 15px;
  flex-basis: 0;
  padding: 7px 10px;
  flex-grow: 1;
}
.hp-people__person--large {
  width: 170px;
  margin: 0 auto;
}
@media (min-width:990px) {
  .hp-people__person--large {
    width: 20%;
    flex-basis: auto;
    margin: 0 30px 0 0;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.hp-people__person:after {
  content: "";
  display: block;
  position: absolute;
  box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
  background-color: #155d96;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
}
.hp-people__person--large:after {
  background-color: #fbad18;
}
.hp-people__img {
  background-size: contain;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  animation-name: hide;
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
.hp-people__img.active {
  animation-name: fadeIn;
}
.hp-people__img:before {
  content: "";
  display: block;
  padding-top: 210%;
  background-image: linear-gradient(rgba(21, 93, 150, 0) 100px, #155d96 85%);
}
.hp-people__person--large .hp-people__img:before {
  background-image: linear-gradient(rgba(251, 173, 24, 0) 65%, #fbad18 90%);
}
.hp-people__person--large .hp-people__img {
  margin-top: -10px;
}
.hp-people__src-text {
  display: none;
}
.hp-people__name {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 7px 10px;
  bottom: 0;
  text-align: left;
  animation-name: hide;
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
.hp-people__name.active {
  animation-name: fadeIn;
  animation-duration: 0.6s;
}
.hp-people__person--large .hp-people__name {
  padding: 12px 20px;
  font-size: 1.4em;
}
.hp-people__content {
  flex-grow: 1;
}
.hp-people__text {
  padding: 30px;
  position: relative;
  z-index: 10;
  line-height: 1.8;
  font-size: 1.125em;
  animation-name: hide;
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
@media (min-width:990px) {
  .hp-people__text {
    padding: 30px 30px 0 0;
  }
}
.hp-people__text.active {
  animation-name: fadeIn;
  animation-duration: 0.6s;
}
.hp-people__arrow {
  position: absolute;
  top: 170px;
  height: 90px;
  width: 30px;
  overflow: hidden;
  text-indent: -1000px;
  z-index: 100;
}
@media (min-width:990px) {
  .hp-people__arrow {
    top: 110px;
  }
}
.hp-people__arrow:before {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #155d96;
  border-top: 2px solid #155d96;
  transition: border-color 0.3s;
  border-color: #fff;
}
@media (min-width:990px) {
  .hp-people__arrow:before {
    left: 4px;
    border-color: #155d96;
  }
}
.hp-people__arrow:hover:before {
  border-color: #fbad18;
}
.hp-people__arrow--left {
  left: 60px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width:990px) {
  .hp-people__arrow--left {
    left: 0;
  }
}
.hp-people__arrow--right {
  right: 60px;
}
@media (min-width:990px) {
  .hp-people__arrow--right {
    right: 0;
  }
}

.hp-diff {
  margin-bottom: 30px;
}
@media (min-width:750px) {
  .hp-diff {
    margin-bottom: 90px;
  }
}
.hp-diff__inside {
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width:750px) {
  .hp-diff__inside {
    display: flex;
    align-items: flex-end;
  }
}
.hp-diff__img {
  position: relative;
  z-index: 10;
  padding: 0 40px;
}
@media (min-width:750px) {
  .hp-diff__img {
    padding: 0 90px;
    width: 50%;
  }
}
.hp-diff__img img {
  display: none;
}
.hp-diff__img img.active {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: backwards;
}
@media (min-width:750px) {
  .hp-diff__img:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/hp/hp-about-shadow.png);
    background-size: contain;
    background-position: 50% 0%;
    top: 100%;
    left: -20%;
    right: -20%;
    padding-top: 12%;
    background-repeat: no-repeat;
  }
}
.hp-diff__content {
  color: #155d96;
  padding: 20px;
  text-align: center;
}
@media (min-width:750px) {
  .hp-diff__content {
    padding: 0 0 20px 0;
    text-align: left;
    width: 50%;
  }
}
.hp-diff__content h2 {
  font-size: 2.3em;
  font-weight: 500;
  margin: 0 0 0.7em 0;
}
.hp-diff__rct {
  position: relative;
  padding: 30px 50px;
}
@media (min-width:750px) {
  .hp-diff__rct {
    padding: 30px 50px 30px 0;
  }
}
.hp-diff__rct:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #155d96;
  top: 0;
  left: -25%;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 30px inset rgba(0, 0, 0, 0.2);
}
.hp-diff__y:after, .hp-diff__y:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 14px;
  background-color: #fbad18;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.2);
}
.hp-diff__y:before {
  display: none;
}
@media (min-width:750px) {
  .hp-diff__y:before {
    display: block;
    right: 0;
    top: -7px;
  }
}
.hp-diff__y:after {
  display: block;
  left: -25%;
  bottom: -7px;
}
.hp-diff__text {
  position: relative;
  min-height: 7em;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  color: #fff;
  max-width: 25em;
  font-size: 1.125em;
  display: none;
}
.hp-diff__text.active {
  animation-name: fadeIn;
  animation-duration: 0.3s;
  display: flex;
}
.hp-diff__text p {
  max-width: 100%;
}
.hp-diff__numbers {
  font-weight: bold;
  height: 2em;
  position: relative;
  z-index: 5;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hp-diff__numbers ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style-type: none;
}
.hp-diff__numbers li {
  line-height: 1;
}
.hp-diff__numbers li + li {
  margin-left: 0.25em;
}
.hp-diff__number {
  display: block;
  padding: 5px 6px;
  font-weight: inherit;
  font-size: 1.125em;
  transition: color 0.3s, font-size 0.2s, transform 0.2s;
}
li.active > .hp-diff__number {
  color: #fbad18;
  font-size: 5em;
  transform: translateY(-9px);
}
.hp-diff__next {
  width: 22px;
  height: 26px;
  position: relative;
}
.hp-diff__next:after {
  content: "";
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid #155d96;
  border-bottom: 2px solid #155d96;
  position: absolute;
  top: 9px;
  left: 5px;
  width: 9px;
  height: 9px;
}

.hp-quote {
  padding: 50px 20px;
  color: #155d96;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}
@media (min-width:750px) {
  .hp-quote {
    margin-bottom: 40px;
  }
}
.hp-quote__inside {
  margin: 0 auto;
  max-width: 800px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.hp-quote__inside:after, .hp-quote__inside:before {
  content: "";
  flex-shrink: 0;
  width: 1.5em;
  height: 1.65em;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
@media (min-width:750px) {
  .hp-quote__inside:after, .hp-quote__inside:before {
    width: 3em;
    height: 2.3em;
  }
}
.hp-quote__inside:before {
  align-self: flex-start;
  background-image: url(../img/vector/quotes-66-lightblue.svg);
}
.hp-quote__inside:after {
  align-self: flex-end;
  background-image: url(../img/vector/quotes-99-lightblue.svg);
}
.hp-quote__text {
  padding: 0 1em;
}

