html {
  font-size: 10px; }

html, body {
  padding: 0;
  margin: 0;
  min-height: 100%; }

.btn, button {
  text-align: center;
  color: #fff;
  border-radius: 2px;
  line-height: 5rem;
  text-decoration: none;
  padding: 0 4rem;
  cursor: pointer;
  display: inline-block;
  transition: .4s;
  -webkit-tap-highlight-color: transparent;
  font-size: 2rem; }
  .btn:hover, button:hover {
    transform: translateY(-2px); }

body {
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  font-family: 'Proxima','ProximaLight', 'Montserrat', sans-serif;
  color: #4e5567; }
  body.noscroll {
    overflow: hidden !important; }

.svg-uses {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: -2; }

.page {
  overflow: hidden;
  background: #fff;
  filter: blur(0);
  transition: .4s;
  will-change: filter; }

.container {
  max-width: 92%;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media all and (min-width: 1300px) {
    .container {
      width: 1200px; } }

.wow {
  opacity: 0; }
  .wow.animated {
    opacity: 1; }

/*@font-face{
  font-family:'stencil';
       // src: url('../fonts/standardctstencil_bold.eot');
  src: // url('../fonts/standardctstencil_bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/stencil/StandardCTStencil-Bold.woff') format('woff'),
    url('../fonts/stencil/StandardCTStencil-Bold.woff2') format('woff2'),
       // url('../fonts/stencil/standardctstencil_bold.ttf') format('truetype'),
    url('../fonts/stencil/standardctstencil_bold.svg') format('svg');
  font-weight: normal;font-style: normal;
}*/
@font-face {
  font-family: ProximaBold;
  font-weight: bold;
  src: url("../fonts/ProximaNovaBlack.otf ") format("opentype"); }

@font-face {
  font-family: ProximaSemiBold;
  font-weight: bold;
  src: url("../fonts/ProximaNovaSemibold.otf ") format("opentype"); }

@font-face {
  font-family: Proxima;
  font-weight: normal;
  src: url("../fonts/ProximaNovaRegular.otf ") format("opentype"); }

@font-face {
  font-family: ProximaLight;
  font-weight: normal;
  src: url("../fonts/ProximaNovaLight.otf ") format("opentype"); }

.podzag {
  font-size: 3rem;
}
@media all and (max-width: 768px) {
  .podzag {
    font-size: 2rem;
  }
}
h2 {
  font-size: 4.8rem;
  line-height: 6rem;
  font-family: ProximaLight; }
  @media all and (max-width: 600px) {
    h2 {
      font-size: 3rem;
      line-height: 4rem; } }

h3 {
  font-size: 2.8rem;
  color: #007d92;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 1.6rem;
  font-family: Proxima; }

p {
  display: block;
  margin-bottom: 1.6rem; }

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

.mt-1 {
  margin-top: .9rem; }

.mt-2 {
  margin-top: 1.8rem; }

.mt-3 {
  margin-top: 2.7rem; }

.mt-4 {
  margin-top: 3.6rem; }

.mt-5 {
  margin-top: 4.5rem; }

.mb-1 {
  margin-bottom: .9rem; }

.mb-2 {
  margin-bottom: 1.8rem; }

.mb-3 {
  margin-bottom: 2.7rem; }

.mb-4 {
  margin-bottom: 3.6rem; }

.mb-5 {
  margin-bottom: 4.5rem; }

.btn, button {
  background-color: #0278ff; }
  .btn.btn-nobg, button.btn-nobg {
    background-color: transparent;
    color: #2d3039;
    border: 1px solid #2d3039; }

.topline {
  background: #fff;
  border-bottom: 1px solid #dadada;
  padding: .5rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap; }


.topline__left {
  margin-right: auto;
}

.topline__signin {
  margin-left: 20px;
}

.topline__right a {
 font-size: 13px;
}
  .topline a:link, .topline a:visited {
    display: inline-block;
    vertical-align: middle;
    color: #a29e9c;
    text-decoration: none; }
  .topline .action-logo img {
    height: 1.8rem;
    opacity: .5;
    vertical-align: middle; }

.header {
  padding: 0 0 15rem;
  position: relative; }
  @media all and (max-width: 768px) {
    .header {
      padding-bottom: 0; } }
  .header .container {
    width: 1266px;
    max-width: 100%; }
  .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0; }
    .header-top__logo {
      width: 16rem; }
      .header-top__logo img {
        max-width: 100%; }
    .header-top .menu {
      padding: 0;
      margin: 0;
      display: block; }
      .header-top .menu__item {
        display: inline-block;
        vertical-align: middle;
        margin-left: 1rem; }
        .header-top .menu__item a {
          line-height: 2;
          font-size: 1.6rem;
          color: #000;
          border-bottom: 1px solid #fff;
          text-decoration: none;
          display: inline-block;
          padding-right: 2rem; }
          .header-top .menu__item a:hover {
            border-color: #2c6255; }
    @media all and (max-width: 768px) {
      .header-top {
        flex-direction: column; }
        .header-top .header-top__actions {
          margin: 2rem 0 0 0;
          display: none; } }
  .header-content {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    background-image: linear-gradient(221deg, #2c6255, #4e5367);
    padding: 0 4rem;
    color: #fff; }
    .header-content .pretitle {
      font-size: 2rem;
      padding: 3.8rem 0 0;
      margin: 0; }
    .header-content .title {
      font-size: 5rem;
      line-height: 5.8rem;
      font-weight: normal;
      font-family: ProximaLight;
      width: 920px;
      max-width: 100%;
      margin: 2rem auto; }
    .header-content .buttons-box {
      padding: 0 0 5.7rem;
      display: flex;
      justify-content: center; }
      .header-content .buttons-box .btn {
        margin: 0 1rem; }
      .header-content .buttons-box .btn-nobg {
        border-color: #fff;
        color: #fff; }
    .header-content .picture-box {
      text-align: center;
      position: relative; }
      .header-content .picture-box .main-pic {
        max-width: 100%;
        margin: 0 auto -25rem;
        display: block; }
      .header-content .picture-box .stamp {
        position: absolute;
        top: 56%;
        left: calc(78% - 10rem); }
    @media all and (max-width: 768px) {
      .header-content {
        padding: 0 2rem; }
        .header-content .pretitle {
          font-size: 1.4rem; }
        .header-content .title {
          font-size: 2.6rem;
          line-height: 3rem; }
        .header-content .buttons-box {
          display: block; }
          .header-content .buttons-box .btn {
            margin-bottom: 1.6rem; }
        .header-content .picture-box {
          display: none; } }

.section {
  background-color: #e7ebed; }
  .section__header {
    position: relative;
    padding: 8rem 0 2.8rem;
    display: flex;
    justify-content: space-between; }
    .section__header h2 {
      font-weight: 300;
      line-height: 6rem;
      font-size: 5rem;
      margin: 0 4rem 0 0; }
    @media all and (max-width: 600px) {
      .section__header {
        margin-bottom: -3rem;
        padding: 2.8rem 0; }
        .section__header h2 {
          display: block;
          text-align: center;
          font-weight: bold;
          padding: 1rem;
          bottom: 0;
          font-size: 2.3rem;
          line-height: 2.8rem;
          margin-right: 0; } }
  .section__content {
    display: flex;
    justify-content: space-between;
    padding: 5rem 0 8rem;
    flex-wrap: wrap; }
    @media all and (max-width: 768px) {
      .section__content {
        padding: 2rem 0; } }
    .section__content .item__pic {
      width: 13.2rem;
      height: 13.2rem;
      border-radius: 50%;
      overflow: hidden;
      margin: 2.5rem 0; }
      .section__content .item__pic img {
        max-width: 100%; }
    .section__content .item__title {
      display: block;
      line-height: 3.5rem; }
    .section__content .item__text {
      font-size: 1.8rem;
      line-height: 1.44;
      color: #4e5567; }
    @media all and (max-width: 768px) {
      .section__content .item {
        flex: 100% 1 1;
        padding: 2rem; }
        .section__content .item .item__pic {
          margin: 2.5rem auto;
          width: 20rem;
          height: 20rem; } }
  .section__caption {
    display: block;
    border-top: 1px solid #4e5567;
    width: 84rem;
    max-width: 100%;
    margin: 5rem auto;
    padding-top: 3.4rem;
    font-size: 3rem;
    line-height: 4rem;
    text-align: center; }
    .section__caption p {
      margin-bottom: 2.7rem; }
    .section__caption .btn {
      font-size: 1.8rem; }
    @media all and (max-width: 768px) {
      .section__caption {
        font-size: 2rem;
        line-height: 3rem; } }
  .section--advantages {
    background: #fff;
    padding-top: 8rem; }
    @media all and (max-width: 768px) {
      .section--advantages {
        padding-top: 0; } }
    .section--advantages .advantages-list {
      margin: 0 auto;
      padding: 0;
      display: block;
      width: 80rem;
      counter-reset: advantage; }
      .section--advantages .advantages-list__item {
        list-style: none;
        margin-bottom: 5.4rem;
        display: flex; }
        .section--advantages .advantages-list__item:before {
          counter-increment: advantage;
          content: counter(advantage);
          flex: 7rem 0 0;
          text-align: left;
          color: #2e6356;
          font-size: 6rem;
          font-weight: bold;
          display: inline-block; }
        .section--advantages .advantages-list__item .title {
          font-size: 3rem;
          line-height: 4rem;
          flex: 30rem 0 0; }
        .section--advantages .advantages-list__item .description {
          font-size: 1.6rem;
          line-height: 2.4rem;
          padding-top: .6rem; }
        @media all and (max-width: 768px) {
          .section--advantages .advantages-list__item {
            flex-wrap: wrap; }
            .section--advantages .advantages-list__item:before {
              font-size: 3rem;
              flex: 4rem 0 0; }
            .section--advantages .advantages-list__item .title {
              line-height: 1.7;
              font-size: 2rem; }
            .section--advantages .advantages-list__item .description {
              flex: calc(100% - 4rem) 0 0;
              margin-left: 4rem; } }
  .section--experts {
    background: #f4f4f4; }
    .section--experts .experts-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .section--experts .experts-list__item {
        flex: 28% 0 0;
        text-align: center; }
        @media all and (max-width: 768px) {
          .section--experts .experts-list__item {
            flex: 100% 0 0; } }
    .section--experts .speaker__pic {
      border-radius: 50%;
      overflow: hidden;
      font-size: 15.8rem;
      width: 1em;
      height: 1em;
      margin: 1.6rem auto 2.6rem;
      display: flex; }
      .section--experts .speaker__pic img {
        max-width: 100%;
        width: 100%; }
    .section--experts .speaker__name {
      font-size: 1.8rem;
      line-height: 2.6rem;
      font-weight: bold; }
    .section--experts .speaker__desc {
      font-size: 1.8rem;
      line-height: 2.6rem; }
  .section--programms {
    background: #fff; }
    .section--programms .section__header {
      padding-top: 6rem; }
    .section--programms .aside {
      flex: 30rem 0 0;
      max-width: 100%; }
      .section--programms .aside__pic {
        max-height: 21rem;
        margin-top: -12rem;
        margin-bottom: 2.5rem; }
      .section--programms .aside__caption {
        font-size: 1.4rem; }
    .section--programms .training {
      display: flex;
      justify-content: space-between;
      margin-bottom: 5rem; }
      .section--programms .training-title {
        font-size: 3rem;
        line-height: 1.5;
        color: #4e5567;
        margin-bottom: 2rem; }
      .section--programms .training__content {
        flex: 65% 0 0; }
      .section--programms .training__pic img {
        max-width: 100%; }
      .section--programms .training.training--simple .training__content {
        flex: 100% 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .section--programms .training.training--simple .training__content .training-title {
          flex: 100% 0 0; }
        .section--programms .training.training--simple .training__content .box {
          flex: 45% 0 0; }
          .section--programms .training.training--simple .training__content .box__title {
            font-size: 2.5rem;
            line-height: 3rem; }
          .section--programms .training.training--simple .training__content .box__link .btn {
            width: 100%;
            max-width: 100%;
            box-sizing: border-box; }
        @media all and (max-width: 768px) {
          .section--programms .training.training--simple .training__content {
            display: block; }
            .section--programms .training.training--simple .training__content .box {
              flex: 100% 0 0;
              margin-bottom: .8rem; } }
    .section--programms .box {
      border-radius: 4px;
      box-shadow: -10px 9px 21px 0 rgba(219, 233, 231, 0.4);
      border: solid 1px #e9e9e9;
      background: #fff;
      padding: 1.8rem 2rem 3rem; }
      .section--programms .box__caption {
        font-size: 2rem;
        line-height: 1.5;
        display: block;
        min-height: 4.8rem; }
      .section--programms .box__title {
        font-size: 3.5rem;
        line-height: 3rem;
        font-weight: bold; }
      .section--programms .box__subtitle {
        font-size: 2rem;
        line-height: 1.5;
        min-height: 6rem; }
      .section--programms .box__text {
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 2rem; }
      .section--programms .box__link .btn {
        font-size: 1.6rem;
        width: 34rem;
        max-width: 100%; }
    @media all and (max-width: 768px) {
      .section--programms .aside {
        display: none; }
      .section--programms .training {
        max-width: 100%;
        display: block;
        width: 100%; }
      .section--programms .training__pic {
        display: none; }
      .section--programms .training-title {
        font-size: 1.8rem; }
      .section--programms .box__caption {
        font-size: 1.6rem; }
      .section--programms .box__title {
        font-size: 2rem;
        line-height: 2.4rem; }
      .section--programms .box__subtitle {
        font-size: 1.4rem; }
      .section--programms .box__text {
        font-size: 1.3rem; }
      .section--programms .box__link .btn {
        box-sizing: border-box; } }
  .section--reviews {
    background: #f4f4f4; }
    .section--reviews .aside {
      text-align: right;
      padding-top: 1rem; }
      .section--reviews .aside__bigtext {
        font-size: 5rem;
        display: block; }
      .section--reviews .aside__caption {
        font-size: 1.6rem;
        line-height: 2.2rem; }
    .section--reviews .reviews-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .section--reviews .reviews-list__item {
        flex: calc(33.3% - .8rem) 0 0;
        margin: 0 .8rem .8rem 0; }
    .section--reviews .feedback {
      position: relative;
      border-radius: .4rem;
      background: #fff;
      box-shadow: -10px 9px 21px 0 rgba(219, 233, 231, 0.4);
      border: 1px solid #e9e9e9;
      padding: 2.7rem 1.7rem 3.8rem; }
      .section--reviews .feedback-pic {
        display: flex;
        align-items: center;
        margin-bottom: 2.8rem; }
        .section--reviews .feedback-pic .feedback-userpic {
          width: 6rem;
          height: 6rem;
          flex: 6rem 0 0;
          border-radius: 50%;
          overflow: hidden;
          margin-right: 1.7rem; }
          .section--reviews .feedback-pic .feedback-userpic img {
            max-width: 100%;
            width: 100%; }
        .section--reviews .feedback-pic .feedback-title {
          font-size: 1.8rem; }
      .section--reviews .feedback-text {
        font-size: 1.6rem;
        margin-bottom: 3rem;
        min-height: 12rem; }
      .section--reviews .feedback-date {
        position: absolute;
        bottom: 2.3rem;
        left: 1.7rem;
        font-size: 1.4rem; }
    .section--reviews .button-box {
      text-align: center;
      width: 100%;
      margin-top: 4.6rem; }
      .section--reviews .button-box .btn {
        width: 368px;
        max-width: 100%;
        line-height: 4rem;
        font-size: 1.4rem;
        display: inline-block; }
    @media all and (max-width: 768px) {
      .section--reviews .aside {
        display: none; }
      .section--reviews .reviews-list {
        display: block !important; }
      .section--reviews .button-box .btn {
        width: 100%;
        box-sizing: border-box; } }

.footer {
  background: #f4f4f4; }
  .footer-line {
    display: flex;
    padding: 5rem 0 6rem;
    border-top: .2rem solid #f0f0f0; }
  .footer .copyright {
    font-size: 1.3rem;
    margin-right: 10rem; }
    .footer .copyright div {
      margin-bottom: 1.6rem; }
    .footer .copyright a, .footer .copyright a:link, .footer .copyright a:visited {
      color: #2d3039;
      display: inline-block;
      margin-right: 1rem;
      text-decoration: none;
      border-bottom: 1px solid #a2a3a7; }
  .footer .footer-contact span {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 1rem; }
  .footer .footer-contact .phone {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    color: #2d3039; }
  @media all and (max-width: 600px) {
    .footer .footer-line {
      display: block; }
    .footer .copyright {
      margin-right: auto; }
      .footer .copyright a, .footer .copyright a:link, .footer .copyright a:visited {
        display: block;
        font-size: 1.2rem;
        text-align: center;
        border-bottom: none;
        margin-bottom: 1rem; }
    .footer .footer-contact {
      text-align: center; } }

@media all and (min-width: 1700px) {
  html {
    font-size: 10px; } }

@media all and (min-width: 2000px) {
  html {
    font-size: 14px; } }

@media all and (min-width: 3000px) {
  html {
    font-size: 32px; } }

@media all and (max-width: 1050px) {
  html {
    font-size: 8px; } }

@media all and (max-width: 980px) {
  html {
    font-size: 7px; } }

@media all and (max-width: 768px) {
  html {
    font-size: 6px; } }

@media all and (max-width: 600px) {
  html {
    font-size: 12px; } }

@media all and (max-width: 440px) {
  html {
    font-size: 10px; } }

@media all and (max-width: 340px) {
  html {
    font-size: 9px; } }

@media all and (max-width: 600px) {
  .header-top__logo img {
    width: 14rem; }
  .header-content .event-name {
    font-size: 2rem; } }

@media (min-width: 600px) and (max-width: 768px) {
  .btn {
    font-size: 2em; } }
