/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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; }

a {
  color: inherit;
  text-decoration: none; }

@font-face {
  font-family: 'GothamPro';
  src: url("../styles/fonts/GothamPro/GothaProLig.otf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro';
  src: url("../styles/fonts/GothamPro/GothaProReg.otf");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro';
  src: url("../styles/fonts/GothamPro/GothaProBol.otf");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../styles/fonts/Roboto/Robotolight.ttf");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../styles/fonts/Roboto/Roboto.ttf");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../styles/fonts/Roboto/Robotoblack.ttf");
  font-weight: 800;
  font-style: normal; }
html, html body {
  width: 100%;
  font-family: Roboto;
  font-size: 25px;
  line-height: 29px;
  color: #000;
  display: block;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden; }
  html a, html body a {
    text-decoration: none; }
    html a:hover, html body a:hover {
      color: inherit;
      text-decoration: none; }
  html h1, html h2, html h3, html body h1, html body h2, html body h3 {
    text-transform: uppercase;
    font-weight: 800; }
  html li, html body li {
    list-style-type: none; }
  html .blue-button, html body .blue-button {
    background-color: #2DB7DC;
    font-size: 20px;
    font-weight: bold;
    padding: 14px 40px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600; }
  html menu, html nav, html body menu, html body nav {
    display: flex;
    justify-content: space-around; }
    html menu li a, html nav li a, html body menu li a, html body nav li a {
      text-transform: uppercase; }
    html menu li a, html nav li a, html body menu li a, html body nav li a {
      font-size: 18px;
      font-weight: 800; }
  html header, html body header {
    color: #FFF;
    background-color: #211E57;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #211E57;
    z-index: 10;
    margin: 0 !important;
    transition: height 0.4s linear; }
    html header menu, html body header menu {
      display: flex;
      justify-content: space-around; }
      html header menu li a, html body header menu li a {
        font-size: 18px;
        font-weight: 800; }
    html header .contacts, html body header .contacts {
      display: flex;
      justify-content: center;
      padding: 0; }
      html header .contacts div, html body header .contacts div {
        font-size: 18px;
        font-weight: bold; }
      html header .contacts .circle-border, html body header .contacts .circle-border {
        display: flex;
        border: 2px solid #fff;
        border-radius: 40px;
        height: 65px;
        align-items: center;
        transition: height 0.4s linear, width 0.4s linear;
        margin-left: 15px; }
        html header .contacts .circle-border .logo-circle, html body header .contacts .circle-border .logo-circle {
          border-right: 2px solid #fff;
          border-top: 2px solid #fff;
          border-bottom: 2px solid #fff;
          border-radius: 40px;
          height: 65px;
          width: 65px;
          display: flex;
          justify-content: center;
          align-items: center;
          transition: height 0.4s linear, width 0.4s linear; }
        html header .contacts .circle-border .phone-number, html header .contacts .circle-border .mail, html body header .contacts .circle-border .phone-number, html body header .contacts .circle-border .mail {
          margin: 0 15px; }
    html header._fixed, html body header._fixed {
      height: 80px;
      -webkit-box-shadow: 4px 2px 9px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 4px 2px 9px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 4px 2px 9px 0px rgba(0, 0, 0, 0.75); }
      html header._fixed .circle-border .logo-circle, html body header._fixed .circle-border .logo-circle {
        height: 45px;
        width: 45px; }
      html header._fixed .circle-border, html body header._fixed .circle-border {
        height: 45px; }
  html main .scnd-img, html body main .scnd-img {
    position: absolute;
    right: 0px;
    top: 170px;
    width: 45%; }
  html main .top-banner, html body main .top-banner {
    color: #fff;
    padding: 80px 0;
    border: 20px solid transparent;
    background-color: #211E57;
    padding-top: 120px;
    position: relative; }
    html main .top-banner .description, html body main .top-banner .description {
      padding-left: 0;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
      align-content: center;
      justify-content: space-around;
      text-transform: uppercase; }
      html main .top-banner .description .normal-font, html body main .top-banner .description .normal-font {
        font-size: 25px;
        line-height: 1; }
      html main .top-banner .description .font-bold, html body main .top-banner .description .font-bold {
        font-size: 70px;
        line-height: 1;
        font-weight: 800; }
      html main .top-banner .description .font-bolder, html body main .top-banner .description .font-bolder {
        font-size: 20px;
        line-height: 1;
        font-weight: 800; }
      html main .top-banner .description .font-small-bold, html body main .top-banner .description .font-small-bold {
        font-weight: bold;
        font-size: 20px;
        line-height: 1; }
      html main .top-banner .description .block-2, html body main .top-banner .description .block-2 {
        padding: 1rem 0; }
      html main .top-banner .description .block-5, html body main .top-banner .description .block-5 {
        padding-bottom: 0.5rem; }
      html main .top-banner .description .block-3, html body main .top-banner .description .block-3 {
        padding-bottom: 1rem; }
    html main .top-banner .couch_back-img, html body main .top-banner .couch_back-img {
      position: relative;
      z-index: 1; }
      html main .top-banner .couch_back-img:after, html body main .top-banner .couch_back-img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 200%;
        background: #211E57 url(../img/coach_back_full.png) no-repeat left center;
        background-size: contain; }
  html main .skos-3, html body main .skos-3 {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100px;
    background-color: #211E57;
    clip-path: polygon(0% 0%, 0% 0%, 0% 95%, 100% 0); }
  html main .training-block, html body main .training-block {
    padding: 200px 0 200px;
    position: relative; }
    html main .training-block .row, html body main .training-block .row {
      display: flex;
      justify-content: center;
      padding: 0; }
      html main .training-block .row .block-1 h2, html body main .training-block .row .block-1 h2 {
        font-size: 30px;
        font-weight: 800;
        margin: 20px 0; }
      html main .training-block .row .block-1 .description, html body main .training-block .row .block-1 .description {
        font-size: 25px; }
      html main .training-block .row .block-2, html body main .training-block .row .block-2 {
        padding: 40px 0; }
        html main .training-block .row .block-2 .logo-blue, html body main .training-block .row .block-2 .logo-blue {
          margin-bottom: 30px; }
        html main .training-block .row .block-2 h3, html body main .training-block .row .block-2 h3 {
          font-weight: 800;
          font-size: 20px;
          margin-bottom: 14px; }
        html main .training-block .row .block-2 p, html body main .training-block .row .block-2 p {
          font-size: 16px;
          line-height: 19px; }
      html main .training-block .row .block-3, html body main .training-block .row .block-3 {
        font-size: 20px;
        margin: 40px 0; }
        html main .training-block .row .block-3 h3, html main .training-block .row .block-3 b, html body main .training-block .row .block-3 h3, html body main .training-block .row .block-3 b {
          font-weight: 800; }
      html main .training-block .row .block-4, html body main .training-block .row .block-4 {
        margin: 40px 0; }
        html main .training-block .row .block-4 div, html body main .training-block .row .block-4 div {
          padding: 0; }
        html main .training-block .row .block-4 h3, html body main .training-block .row .block-4 h3 {
          font-weight: 800;
          font-size: 23px; }
        html main .training-block .row .block-4 p, html body main .training-block .row .block-4 p {
          font-size: 22px; }
    html main .training-block .skos-2, html body main .training-block .skos-2 {
      position: absolute;
      bottom: 0;
      z-index: 2;
      width: 100%;
      height: 100px;
      background-color: #211E57;
      clip-path: polygon(0% 100%, 100% 10%, 100% 100%, 100% 100%); }
  html main .actual-block, html body main .actual-block {
    color: #fff;
    background-color: #211E57;
    background-image: url(../img/actual/act-back.png);
    background-repeat: no-repeat;
    background-position: -10%;
    position: relative;
    padding-bottom: 200px; }
    html main .actual-block .actual-header:after, html body main .actual-block .actual-header:after {
      content: " ";
      position: absolute;
      height: 10px;
      width: 35%;
      background-color: #2DB7DC;
      bottom: 60px; }
    html main .actual-block h2, html body main .actual-block h2 {
      font-size: 25px;
      font-weight: bold;
      position: relative;
      margin: 80px auto; }
    html main .actual-block .col-lg-4, html body main .actual-block .col-lg-4 {
      display: flex;
      align-items: center; }
      html main .actual-block .col-lg-4 .actual-description, html body main .actual-block .col-lg-4 .actual-description {
        font-size: 15px;
        font-weight: 800;
        padding-left: 20px;
        margin: 35px 0;
        line-height: 19px; }
    html main .actual-block ul, html body main .actual-block ul {
      z-index: 2;
      position: relative; }
      html main .actual-block ul li, html body main .actual-block ul li {
        font-size: 25px;
        list-style-type: disc;
        color: #2DB7DC; }
        html main .actual-block ul li span, html body main .actual-block ul li span {
          color: #fff; }
      html main .actual-block ul + p, html body main .actual-block ul + p {
        margin: 20px 0;
        z-index: 2;
        position: relative; }
    html main .actual-block .lg-hidden, html body main .actual-block .lg-hidden {
      display: none; }
    html main .actual-block .col-lg-2, html body main .actual-block .col-lg-2 {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      html main .actual-block .col-lg-2 img, html body main .actual-block .col-lg-2 img {
        position: relative; }
    html main .actual-block .fcking-woman, html body main .actual-block .fcking-woman {
      position: absolute;
      bottom: -105px;
      z-index: 1; }
    html main .actual-block .punktir, html body main .actual-block .punktir {
      display: flex;
      justify-content: space-between; }
      html main .actual-block .punktir .left-block, html main .actual-block .punktir .right-block, html body main .actual-block .punktir .left-block, html body main .actual-block .punktir .right-block {
        width: 5%;
        height: 46px;
        background-repeat: no-repeat; }
      html main .actual-block .punktir .left-block, html body main .actual-block .punktir .left-block {
        background-image: url(../img/results/left.png); }
      html main .actual-block .punktir .right-block, html body main .actual-block .punktir .right-block {
        background-image: url(../img/results/right.png);
        background-position: right 0; }
      html main .actual-block .punktir .middle-block, html body main .actual-block .punktir .middle-block {
        background-image: url(../img/results/mid.png);
        height: 46px;
        width: 90%; }
  html main .results, html body main .results {
    padding: 60px; }
    html main .results h2, html body main .results h2 {
      font-weight: bold;
      position: relative;
      margin: 60px auto;
      font-weight: 30px; }
    html main .results .col-lg-6, html body main .results .col-lg-6 {
      display: flex;
      align-items: center;
      margin: 20px 0; }
      html main .results .col-lg-6 .result-description, html body main .results .col-lg-6 .result-description {
        padding-left: 15px; }
        html main .results .col-lg-6 .result-description h3, html body main .results .col-lg-6 .result-description h3 {
          font-weight: 800;
          font-size: 26px; }
        html main .results .col-lg-6 .result-description p, html body main .results .col-lg-6 .result-description p {
          font-size: 21px;
          line-height: 25px; }
  html main .information, html body main .information {
    background-color: #211E57;
    color: #fff;
    padding: 100px 0 0;
    background-image: url(../img/information/circle.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: relative; }
    html main .information .container, html body main .information .container {
      position: relative; }
    html main .information h2, html main .information .inf-1, html main .information .inf-2, html body main .information h2, html body main .information .inf-1, html body main .information .inf-2 {
      font-weight: 800;
      line-height: 29px;
      margin-bottom: 15px; }
    html main .information h2, html body main .information h2 {
      font-size: 30px; }
    html main .information .inf-1, html body main .information .inf-1 {
      font-size: 25px; }
    html main .information .inf-2, html body main .information .inf-2 {
      font-size: 25px; }
    html main .information ul, html body main .information ul {
      z-index: 2;
      position: relative; }
      html main .information ul li, html body main .information ul li {
        font-size: 25px;
        list-style-type: disc;
        color: #2DB7DC; }
        html main .information ul li span, html body main .information ul li span {
          color: #fff; }
    html main .information .day_1, html main .information .day_2, html body main .information .day_1, html body main .information .day_2 {
      margin: 30px 0; }
      html main .information .day_1 .description, html main .information .day_2 .description, html body main .information .day_1 .description, html body main .information .day_2 .description {
        overflow: hidden;
        max-height: 0;
        height: auto;
        transition: max-height 1s linear; }
    html main .information .day_1_button, html main .information .day_2_button, html body main .information .day_1_button, html body main .information .day_2_button {
      display: flex;
      align-items: center;
      font-weight: 800;
      font-size: 28px;
      margin-bottom: 40px;
      cursor: pointer; }
      html main .information .day_1_button .arrow, html main .information .day_2_button .arrow, html body main .information .day_1_button .arrow, html body main .information .day_2_button .arrow {
        transform: rotate(180deg);
        transition: transform 0.4s linear; }
      html main .information .day_1_button .day_number, html main .information .day_2_button .day_number, html body main .information .day_1_button .day_number, html body main .information .day_2_button .day_number {
        padding: 10px 17px;
        border: 3px solid #2DB7DC;
        border-radius: 20px; }
      html main .information .day_1_button .day_text, html main .information .day_2_button .day_text, html body main .information .day_1_button .day_text, html body main .information .day_2_button .day_text {
        padding: 0 40px 0 20px; }
    html main .information .opened .description, html body main .information .opened .description {
      max-height: 2000px; }
    html main .information .opened .arrow, html body main .information .opened .arrow {
      transform: rotate(0); }
    html main .information .text-block-2, html body main .information .text-block-2 {
      margin: 0; }
    html main .information .text-block-3, html body main .information .text-block-3 {
      padding: 0 30px; }
    html main .information .text-block-1, html body main .information .text-block-1 {
      margin: 30px 0; }
    html main .information .our_contacts, html body main .information .our_contacts {
      margin: 15px 0; }
      html main .information .our_contacts .coach-description, html main .information .our_contacts .email-information, html body main .information .our_contacts .coach-description, html body main .information .our_contacts .email-information {
        display: flex;
        align-items: center;
        font-size: 20px;
        margin-bottom: 15px; }
        html main .information .our_contacts .coach-description p, html main .information .our_contacts .email-information p, html body main .information .our_contacts .coach-description p, html body main .information .our_contacts .email-information p {
          padding-left: 20px; }
    html main .information .contacts-button, html body main .information .contacts-button {
      padding: 20px 0;
      display: flex;
      justify-content: center; }
    html main .information .skos-1, html body main .information .skos-1 {
      position: absolute;
      bottom: -100px;
      z-index: 2;
      width: 100%;
      height: 100px;
      background-color: #211E57;
      clip-path: polygon(0% 0%, 0% 0%, 0% 95%, 100% 0); }
    html main .information b, html body main .information b {
      text-transform: uppercase; }
  html main .send_to-us, html body main .send_to-us {
    background-color: #ECECEC;
    padding-top: 100px; }
    html main .send_to-us h2, html body main .send_to-us h2 {
      font-size: 20px;
      margin: 40px auto;
      position: relative;
      text-align: center; }
    html main .send_to-us div, html body main .send_to-us div {
      padding: 10px 20px; }
    html main .send_to-us input[type=text], html main .send_to-us textarea, html body main .send_to-us input[type=text], html body main .send_to-us textarea {
      border-radius: 8px;
      background-color: #FFF;
      padding: 10px 20px;
      width: 100%;
      border: none; }
      html main .send_to-us input[type=text]::-webkit-input-placeholder, html main .send_to-us textarea::-webkit-input-placeholder, html body main .send_to-us input[type=text]::-webkit-input-placeholder, html body main .send_to-us textarea::-webkit-input-placeholder {
        font-size: 15px; }
      html main .send_to-us input[type=text]:-moz-placeholder, html main .send_to-us textarea:-moz-placeholder, html body main .send_to-us input[type=text]:-moz-placeholder, html body main .send_to-us textarea:-moz-placeholder {
        font-size: 15px; }
      html main .send_to-us input[type=text]::-moz-placeholder, html main .send_to-us textarea::-moz-placeholder, html body main .send_to-us input[type=text]::-moz-placeholder, html body main .send_to-us textarea::-moz-placeholder {
        font-size: 15px; }
      html main .send_to-us input[type=text]:-ms-input-placeholder, html main .send_to-us textarea:-ms-input-placeholder, html body main .send_to-us input[type=text]:-ms-input-placeholder, html body main .send_to-us textarea:-ms-input-placeholder {
        font-size: 15px; }
    html main .send_to-us textarea, html body main .send_to-us textarea {
      height: 150px; }
    html main .send_to-us input[type=submit], html body main .send_to-us input[type=submit] {
      border: none;
      color: #fff;
      position: relative;
      margin: 0 auto; }
    html main .send_to-us .submit_but, html body main .send_to-us .submit_but {
      text-align: center; }
    html main .send_to-us .recapture, html body main .send_to-us .recapture {
      padding: 10px 0; }
      html main .send_to-us .recapture div, html body main .send_to-us .recapture div {
        padding: 0; }
  html main .g-recaptcha, html body main .g-recaptcha {
    padding: 10px; }
  html main .boy-block, html body main .boy-block {
    position: absolute;
    top: -267px;
    right: 0; }
html footer {
  background-color: #ECECEC;
  padding: 60px 0; }
html #mobile__menu-top {
  display: none;
  z-index: 10;
  height: 60px; }
html .mobile__background {
  display: none;
  position: fixed;
  z-index: 11;
  background-color: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
html .mobile__main-menu {
  display: none; }
html .mobile__menu-burger {
  background: none !important;
  color: white;
  border: none !important;
  outline: none !important; }

@media screen and (max-width: 776px) {
  html, body {
    overflow-x: hidden; }
    html footer, html header, body footer, body header {
      display: none !important; }
    html main article .top-banner, body main article .top-banner {
      padding: 60px 0 0;
      border: none;
      box-sizing: border-box;
      min-height: 80vh; }
      html main article .top-banner img, body main article .top-banner img {
        max-width: 100%; }
      html main article .top-banner .description, body main article .top-banner .description {
        min-height: 50vh;
        padding: 15px;
        text-align: center;
        font-size: 15px; }
        html main article .top-banner .description .normal-font, body main article .top-banner .description .normal-font {
          font-size: 0.8rem;
          line-height: 0.9rem; }
        html main article .top-banner .description .block-2, body main article .top-banner .description .block-2 {
          padding: 20px 0; }
          html main article .top-banner .description .block-2 .font-bolder, body main article .top-banner .description .block-2 .font-bolder {
            margin-top: 0;
            font-size: 1rem;
            line-height: 1rem; }
        html main article .top-banner .description .block-4, body main article .top-banner .description .block-4 {
          padding-top: 40px;
          width: 100%;
          display: flex;
          justify-content: center; }
        html main article .top-banner .description .font-bold, body main article .top-banner .description .font-bold {
          font-size: 1.5rem;
          line-height: 1.9rem; }
        html main article .top-banner .description .block-5, body main article .top-banner .description .block-5 {
          margin: 0 0 5px; }
          html main article .top-banner .description .block-5 .font-small-bold, body main article .top-banner .description .block-5 .font-small-bold {
            font-size: 0.9rem;
            line-height: 1rem; }
        html main article .top-banner .description .block-4, body main article .top-banner .description .block-4 {
          margin: 20px 0; }
      html main article .top-banner .couch_back-img, body main article .top-banner .couch_back-img {
        min-height: 30vh;
        background: url(../img/coach_back_full.png) no-repeat center center;
        background-size: contain; }
        html main article .top-banner .couch_back-img:after, body main article .top-banner .couch_back-img:after {
          display: none; }
        html main article .top-banner .couch_back-img img, body main article .top-banner .couch_back-img img {
          display: none; }
    html main article .training-block .logo-blue, body main article .training-block .logo-blue {
      position: relative;
      margin-top: 40px;
      text-align: center; }
    html main article .results, body main article .results {
      padding: 60px 0px; }
      html main article .results h2, body main article .results h2 {
        padding: 0 15px; }
    html main article .information .logo-coach-1, body main article .information .logo-coach-1 {
      text-align: center;
      padding: 20px 0; }
    html main article .send_to-us .row div, body main article .send_to-us .row div {
      padding: 10px 0; }
    html main article .send_to-us .row .g-recaptcha, body main article .send_to-us .row .g-recaptcha {
      position: relative;
      margin: 0 auto;
      display: flex;
      justify-content: center; }
    html main article .actual-block h2, body main article .actual-block h2 {
      padding: 0 15px; }
    html main article .training-block .logo-icf, body main article .training-block .logo-icf {
      text-align: center;
      margin-top: 40px; }
    html #mobile__menu-top, body #mobile__menu-top {
      display: flex !important;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #141234;
      color: #fff;
      align-items: center;
      justify-content: space-between;
      padding: 3px 10px;
      box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, 0.25);
      z-index: 10; } }
@media screen and (max-width: 1279px) {
  header {
    display: none !important; }

  #mobile__menu-top {
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #141234;
    color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 3px 10px;
    box-shadow: 0px 0px 9px 3px rgba(41, 41, 41, 0.25); }

  .mobile__main-menu {
    position: fixed;
    z-index: 13;
    left: -80%;
    top: 0;
    width: 80%;
    height: 100%;
    background-color: #FFF;
    transition: 0.3s left linear; }
    .mobile__main-menu ul {
      padding: 60px 20px; }
      .mobile__main-menu ul li {
        margin-bottom: 20px; }

  .mobile__main-menu.active-menu {
    left: 0 !important; }

  main article .scnd-img {
    display: none; }
  main article .couch_back-img {
    visibility: visible !important; } }

/*# sourceMappingURL=main.css.map */
