* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
outline: none; }
  *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.front-page {
  min-width: 320px;

  line-height: normal;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  background: #fff; }

html, body {
  overflow-x: hidden; }

.text-center {
  text-align: center; }

a {
  display: block;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  a:hover {
    color: #093335;
    text-decoration: none; }

button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff; }

input, textarea, select, button {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
    border-radius: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

label {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.nutrition .consultation:before{
  content: none;
}
.nutrition .consultation .messengers a{
  font-size: 16px;
}
.nutrition .consultation a{
  font-family: inherit;
}
.nutrition .consultation p.title{
  color: #212529;
}
.nutrition .consultation p{
  line-height: inherit;
}

.conditions-box p {
  margin-bottom: 0;
}
.conditions-description{
  padding-right: 70px;
}

.btn {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.btn-green {
  width: 282px;
  height: 62px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #1f5116;
  padding: 10px;
  border-radius: 35px 0 35px 0;
  background: url("../images/btn1.png") no-repeat center center / cover;
}

.btn-salad {
  width: 282px;
  height: 62px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #009318;
  padding: 10px;
  border-radius: 35px 0 35px 0;
  background: url("../images/btn2.png") no-repeat center / cover;
}

.btn-green:hover {
  color: orange;
}

.btn-salad:hover {
    color: orange; }

h1 {
  font-size: 30px;
  margin: 10px 0 20px; }

body.home h2 {
  color: #093335;
  font-size: 30px;
  font-family: "Comfortaa", cursive;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;}

.welcome {
  width: 100%;
  background: url("../images/bg1.jpg") no-repeat center;
    background-size: cover;
  position: relative; }
  .welcome:before, .welcome:after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 958px;
    height: 31px; }
  .welcome:before {
    background: url("../images/decor-left.png") no-repeat center;
      background-size: contain;
    left: 0; }
  .welcome:after {
    background: url("../images/decor-right.png") no-repeat center;
      background-size: contain;
    right: 0; }
  .welcome .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 270px;
    z-index: 2;
    position: relative; }
    .welcome .button-group .btn-price {
      margin: 0 65px 0 0; }

.welcome-title {
  margin: 150px 0 65px;
  color: #093335; }
  .welcome-title h2 {
    font-size: 22px !important;
    font-family: "Comfortaa", cursive;
    font-weight: 500;
    text-align: left !important;
  }
  .welcome-title span {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    max-width: 524px;
    display: block; }

.teasers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: -100px 0 130px;
  z-index: 2;
  position: relative; }

.box-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  text-align: center;
  width: 192px;
  height: 192px;
  margin: 0 33px;
  background: url("../images/decor1.png") no-repeat center;
    background-size: contain; }
  .box-option p {
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0 0;
    padding: 0 20px;
    text-shadow: 1px 1px 1px #009318;
  }

  .box-option .icon-wrapper {
    height: 66px; }

.program-rehabilitation {
  padding: 0 0 100px;
  background: url("../images/bg2.jpg") no-repeat center bottom;
    background-size: cover; }
  .program-rehabilitation h2 {
    margin: 0 0 60px; }

.box-program {
  position: relative;
  width: 355px;
  height: 363px;
  margin: 0 auto 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .box-program img {
    width: 100%; }
  .box-program:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(9, 51, 53, 0.96)), to(rgba(9, 51, 53, 0)));
    background-image: linear-gradient(to top, rgba(9, 51, 53, 0.96) 0%, rgba(9, 51, 53, 0) 100%); }
  .box-program .text {
	width: 100%;
    position: absolute;
    bottom: 35px;
    color: #fff;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .box-program .text .box-program__title {
      margin: 0 auto 35px;
      color: #ffffff;
      font-size: 21px;
      font-family: 'Comfortaa',cursive;
      font-weight: 300;
      text-transform: uppercase;
      width: 256px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: url("../images/btn2.png") #85bd54 no-repeat center;
        background-size: cover; }
    .box-program .text h4 {
      font-family: 'Comfortaa',cursive;
      font-size: 16px;
      margin: 0 0 10px;
      line-height: 22.89px; }
    .box-program .text p {
      font-size: 16px;
      font-weight: 300;
      font-family: 'Open Sans', sans-serif;
      line-height: 20px; }

.principle {
  padding: 70px 0 0;
  position: relative;
  background: url("../images/bg3.jpg") no-repeat center;
    background-size: cover; }
  .principle:before, .principle:after {
    content: '';
    position: absolute;
    background: url("../images/sheet.png") no-repeat center;
      background-size: contain;
    width: 396px;
    height: 383px; }
  .principle:before {
    left: -160px;
    bottom: -150px; }
  .principle:after {
    top: -150px;
    right: -160px;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1); }

.principle-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
  position: relative; }
  .principle-box__title .number {
    color: #093335;
    font-family: 'h-b', sans-serif;
    font-size: 141px;
    margin: 0 20px 0 0;
    line-height: 121.46px; }
  .principle-box__title h2 {
    font-family: 'h-l', sans-serif;
    font-size: 25px;
    text-align: left;
    max-width: 200px;
    line-height: 34.74px;
    text-transform: uppercase; }

.principle-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 80px;
  z-index: 2;
  position: relative; }
  .principle-box .icon {
    width: 47px;
    min-width: 47px;
    margin: 0 25px 0 0; }
  .principle-box .text h3 {
    text-shadow: 1px 1px 1px rgba(32, 22, 0, 0.15);
    color: #093335;
    font-size: 21px;
    margin: 0 0 15px; }
  .principle-box .text p {
    color: #093335;
    font-family: 'h-l', sans-serif;
    font-size: 15px;
    line-height: 21px; }

.team {
  padding: 137px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff; }
  .team h2 {
    text-align: left;
    margin: 0 0 50px; }

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  .owl-dots .owl-dot {
    margin: 0 8px;
    outline: none; }
    .owl-dots .owl-dot span {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #d1d1d1; }
  .owl-dots .owl-dot.active span {
    background-color: #6fb031; }

.owl-carousel .owl-nav button {
  width: 11px;
  height: 21px;
  z-index: 2;
  outline: none; }

.owl-carousel .owl-nav button.owl-next {
  right: 0;
  position: absolute;
  bottom: 0;
  background: url("../images/arrow-right-grey.png") no-repeat center;
    background-size: contain; }

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  position: absolute;
  bottom: 0;
  background: url("../images/arrow-left-grey.png") no-repeat center;
    background-size: contain; }

.navigation-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 6px 0 0 0; }
  .navigation-carousel button {
    width: 11px;
    height: 21px;
    z-index: 2;
    outline: none;
    padding: 0; }
  .navigation-carousel button.owl-next {
    background: url("../images/arrow-right-grey.png") no-repeat center;
      background-size: contain; }
  .navigation-carousel button.owl-prev {
    background: url("../images/arrow-left-grey.png") no-repeat center;
      background-size: contain; }
  .navigation-carousel .dots-carousel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 16px; }
    .navigation-carousel .dots-carousel .owl-dot {
      padding: 0;
      margin: 0 8px;
      outline: none;
      background: transparent; }
      .navigation-carousel .dots-carousel .owl-dot span {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #d1d1d1; }
    .navigation-carousel .dots-carousel .owl-dot.active span {
      background-color: #6fb031; }

.portfolio-wrapper {
  background-color: #f2f7ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 739px; }
  .portfolio-wrapper .photo {
    width: 338px;
    min-width: 338px;
    height: 507px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden; }
  .portfolio-wrapper .portfolio-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 90px 35px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .portfolio-wrapper .portfolio-user .name {
      font-family: 'h-b', sans-serif;
      font-size: 16px;
      color: #000;
      text-transform: uppercase;
      margin: 0 0 15px; }
    .portfolio-wrapper .portfolio-user .position, .portfolio-wrapper .portfolio-user p {
      color: #000000;
      font-size: 16px;
      font-family: 'h-l', sans-serif; }
    .portfolio-wrapper .portfolio-user .description {
      margin: 40px 0 0 0; }
      .portfolio-wrapper .portfolio-user .description p {
        margin: 0 0 25px;
        line-height: 24px; }

.min-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .min-preview:last-child {
    margin: 0; }
  .min-preview:hover .name, .min-preview:hover .position {
    color: #669900; }
  .min-preview .photo img {
    width: 68px !important;
    height: 68px;
    min-width: 68px;
    border-radius: 50%;
    margin: 0 25px 0 0; }
  .min-preview .name {
    color: #093335;
    font-size: 16px;
    font-family: 'Comfortaa',cursive;
    font-weight: 600;
    line-height: 26px;
    display: block;
    -webkit-transition: .3s ease;
    transition: .3s ease; }
  .min-preview .position {
    display: block;
    color: #093335;
    font-size: 16px;
    font-family: 'h-l', sans-serif;
    -webkit-transition: .3s ease;
    transition: .3s ease; }

.nav-team .nav-link {
  padding: 0;
  margin: 0 0 22px; }

.nav-team .nav-link.active .min-preview .name, .nav-team .nav-link.active .min-preview .position {
  color: #669900; }

.nav-team .nav-link.active .min-preview .name {
  font-family: 'h-b', sans-serif; }

.conditions {
  padding: 74px 0 55px;
  background: url("../images/bg4.jpg") no-repeat center;
    background-size: cover;
  position: relative; }
  .conditions:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 160px;
    background: url("../images/decor2.png") no-repeat center;
      background-size: contain;
    width: 659px;
    height: 258px; }

.conditions-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px auto 35px; }
  .conditions-photo .image-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 758px; }

.image-max {
  width: 355px;
  height: 491px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  }

.image-average {
  width: 411px;
  height: 246px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 7px 7px 0; }
  .image-average:last-child {
    width: 407px;
    height: 236px;
    margin: 0 0 0 7px; }

.image-min {
  width: 335px;
  height: 236px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .image-min:nth-child(3) {
    width: 333px;
    height: 246px; }

.conditions-description {
  width: 100%;
  background: url("../images/btn3.png") no-repeat center;
    background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 90px 30px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.conditions-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  position: relative; }
  .conditions-box .icon {
    margin: 0 20px 0 0;
    width: 49px; }
  .conditions-box p {
    max-width: 160px;
    font-size: 18px;
    font-weight: 300; }
  .conditions-box:nth-child(2) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .conditions-box:nth-child(2):before, .conditions-box:nth-child(2):after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      background: url("../images/decor3.png") no-repeat center;
        background-size: contain;
      width: 8px;
      height: 47px; }
    .conditions-box:nth-child(2):after {
      left: -30px; }
    .conditions-box:nth-child(2):before {
      right: 0; }
  .conditions-box:last-child {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.nutrition {
  position: relative;
  padding: 147px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff; }

.nutrition-wrapper {
  position: relative;
  padding: 0 0 180px; }
  .nutrition-wrapper:before {
    content: '';
    position: absolute;
    left: -350px;
    bottom: 0;
    background: url("../images/men.png") no-repeat center;
      background-size: contain;
    width: 421px;
    height: 546px;
    z-index: 1; }
  .nutrition-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -650px;
    background: url("../images/decor4.jpg") no-repeat center;
      background-size: contain;
    width: 753px;
    height: 560px;
    z-index: 0; }
  .nutrition-wrapper h2 {
    text-align: left;
    font-size: 37px; }
  .nutrition-wrapper .list-check {
    margin: 60px 0 55px;
    padding: 0 0 0 120px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .nutrition-wrapper .list-check li {
      position: relative;
      padding: 0 0 0 45px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 0 0 20px;
      color: #093335;
      font-size: 18px;
      font-weight: 700; }
      .nutrition-wrapper .list-check li:last-child {
        margin: 0; }
      .nutrition-wrapper .list-check li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        background: url("../images/check.png") no-repeat center;
          background-size: contain;
        width: 25px;
        height: 23px; }
  .nutrition-wrapper .list-star {
    padding: 0 0 0 120px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: uppercase;
    color: #093335;
    font-size: 14px;
    font-family: 'h-r', sans-serif; }
    .nutrition-wrapper .list-star li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 0 0 45px; }
      .nutrition-wrapper .list-star li:before {
        content: '*';
        position: absolute;
        color: #6fb031;
        font-size: 54px;
        left: 0;
        top: 0;
        font-family: 'h-r', sans-serif; }
    .nutrition-wrapper .list-star strong {
      font-family: "Comfortaa", cursive;
      font-weight: 700;
      font-size: 18px; }

.consultation {
  left: 0;
  bottom: -130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  z-index: 2;
  padding: 60px 90px 60px 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 100%; }
  .consultation:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: transparent;
    border: 1px solid #e2e9ea;
    width: calc(100% - 60px);
    height: calc(100% - 60px); }
  .consultation p {
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    line-height: 24px; }
  .consultation a {
    font-size: 30px;
    color: #093335;
    line-height: normal;
    font-family: 'h-r', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .consultation a i {
      font-size: 32px;
      margin: 0 30px 0 10px; }
    .consultation a .fa-whatsapp {
      color: #47bf72; }
    .consultation a .fa-viber {
      color: #a076bb; }

.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%; }
  .list-social li a {
    font-size: 16px;
    color: #093335;
    font-family: 'h-l', sans-serif; }

.price {
  background: #e8f4f5;
  padding: 230px 0 170px; }
  .price .title {
    text-align: center;
    margin: 0 0 55px; }
    .price .title p {
      margin: 30px 0 0 0; }

.price-box {
  padding: 0 0 40px 0;
  background: #fff;
  text-align: center;
  font-family: 'h-r', sans-serif; }
  .price-box h4 {
    border-radius: 8px 8px 0 0;
    background: #093335;
    padding: 15px 0;
    color: #fff; }
  .price-box a {
    padding: 10px 20px;
    background: #59ab11;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-size: 13px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'h-b', sans-serif;
    margin: 15px auto 0;
    height: 38px;
    line-height: 38px; }
    .price-box a:hover {
      text-decoration: underline; }
  .price-box p {
    margin: 0 0 30px;
    line-height: 1.6em; }
    .price-box p:first-of-type {
      margin: 25px 0 0 0;
      font-size: 28px;
      font-weight: 400; }
    .price-box p:last-of-type {
      color: #59ab11; }

.list-price {
  margin: 15px 30px; }
  .list-price li {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 10px 0;
    font-family: 'h-l', sans-serif; }

.reviews {
  background: url("../images/bg4.jpg") #e8f4f5 no-repeat center bottom;
    background-size: cover;
  padding: 80px 0 110px; }
  .reviews .carousel_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.reviews-slider {
  margin: 88px 0 0; }
  .reviews-slider .owl-nav button.owl-next {
    top: 60px;
    right: 60px;
    background: url("../images/arrow-right.png") no-repeat center;
      background-size: contain;
    width: 28px;
    height: 53px; }
  .reviews-slider .owl-nav button.owl-prev {
    top: 60px;
    right: 390px;
    left: auto;
    background: url("../images/arrow-left.png") no-repeat center;
      background-size: contain;
    width: 28px;
    height: 53px; }

.video-reviews {
  width: 545px;
  height: 334px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }
  .video-reviews:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("../images/play.png") no-repeat center;
      background-size: contain;
    width: 145px;
    height: 115px;
    z-index: 2; }
  .video-reviews:after {
    content: '';
    position: absolute;
    right: 40px;
    bottom: 43px;
    width: 107px;
    height: 24px;
    background: url("../images/youtube.png") no-repeat center;
      background-size: contain;
    z-index: 2; }

.user-feedback {
  max-width: 465px;
  padding: 0 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .user-feedback .photo {
    width: 174px;
    height: 174px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    margin: 0 0 24px; }

.name-user {
  color: #093335;
  font-size: 24px;
  margin: 0 0 10px; }

.city {
  color: #59ab11;
  font-size: 13px;
  font-family: 'h-r', sans-serif;
  text-transform: uppercase;
  line-height: 15.21px; }

.text-reviews {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 14px;
  font-family: 'h-r', sans-serif;
  color: #093335;
  line-height: 19.25px; }

.live-center {
  padding: 104px 0 55px; }
  .live-center .btn-all {
    width: 216px;
    margin: 0 auto;
    font-size: 12px;
    font-family: 'h-r', sans-serif;
    height: 62px;
    background-color: #59ab11;
    opacity: .3;
    border-radius: 31px;
    text-transform: uppercase; }

.live-center__slider {
  width: 100%;
  margin: 82px 0 50px; }
  .live-center__slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 60px 0 0 0; }
  .live-center__slider .box-program {
    margin: 0 auto; }
    .live-center__slider .box-program .date {
      margin: 0 0 12px;
      padding: 10px 24px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      color: #ffffff;
      font-size: 16px;
      background-color: rgba(133, 189, 84, 0.9);
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1500px) {
  .principle:before, .principle:after {
    width: 192px;
    height: 181px; }
  .principle:after {
    right: -130px;
    top: -50px; }
  .principle:before {
    left: -150px;
    bottom: -70px; } }

@media only screen and (max-width: 1200px) {
  .box-option {
    width: 138px;
    height: 138px; }
    .box-option .icon {
      max-width: 50px;
      height: 48px;
      max-height: 48px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .box-option .icon img {
        max-height: 100%; }
    .box-option p {
      font-size: 11px; }
  .conditions:before {
    right: -300px; }
  .image-max {
    width: 220px;
    height: 338px;
    margin: 0 2px 0 0; }
    .image-max img {
      min-height: 100%; }
  .image-average {
    width: 283px;
    height: 173px;
    overflow: hidden;
    margin: 0 2px 2px 0; }
    .image-average img {
      min-height: 100%; }
    .image-average:last-child {
      width: 260px;
      height: 162px;
      margin: 0 0 0 2px; }
  .image-min {
    width: 230px;
    height: 163px;
    overflow: hidden; }
    .image-min img {
      min-height: 100%; }
    .image-min:nth-child(3) {
      width: 207px;
      height: 173px; }
  .conditions-photo {
    min-height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .conditions-photo .image-wrap {
      max-width: 515px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .live-center {
    padding: 43px 0 33px; }
  .live-center__slider {
    margin: 36px 0 54px; }
    .live-center__slider .owl-dots {
      margin: 27px 0 0 0; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1050px) {
  .portfolio-wrapper {
    max-width: 357px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto; }
    .portfolio-wrapper .photo {
      width: 100%;
      height: 286px;
      min-width: auto; }
      .portfolio-wrapper .photo img {
        width: 100%;
        margin: -80px 0 0 0; }
    .portfolio-wrapper .portfolio-user {
      padding: 30px 26px; }
      .portfolio-wrapper .portfolio-user .description {
        margin: 20px 0 0 0; }
        .portfolio-wrapper .portfolio-user .description p {
          display: none; }
          .portfolio-wrapper .portfolio-user .description p:last-child {
            display: block; }
  .conditions-description {
    padding: 19px 30px; }
  .conditions-box .icon {
    width: 41px; }
  .conditions-box p {
    font-size: 15px;
    max-width: 130px; }
  .reviews-slider .owl-nav button.owl-prev {
    right: 32%;
    width: 17px;
    height: 33px; }
  .reviews-slider .owl-nav button.owl-next {
    right: 7%;
    width: 17px;
    height: 33px; }
  .user-feedback {
    padding: 0; }
    .user-feedback .photo {
      width: 146px;
      height: 146px; } }

@media only screen and (max-width: 992px) {
  .welcome-title {
    margin: 134px 0 62px; }
    .welcome-title p {
      font-size: 17px; }
    .welcome-title span {
      font-size: 15px;
      max-width: 370px; }
    .welcome-title .button-group {
      margin: 0 0 206px; }
  .btn-green, .btn-salad {
    width: 212px;
    height: 47px;
    font-size: 11px; }
  h1 {
    font-size: 25px;
    margin: 5px 0 28px; }
  .box-option {
    margin: 0 22px; }
  .teasers {
    margin: -69px 0 76px 0; }
  h2 {
    font-size: 25px; }
  .program-rehabilitation h2 {
    margin: 0 0 35px; }
  .box-program {
    margin: 0 auto 2px; }
  .principle-box {
    margin: 0 0 45px; }
  .team {
    padding: 41px 0 47px; }
  .nutrition {
    padding: 85px 0 0 0; }
  .nutrition-wrapper {
    padding: 0 0 54px; }
    .nutrition-wrapper:before {
      width: 618px;
      height: 384px;
      bottom: -67px;
      left: -430px; }
    .nutrition-wrapper:after {
      left: -470px;
      bottom: -50px;
      width: 491px;
      height: 382px; }
    .nutrition-wrapper h2 {
      font-size: 25px; }
    .nutrition-wrapper .list-check {
      margin: 44px 0 36px;
      padding: 0 0 0 30px; }
      .nutrition-wrapper .list-check li {
        font-size: 15px; }
    .nutrition-wrapper .list-star {
      padding: 0 0 0 30px; }
      .nutrition-wrapper .list-star li {
        font-size: 12px; }
        .nutrition-wrapper .list-star li strong {
          font-size: 14px; }
  .consultation {
    padding: 35px 40px; }
    .consultation:before {
      width: calc(100% - 8px);
      height: calc(100% - 8px); }
    .consultation a {
      font-size: 20px; }
    .consultation p {
      font-size: 12px; }
  .price {
    padding: 200px 0 50px; }
    .price p:first-of-type {
      font-size: 18px; }
    .price .list-price {
      margin: 15px 0;
      font-size: 12px; }
    .price a {
      font-size: 12px; }
  .price-box {
    padding: 0 0 20px; }
  .reviews {
    padding: 65px 0; }
  .video-reviews {
    width: 100%;
    height: 220px; }
    .video-reviews:before {
      width: 90px;
      height: 70px; }
    .video-reviews:after {
      width: 70px;
      height: 16px;
      bottom: 28px;
      right: 26px; }
  .name-user {
    font-size: 18px; }
  .city {
    font-size: 11px; }
  .reviews-slider {
    margin: 44px 0 0 0; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .box-program {
    width: 100%;
    overflow: hidden; }
    .box-program .text {
      padding: 0 19px; }
  .live-center__slider .box-program {
    max-width: 355px; }
  .box-option {
    width: 137px;
    height: 137px; }
    .box-option p {
      font-size: 11.5px;
      line-height: 14px;
      margin: 12px 0 0 0; }
    .box-option .icon {
      height: 41px;
      width: 42px; }
  .user-feedback {
    margin: 0 auto; }
  .reviews {
    padding: 30px 0 53px; }
  .reviews-slider {
    margin: 30px 0 0 0; }
    .reviews-slider .owl-nav button.owl-prev {
      right: auto;
      left: 7%; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block; }
  .fade:not(.show) {
    opacity: 1; }
  #team-tabContent .owl-dots {
    margin: 14px 0 0 0; }
  #team-tabContent .owl-nav button.owl-next, #team-tabContent .owl-nav button.owl-prev {
    bottom: auto;
    top: 95px;
    background: #75c156;
    width: 46px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #team-tabContent .owl-nav button.owl-next {
    background: url("../images/arr-white-right.png") #75c156 no-repeat center;
      background-size: 11px;
    right: 0; }
  #team-tabContent .owl-nav button.owl-prev {
    background: url("../images/arr-white-left.png") #75c156 no-repeat center;
      background-size: 11px;
    left: 0; }
  .image-average, .image-min {
    width: auto;
    height: 338px;
    max-width: none;
    min-width: auto; }
    .image-average img, .image-min img {
      height: 100%;
      max-width: none;
      width: auto !important; }
  .conditions-photo .image-max {
    display: none; }
  .conditions-photo .image-wrap {
    max-width: none; }
    .conditions-photo .image-wrap .owl-dots {
      margin: 18px 0 0 0; }
    .conditions-photo .image-wrap .image {
      height: 338px;
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .conditions-photo .image-wrap .image img {
        height: 100%;
        max-width: none;
        width: auto !important; }
  .nutrition {
    padding: 10px 0 0; }
  .nutrition-wrapper {
    padding: 0 0 69px; }
    .nutrition-wrapper:before {
      bottom: -70px;
      left: auto;
      right: -100px;
      width: 471px;
      height: 334px; }
    .nutrition-wrapper:after {
      width: 258px;
      height: 136px;
      bottom: -70px;
      left: auto;
      right: 17%; }
    .nutrition-wrapper .list-check {
      margin: 34px 0 25px;
      padding: 0; }
      .nutrition-wrapper .list-check li {
        font-size: 13px;
        margin: 0 0 25px;
        padding: 0 0 0 38px; }
    .nutrition-wrapper .list-star {
      padding: 0; }
      .nutrition-wrapper .list-star li {
        padding: 0 0 0 38px; }
  .consultation {
    bottom: 0;
    position: relative;
    padding: 27px 38px; }
  .price {
    padding: 30px 0; }
    .price .title {
      margin: 0 0 34px; }
      .price .title p {
        font-size: 14px;
        margin: 20px 0 0 0; }
  .price-wrapper {
    margin: 0 auto; }
    .price-wrapper .owl-item {
      min-width: 250px; }
      .price-wrapper .owl-item .col-12 .price-box {
        margin: 0 auto 24px;
        opacity: 0.5; }
    .price-wrapper .owl-item.center .col-12 {
      position: relative;
      z-index: 2; }
      .price-wrapper .owl-item.center .col-12 .price-box {
        opacity: 1;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23);
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.23); } }

@media only screen and (max-width: 675px) {
  .welcome-title {
    margin: 30px 0 40px; }
  .welcome .button-group {
    margin: 0 0 64px; }
  .teasers {
    margin: 27px 0 40px; }
  h1 {
    font-size: 20px;
    margin: 5px 0 28px; }
  h2 {
    font-size: 18px; }
  .box-option {
    margin: 0 auto 10px; }
  .program-rehabilitation__wrapper {
    margin: 0 auto; }
    .program-rehabilitation__wrapper .owl-dots {
      margin: 19px 0 0 0; }
  .program-rehabilitation {
    padding: 0 0 26px; }
  .principle-box__title h2 {
    font-size: 18px;
    line-height: normal; }
  .principle-box__title .number {
    font-size: 109px; }
  .principle {
    padding: 38px 0 0; }
  .principle-box {
    margin: 0 0 40px; }
    .principle-box .icon {
      margin: 0 12px 0 0;
      width: 40px;
      min-width: 40px; } }

@media only screen and (max-width: 640px) {
  .conditions {
    padding: 26px 0; }
    .conditions:before {
      display: none; }
  .conditions-photo {
    margin: 25px 0 11px; }
  .conditions-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 10px 0; }
  .conditions-box {
    margin: 0 auto 34px; }
    .conditions-box:nth-child(2):before {
      right: 0;
      left: 0;
      margin: 0 auto;
      top: -65%;
      -webkit-transform: translate(0, 0) rotate(90deg);
              transform: translate(0, 0) rotate(90deg); }
    .conditions-box:nth-child(2):after {
      right: 0;
      left: 0;
      margin: 0 auto;
      bottom: -65%;
      top: auto;
      -webkit-transform: translate(0, 0) rotate(90deg);
              transform: translate(0, 0) rotate(90deg); }
  .price-wrapper .owl-item {
    min-width: 162px; }
    .price-wrapper .owl-item .col-12 {
      padding: 0; }
      .price-wrapper .owl-item .col-12 .price-box {
        width: 162px; }
  .price-wrapper .owl-item.center .col-12 .price-box {
    margin: 0 auto 24px; }
  .price .title p {
    line-height: normal;
    font-size: 12px; }
  .welcome-title {
    position: relative;
    z-index: 2; }
    .welcome-title:before {
      content: '';
      position: absolute;
      left: 0;
      top: -50%;
      /*background: url("../images/decor6.png") no-repeat center;*/
        background-size: contain;
      width: 803px;
      height: 293px;
      z-index: 1;
      display: none;
    }
    .welcome-title h1, .welcome-title p, .welcome-title span {
      z-index: 2;
      position: relative; } }

@media only screen and (max-width: 540px) {
  .welcome .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .welcome .button-group .btn-price {
      margin: 0 0 7px; }
  .nutrition-wrapper ul {
    position: relative;
    z-index: 2; }
  .nutrition-wrapper h2 {
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 2; }
  .nutrition-wrapper:before {
    bottom: -70px;
    right: -180px; }
  .nutrition-wrapper:after {
    right: 20%; }
  .nutrition .container .row > .col-12:last-of-type {
    background: #fff;
    padding: 0; }
  .nutrition-wrapper .list-check {
    max-width: 250px; }
  .box-option {
    margin: 0 25px 15px; } }

@media only screen and (max-width: 480px) {
  .live-center__slider .box-program img {
    height: 100%;
    max-width: none;
    width: auto; }
  .welcome {
    background-position: 37% center; }
    .welcome:before {
      background: url("../images/decor5.png") no-repeat center;
        background-size: cover;
      width: 100%;
      height: 50px; }
    .welcome:after {
      display: none; }
  .welcome-title p {
    text-align: center; }
  .welcome-title h1 {
    text-align: center; }
  .welcome-title span {
    text-align: center; }
  .box-program img {
    max-width: none;
    height: 100%; }
  .live-center {
    padding: 30px 0 19px; }
    .live-center .btn-all {
      display: none; }
  .live-center__slider {
    margin: 30px 0 0 0; }
  .portfolio-wrapper .photo {
    height: 241px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .portfolio-wrapper .portfolio-user {
    padding: 18px 18px 14px;
    text-align: center; }
    .portfolio-wrapper .portfolio-user p {
      font-size: 13px;
      line-height: 18px;
      margin: 0 0 18px 0; }
  .portfolio-wrapper a.btn {
    margin: 0 auto; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 385px) {
  .box-option {
    margin: 0 15px 20px; } }

@media only screen and (max-width: 350px) {
  .box-option {
    margin: 0 auto 10px; } }


@media (max-width: 480px) {

  .principle {
    padding: 38px 15px 20px;
  }

  .principle-box .icon {
    margin: 0 20px 0 0;
  }

  .principle-box {
    margin: 0 0 30px;
  }

  .principle-box .text p {
    margin: 0;
  }

  body.home .principle h2 {
    margin: 20px 0 30px 0;
    font-size: 22px;
    text-align: left;
    line-height: 28px;
  }


}
