/* --------- mixins --------- */
/* --------- variables --------- */
/* --------- fonts --------- */
@import url("//hello.myfonts.net/count/30d441");
@font-face {
  font-family: 'ProximaNovaA-Regular';
  src: url("../fonts/webfonts/30D441_0_0.eot");
  src: url("../fonts/webfonts/30D441_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/30D441_0_0.woff2") format("woff2"), url("../fonts/webfonts/30D441_0_0.woff") format("woff"), url("../fonts/webfonts/30D441_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNovaS-Regular';
  src: url("../fonts/webfonts/30D441_1_0.eot");
  src: url("../fonts/webfonts/30D441_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/30D441_1_0.woff2") format("woff2"), url("../fonts/webfonts/30D441_1_0.woff") format("woff"), url("../fonts/webfonts/30D441_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/webfonts/30D441_2_0.eot");
  src: url("../fonts/webfonts/30D441_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/30D441_2_0.woff2") format("woff2"), url("../fonts/webfonts/30D441_2_0.woff") format("woff"), url("../fonts/webfonts/30D441_2_0.ttf") format("truetype"); }

/* --------- components --------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 16px;
  font-family: "ProximaNova-Regular"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

h2 {
  font-size: 1.8125em;
}

.content__wrap {
  background: #ffffff; }

.container {
  background: none; }

.header {
  min-height: 497px;
  background-size: cover;
  position: relative; }
  @media (max-width: 992px) {
    .header {
      background-position-x: center;
      min-height: 559px; } }

.parallax-mirror {
  background: #00b2bc;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s; }

.pushed .parallax-mirror {
  -webkit-transform: translate3d(240px, 0, 0) !important;
  -moz-transform: translate3d(240px, 0, 0) !important;
  transform: translate3d(240px, 0, 0) !important; }

.parallax-slider {
  -webkit-transition: transform 0.1s;
  -moz-transition: transform 0.1s;
  -ms-transition: transform 0.1s;
  -o-transition: transform 0.1s;
  transition: transform 0.1s; }

.header--standart {
  min-height: 368px; }
  .header--standart #primary-menu .menu-item a {
    color: #00b2bc; }
    .header--standart #primary-menu .menu-item a:hover {
      color: #202020; }
  @media (min-width: 992px) {
    .header--standart .header__wrap {
      background: rgba(255, 255, 255, 0.95); }
      .header--standart .header__wrap .header-logo__link svg g > path {
        fill: #00b2bc; }
      .header--standart .header__wrap .header-logo__link svg > path {
        stroke: #00b2bc; }
      .header--standart .header__wrap .header-logo__link svg > path:last-child {
        fill: #00b2bc; }
      .header--standart .header__wrap .header-socials__link path {
        fill: #00b2bc; } }
  .header--standart .header__wrap > .header-title__wrap {
    z-index: 1; }
    @media (max-width: 550px) {
      .header--standart .header__wrap > .header-title__wrap {
        top: 60% !important; } }

.header--standart {
  overflow: hidden; }
  .header--standart .header-title__wrap {
    top: 60%; }
  @media (max-width: 450px) {
    .header--standart .header-title__text {
      font-size: 2em; }
    .header--standart .header-descr__text {
      font-size: 0.95em; } }

.header__wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  @media (max-width: 992px) {
    .header__wrap {
      height: 65px;
      background: rgba(255, 255, 255, 0.95); } }
  .header__wrap.colored #primary-menu .menu-item a,
  .header__wrap.colored .header-nav_link {
    color: #00b2bc; }
    .header__wrap.colored #primary-menu .menu-item a:hover,
    .header__wrap.colored .header-nav_link:hover {
      color: #202020; }
  @media (min-width: 992px) {
    .header__wrap.colored {
      background: rgba(255, 255, 255, 0.95); }
      .header__wrap.colored .header-logo__link svg g > path {
        fill: #00b2bc; }
      .header__wrap.colored .header-logo__link svg > path {
        stroke: #00b2bc; }
      .header__wrap.colored .header-logo__link svg > path:last-child {
        fill: #00b2bc; }
      .header__wrap.colored .header-logo__link svg:hover g > path {
        fill: #005156; }
      .header__wrap.colored .header-logo__link svg:hover > path {
        stroke: #005156; }
      .header__wrap.colored .header-logo__link svg:hover > path:last-child {
        fill: #005156; }
      .header__wrap.colored .header-socials__link {
        opacity: 1; }
        .header__wrap.colored .header-socials__link path {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .header__wrap.colored .header-socials__link path {
          fill: #00b2bc; }
      .header__wrap.colored .header-socials__link--youtube:hover path {
        fill: #C8302A; }
      .header__wrap.colored .header-socials__link--instagram:hover path {
        fill: #E6DDD0; }
      .header__wrap.colored .header-socials__link--instagram:hover .top-part path {
        fill: #69443A; }
      .header__wrap.colored .header-socials__link--facebook:hover path {
        fill: #3C5A99; } }

.pushed .header__wrap {
  transform: translateX(240px); }

.header__centerer {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto; }

.header-logo__link {
  display: block;
  color: #ffffff;
  width: 100%;
  height: 100%; }
  .header-logo__link .header-nav_link {
    color: #00b2bc; }
    .header-logo__link .header-nav_link:hover {
      color: #202020; }
  .header-logo__link svg {
    width: 142px;
    height: 35px; }
    .header-logo__link svg path {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .header-logo__link svg:hover g > path {
      fill: #00b2bc; }
    .header-logo__link svg:hover > path {
      stroke: #00b2bc; }
    .header-logo__link svg:hover > path:last-child {
      fill: #00b2bc; }
    @media (max-width: 992px) {
      .header-logo__link svg g > path {
        fill: #00b2bc; }
      .header-logo__link svg > path {
        stroke: #00b2bc; }
      .header-logo__link svg > path:last-child {
        fill: #00b2bc; } }

.header-logo {
  width: 142px;
  height: 35px;
  position: absolute;
  top: 12px;
  left: 18px; }
  @media (max-width: 992px) {
    .header-logo {
      left: 50%;
      top: 14px;
      margin-left: -78px; } }

.header-logo__img {
  width: 100%;
  height: auto; }

.header-logo__title {
  position: absolute;
  left: -9999px; }

#primary-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }
  @media (max-width: 992px) {
    #primary-menu {
      display: none; } }

#primary-menu .menu-item {
  display: inline-block;
  margin-left: 40px; }
  #primary-menu .menu-item:first-child {
    margin-left: 0; }

#primary-menu .menu-item a {
  text-decoration: none;
  display: block;
  padding: 20px 10px;
  color: #ffffff;
  font-weight: 500;
  font-family: "ProximaNovaA-Regular";
  font-size: 1.125em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  #primary-menu .menu-item a:hover {
    color: #00b2bc; }

.mp-menu {
  background: #00b2bc;
  width: 240px; }
  #mp-pusher .mp-level ul,
  .mp-menu .nav-mobile {
    display: none;
    margin: 0;
    padding: 20px 30px 20px;
    list-style: none;
    position: absolute;
    z-index: 2;
    top: 0; }
    #mp-pusher .mp-level ul .menu-item {
      margin: 0;
      display: block;
      text-align: left;
    }
    @media (max-width: 992px) {
      #mp-pusher .mp-level ul,
      .mp-menu .nav-mobile {
        display: block; } }
    #mp-pusher .mp-level ul .menu-item a,
    .mp-menu .nav-mobile .nav-mobile__link {
      display: block;
      padding: 15px 0;
      text-decoration: none;
      color: #ffffff;
      font-size: 1em;
      box-shadow: none;
      border: none; }
      #mp-pusher .mp-level ul .menu-item a:before, #mp-pusher .mp-level ul .menu-item a:after
      .mp-menu .nav-mobile .nav-mobile__link:before, .mp-menu .nav-mobile .nav-mobile__link:after {
        content: "";
        display: table; }
      #mp-pusher .mp-level ul .menu-item a:after,
      .mp-menu .nav-mobile .nav-mobile__link:after {
        clear: both; }
      #mp-pusher .mp-level ul .menu-item a:hover,
      .mp-menu .nav-mobile .nav-mobile__link:hover {
        background-color: #00b2bc; }
  #mp-pusher .mp-level ul .menu-item:before, #mp-pusher .mp-level ul .menu-item:after,
  .mp-menu .nav-mobile__item:before, .mp-menu .nav-mobile__item:after {
    content: "";
    display: table; }
  .mp-menu .nav-mobile__item:after {
    clear: both; }
  .mp-menu .nav-mobile__link--socials {
    width: 30px;
    height: auto;
    float: left;
    margin-right: 20px; }
    .mp-menu .nav-mobile__link--socials img {
      width: 100%;
      height: auto; }
  .mp-menu .mp-level {
    background-color: #00b2bc; }

.nav-sandwitch {
  display: none;
  position: absolute;
  width: 24px;
  height: 21px;
  left: 20px;
  top: 21px; }
  @media (max-width: 992px) {
    .nav-sandwitch {
      display: block; } }

.nav-sandwitch__img {
  width: 100%;
  height: auto; }

/* Icon 1 */
#nav-icon1 {
  width: 24px;
  height: 21px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #676768;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 9px; }

#nav-icon1 span:nth-child(3) {
  top: 18px; }

.pushed #nav-icon1 span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.pushed #nav-icon1 span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.pushed #nav-icon1 span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.mp-pushed #nav-icon1 span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.mp-pushed #nav-icon1 span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.mp-pushed #nav-icon1 span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.header-socials__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  right: 27px;
  top: 16px; }
  .header-socials__list:before, .header-socials__list:after {
    content: "";
    display: table; }
  .header-socials__list:after {
    clear: both; }
  @media (max-width: 992px) {
    .header-socials__list {
      display: none; } }

.header-socials__item {
  float: left;
  margin-left: 20px; }

.header-socials__link {
  display: block;
  width: 30px;
  height: 30px;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .header-socials__link:hover {
    opacity: 1; }

.header-socials__img {
  width: 30px;
  height: 30px; }

.header-title__wrap {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  top: 52%;
  text-align: center; }
  @media (max-width: 750px) {
    .header-title__wrap {
      width: 85%; } }
  @media (max-width: 500px) {
    .header-title__wrap {
      top: 55%; } }
  @media (max-width: 322px) {
    .header-title__wrap {
      top: 50%; } }

.header-title {
  margin-bottom: 24px; }
  @media (max-width: 768px) and (min-width: 500px) {
    .header-title {
      margin-left: 24px;
      margin-right: 24px; } }

.header-title__text {
  font-size: 2.75em;
  color: #ffffff;
  text-shadow: 0 1px 0 #202020;
  letter-spacing: 0px; }
  @media (max-width: 370px) {
    .header-title__text {
      font-size: 2.125em; } }

.header-descr {
  margin-bottom: 36px;
  width: 70%;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto; }

.header-descr__text {
  font-size: 1.125em;
  color: #ffffff;
  text-shadow: 0 1px 0 #202020; }
  @media (max-width: 370px) {
    .header-descr__text {
      font-size: 1em; } }

.header-btn {
  text-align: center; }

.header-btn__link {
  text-decoration: none;
  color: #202020;
  font-size: 1.125em;
  padding: 16px 22px;
  background: #ffffff;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .header-btn__link:hover {
    color: #ffffff;
    background: #00b2bc; }

.features {
  background: #ffffff; }

.features__wrap {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding-top: 55px; }
  .features__wrap:before, .features__wrap:after {
    content: "";
    display: table; }
  .features__wrap:after {
    clear: both; }

.features__wrap .features-column:first-child {
  float: left;
}

.features__wrap .features-column:last-child {
  float: right;
}

.features-column {
  width: 50%;
  position: relative; }
  @media (max-width: 776px) {
    .features-column {
      width: 100%; } }

.features-column__wrap {
  padding: 0 28px; }

.features-column--left {
  float: left; }

.features-column--right {
  float: right; }

.features-column__imgbox {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
  display: block;
  overflow: hidden;
  font-size: 0; }

.features-column__img, .articles__imgbox img, .articles__img, .features-column__imgbox .wp-post-image {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }
  .features-column__img:hover, .articles__imgbox img:hover, .articles__img:hover, .features-column__imgbox .wp-post-image:hover {
    transform: scale(1.05); }

.features-column-title {
  margin-bottom: 30px; }

.features-column-title__text {
  font-size: 1.8125em;
  color: #202020;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .features-column-title__text:hover {
    color: #585858; }

.features-column-content {
  margin-bottom: 28px; }

.features-column-content__text, .articles-descr__text {
  font-size: 0.875em;
  line-height: 24px; }
  @media (max-width: 776px) {
    .features-column-content__text, .articles-descr__text {
      font-size: 1.1em; } }

.features-column-btn {
  margin-bottom: 55px; }

.features-column-btn__link {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  background: #00b2bc;
  padding: 16px 22px 16px 20px;
  border-radius: 10px;
  font-size: 1.125em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 776px) {
    .features-column-btn__link {
      width: 100%;
      text-align: center;
      font-size: 1.3em; } }
  @media (max-width: 776px) and (min-width: 600) {
    .features-column-btn__link {
      font-size: 1.125em; } }
  @media (max-width: 450px) {
    .features-column-btn__link {
      font-size: 1em; } }
  @media (max-width: 360px) {
    .features-column-btn__link {
      font-size: 0.9em;
      padding: 10px 12px 10px 12px; } }
  .features-column-btn__link:hover {
    background: #008289; }

.features-column-logo {
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  background: #ffd800;
  top: -8px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 992px) {
    .features-column-logo {
      width: 80px;
      height: 80px;
      left: 12px;
      top: -20px; } }
  @media (max-width: 776px) {
    .features-column-logo {
      width: 100px;
      height: 100px; } }
  @media (max-width: 600px) and (min-width: 500px) {
    .features-column-logo {
      width: 80px;
      height: 80px;
      top: -10px; } }
  @media (max-width: 500px) {
    .features-column-logo {
      width: 70px;
      height: 70px; } }
  @media (max-width: 400px) {
    .features-column-logo {
      width: 55px;
      height: 55px; } }

.features-column-logo__img {
  width: 100%;
  height: auto; }

.features-column-logo__box {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.features-column-logo__box .size-post-thumbnail {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .features-column-logo__box {
    top: 53%;
  }
}

/*.features-column-logo__box--weight-loss-training {
  width: 45px;
  height: 45px; }
  @media (max-width: 992px) and (min-width: 776px) {
    .features-column-logo__box--weight-loss-training {
      width: 35px;
      height: 35px; } }
  @media (max-width: 600px) and (min-width: 500px) {
    .features-column-logo__box--weight-loss-training {
      width: 35px;
      height: 35px; } }
  @media (max-width: 500px) {
    .features-column-logo__box--weight-loss-training {
      width: 30px;
      height: 30px; } }
  @media (max-width: 400px) {
    .features-column-logo__box--weight-loss-training {
      width: 25px;
      height: 25px; } }

.features-column-logo__box--physique-training {
  width: 57px;
  height: 57px; }
  @media (max-width: 500px) {
    .features-column-logo__box--physique-training {
      width: 47px;
      height: 47px; } }
  @media (max-width: 400px) {
    .features-column-logo__box--physique-training {
      width: 40px;
      height: 40px; } }*/

.services {
  background: #f6f6f6;
  padding: 30px 20px 30px 20px;
  position: relative; }
  @media (max-width: 680px) {
    .services:before {
      content: '';
      display: block;
      position: absolute;
      width: 20%;
      right: 0;
      top: 30px;
      height: 50px;
      z-index: 200;
      background-image: -webkit-linear-gradient(right, transparent 0%, #f6f6f6 64%);
      background-image: -o-linear-gradient(right, transparent 0%, #f6f6f6 64%);
      background-image: linear-gradient(to right, transparent 0%, #f6f6f6 64%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(64%, #f6f6f6)); } }
  @media (max-width: 680px) {
    .services {
      padding: 30px 0; } }

.services__wrap {
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden; }

@media (max-width: 680px) {
  .swiper-container {
    width: 1000px; } }

.services__list {
  margin: 0 20px 10px 20px;
  padding: 0;
  list-style: none; }
  .services__list:before, .services__list:after {
    content: "";
    display: table; }
  .services__list:after {
    clear: both; }

.services__item {
  width: 25%;
  float: left;
  cursor: pointer; }
  .services__item:before, .services__item:after {
    content: "";
    display: table; }
  .services__item:after {
    clear: both; }

.services-imgbox {
  width: 40px;
  height: 40px;
  background: #ffd800;
  border-radius: 50%;
  position: relative;
  float: left;
  margin-right: 10px; }
  @media (max-width: 900px) and (min-width: 740px) {
    .services-imgbox {
      margin-top: 3px; } }

.services-imgbox img,
.services-imgbox__img {
  height: auto;
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.services__item.services__item--sports-nutrition .services-imgbox img,
.services__item--sports .services-imgbox__img {
  width: 72%; }

.services__item.services__item--healthy-eating .services-imgbox img,
.services__item--healthy .services-imgbox__img {
  width: 48%; }

.services__item.services__item--corporate-service .services-imgbox img,
.services__item--corporate .services-imgbox__img {
  width: 55%; }

.services__item.services__item--physique-training .services-imgbox img {
  width: 65%; }

.services__item.services__item--clinical-nutrition .services-imgbox img {
  width: 80%; }

 @media (max-width: 767px) {
  .services-grid__list .services-grid-logo__box {
    top: 52%;
  }
  .benefits-img-logo .services-grid-logo__box {
    top: 53%;
  }
 }

.services-title {
  padding: 8px 0; }
  @media (max-width: 900px) and (min-width: 740px) {
    .services-title {
      padding: 0; } }

.services-title__text {
  font-size: 1.25em; }
  @media (max-width: 900px) and (min-width: 740px) {
    .services-title__text {
      width: 80%;
      line-height: 22px; } }

.services-dialog {
  margin: 0 30px; }

.services-dialog__wrap {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  min-height: 156px;
  background: #e9e9e9;
  border-radius: 10px;
  padding: 33px 20px 33px;
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  @media (max-width: 776px) {
    .services-dialog__wrap {
      min-height: 180px; } }
  @media (max-width: 555px) {
    .services-dialog__wrap {
      min-height: 205px; } }
  @media (max-width: 465px) {
    .services-dialog__wrap {
      min-height: 250px; } }
  @media (max-width: 350px) {
    .services-dialog__wrap {
      min-height: 300px; } }
  .services-dialog__wrap:before {
    bottom: 100%;
    left: 8%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #e9e9e9;
    border-width: 25px;
    margin-left: -25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media (max-width: 560px) {
      .services-dialog__wrap:before {
        left: 25%; } }
  @media (min-width: 680px) {
    .services-dialog__wrap[data-type="sports-nutrilion"]:before {
      left: 8%; }
    .services-dialog__wrap[data-type="healthy-eating"]:before {
      left: 35%; }
    .services-dialog__wrap[data-type="clinical-nutrition"]:before {
      left: 65%; }
    .services-dialog__wrap[data-type="corporate-service"]:before {
      left: 90%; } }

.services-dialog__text {
  display: none; }

.services-tooltip__text {
  margin-bottom: 20px; }

.services-tooltip {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.services-tooltip__text {
  font-size: 0.875em;
  line-height: 24px; }

  .services-tooltip__text p {
    margin: 0;
  }

.services-tooltip__link {
  text-decoration: none;
  color: #00b2bc; }
  @media (max-width: 340px) {
    .services-tooltip__link {
      font-size: 0.875em; } }
  .services-tooltip__link:hover {
    text-decoration: underline; }

.footer {
  background: #ffffff;
  padding-top: 50px;
  position: relative; }

.footer--gray {
  background: #f6f6f6; }

.footer__wrap {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  min-height: 420px;
  position: relative; }
  .footer__wrap:before, .footer__wrap:after {
    content: "";
    display: table; }
  .footer__wrap:after {
    clear: both; }
  @media (max-width: 950px) {
    .footer__wrap {
      max-width: 920px;
      padding-left: 50px; } }
  @media (max-width: 680px) {
    .footer__wrap {
      padding-left: 30px; } }

.footer-content {
  width: 50%;
  padding-left: 20px; }
  @media (max-width: 540px) {
    .footer-content {
      width: 100%; } }

.footer-photo {
  width: 445px;
  height: 510px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 950px) {
    .footer-photo {
      right: 20px; } }
  @media (max-width: 780px) {
    .footer-photo {
      width: 370px;
      height: 424px; } }
  @media (max-width: 700px) {
    .footer-photo {
      width: 270px;
      height: 310px; } }
  @media (max-width: 570px) {
    .footer-photo {
      display: none; } }

.footer-photo__img {
  width: 100%;
  height: auto; }

.footer-content-title {
  margin-bottom: 25px;
  padding-right: 30px; }

.footer-content-title__text {
  font-size: 1.25em;
  font-weight: 600; }

.footer-content-descr {
  margin-bottom: 25px;
  padding-right: 30px; }
  @media (max-width: 540px) {
    .footer-content-descr {
      padding-right: 50px; } }

.footer-content-descr__text {
  font-size: 0.875em; }

.footer-content-btn {
  margin-bottom: 55px; }
  @media (max-width: 350px) {
    .footer-content-btn {
      padding-right: 30px; } }

.footer-content-btn__link {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  background: #00b2bc;
  padding: 10px 22px 10px 20px;
  border-radius: 10px;
  font-size: 1.125em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 350px) {
    .footer-content-btn__link {
      font-size: 1em; } }
  .footer-content-btn__link:hover {
    background: #008289; }

.footer-content-descr__phone {
  color: #00b2bc;
  text-decoration: none; }

.scroller {
  -webkit-overflow-scrolling: touch; }

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
  z-index: 2; }

.sub-navigation__wrap {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  max-width: 0px;
  padding: 0 30px; }
  @media (max-width: 1060px) {
    .sub-navigation__wrap.sub-navigation__wrap--wide:before {
      content: '';
      display: block;
      position: absolute;
      width: 8%;
      right: 30px;
      top: 30px;
      height: 50px;
      z-index: 200;
      background-image: -webkit-linear-gradient(right, transparent 0%, #fff 84%);
      background-image: -o-linear-gradient(right, transparent 0%, #fff 84%);
      background-image: linear-gradient(to right, transparent 0%, #fff 84%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(84%, #fff)); } }
  @media (max-width: 590px) {
    .sub-navigation__wrap:before {
      content: '';
      display: block;
      position: absolute;
      width: 8%;
      right: 30px;
      top: 30px;
      height: 50px;
      z-index: 200;
      background-image: -webkit-linear-gradient(right, transparent 0%, #fff 84%);
      background-image: -o-linear-gradient(right, transparent 0%, #fff 84%);
      background-image: linear-gradient(to right, transparent 0%, #fff 84%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(84%, #fff)); } }

.sub-navigation {
  padding: 15px 0 30px;
  overflow: hidden;
  position: relative; }


.sub-navigation__list {
  width: 100%;
  padding: 0;
  list-style: none;
  position: relative; }
  .sub-navigation__list:before, .sub-navigation__list:after {
    content: "";
    display: table; }
  .sub-navigation__list:after {
    clear: both; }

.sub-navigation__list .cat-item,
.sub-navigation__item {
  float: left;
  width: auto; }

  .sub-navigation__list .cat-item:first-child,
  .sub-navigation__item:first-child {
    margin-left: 0; }

.sub-navigation__list .cat-item a,
.sub-navigation__link {
  display: block;
  padding: 18px 0 15px;
  text-decoration: none;
  color: #00b2bc;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .sub-navigation__list .cat-item a.active,
  .sub-navigation__link.active {
    border-bottom: 2px solid #00b2bc; }
  .sub-navigation__list .cat-item a:hover:not(.active),
  .sub-navigation__link:hover:not(.active) {
    border-bottom: 2px solid #b2e8eb; }

.about-content__wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 52px 30px 46px; }
  .about-content__wrap:before, .about-content__wrap:after {
    content: "";
    display: table; }
  .about-content__wrap:after {
    clear: both; }

.about-content {
  /**
     * 3.0 - Elements
     */
  /**
     * 4.0 - Alignment
     */
  /**
     * 5.0 - Caption
     */
  /**
     * 6.0 - Galleries
     */
  /**
     * 7.0 - Audio / Video
     */
  /**
     * 8.0 - RTL
     */ }
  .about-content h1,
  .about-content h2,
  .about-content h3,
  .about-content h4,
  .about-content h5,
  .about-content h6 {
    clear: both;
    font-weight: normal;
    margin: 56px 0 25px;
    display: inline-block; }
    @media (max-width: 876px) {
      .about-content h1,
      .about-content h2,
      .about-content h3,
      .about-content h4,
      .about-content h5,
      .about-content h6 {
        display: block; } }
  .about-content h1 {
    font-size: 33px;
    line-height: 1.2727272727; }
  .about-content h2 {
    font-size: 29px;
    line-height: 1.25; }
  .about-content h3 {
    font-size: 23px;
    line-height: 1.2173913043; }
  .about-content h4,
  .about-content h5,
  .about-content h6 {
    font-size: 19px;
    line-height: 1.1052631579; }
  .about-content h4 {
    letter-spacing: 0.13333em;
    text-transform: uppercase; }
  .about-content h6 {
    font-style: italic; }
  .about-content h1:first-child,
  .about-content h2:first-child,
  .about-content h3:first-child,
  .about-content h4:first-child,
  .about-content h5:first-child,
  .about-content h6:first-child {
    margin-top: 0; }
  .about-content p {
    margin: 0 0 28px;
    font-size: 0.875em;
    line-height: 23px; }
  .about-content b,
  .about-content strong {
    font-weight: 700; }
  .about-content dfn,
  .about-content cite,
  .about-content em,
  .about-content i {
    font-style: italic; }
  .about-content blockquote {
    border-left: 4px solid #1a1a1a;
    color: #686868;
    font-size: 19px;
    font-style: italic;
    line-height: 1.4736842105;
    margin-bottom: 28px;
    padding: 0 0 0 24px; }
  .about-content blockquote:not(.alignleft):not(.alignright) {
    margin-left: -28px; }
  .about-content blockquote blockquote:not(.alignleft):not(.alignright) {
    margin-left: 0; }
  .about-content blockquote:before,
  .about-content blockquote:after {
    content: "";
    display: table; }
  .about-content blockquote:after {
    clear: both; }
  .about-content blockquote > :last-child {
    margin-bottom: 0; }
  .about-content blockquote cite,
  .about-content blockquote small {
    color: #1a1a1a;
    font-size: 16px;
    line-height: 1.75; }
  .about-content blockquote em,
  .about-content blockquote i,
  .about-content blockquote cite {
    font-style: normal; }
  .about-content blockquote strong,
  .about-content blockquote b {
    font-weight: 400; }
  .about-content blockquote.alignleft,
  .about-content blockquote.alignright {
    border: 0 solid #1a1a1a;
    border-top-width: 4px;
    padding: 18px 0 0;
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px); }
  .about-content address {
    font-style: italic;
    margin: 0 0 28px; }
  .about-content code,
  .about-content kbd,
  .about-content tt,
  .about-content var,
  .about-content samp,
  .about-content pre {
    font-family: Inconsolata, monospace; }
  .about-content pre {
    border: 1px solid #d1d1d1;
    font-size: 16px;
    line-height: 1.3125;
    margin: 0 0 28px;
    max-width: 100%;
    overflow: auto;
    padding: 14px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .about-content code {
    background-color: #d1d1d1;
    padding: 2px 4px; }
  .about-content abbr[title] {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help; }
  .about-content mark,
  .about-content ins {
    background: #007acc;
    color: #fff;
    padding: 2px 4px;
    text-decoration: none; }
  .about-content sup,
  .about-content sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .about-content sub {
    top: -6px; }
  .about-content sup {
    bottom: -3px; }
  .about-content small {
    font-size: 80%; }
  .about-content big {
    font-size: 125%; }
  .about-content hr {
    background-color: #d1d1d1;
    border: 0;
    height: 1px;
    margin-bottom: 28px; }
  .about-content ul,
  .about-content ol {
    margin: 0 0 28px 0;
    padding: 0; }
  .about-content ul {
    list-style: disc; }
  .about-content ol {
    list-style: decimal; }
  .about-content li > ul,
  .about-content li > ol {
    margin-bottom: 0; }
  .about-content li > ul,
  .about-content blockquote > ul {
    margin-left: 20px; }
  .about-content li > ol,
  .about-content blockquote > ol {
    margin-left: 24px; }
  .about-content dl {
    margin: 0 0 28px; }
  .about-content dt {
    font-weight: bold; }
  .about-content dd {
    margin: 0 0 28px; }
  .about-content table,
  .about-content th,
  .about-content td,
  .about-content .mce-item-table,
  .about-content .mce-item-table th,
  .about-content .mce-item-table td {
    border: 1px solid #d1d1d1; }
  .about-content table a {
    color: #007acc; }
  .about-content table,
  .about-content .mce-item-table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 28px;
    width: 100%; }
  .about-content table th,
  .about-content .mce-item-table th,
  .about-content table caption {
    border-width: 0 1px 1px 0;
    font-size: 16px;
    font-weight: 700;
    padding: 7px;
    text-align: left;
    vertical-align: baseline; }
  .about-content table td,
  .about-content .mce-item-table td {
    border-width: 0 1px 1px 0;
    font-size: 16px;
    padding: 7px;
    vertical-align: baseline; }
  .about-content img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle; }
  .about-content a img {
    display: block; }
  .about-content figure {
    margin: 0; }
  .about-content del {
    opacity: 0.8; }
  .about-content a {
    box-shadow: 0 1px 0 0 currentColor;
    color: #007acc;
    text-decoration: none; }
  .about-content fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 28px;
    padding: 14px; }
  .about-content .alignleft {
    float: left;
    margin: 6px 28px 28px 0; }
  .about-content .alignright {
    float: right;
    margin: 6px 0 28px 28px; }
  @media (max-width: 876px) {
    .about-content .alignright,
    .about-content .alignleft {
      float: none;
      margin: 28px 0; } }
  .about-content .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 28px; }
  .about-content .wp-caption {
    background: transparent;
    border: none;
    margin-bottom: 28px;
    max-width: 100%;
    padding: 0;
    text-align: inherit; }
  .about-content .wp-caption-text,
  .about-content .wp-caption-dd {
    color: #686868;
    font-size: 13px;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 7px; }
  .about-content .mce-content-body .wpview-wrap {
    margin-bottom: 28px; }
  .about-content .gallery {
    margin: 0 -1.1666667%;
    padding: 0; }
  .about-content .gallery .gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%; }
  .about-content .gallery-columns-1 .gallery-item {
    max-width: 100%; }
  .about-content .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .about-content .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .about-content .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .about-content .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .about-content .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .about-content .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .about-content .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }
  .about-content .gallery .gallery-caption {
    font-size: 13px;
    margin: 0; }
  .about-content .gallery-columns-6 .gallery-caption,
  .about-content .gallery-columns-7 .gallery-caption,
  .about-content .gallery-columns-8 .gallery-caption,
  .about-content .gallery-columns-9 .gallery-caption {
    display: none; }
  .about-content .wp-audio-shortcode a,
  .about-content .wp-playlist a {
    box-shadow: none; }
  .about-content .mce-content-body .wp-audio-playlist {
    margin: 0;
    padding-bottom: 0; }
  .about-content .mce-content-body .wp-playlist-tracks {
    margin-top: 0; }
  .about-content .mce-content-body .wp-playlist-item {
    padding: 10px 0; }
  .about-content .mce-content-body .wp-playlist-item-length {
    top: 10px; }
  .about-content .rtl blockquote {
    border: 0 solid #1a1a1a;
    border-right-width: 4px; }
  .about-content .rtl blockquote.alignleft,
  .about-content .rtl blockquote.alignright {
    border: 0 solid #1a1a1a;
    border-top-width: 4px; }
  .about-content .rtl blockquote:not(.alignleft):not(.alignright) {
    margin-right: -28px;
    padding: 0 24px 0 0; }
  .about-content .rtl blockquote blockquote:not(.alignleft):not(.alignright) {
    margin-right: 0;
    margin-left: auto; }
  .about-content .rtl li > ul,
  .about-content .rtl blockquote > ul {
    margin-right: 20px;
    margin-left: auto; }
  .about-content .rtl li > ol,
  .about-content .rtl blockquote > ol {
    margin-right: 24px;
    margin-left: auto; }
  .about-content .rtl table th,
  .about-content .rtl .mce-item-table th,
  .about-content .rtl table caption {
    text-align: right; }

.services-grid__wrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 30px; }

.services-grid__list:before, .services-grid__list:after {
  content: "";
  display: table; }

.services-grid__list:after {
  clear: both; }

.services-grid__item-separator {
  height: 1px;
  width: 100%;
  overflow: hidden;
  background: #e9e9e9;
  position: relative;
  top: -20px;
}

.services-grid__item {
  float: left;
  padding: 40px 15px 28px 15px;
  width: 33.3%;
  text-align: center;
  margin-bottom: 20px; }
  @media (max-width: 992px) {
    .services-grid__item-separator {
      display: none;
    }
    .services-grid__item {
      border-bottom: none;
      width: 50%; } }
  @media (max-width: 700px) {
    .services-grid__item {
      width: 100%; } }
  @media (min-width: 992px) {
    .services-grid__item:first-child {
      position: relative; }
      .services-grid__item {
      }
      .services-grid__item.separator:before {
      /*.services-grid__item:first-child:before {*/
        content: "";
        height: 1px;
        width: 289%;
        margin: 0 auto;
        background: #e9e9e9;
        position: absolute;
        bottom: 0;
        left: 15px; } }

.services-grid-logo {
  width: 100px;
  height: 100px;
  background: #ffd800;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 33px; }

.services-grid-logo__box {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0; }

.features-column-logo__box--physique-training,
.services-grid-logo--physique-training .services-grid-logo__box {
  width: 65%; }

.features-column-logo__box--sports-nutrition,
.services-grid-logo--sports-nutrition .services-grid-logo__box {
  width: 70%; }

.features-column-logo__box--clinical-nutrition,
.services-grid-logo--clinical-nutrition .services-grid-logo__box {
  width: 70%; }

.services-grid-logo__box .size-post-thumbnail,
.services-grid-logo__img {
  width: 100%;
  height: auto; }

.services-grid-title {
  margin-bottom: 30px; }

.services-grid-title__text {
  text-decoration: none;
  color: #202020;
  font-size: 1.8125em; }

.services-grid-content {
  margin-bottom: 25px; }

.services-grid-content__text {
  min-height: 140px;
  line-height: 28px; }

.services-grid__link {
  color: #00b2bc;
  display: block;
  margin-bottom: 25px;
  text-decoration: none; }
  .services-grid__link:hover {
    text-decoration: underline; }

.sub-page {
  max-width: 960px;
  width: 100%;
  padding: 30px 30px;
  margin: 0 auto; }

.benefits {
  max-width: 960px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto; }

.benefits__wrap {
    border-top: 2px solid #f6f6f6;
    padding-top: 40px;
}

.benefits__wrap .entry-content-title h2,
  border-top: 2px solid #f6f6f6;
  padding-top: 40px; }
  .benefits__wrap:before, .benefits__wrap:after {
    content: "";
    display: table; }
  .benefits__wrap:after {
    clear: both; }

.benefits-title, .articles-title {
  margin-top: 0;
  margin-bottom: 10px;
  display: inline-block; }
  @media (max-width: 768px) {
    .benefits-title, .articles-title {
      margin-bottom: 30px; } }

.benefits-title h2,
.benefits-title__text, .articles-title__text {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 1.8125em; }

.benefits-descr {
  margin-bottom: 60px; }

.entry-content p,
.benefits-descr__text {
  line-height: 27px;
  font-size: 0.875em; }
  .entry-content p,
  .benefits-descr__text p {
    margin-bottom: 30px; }
    .entry-content p, 
    .benefits-descr__text p:first-child {
      margin-bottom: 40px; }

.benefits-img {
  float: right;
  margin-left: 60px;
  margin-bottom: 45px;
  width: 420px;
  /*height: 250px;*/
  position: relative;
  top: 8px;
  font-size: 0; }
  @media (max-width: 768px) {
    .benefits-img {
      float: none;
      margin: 0 0 50px;
      width: 100%;
      height: auto; } }

.benefits-img .features-column-logo {
  left: -34px;
}

.benefits-img img,
.benefits-img__image {
  width: 100%;
  height: auto; }

.benefits-img-logo {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -8px;
  left: -34px;
  border-radius: 50%;
  background: #ffd800; }
  @media (max-width: 768px) {
    .benefits-img-logo {
      left: -24px; } }
  @media (max-width: 500px) {
    .benefits-img-logo {
      width: 70px;
      height: 70px; } }
  @media (max-width: 400px) {
    .benefits-img-logo {
      width: 55px;
      height: 55px; } }

.benefits-img-logo__img {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px; }
  @media (max-width: 500px) {
    .benefits-img-logo__img {
      width: 30px;
      height: 30px; } }
  @media (max-width: 400px) {
    .benefits-img-logo__img {
      width: 25px;
      height: 25px; } }

.benefits-content-title {
  margin-bottom: 40px; }

.benefits-content__text {
  margin: 0;
  padding: 0;
  font-size: 1.8125em; }

.benefits-content__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.benefits-content__item {
  padding-bottom: 60px;
  padding-left: 58px;
  background: url("../images/icons/check-ico.png") no-repeat 0 3px; }

.benefits-content-header__text {
  font-size: 1.25em;
  color: #202020;
  font-weight: 600; }

.benefits-content-descr__text {
  font-size: 1.25em;
  color: #505050; }

.contact {
  max-width: 840px;
  width: 100%;
  padding: 42px 30px;
  margin: 0 auto; }

.contact-form-title {
  margin-bottom: 30px; }

.contact-form-title__text {
  font-size: 1.8125em; }
  .contact-form-title__text span {
    color: #00b2bc; }

.contact-form__label {
  color: #00b2bc;
  font-size: 1.25em;
  display: block;
  margin-bottom: 10px; }

.contact-form-group {
  margin-bottom: 30px; }
  .contact-form-group:before, .contact-form-group:after {
    content: "";
    display: table; }
  .contact-form-group:after {
    clear: both; }

.contact-form__input {
  padding: 23px;
  width: 367px;
  background: #ebebeb;
  border: none;
  font-size: 1.125em;
  color: #676768;
  outline: none;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 450px) {
    .contact-form__input {
      width: 100%; } }
  .contact-form__input:hover {
    background-color: #dedede; }
  .contact-form__input::-webkit-input-placeholder {
    color: #676768; }
  .contact-form__input:-moz-placeholder {
    /* Firefox 18- */
    color: #676768; }
  .contact-form__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #676768; }
  .contact-form__input:-ms-input-placeholder {
    color: #676768; }

.contact-form-next, .contact-form-submit {
  padding: 12px 25px 15px 25px;
  font-size: 16px;
  line-height: 20px;
  background: #00b2bc;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .contact-form-next:hover, .contact-form-submit:hover {
    background: #008289; }

.contact-form__area {
  padding: 23px;
  width: 367px;
  background: #ebebeb;
  border: none;
  font-size: 1.125em;
  resize: vertical;
  min-height: 296px;
  float: left;
  outline: none;
  border-radius: 5px; }
  @media (max-width: 450px) {
    .contact-form__area {
      width: 100%; } }
  .contact-form__area:hover {
    background-color: #dedede; }
  .contact-form__area::-webkit-input-placeholder {
    color: #676768; }
  .contact-form__area:-moz-placeholder {
    /* Firefox 18- */
    color: #676768; }
  .contact-form__area::-moz-placeholder {
    /* Firefox 19+ */
    color: #676768; }
  .contact-form__area:-ms-input-placeholder {
    color: #676768; }

.contact-form-submit {
  outline: none;
  border: none; }
  .contact-form-submit:hover {
    background-color: #008289; }
  @media (max-width: 450px) {
    .contact-form-submit {
      width: 100%; } }

.contact-form__input--select {
  background-image: url("../images/icons/arrow-down-ico.svg");
  background-repeat: no-repeat;
  background-position: 92% 50%;
  background-size: 22px 12px; }

.contact-form__input--date {
  background-image: url("../images/icons/calendar-ico.svg");
  background-repeat: no-repeat;
  background-position: 92% 50%;
  background-size: 24px 24px; }

.contact-form-content {
  display: none;
  min-height: 560px; }
  .contact-form-content.active {
    display: block; }

.contact-form-content__text {
  font-size: 1.8125em;
  max-width: 600px; }
  .contact-form-content__text span {
    display: block;
    margin-bottom: 30px; }

.tooltip {
  display: none;
  margin-left: 25px; }
  .tooltip.active {
    display: inline-block; }

.tooltip__inner {
  color: #e91717;
  padding: 20px 20px 20px 40px;
  background: url("../images/icons/mark-ico.svg") no-repeat 0 15px;
  background-size: 30px 30px; }

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

.contact-bar {
  margin-bottom: 50px; }

.contact-bar__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .contact-bar__list:before, .contact-bar__list:after {
    content: "";
    display: table; }
  .contact-bar__list:after {
    clear: both; }

.contact-bar__item {
  float: left;
  width: 47px;
  height: 47px;
  position: relative;
  padding: 0 !important;
    background: #c9c9c9 !important;
  border-radius: 50%;
  display: table;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 73px; }
  .contact-bar__item.passed {
    background: #ffd800 !important; }
  .contact-bar__item:before {
    content: '';
    position: absolute;
    width: 73px;
    right: 47px;
    top: 50%;
    height: 1px;
    background: #c9c9c9; }
  .contact-bar__item:first-child {
    margin-left: 0; }
    .contact-bar__item:first-child:before {
      display: none; }
  @media (max-width: 400px) {
    .contact-bar__item {
      margin-left: 50px; }
      .contact-bar__item:before {
        width: 50px;
        right: 47px; } }

.contact-bar__number {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.375em;
  color: #ffffff; }

.blog {
  max-width: 965px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto 100px; }

.articles {
  padding-top: 40px;
  border-top: 1px solid #e9e9e9; }

.articles__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.articles__item {
  margin-bottom: 60px; }

.articles-title {
  margin-bottom: 25px; }

.articles-title__text {
  color: #202020;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .articles-title__text:hover {
    color: #585858; }

.articles-content:before, .articles-content:after {
  content: "";
  display: table; }

.articles-content:after {
  clear: both; }

.articles__imgbox {
  float: left;
  width: 47%;
  margin-right: 3%;
  font-size: 0;
  overflow: hidden; }
  @media (max-width: 890px) {
    .articles__imgbox {
      width: 100%; } }

.articles-descr {
  width: 50%;
  float: left;
  padding-top: 20px; }
  @media (max-width: 890px) {
    .articles-descr {
      width: 100%; } }

.articles-descr__header {
  margin-bottom: 20px; }

.articles-category,
.articles-meta {
  display: inline-block;
  margin-right: 15px; }

.articles-category {
  margin-bottom: 10px; }
  @media (max-width: 890px) {
    .articles-category {
      margin-right: 15px; } }

.articles-category a {
  font-size: 0.875em;
  padding: 10px 15px;
  background: #00b2bc;
  text-decoration: none;
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .articles-category a:hover {
    background: #008289; }

.articles-meta__text {
  color: #afaeae;
  font-size: 0.875em; }

.articles-descr__text {
  margin-bottom: 20px;
  font-size: 0.875em; }

.articles-descr__readmore {
  color: #00b2bc;
  font-size: 0.875em;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .articles-descr__readmore:hover {
    color: #008289; }

.cbp-spmenu {
  position: fixed; }

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000; }

.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden; }

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
  left: -240px; }

.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px; }

/* Push classes applied to the body */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0; }

.cbp-spmenu-push-toright {
  left: 240px; }
  @media (min-width: 992px) {
    .cbp-spmenu-push-toright {
      left: 0; } }

.cbp-spmenu-push-toleft {
  left: -240px; }

/* Transitions */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px; }
  .cbp-spmenu-top {
    top: -110px; }
  .cbp-spmenu-bottom {
    bottom: -110px; } }

@media screen and (max-height: 26.375em) {
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px; }
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -190px; }
  .cbp-spmenu-right {
    right: -190px; }
  .cbp-spmenu-push-toright {
    left: 190px; } }


.site-content {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 52px 30px 46px;
}

#content h2 {
  clear: both;
  margin-top: 0;
  font-size: 29px;
  line-height: 1.25;
}

.content__wrap {
   background: #ffffff ;
   margin-bottom: -100px;
   padding-bottom: 100px;
}

.footer-photo__img {
  margin-bottom: -5px;
}

.sub-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-page li {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAArCAYAAADhXXHAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2tpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5OUM1NzY4NzcwMjE2ODExOEY2MkNCRUFBMkJCNEZDMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFNUQyRkUzRjA4MkQxMUU2QTUyRUM3QUFFMDk0NEY1QyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFNUQyRkUzRTA4MkQxMUU2QTUyRUM3QUFFMDk0NEY1QyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MmQ5MGIyZS04ZDBkLTQwYmItODNlNy0wYzY2NzhhMzQyOWUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTlDNTc2ODc3MDIxNjgxMThGNjJDQkVBQTJCQjRGQzAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6V2pf2AAAD8ElEQVR42sxZW0gUURj+3TbN8n5NMzIttSAMIjSoh4yIIHqxooeyksBEsYeItCiCQOkpqOwilXZ9sV6CnnqoQKjoQhKhZVcyzVxwditdxUvfz5x1Z2N2d2Z2dtwfPpazO/ufb8/+9xM11U2hSB6wHigFisR6HpAIOIG/wGfgPfAUeCTWhiTKANkkYB9QAaw0sOcb4AbQCkjhIhsHNAC1QAKFLi7gPNAE/DGTbDlwFsgm86UPqAPuBXvQFuTzOcBV4G6YiJLQy/ovi/0MnSzb5n1gHVknHcBWYEjPyaYKz7WSKMtasW+qVrL8Vzww6OlmSLHYP1YL2TNACc2slIhIEZAse/0BigypBLb5c7AEkWnmU+TIL2CpiMk+J3skwoiyZAhePmbAYarGOg6ziNJOEeUjH2S3B3u4RvCbJlspig9rJLmaKKWeyJ5FFL8t2NPMa6+S7G7LiMZtwak2wlvs8tr9Usu39njILrYspsasIMq8gF3j5fX4D6Kf+7V8k/nlMdkN1phpGoi24K9fKK+nxokG4TujnVo1lNlE4Rxe4ZPMvIScpNhKOoeAdFuPllImWxh2sqnH4Ejl3vXwEyLHSb1aiphsbliJJiEhphz2rtlOBw8RTbr0asq1mVT1q8tcuEP6aUXQmcSJHkcEeGVEW0L4yEYvRz5EPW1TqJewdrYa1Rhv8+RdTRK7BgTa8NdWyVnIn9gX4LkrRLPzve+NoK4ePBrKz/+tjyzHyETE58xmpMlbILNIpfdAsE9vkn/YtJ0OoCQ5CCuQQib7TfPjE5I3t8fvJMp5iNcd/3n+CRiWMiFOwE7RFLtfh2pY35ms9mZ8oMbXOaJRvWUhVmYgZtpzQLICnt/g+x0J/abrphle0MX1LBfbF7U7zhIQvIPmZ7Xv+2PdcmFiU9RD7hdEvZtwuENmkK1mstidevR5+jLYLAjHBCgpmGDvRqNhSk0K2Aw+ipGOdhnrIurfhbz+Vv1zzvuOejOJMr8eT7TWb1Sj74j6tqs7jgvhzdlmZtS+ruzBuBL/aqgAjy4QNrzKW5/2boYZOMwi6hQlgeQ5WY5JzYZUjX2Qa9Lhxwj8zxBP68wkSoKXpNbd9ogmLZK62wJxuj7drcvaplGT1HqIqg05PNO8SJBrQLu/Icd0uSKGYzM5QnpO8vh/JNisix9AC0qdM0S0U+w/EmzW5RGH+GUdFhPtEPuqhpNAk29O6MiX1GYR0Raxn99CItiY3k3yzQxSFfWHiWS/0F8l9iOjZJVRgrvgRl3FemBxCX2FQn9QMXIPlixmTzzSKTboQJzrw3oPpiZ8o1hG3htGHkXFiWzIJ8f3W1/I94bxk9HN/gkwADWf+CzKL8a7AAAAAElFTkSuQmCC') no-repeat 0 3px;
  padding-bottom: 60px;
    padding-left: 58px;
    font-size: 1.25em;
    line-height: 24px;
    color: #202020;
    font-weight: 600;
    font-family: ProximaNova-Regular !important;
}

.sub-page li h2 {
  font-size: 1.25em;
  line-height: 24px;
    color: #202020;
    font-weight: 600;
    font-family: ProximaNova-Regular !important;
}

.sub-page li pre {
  font-size: 20px;
    color: #505050;
    border: none;
    padding: 0;
    margin: 0;
    white-space: initial;
    font-size: auto;
    line-height: 24px;
    font-weight: normal;
    font-family: ProximaNova-Regular !important;
}

@media only screen and (max-device-width : 768px) {
  .content__wrap img {
    max-width: 100%;
    height: auto;
  }
}

/**
 * 4.0 - Alignment
 */

.alignleft {
  float: left;
  margin: 6px 28px 28px 0;
}

.alignright {
  float: right;
  margin: 6px 0 28px 28px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 28px;
}


/**
 * 5.0 - Caption
 */

.wp-caption {
  background: transparent;
  border: none;
  margin-bottom: 28px;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}

.wp-caption-text,
.wp-caption-dd {
  color: #686868;
  font-size: 13px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 7px;
}