/*! normalize.scss v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.75em; }

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
  padding: 0; }

dd {
  margin: 0;
  padding: 0; }

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
input:focus {
  outline: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: Roboto Condensed;
  background-repeat: no-repeat;
  margin: 0; }
  body .container__wrap {
    width: 100%; }
  body .container {
    margin: auto;
    overflow: hidden;
    position: relative;
    min-width: 920px;
    z-index: 0; }
  body .menu-block {
    width: 32vw;
    position: relative;
    top: 2vw;
    right: 4vw;
    float: right;
    color: white; }
    body .menu-block ul {
      text-decoration: none;
      list-style: none;
      font-size: 1.5vw;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      body .menu-block ul li {
        cursor: pointer; }
        body .menu-block ul li:before {
          content: url(../images/round2.png);
          position: relative; }
        body .menu-block ul li:hover {
          color: #b9b9b9; }
          body .menu-block ul li:hover:before {
            content: url(../images/round.png); }
        body .menu-block ul li a {
          color: white;
          text-decoration: none; }
          body .menu-block ul li a:hover {
            color: #b9b9b9; }
  body .title-block {
    background-image: url(../images/screen1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 24%;
    background-position: center;
    position: relative;
    min-width: 920px; }
    body .title-block__title {
      color: white;
      position: relative;
      left: 5vw;
      top: 5vw; }
      body .title-block__title h1 {
        font-size: 7vw;
        margin: 0; }
      body .title-block__title .description {
        font-size: 2.2vw;
        width: 37vw;
        margin-top: 2vw;
        text-align: left; }
      body .title-block__title .know-more-wrap {
        width: 400px; }
        body .title-block__title .know-more-wrap a {
          color: #9a1b45;
          width: 240px;
          height: 60px;
          text-transform: uppercase;
          text-decoration: none; }
          body .title-block__title .know-more-wrap a .know-more {
            margin: 3vw auto 0 3vw;
            text-align: center;
            background-color: white;
            width: 18vw;
            height: 3.3vw;
            border-radius: 50px;
            padding-top: 5px;
            box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.5); }
            body .title-block__title .know-more-wrap a .know-more:hover {
              background-color: #b9b9b9; }
            body .title-block__title .know-more-wrap a .know-more span {
              font-size: 1.7vw;
              line-height: 3vw; }

.trainer-block {
  background-image: url(../images/g17514.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 9%;
  position: relative; }
  .trainer-block__title {
    color: white;
    position: relative;
    top: 4.5vw;
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-image: url(../images/about-row2.png);
    background-size: cover;
    height: 3.8vw;
    line-height: 3.8vw; }
    @media screen and (max-width: 1020px) {
      .trainer-block__title {
        display: none; } }
    .trainer-block__title__round {
      width: 14vw;
      top: -0.7vw;
      height: 7vw;
      position: absolute;
      background-size: cover;
      background-image: url(../images/g9351.png); }
  .trainer-block__column-disabled {
    display: none; }
    @media screen and (max-width: 1020px) {
      .trainer-block__column-disabled {
        display: block;
        color: #a63b5f;
        font-size: 3vw;
        position: relative;
        top: 10vw;
        text-align: center;
        height: 13vw; } }
  .trainer-block__column {
    display: block;
    position: relative;
    top: 7vw; }
    @media screen and (max-width: 1020px) {
      .trainer-block__column {
        display: none; } }
    .trainer-block__column__settings {
      display: flex;
      justify-content: space-around;
      padding: 0 2vw;
      color: #9a1b45; }
      .trainer-block__column__settings__item {
        text-align: center;
        font-size: 1vw;
        align-items: center;
        display: flex; }
      .trainer-block__column__settings label {
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle; }
      .trainer-block__column__settings button {
        text-align: center;
        display: inline;
        font-size: 1vw;
        font-family: sans-serif;
        font-weight: 700;
        color: #444;
        width: 128px;
        padding: .6em .8em .5em .8em;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0;
        border: 1px solid #aaa;
        box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-color: #fff;
        background: linear-gradient(45deg, #bc394c 45%, #FFFFFF 100%);
        color: white;
        text-transform: uppercase; }
        .trainer-block__column__settings button:focus {
          outline: 0 !important; }
      .trainer-block__column__settings select {
        display: inline-block;
        font-size: 1vw;
        font-family: sans-serif;
        font-weight: 700;
        color: #444;
        width: 128px;
        line-height: 1.3;
        padding: .6em 1.4em .5em .8em;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0;
        border: 1px solid #aaa;
        box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-color: #fff;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23bc394c%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
        background-repeat: no-repeat, repeat;
        background-position: right .7em top 50%, 0 0;
        background-size: .65em auto, 100%; }
        .trainer-block__column__settings select:focus {
          outline: 0 !important; }
      .trainer-block__column__settings select option {
        font-weight: normal; }
      .trainer-block__column__settings *[dir="rtl"] select, .trainer-block__column__settings :root:lang(ar) select, .trainer-block__column__settings :root:lang(iw) select {
        background-position: left .7em top 50%, 0 0;
        padding: .6em .8em .5em 1.4em; }
  .trainer-block__trainer {
    width: 980px; }

.about-block {
  background-image: url(../images/g17514.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 4%;
  position: relative; }
  .about-block__title {
    color: white;
    position: relative;
    top: 4.5vw;
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    background-image: url(../images/about-row2.png);
    background-size: cover;
    height: 3.8vw;
    line-height: 3.8vw; }
    .about-block__title__round {
      width: 14vw;
      top: -0.7vw;
      height: 7vw;
      position: absolute;
      background-size: cover;
      background-image: url(../images/g9351.png); }
  .about-block__column {
    margin-top: 5vw; }
    .about-block__column__description {
      padding: 0 50px;
      padding-top: 2vw;
      text-align: left;
      font-size: 2vw;
      text-indent: 3vw; }
    .about-block__column__subcolumns {
      padding: 0 50px;
      display: flex;
      justify-content: space-between; }
      .about-block__column__subcolumns__column {
        width: 30vw;
        margin-top: -20px; }
        .about-block__column__subcolumns__column__icon {
          width: 3.1vw;
          height: 3vw;
          position: relative;
          top: 5vw;
          background-image: url(../images/column-rounds.png);
          z-index: 100;
          background-size: cover;
          background-repeat: no-repeat; }
        .about-block__column__subcolumns__column__header {
          height: 20px;
          width: 24.3vw;
          margin-right: 11px;
          margin-bottom: 1vw;
          position: relative;
          text-align: center;
          border-bottom: 2px #a63b5f solid;
          color: #a63b5f;
          text-transform: uppercase;
          font-weight: bold;
          left: 4vw;
          padding-bottom: 1vw;
          font-size: 1.5vw; }
        .about-block__column__subcolumns__column__text {
          text-indent: 30px;
          margin-top: 1.5vw;
          z-index: 10;
          font-size: 1.1vw;
          width: 28.3vw;
          text-align: justify; }
        .about-block__column__subcolumns__column__image {
          position: relative;
          z-index: 1; }
          .about-block__column__subcolumns__column__image img {
            width: 28.3vw; }
          .about-block__column__subcolumns__column__image__shadow {
            position: absolute;
            background-image: url(../images/shadow.png);
            width: 30.4vw;
            height: 21vw;
            right: 3vw;
            z-index: -1;
            background-size: cover; }

.doc-block {
  background-image: url(../images/screen3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding-bottom: 15%;
  position: relative;
  z-index: -2; }
  .doc-block__title {
    color: white;
    position: relative;
    top: 4.5vw;
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-image: url(../images/about-row.png);
    background-size: cover;
    height: 3.8vw;
    line-height: 3.8vw; }
  .doc-block__column {
    margin-top: 5vw; }
    .doc-block__column__description {
      padding: 0 50px;
      padding-top: 1vw;
      text-align: left;
      font-size: 1.5vw;
      text-indent: 3vw; }
    .doc-block__column__subcolumns {
      margin-top: 3vw;
      padding-top: 2vw;
      padding: 0 6vw;
      position: relative; }
      .doc-block__column__subcolumns .arrow {
        position: absolute;
        top: 4vw;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        height: 4vw;
        width: 1.9vw; }
      .doc-block__column__subcolumns .arrow:focus {
        outline: none; }
      .doc-block__column__subcolumns .arrow:hover {
        cursor: pointer; }
      .doc-block__column__subcolumns .prev {
        background-image: url(../images/arrow-prev.png);
        left: 6vw; }
      .doc-block__column__subcolumns .next {
        background-image: url(../images/arrow-next.png);
        right: 4vw; }
      .doc-block__column__subcolumns .gallery {
        overflow-x: hidden;
        height: 20vw; }
        .doc-block__column__subcolumns .gallery ul {
          width: 9999px;
          margin: 0;
          padding: 0;
          list-style: none;
          transition: margin-left 250ms;
          font-size: 0;
          display: flex; }
          .doc-block__column__subcolumns .gallery ul li {
            margin-left: 5vw; }
      .doc-block__column__subcolumns a {
        text-decoration: none; }
      .doc-block__column__subcolumns__column {
        cursor: pointer;
        width: 12vw;
        height: 12vw;
        position: relative;
        background-image: url(../images/doc.png);
        background-size: cover; }
        .doc-block__column__subcolumns__column__icon {
          position: absolute;
          background-image: url(../images/pdf.png);
          z-index: 100;
          width: 4vw;
          height: 2vw;
          left: 8.4vw;
          top: 9vw;
          background-size: cover;
          background-repeat: no-repeat; }
        .doc-block__column__subcolumns__column__header {
          color: #a63b5f;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 0.8vw;
          width: 10vw;
          position: relative;
          top: 2vw;
          left: 1vw; }
        .doc-block__column__subcolumns__column__text {
          color: black;
          font-size: 0.7vw;
          position: relative;
          top: 2.2vw;
          padding: 0 1vw;
          z-index: 10; }
        .doc-block__column__subcolumns__column__shadow {
          position: absolute;
          background-image: url(../images/shadow-mini.png);
          width: 15.2vw;
          height: 16vw;
          background-size: cover;
          background-repeat: no-repeat;
          right: 0;
          top: 0;
          z-index: -1; }
  .doc-block__footer-title {
    top: 4vw;
    color: white;
    font-size: 4vw;
    font-weight: bold;
    text-align: right;
    padding: 0px 10vw;
    position: relative; }
  .doc-block__footer-socials {
    float: right;
    margin-right: 8vw;
    position: relative;
    top: 8vw; }
    .doc-block__footer-socials ul {
      display: flex;
      list-style: none;
      width: 19vw;
      justify-content: space-between; }
      .doc-block__footer-socials ul img {
        width: 3vw; }
  .doc-block__footer-date {
    color: white;
    font-size: 1.2vw;
    position: absolute;
    bottom: 1vw;
    text-align: center;
    display: block;
    width: 100%; }

.c-popup {
  display: none;
  position: relative;
  width: 100%;
  max-width: 35vw;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 4vw 2vw;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 1.5vw; }

.c-popup__close {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 0;
  border: 0;
  outline: 0; }

.ico-circle-close {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }
  .ico-circle-close::before {
    display: block;
    position: absolute;
    content: "";
    top: 11px;
    left: 5px;
    width: 14px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .ico-circle-close::after {
    display: block;
    position: absolute;
    content: "";
    top: 11px;
    left: 5px;
    width: 14px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

#trainer_container {
  padding: 2vw;
  display: flex;
  justify-content: center;
  position: relative;
  width: 980px;
  min-height: 780px;
  margin: 0 auto; }

#trainer {
  margin-top: 20px;
  border-radius: 5px;
  position: absolute; }

#timeleft {
  pointer-events: none;
  cursor: default;
  display: inline;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 45%;
  font-size: 120px;
  color: red;
  opacity: 0.2; }

.toast {
  position: fixed;
  top: 30px;
  right: 50px;
  width: 300px;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #9a1b45;
  z-index: 100000000; }

.toast-success {
  background: linear-gradient(45deg, #bc394c 45%, #FFFFFF 100%);
  color: white; }

/*# sourceMappingURL=style.css.map */
