/**
 * abstracts
 */
/**
 * base
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  display: block;
  max-width: 100%; }

p {
  margin: 0; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 17, 2015 */
@font-face {
  font-family: 'OpenSansHebrew';
  src: url("../fonts/opensanshebrew-regular.eot");
  src: url("../fonts/opensanshebrew-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-regular.woff2") format("woff2"), url("../fonts/opensanshebrew-regular.woff") format("woff"), url("../fonts/opensanshebrew-regular.ttf") format("truetype"), url("../fonts/opensanshebrew-regular.svg#open_sans_hebrewregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'OpenSansHebrew';
  src: url("../fonts/opensanshebrew-italic.eot");
  src: url("../fonts/opensanshebrew-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-italic.woff2") format("woff2"), url("../fonts/opensanshebrew-italic.woff") format("woff"), url("../fonts/opensanshebrew-italic.ttf") format("truetype"), url("../fonts/opensanshebrew-italic.svg#open_sans_hebrewitalic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'OpenSansHebrew';
  src: url("../fonts/opensanshebrew-bold.eot");
  src: url("../fonts/opensanshebrew-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-bold.woff2") format("woff2"), url("../fonts/opensanshebrew-bold.woff") format("woff"), url("../fonts/opensanshebrew-bold.ttf") format("truetype"), url("../fonts/opensanshebrew-bold.svg#open_sans_hebrewbold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'OpenSansHebrew';
  src: url("../fonts/opensanshebrew-bolditalic.eot");
  src: url("../fonts/opensanshebrew-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-bolditalic.woff2") format("woff2"), url("../fonts/opensanshebrew-bolditalic.woff") format("woff"), url("../fonts/opensanshebrew-bolditalic.ttf") format("truetype"), url("../fonts/opensanshebrew-bolditalic.svg#open_sans_hebrewbold_italic") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'OpenSansHebrew';
  src: url("../fonts/opensanshebrew-extrabold.eot");
  src: url("../fonts/opensanshebrew-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-extrabold.woff2") format("woff2"), url("../fonts/opensanshebrew-extrabold.woff") format("woff"), url("../fonts/opensanshebrew-extrabold.ttf") format("truetype"), url("../fonts/opensanshebrew-extrabold.svg#open_sans_hebrewextra_bold") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'OpenSansHebrew';
  src: url("../fonts/opensanshebrew-extrabolditalic.eot");
  src: url("../fonts/opensanshebrew-extrabolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-extrabolditalic.woff2") format("woff2"), url("../fonts/opensanshebrew-extrabolditalic.woff") format("woff"), url("../fonts/opensanshebrew-extrabolditalic.ttf") format("truetype"), url("../fonts/opensanshebrew-extrabolditalic.svg#open_sans_hebrewXBdIt") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'OpenSansHebrew';
  src: url("../fonts/opensanshebrew-light.eot");
  src: url("../fonts/opensanshebrew-light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-light.woff2") format("woff2"), url("../fonts/opensanshebrew-light.woff") format("woff"), url("../fonts/opensanshebrew-light.ttf") format("truetype"), url("../fonts/opensanshebrew-light.svg#open_sans_hebrewlight") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'OpenSansHebrew';
  src: url("../fonts/opensanshebrew-lightitalic.eot");
  src: url("../fonts/opensanshebrew-lightitalic.eot?#iefix") format("embedded-opentype"), url("../fonts/opensanshebrew-lightitalic.woff2") format("woff2"), url("../fonts/opensanshebrew-lightitalic.woff") format("woff"), url("../fonts/opensanshebrew-lightitalic.ttf") format("truetype"), url("../fonts/opensanshebrew-lightitalic.svg#open_sans_hebrewlight_italic") format("svg");
  font-weight: 200;
  font-style: italic; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'OpenSansHebrew', sans-serif;
  font-size: 16px;
  direction: rtl; }

/**
 * components
 */
/**
 * layout
 */
html {
  height: 100%; }

body {
  min-height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden; }

.container {
  position: relative;
  max-width: 1240px;
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .container--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .container--main {
    max-width: 1097px; }
  .container--schedule {
    max-width: 1180px; }
  .container--test {
    max-width: 778px; }
  .container--formulas {
    max-width: 1188px; }
  .container--videos {
    max-width: 1031px; }

.bg {
  background: url("../images/bg-main.jpg"); }

.page-sub-title {
  text-align: center;
  font-weight: normal;
  color: #5e5d5d;
  font-size: 14px;
  margin: 0; }

.page-title {
  font-size: 18px;
  color: #ba0406;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-weight: normal;
  text-align: center;
  overflow: hidden; }
  .page-title__text {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .page-title__text--green {
      color: #61aa00; }
    .page-title__text--pink {
      color: #eb058c; }
  .page-title__lines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 4px; }
    .page-title__lines--right {
      margin-left: 5px;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .page-title__lines--left {
      margin-right: 5px; }
  .page-title__line {
    display: block;
    height: 1px;
    background: #bebebe;
    width: 100px; }
    .page-title__line--long {
      width: 70px; }
    .page-title__line--short {
      width: 40px; }

.site-header {
  border-bottom: 1px solid #c71e21;
  background: #ffffff;
  height: 68px; }
  @media (max-width: 768px) {
    .site-header {
      height: 61px; } }
  .site-header .container {
    height: 100%;
    max-width: 100%;
    padding: 0; }
    @media (max-width: 768px) {
      .site-header .container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative; } }
  .site-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 768px) {
      .site-header__logo {
        display: none; } }
  .site-header__page-title {
    display: none;
    font-weight: normal;
    color: #ba0406; }
    @media (max-width: 768px) {
      .site-header__page-title {
        display: block;
        text-align: center;
        font-size: 24px; } }
    .site-header__page-title--pink {
      color: #eb058c; }
    .site-header__page-title--orange {
      color: #ee5241; }
    .site-header__page-title--blue {
      color: #00b6ec; }
    .site-header__page-title--green {
      color: #61aa00; }
  .site-header__menu-btn {
    position: absolute;
    background: transparent;
    border: none;
    padding: 10px;
    top: 12px;
    right: 10px;
    display: none; }
    @media (max-width: 768px) {
      .site-header__menu-btn {
        display: block; } }
    .site-header__menu-btn .burger-icon {
      position: relative;
      margin-top: 7px;
      margin-bottom: 7px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .site-header__menu-btn .burger-icon, .site-header__menu-btn .burger-icon::before, .site-header__menu-btn .burger-icon::after {
        display: block;
        width: 21px;
        height: 2px;
        background-color: #000000;
        outline: 1px solid transparent;
        -webkit-transition-property: background-color, -webkit-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, -webkit-transform;
        -o-transition-property: background-color, transform;
        transition-property: background-color, transform;
        transition-property: background-color, transform, -webkit-transform;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .site-header__menu-btn .burger-icon::before, .site-header__menu-btn .burger-icon::after {
        position: absolute;
        content: ""; }
      .site-header__menu-btn .burger-icon::before {
        top: -7px; }
      .site-header__menu-btn .burger-icon::after {
        top: 7px; }
    .site-header__menu-btn.active .burger-icon {
      background-color: transparent; }
    .site-header__menu-btn.active .burger-icon::before {
      -webkit-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
      transform: translateY(7px) rotate(45deg); }
    .site-header__menu-btn.active .burger-icon::after {
      -webkit-transform: translateY(-7px) rotate(-45deg);
      -ms-transform: translateY(-7px) rotate(-45deg);
      transform: translateY(-7px) rotate(-45deg); }
  .site-header__menu {
    border-left: 1px solid #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (max-width: 1200px) {
      .site-header__menu {
        margin-right: 20px; } }
    @media (max-width: 768px) {
      .site-header__menu {
        margin-right: 0;
        display: none; } }
    @media (max-width: 768px) {
      .site-header__menu.active {
        display: block;
        position: absolute;
        top: 61px;
        left: 0;
        right: 0;
        width: 100%;
        background: #ffffff;
        z-index: 11; } }
    .site-header__menu-list {
      list-style: none;
      width: 100%;
      padding: 0;
      padding-left: 11px;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      max-width: 880px;
      margin: 0 auto; }
      @media (max-width: 1080px) {
        .site-header__menu-list {
          max-width: 650px; } }
      @media (max-width: 768px) {
        .site-header__menu-list {
          padding-left: 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .site-header__menu-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 768px) {
        .site-header__menu-item {
          margin: 10px 0; } }
      .site-header__menu-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        font-size: 16px;
        color: #010101;
        text-decoration: none;
        -webkit-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        transition: all ease 300ms;
        position: relative; }
        .site-header__menu-item a:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 8px 8px 8px;
          border-color: transparent transparent #ba0407 transparent;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          -webkit-transition: all ease 300ms;
          -o-transition: all ease 300ms;
          transition: all ease 300ms;
          opacity: 0; }
          @media (max-width: 768px) {
            .site-header__menu-item a:after {
              display: none; } }
        .site-header__menu-item a:hover, .site-header__menu-item a.active {
          color: #ba0406; }
          .site-header__menu-item a:hover:after, .site-header__menu-item a.active:after {
            opacity: 1; }
      .site-header__menu-item--red a:hover,
      .site-header__menu-item--red a.active {
        color: #ba0406; }
        .site-header__menu-item--red a:hover:after,
        .site-header__menu-item--red a.active:after {
          opacity: 1; }
      .site-header__menu-item--green a:hover,
      .site-header__menu-item--green a.active {
        color: #61aa00; }
        .site-header__menu-item--green a:hover:after,
        .site-header__menu-item--green a.active:after {
          opacity: 1; }
      .site-header__menu-item--orange a:hover,
      .site-header__menu-item--orange a.active {
        color: #ee5241; }
        .site-header__menu-item--orange a:hover:after,
        .site-header__menu-item--orange a.active:after {
          opacity: 1; }
      .site-header__menu-item--pink a:hover,
      .site-header__menu-item--pink a.active {
        color: #eb058c; }
        .site-header__menu-item--pink a:hover:after,
        .site-header__menu-item--pink a.active:after {
          opacity: 1; }
      .site-header__menu-item--blue a:hover,
      .site-header__menu-item--blue a.active {
        color: #00b6ec; }
        .site-header__menu-item--blue a:hover:after,
        .site-header__menu-item--blue a.active:after {
          opacity: 1; }
  .site-header__logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 73px; }
    @media (max-width: 768px) {
      .site-header__logout {
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0; } }

.arial {
  font-family: 'Arial', serif; }

.site-footer {
  margin-top: auto; }
  .site-footer .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    max-width: 100%; }
  .site-footer__logo {
    position: absolute;
    left: 10px;
    bottom: 11px; }
    @media (max-width: 768px) {
      .site-footer__logo {
        display: none; } }
  .site-footer__developer {
    font-family: 'Arial', serif;
    font-size: 11px;
    text-align: center;
    color: #7f7f7f;
    text-decoration: none;
    position: relative; }
    .site-footer__developer-text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .site-footer__developer .red {
      color: #ba0406; }

.site-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 22px 0; }
  @media (max-width: 768px) {
    .site-main {
      padding: 27px 0; } }

.main-links {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 24px;
  border-top: 1px solid #bebebe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .main-links .main-links__item {
    text-align: center;
    width: 25%;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .main-links .main-links__item {
        width: 33.33%; } }
    @media (max-width: 650px) {
      .main-links .main-links__item {
        width: 50%; } }
  @media (max-width: 768px) {
    .main-links {
      grid-template-columns: 1fr 1fr 1fr;
      padding-top: 36px; } }
  @media (max-width: 650px) {
    .main-links {
      grid-template-columns: 1fr 1fr; } }
  .main-links__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.operations {
  margin-top: 18px; }
  @media (max-width: 768px) {
    .operations {
      margin-top: 33px; } }
  @media (max-width: 768px) {
    .operations__text {
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (max-width: 768px) {
    .operations__text span {
      display: block;
      width: 100%;
      height: 1px;
      background: #bebebe; } }
  @media (max-width: 768px) {
    .operations__text img {
      margin: 0 8px; } }
  .operations__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    padding-bottom: 16px; }
    @media (max-width: 768px) {
      .operations__list {
        margin-top: 17px;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto; } }
    .operations__list li {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 12px;
      color: #010101; }
      @media (max-width: 768px) {
        .operations__list li {
          width: 100%;
          margin-bottom: 13px; } }
      .operations__list li:nth-child(2n) {
        padding-right: 29px; }
        @media (max-width: 768px) {
          .operations__list li:nth-child(2n) {
            padding-right: 0; } }
      .operations__list li img {
        display: block;
        margin-left: 10px; }

.schedule {
  border-top: 5px solid #61aa00;
  margin-top: 24px; }
  .schedule iframe {
    display: block;
    border: 0;
    width: 100%;
    min-height: 900px;
  }
  @media (max-width: 768px) {
    .schedule {
      margin-top: 0;
      max-width: 330px;
      margin: 0 auto; } }
  @media (max-width: 768px) {
    .schedule img:first-child {
      display: none; } }
  .schedule img:last-child {
    display: none; }
    @media (max-width: 768px) {
      .schedule img:last-child {
        display: block;
        margin: 0 auto; } }

@media (max-width: 768px) {
  .page-title--schedule {
    display: none; } }

.page-title--schedule__text--green {
  color: #61aa00; }

.test {
  margin-top: 31px; }
  @media (max-width: 768px) {
    .test {
      margin-top: 16px; } }
  .test__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .test__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .test__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1px solid #e0e0e0; }
    @media (max-width: 768px) {
      .test__img {
        margin-bottom: 22px; } }
    @media (max-width: 768px) {
      .test__img img {
        margin: 0 auto; } }
  .test__text {
    font-size: 14px;
    color: #5c5c5c;
    padding-left: 15px;
    line-height: 18px; }
    @media (max-width: 768px) {
      .test__text {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        line-height: 20px; } }
  .test__text2 {
    font-size: 14px;
    color: #5c5c5c;
    margin-top: 12px;
    padding: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 11px;
    border: 1px solid #bebebe; }
    @media (max-width: 768px) {
      .test__text2 {
        margin-top: 15px;
        padding: 7px 9px;
        margin-bottom: 23px; } }
    .test__text2 img {
      margin-left: 11px;
      margin-right: 2px; }
  .test__hints {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11px; }
    .test__hints p {
      margin-left: auto;
      font-size: 14px;
      color: #ee5241;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .test__hints a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-family: 'Arial', serif;
      font-size: 14px;
      font-weight: bold;
      color: #000000;
      margin-right: 20px;
      text-decoration: none; }
      .test__hints a img {
        margin-left: 2px; }
  .test__answers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
    padding: 17px 0px; }
  .test__answers-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: auto; }
    .test__answers-list li {
      margin-bottom: 12px; }
      .test__answers-list li:last-child {
        margin: 0; }
    .test__answers-list a {
      text-decoration: none;
      font-size: 14px;
      color: #010101; }
      .test__answers-list a:hover, .test__answers-list a.answercurrent {
        color: #d41d0e; }
    .test__answers-list span {
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      margin-left: 10px; }
  .test__answers-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px; }
    .test__answers-left span {
      font-size: 14px;
      font-weight: bold; }
      .test__answers-left span.orange {
        color: #e93900; }
      .test__answers-left span.green {
        color: #5a9501; }
    .test__answers-left a {
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 18px; }
      @media (max-width: 768px) {
        .test__answers-left a {
          display: none; } }
      @media (max-width: 768px) {
        .test__answers-left a.test__answers-false {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
  .test__pagin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 1px; }
    .test__pagin a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 6px 0;
      width: 117px;
      background: #5e5e5e;
      color: #ffffff;
      font-size: 14px;
      text-decoration: none;
      -webkit-transition: all ease 300ms;
      -o-transition: all ease 300ms;
      transition: all ease 300ms; }
      @media (max-width: 768px) {
        .test__pagin a {
          width: 100%; } }
      .test__pagin a img {
        margin-right: 10px; }
      .test__pagin a:hover {
        background: #444444; }
      .test__pagin a:first-child {
        margin-left: 1px; }
        .test__pagin a:first-child img {
          margin-left: 10px;
          margin-right: 0; }
  .test__answers-yes-no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto; }
    @media (max-width: 768px) {
      .test__answers-yes-no {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .test__answers-yes-no a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #f6f6f6;
      text-decoration: none;
      position: relative; }
      .test__answers-yes-no a:after {
        position: absolute;
        content: '';
        right: 29px;
        top: 0;
        bottom: 0;
        width: 1px; }
    .test__answers-yes-no .icon {
      width: 28px;
      height: 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .test__answers-yes-no .text {
      font-size: 16px;
      color: #d41d0e;
      padding: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 83px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .test__answers-yes-no .trueselected .text {
    background: #589101;
    color: #ffffff;
  }
  .test__answers-yes-no .falseselected .text {
    background: #d41d0e;
    color: #ffffff;
  }
  .test__answers-yes {
    color: #589101;
    margin-left: 11px; }
    @media (max-width: 768px) {
      .test__answers-yes {
        margin-left: 0;
        margin-bottom: 20px;
        margin-top: 9px; } }
    .test__answers-yes:after {
      background: #589101; }
    .test__answers-yes .icon {
      background: #589101; }
  .test__answers-no {
    color: #d41d0e; }
    .test__answers-no:after {
      background: #d41d0e; }
    .test__answers-no .icon {
      background: #d41d0e; }
  .test--type-2 {
    margin-top: 46px; }
    @media (max-width: 768px) {
      .test--type-2 {
        margin-top: 8px; } }
    .test--type-2 .test__answers-left {
      margin-right: auto; }
      @media (max-width: 768px) {
        .test--type-2 .test__answers-left {
          margin-left: auto; } }
  .test__answers-drag {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    margin-bottom: 37px; }
    @media (max-width: 768px) {
      .test__answers-drag {
        margin-bottom: 11px; } }
  .test__answers-drag-answer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #4a4949;
    font-size: 14px;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .test__answers-drag-answer {
        margin-bottom: 9px; } }
    .test__answers-drag-answer .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #f6f6f6;
      border: 1px solid #bfbfbf;
      max-width: 233px;
      padding: 5px; }
      .test__answers-drag-answer .text--no-border {
        border-right: none; }
    .test__answers-drag-answer .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #e93900;
      padding: 10px 0;
      width: 24px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative; }
      .test__answers-drag-answer .icon:after {
        position: absolute;
        content: '';
        right: 25px;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #e93900; }
  .test__answers-drag-col:first-child {
    margin-left: 23px; }

.page-title--test .page-title__text {
  color: #ee5241; }

.formulas {
  margin: 0;
  padding: 0;
  margin-top: 52px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 46px; }
  @media (max-width: 1200px) {
    .formulas {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (max-width: 768px) {
    .formulas {
      grid-template-columns: 1fr 1fr;
      margin-top: 10px; } }
  .formulas__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

@media (max-width: 768px) {
  .page-title--formulas {
    display: none; } }

.page-title--formulas .page-title__text {
  color: #eb058c; }

@media (max-width: 768px) {
  .site-main--videos {
    padding: 9px 0 27px 0; } }

@media (max-width: 768px) {
  .site-main--videos .page-title {
    display: none; } }

.site-main--videos .page-title__text {
  color: #ee5241; }

.site-main--videos .page-title-sub {
  margin-top: 6px;
  margin-bottom: 21px; }
  @media (max-width: 768px) {
    .site-main--videos .page-title-sub {
      margin-bottom: 15px; } }
  .site-main--videos .page-title-sub img {
    margin: 0 auto; }
    .site-main--videos .page-title-sub img:last-child {
      display: none; }
      @media (max-width: 450px) {
        .site-main--videos .page-title-sub img:last-child {
          display: block; } }
    .site-main--videos .page-title-sub img:first-child {
      display: block; }
      @media (max-width: 450px) {
        .site-main--videos .page-title-sub img:first-child {
          display: none; } }

.site-main--videos .table_item-mobile_bottom span.watch:after {
  background: url(../images/video-icon.png) center no-repeat;
  width: 27px;
  height: 20px; }

.site-main--videos .site-table_title h2 {
  color: #ee5241; }

.site-main--videos .main-table_top {
  background-color: #ee5241; }

.site-main--videos .main-table_item {
  border-bottom: 1px solid #ee5241;
  padding-right: 1px; }

.site-main--videos .main-table_item-desc li:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.table-video-icon {
  margin-left: 9px; }

.site-main--videos .main-table_title li:nth-child(1) {
  padding-right: 18px; }

.site-main--videos .main-table_title li:nth-child(1),
.site-main--videos .main-table_item-desc li:nth-child(1) {
  width: 31.4%; }

.site-main--videos .main-table_title li:nth-child(2),
.site-main--videos .main-table_item-desc li:nth-child(2) {
  width: 17.1%; }

.site-main--videos .main-table_title li:nth-child(3),
.site-main--videos .main-table_item-desc li:nth-child(3) {
  width: 21%; }

.site-main--videos .main-table_title li:nth-child(4),
.site-main--videos .main-table_item-desc li:nth-child(4) {
  width: 30.5%; }

@media (max-width: 670px) {
  .site-main--videos .main-table_item-desc {
    display: none; }
  .site-main--videos .main-table_item-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site-main--videos .main-table_top {
    display: none; }
  .site-main--videos .main-table_item {
    border: none;
    padding-right: 0; }
  .site-main--videos .site-table_title {
    display: none; }
  .site-main--videos .main-table {
    margin-top: 50px; } }
  @media (max-width: 670px) and (max-width: 768px) {
    .site-main--videos .main-table {
      margin-top: 0; } }

@media (max-width: 670px) {
  .site-main--videos .table_item-mobile_top {
    background-color: #ee5241; }
  .site-main--videos span.watch {
    color: #ee5241;
    font-size: 24px;
    font-weight: 600;
    bottom: 28px; }
  .site-main--videos .table_item-mobile_bottom:after {
    background: url(../images/table_item-mobile_bottom.png) center no-repeat; } }

@media (max-width: 485px) {
  .site-main--videos .table_item-mobile-position_value,
  .site-main--videos .table_item-mobile-position_title {
    line-height: 20px; } }

@media (max-width: 480px) {
  .site-main--videos .main-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site-main--videos .main-pagination li:hover,
  .site-main--videos .main-pagination li:active,
  .site-main--videos .main-pagination li.active {
    background-color: #ee5241; } }

.main-login {
  width: 700px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  position: relative; }

.bg--login {
  background: url("../images/LearnerAdmin_Login2.png") center no-repeat;
  background-size: cover; }

.main-login-bottom {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%; }

.login-bottom_title {
  position: relative;
  display: block; }

.login-bottom_title p {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -13px;
  z-index: 10;
  display: table;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFF;
  color: #030303;
  font-family: "OpenSansHebrew";
  font-size: 14px;
  font-weight: 700;
  line-height: 30px; }

.login-bottom_title:after {
  position: absolute;
  width: 349px;
  height: 1px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  display: block;
  background-color: #BEBEBE; }

.login-bottom_title:before {
  position: absolute;
  width: 288px;
  height: 1px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 2px;
  display: block;
  background-color: #BEBEBE; }

.main-login_list {
  list-style: none;
  margin-right: 115px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100px;
  width: 100%;
  max-width: 473px;
  margin: auto;
  margin-top: 29px;
  padding-right: 89px; }

.main-login_list li {
  color: #000000;
  font-family: "OpenSansHebrew";
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-right: 25px; }

.main-login_list li:nth-child(1),
.main-login_list li:nth-child(2),
.main-login_list li:nth-child(3) {
  width: 133px; }

.main-login_list li:before {
  position: absolute;
  width: 18px;
  height: 16px;
  content: "";
  right: 0px;
  top: 5px;
  display: block;
  background: url("../images/login_list-check.png") center no-repeat; }

.main-login-top {
  width: 343px;
  height: 343px;
  border-radius: 50%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.22);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.22);
  background-color: #ffffff; }

.login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
  background: url("../images/login_form.png") center 75px no-repeat; }

.login-form.fp-form {
  display: none;
}

.login-form.fp-form .login-form-tools {
  height: 50px;
}

.login-form_pass {
  width: 100%;
  margin: auto;
  margin-top: 209px;
  max-width: 271px;
  height: 42px;
  border-radius: 21px;
  border: 2px solid #e1e1e1;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#e9e9e9));
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #e9e9e9 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #e9e9e9 100%);
  color: #010101;
  font-family: "OpenSansHebrew";
  font-size: 18px;
  font-weight: 400;
  line-height: 50.25px;
  text-align: center;
  outline: none;
  padding-bottom: 4px; }

input.login-form_mail::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #010101; }

input.login-form_mail::-moz-placeholder {
  /* Firefox 19+ */
  color: #010101; }

input.login-form_mail:-ms-input-placeholder {
  /* IE 10+ */
  color: #010101; }

input.login-form_mail:-moz-placeholder {
  /* Firefox 18- */
  color: #010101; }

.login-form-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  margin: auto;
  max-width: 225px;
  width: 100%; }

.login-form_submit {
  outline: none;
  border: none;
  width: 241px;
  height: 58px;
  background-color: #22C1F0;
  background: url("../images/login-form_submit.png") center no-repeat;
  color: #ffffff;
  font-family: "OpenSansHebrew";
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding-bottom: 7px; }

.login-form-tools a {
  color: #010101;
  font-family: "OpenSansHebrew";
  font-size: 14px;
  font-weight: 400;
  line-height: 50.25px;
  text-decoration: underline; }

.login-form-tools label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }

.login-form-tools input {
  width: 80px;
  height: 15px;
  opacity: 0;
  position: absolute; }

.login-form-tools input[type=checkbox]:checked + .rememberme_title:after {
  content: ""; }

.rememberme_title {
  position: relative;
  padding-right: 24px;
  color: #010101;
  font-family: "OpenSansHebrew";
  font-size: 14px;
  font-weight: 400;
  line-height: 24.25px; }

.rememberme_title:before {
  position: absolute;
  content: "";
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  background-color: #e58344;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#e9e9e9));
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #e9e9e9 100%);
  background-image: linear-gradient(to top, #ffffff 0%, #e9e9e9 100%);
  width: 15px;
  height: 15px;
  right: 0;
  top: 5px; }

.rememberme_title:after {
  position: absolute;
  background: url("../images/rememberme_title-check.png") center no-repeat;
  width: 17px;
  height: 15px;
  right: -4px;
  top: 3px;
  display: block; }

.container--americanTests {
  max-width: 990px;
  padding: 0; }

.site-table_title {
  position: relative;
  display: block;
  margin-top: 27px;
  margin-bottom: 24px; }

.site-table_title h2 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -13px;
  z-index: 10;
  display: table;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FFF;
  color: #ee5241;
  font-family: "OpenSansHebrew";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0; }

.site-table_title:after {
  position: absolute;
  width: 240px;
  height: 1px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  display: block;
  background-color: #BEBEBE; }

.site-table_title:before {
  position: absolute;
  width: 180px;
  height: 1px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 2px;
  display: block;
  background-color: #BEBEBE; }

.main-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 30px; }

.main-pagination ul {
  list-style: none;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  margin: auto; }

.main-pagination li {
  width: 30px;
  height: 30px;
  background-color: #aeaeae;
  margin-right: 1px; }

.main-pagination .main-pagination_mobile li {
  position: relative;
  background-color: #ee5241; }

.main-pagination .main-pagination_mobile li::before {
  position: absolute;
  top: 0;
  left: 5px;
  width: 4px;
  height: 0;
  background-color: #fff;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease; }

.main-pagination .main-pagination_mobile > li:hover::before {
  height: 100%; }

.main-pagination .main-pagination_mobile > li.active::before {
  position: absolute;
  top: 0;
  left: 5px;
  width: 4px;
  height: 100%;
  background-color: #fff; }

.main-pagination li:last-child {
  margin-right: 0; }

.main-pagination li:hover,
.main-pagination li:active,
.main-pagination li.active {
  background-color: #ee5241; }

.main-pagination a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-family: "OpenSansHebrew";
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-decoration: none; }

.main-pagination a img {
  margin: auto; }

.main-table_top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main-table_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 11px; }

.site-americanTests .main-table_title li:nth-child(1),
.site-americanTests .main-table_item-desc li:nth-child(1) {
  width: 25%;
  max-width: 220px; }

.site-americanTests .main-table_title li:nth-child(2),
.site-americanTests .main-table_item-desc li:nth-child(2) {
  width: 14%;
  max-width: 120px; }

.site-americanTests .main-table_title li:nth-child(3),
.site-americanTests .main-table_item-desc li:nth-child(3) {
  width: 19%;
  max-width: 173px; }

.site-americanTests .main-table_title li:nth-child(4),
.site-americanTests .main-table_item-desc li:nth-child(4) {
  width: 40%;
  max-width: 390px; }

.site-americanTests .main-table_title li:nth-child(5),
.site-americanTests .main-table_item-desc li:nth-child(5) {
  width: 85px;
  min-width: 85px; }

.main-table_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%; }

.main-table_item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-right: 11px;
  border-bottom: 1px solid #EE5241; }

.main-table_item-desc {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0; }

.main-table_item-desc li,
.main-table_item-desc li a {
  color: #000000;
  font-family: "OpenSansHebrew";
  font-size: 14px;
  font-weight: 400;
  line-height: 39.5px; }

.main-table_item-desc li a {
  text-decoration: underline; }

.main-table_title li {
  color: #fefefe;
  font-family: "OpenSansHebrew";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding-top: 11px;
  padding-bottom: 13px; }

.main-table_title li:last-child,
.main-table_item-desc li:last-child {
  margin-left: 0; }

.site-americanTests .main-table_top {
  background-color: #ee5241; }

.main-table_item-mobile {
  display: none;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-bottom: 20px;
  width: 100%; }

ul.main-pagination_mobile, .pag-btn, .main-pagination .main-pagination_mobile_visible {
  display: none; }

.table_item-mobile_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EE5241;
  padding: 11px; }

.table_item-mobile-date {
  color: #ffffff;
  font-family: "OpenSansHebrew";
  font-size: 16px;
  font-weight: 400; }

.table_item-mobile-title {
  color: #ffffff;
  font-family: "OpenSansHebrew";
  font-size: 16px;
  font-weight: 700; }

.table_item-mobile_bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: #fff;
  border: 2px solid #e4e4e4;
  border-top: none;
  padding-right: 11px;
  padding-top: 4px;
  padding-bottom: 17px;
  padding-left: 11px;
  position: relative; }

.table_item-mobile_bottom:after {
  position: absolute;
  content: '';
  left: -2px;
  bottom: -3px;
  width: 19px;
  height: 19px;
  background: url("../images/table_item-mobile_bottom2.png") center no-repeat;
  display: block; }

.table_item-mobile_bottom:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: -2px;
  bottom: -15px;
  width: 13px;
  -webkit-transform: rotate(-41deg);
      -ms-transform: rotate(-41deg);
          transform: rotate(-41deg);
  background-color: #fff;
  height: 30px;
  display: block; }

.table_item-mobile-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%; }

.table_item-mobile_bottom span.watch {
  position: absolute;
  bottom: 17px;
  left: 9px;
  color: #000000;
  font-family: "OpenSansHebrew";
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: block;
  padding-right: 30px; }

.table_item-mobile_bottom span.watch:after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  background: url("../images/watch_span.png") center no-repeat;
  width: 27px;
  height: 18px; }

.table_item-mobile-position_title {
  color: #000;
  font-family: "OpenSansHebrew";
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  width: 58px;
  margin-left: 5px;
  min-width: 58px; }

.table_item-mobile-position_value {
  color: #000;
  font-family: "OpenSansHebrew";
  font-size: 14px;
  font-weight: 400;
  line-height: 30px; }

.container--endTests {
  max-width: 726px;
  padding: 0; }

.site-endTests .site-table_title:after {
  width: 160px; }

.site-endTests .site-table_title:before {
  width: 100px; }

.test-score {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }

p.your_score {
  color: #5e5d5d;
  font-family: "OpenSansHebrew";
  font-size: 14px;
  font-weight: 400;
  line-height: 30px; }

.your_solution {
  display: block;
  padding-right: 30px;
  position: relative;
  color: #000000;
  font-family: "OpenSansHebrew";
  font-size: 14px;
  font-weight: 400;
  line-height: 30px; }

.your_solution:after {
  position: absolute;
  right: 0;
  top: 6px;
  content: '';
  background: url("../images/watch_span.png") center no-repeat;
  width: 27px;
  height: 18px;
  display: block; }

.site-endTests .main-table_top {
  background-color: #ee5241; }

.site-endTests .main-table_title li:nth-child(1),
.site-endTests .main-table_item-desc li:nth-child(1) {
  width: 30%;
  max-width: 210px; }

.site-endTests .main-table_title li:nth-child(2),
.site-endTests .main-table_item-desc li:nth-child(2) {
  width: 70%;
  max-width: 400px; }

.site-endTests .main-table_item-desc li:nth-child(2) {
  padding-right: 10px; }

.site-endTests .main-table_title li:nth-child(3),
.site-endTests .main-table_item-desc li:nth-child(3) {
  width: 110px; }

.site-endTests .table_item-mobile-position {
  width: 100%; }

.container--gradeSheet {
  max-width: 990px;
  padding: 0; }

.site-gradeSheet .site-table_title h2 {
  color: #eb058c; }

.site-gradeSheet .main-pagination {
  display: none; }

.site-gradeSheet .main-table_top {
  background-color: #eb058c; }

.site-gradeSheet .main-table_item {
  border-bottom: 1px solid #eb058c; }

.site-gradeSheet .main-table_title li:nth-child(1),
.site-gradeSheet .main-table_item-desc li:nth-child(1) {
  width: 15%;
  max-width: 138px; }

.site-gradeSheet .main-table_title li:nth-child(2),
.site-gradeSheet .main-table_item-desc li:nth-child(2) {
  width: 15%;
  max-width: 138px; }

.site-gradeSheet .main-table_title li:nth-child(3),
.site-gradeSheet .main-table_item-desc li:nth-child(3) {
  width: 16%;
  max-width: 140px; }

.site-gradeSheet .main-table_title li:nth-child(4),
.site-gradeSheet .main-table_item-desc li:nth-child(4) {
  width: 41%;
  max-width: 390px; }

.site-gradeSheet .main-table_title li:nth-child(5),
.site-gradeSheet .main-table_item-desc li:nth-child(5) {
  max-width: 120px;
  width: 13%;
  min-width: 80px; }

.site-gradeSheet .main-table_title li:nth-child(6),
.site-gradeSheet .main-table_item-desc li:nth-child(6) {
  width: 55px;
  min-width: 55px;
  margin-right: 5px; }

.container--openTests {
  max-width: 990px;
  padding: 0; }

.site-openTests .site-table_title h2 {
  color: #00b6ec; }

.site-openTests .main-table_top {
  background-color: #00b6ec; }

.site-openTests .main-table_item {
  border-bottom: 1px solid #00b6ec; }

.site-openTests .main-pagination li:hover, .site-openTests .main-pagination li:active, .site-openTests .main-pagination li.active, .site-openTests .pag-btn, .site-openTests .main-pagination .main-pagination_mobile li {
  background-color: #00b6ec; }

.site-openTests .site-table_title {
  margin-bottom: 32px; }

.site-openTests .main-table_item-desc li img {
  margin: auto; }

.site-openTests .main-table_item-desc li:nth-child(6) a,
.site-openTests .main-table_item-desc li:nth-child(7) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.site-openTests .main-table_title li:nth-child(1),
.site-openTests .main-table_item-desc li:nth-child(1) {
  width: 20%;
  max-width: 190px; }

.site-openTests .main-table_title li:nth-child(2),
.site-openTests .main-table_item-desc li:nth-child(2) {
  width: 12%;
  max-width: 110px; }

.site-openTests .main-table_title li:nth-child(3),
.site-openTests .main-table_item-desc li:nth-child(3) {
  width: 10%;
  max-width: 95px; }

.site-openTests .main-table_title li:nth-child(4),
.site-openTests .main-table_item-desc li:nth-child(4) {
  width: 10%;
  max-width: 90px; }

.site-openTests .main-table_title li:nth-child(5),
.site-openTests .main-table_item-desc li:nth-child(5) {
  width: 30%;
  max-width: 285px; }

.site-openTests .main-table_title li:nth-child(6),
.site-openTests .main-table_item-desc li:nth-child(6) {
  width: 96px;
  min-width: 86px;
  margin-right: 5px;
  bottom: 0px;
  left: 0; }

.site-openTests .main-table_title li:nth-child(7),
.site-openTests .main-table_item-desc li:nth-child(7) {
  width: 103px;
  min-width: 86px;
  margin-right: 5px;
  bottom: 0px;
  left: 0; }

.container--reccomended {
  max-width: 990px;
  padding: 0; }

.site-reccomended .site-table_title h2 {
  color: #00b6ec; }

.site-reccomended .site-table_title h3 img {
  margin: auto;
  margin-top: 5px; }

.site-reccomended .site-table_title h3 span {
  display: none; }

.site-reccomended .main-table_top {
  background-color: #00b6ec; }

.site-reccomended .main-table_item {
  border-bottom: 1px solid #00b6ec; }

.site-reccomended .main-pagination li:hover, .site-reccomended .main-pagination li:active, .site-reccomended .main-pagination li.active, .site-reccomended .pag-btn, .site-reccomended .main-pagination .main-pagination_mobile li {
  background-color: #00b6ec; }

.site-reccomended .site-table_title {
  margin-bottom: 5px; }

.site-reccomended .main-table_title,
.site-reccomended .main-table_item {
  padding-right: 28px; }

.site-reccomended .main-table_item-desc li:nth-child(1) {
  position: relative; }

.site-reccomended .main-table_item-desc li:nth-child(1) .table_videolink {
  position: absolute;
  right: -26px;
  top: 11px;
  display: block; }

.site-reccomended .main-table_title li:nth-child(1),
.site-reccomended .main-table_item-desc li:nth-child(1) {
  width: 27%;
  max-width: 260px; }

.site-reccomended .main-table_title li:nth-child(2),
.site-reccomended .main-table_item-desc li:nth-child(2) {
  width: 21%;
  max-width: 195px; }

.site-reccomended .main-table_title li:nth-child(3),
.site-reccomended .main-table_item-desc li:nth-child(3) {
  width: 21%;
  max-width: 200px; }

.site-reccomended .main-table_title li:nth-child(4),
.site-reccomended .main-table_item-desc li:nth-child(4) {
  width: 32%;
  max-width: 300px; }

.container--worksheets {
  max-width: 990px;
  padding: 0; }

.site-worksheets .site-table_title h2 {
  color: #61aa00; }

.site-worksheets .site-table_title h3 img {
  margin: auto;
  margin-top: 5px; }

.site-worksheets .site-table_title h3 span {
  display: none; }

.site-worksheets .main-table_top {
  background-color: #61aa00; }

.site-worksheets .main-table_item {
  border-bottom: 1px solid #61aa00; }

.site-worksheets .main-pagination li:hover, .site-worksheets .main-pagination li:active, .site-worksheets .main-pagination li.active {
  background-color: #61aa00; }

.site-worksheets .site-table_title {
  margin-bottom: 5px; }

.site-worksheets .main-table_item-desc li:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.site-worksheets .main-table_item-desc .table_dowlink {
  margin: auto;
  margin-right: 10px; }

.site-worksheets .main-table_title li:nth-child(1),
.site-worksheets .main-table_item-desc li:nth-child(1) {
  width: 12%;
  max-width: 114px; }

.site-worksheets .main-table_title li:nth-child(2),
.site-worksheets .main-table_item-desc li:nth-child(2) {
  width: 31%;
  max-width: 300px; }

.site-worksheets .main-table_title li:nth-child(3),
.site-worksheets .main-table_item-desc li:nth-child(3) {
  width: 22%;
  max-width: 215px; }

.site-worksheets .main-table_title li:nth-child(4),
.site-worksheets .main-table_item-desc li:nth-child(4) {
  width: 15%;
  max-width: 140px; }

.site-worksheets .main-table_title li:nth-child(5),
.site-worksheets .main-table_item-desc li:nth-child(5) {
  width: 15%;
  max-width: 144px; }

.site-worksheets .main-table_title li:nth-child(6),
.site-worksheets .main-table_item-desc li:nth-child(6) {
  max-width: 60px;
  min-width: 60px; }

@media (max-width: 1000px) {
  .container--americanTests,
  .container--endTests,
  .container--gradeSheet,
  .container--openTests,
  .container--reccomended,
  .container--worksheets {
    padding: 0 10px; } }

@media (max-width: 768px) {
  .site-openTests .main-table_item-desc,
  .site-worksheets .main-table_item-desc {
    display: none;
    position: relative; }
  .site-openTests .main-table_item-mobile,
  .site-worksheets .main-table_item-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site-worksheets .site-table_title h3 span {
    display: block; }
  .site-worksheets .site-table_title h3 > img {
    display: none; }
  .site-worksheets .site-table_title h2, .site-worksheets .site-table_title:after, .site-worksheets .site-table_title:before {
    display: none; }
  .site-worksheets .site-table_title {
    margin-top: 0; }
  .site-openTests .main-table_top,
  .site-worksheets .main-table_top {
    display: none; }
  .site-openTests .main-table_item,
  .site-worksheets .main-table_item {
    border: none;
    padding-right: 0; }
  .site-worksheets .table_item-mobile_top {
    background-color: #61AA00; }
  .site-openTests .site-table_title {
    display: none; }
  .site-openTests .main-table {
    margin-top: 20px; }
  .site-openTests .main-table_item-mobile {
    border-top: 3px solid #00b6ec; }
  .site-openTests .table_item-mobile_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #00b6ec; }
  .site-openTests .table_item-mobile_bottom:after {
    background: url(../images/table_item-mobile_bottom6.png) center no-repeat; }
  .site-worksheets .table_item-mobile_bottom:after {
    background: url(../images/table_item-mobile_bottom8.png) center no-repeat; }
  .site-openTests .table_item-mobile-position,
  .site-worksheets .table_item-mobile-position {
    width: 100%; }
  .site-worksheets .table_item-mobile_bottom span.watch:after {
    display: none; }
  .site-worksheets .table_item-mobile_bottom span.watch a:after {
    background: url(../images/dowlink.png) center no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    content: '';
    right: 0;
    top: 0; }
  .site-worksheets .table_item-mobile_bottom a {
    color: #000000;
    font-family: "OpenSansHebrew";
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding-right: 25px;
    z-index: 10;
    position: relative; }
  .site-worksheets .table_item-mobile-position_title {
    width: 41px;
    min-width: 41px; }
  .site-gradeSheet .main-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site-gradeSheet .main-pagination li:hover, .site-gradeSheet .main-pagination li:active, .site-gradeSheet .main-pagination li.active, .site-gradeSheet .pag-btn, .site-gradeSheet .main-pagination .main-pagination_mobile li {
    background-color: #eb058c; }
  .site-worksheets .pag-btn, .site-worksheets .main-pagination .main-pagination_mobile li {
    background-color: #61aa00; }
  ul.main-pagination_desc {
    display: none; }
  ul.main-pagination_mobile {
    /*display: flex;
	    list-style: none;
	    width: auto;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-direction: row-reverse;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: reverse;
	    flex-direction: row-reverse;
	    margin: auto;
	    padding-right: 0;
	    width: 100%;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;*/
    position: absolute;
    z-index: 15;
    left: 50%;
    bottom: 51px;
    display: none;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    margin-left: -50%;
    padding: 0;
    border-top: 1px solid #fff; }
  ul.main-pagination_mobile li {
    width: 100%;
    height: 50px;
    margin: 0;
    cursor: pointer; }
  ul.main-pagination_mobile li:last-child {
    margin: 0; }
  .pag-btn {
    display: block; }
  /*ul.main-pagination_mobile li:nth-child(2) {
	    width: calc(100% - 100px); }*/
  .main-pagination a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "OpenSansHebrew";
    font-size: 24px;
    font-weight: 400; }
  .main-pagination .pag-btn {
    width: calc(100% - 100px);
    background: #EE5241;
    color: #fff;
    text-transform: uppercase;
    font-family: "OpenSansHebrew";
    font-size: 26px;
    font-weight: 700 !important;
    height: auto; }
  .main-pagination li {
    width: 50px;
    height: 50px; }
  .main-pagination .pag-btn > a {
    font-family: "OpenSansHebrew";
    font-size: 26px;
    font-weight: 700 !important; }
  .main-pagination .main-pagination_mobile_visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0; }
  .site-header__logout img:last-child {
    display: block !important; }
  .site-header__logout img:first-child {
    display: none; }
  .table_item-mobile-position:nth-child(4) .table_item-mobile-position_value:last-child {
    max-width: 160px; }
  .table_item-mobile-position_value:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .table_item-mobile-position_value a {
    position: relative;
    display: inline-block;
    padding-right: 22px;
    color: #000; }
    .table_item-mobile-position_value a:before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      display: block;
      width: 15px;
      height: 20px;
      background: url("../images/file.png") no-repeat center; }
    .table_item-mobile-position_value a:last-child {
      padding-left: 30px; }
  .table_item-mobile_bottom {
    padding-bottom: 25px; } }
@media (max-width: 700px) {
  .main-login {
    width: auto; }
  .main-login_list li:nth-child(1), .main-login_list li:nth-child(2), .main-login_list li:nth-child(3) {
    margin-left: 16px; }
  .main-login_list {
    padding-right: 27px; } }

@media (max-width: 670px) {
  .site-americanTests .main-table_item-desc,
  .site-endTests .main-table_item-desc,
  .site-gradeSheet .main-table_item-desc,
  .site-reccomended .main-table_item-desc {
    display: none; }
  .site-americanTests .main-table_item-mobile,
  .site-endTests .main-table_item-mobile,
  .site-gradeSheet .main-table_item-mobile,
  .site-reccomended .main-table_item-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .site-americanTests .main-table_top,
  .site-endTests .main-table_top,
  .site-gradeSheet .main-table_top,
  .site-reccomended .main-table_top {
    display: none; }
  .site-americanTests .main-table_item,
  .site-endTests .main-table_item,
  .site-gradeSheet .main-table_item,
  .site-reccomended .main-table_item {
    border: none;
    padding-right: 0; }
  .site-americanTests .site-table_title,
  .site-gradeSheet .site-table_title {
    display: none; }
  .site-americanTests .main-table,
  .site-gradeSheet .main-table {
    margin-top: 50px; }
  .site-endTests .main-table_item-mobile {
    border-top: 3px solid #EE5241; }
  .site-endTests .table_item-mobile-position_title {
    min-width: 93px;
    width: 93px; }
  .site-gradeSheet .table_item-mobile_top {
    background-color: #EB058C; }
  .site-gradeSheet span.watch {
    color: #eb058c;
    font-size: 24px;
    font-weight: 400;
    bottom: 17px; }
  .site-gradeSheet span.watch:after {
    display: none; }
  .site-gradeSheet .table_item-mobile_bottom:after {
    background: url(../images/table_item-mobile_bottom4.png) center no-repeat; }
  .site-reccomended .table_item-mobile_bottom:after {
    background: url(../images/table_item-mobile_bottom6.png) center no-repeat; }
  .site-reccomended .table_item-mobile_bottom span.watch:after {
    display: none; }
  .site-reccomended .table_item-mobile_bottom span.watch a:after {
    background: url(../images/reccomended_table_link.png) center no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    content: '';
    right: 0;
    top: 0; }
  .site-reccomended .table_item-mobile_bottom a {
    color: #000000;
    font-family: "OpenSansHebrew";
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding-right: 25px;
    z-index: 10;
    position: relative; }
  .site-reccomended .table_item-mobile_bottom > span {
    padding-right: 0; }
  .site-reccomended .table_item-mobile_top {
    background-color: #00B6EC; }
  .site-reccomended .site-table_title h3 span {
    display: block; }
  .site-reccomended .site-table_title h3 > img {
    display: none; }
  .site-reccomended .site-table_title h2 {
    display: none; }
  .site-reccomended .site-table_title:before {
    display: none; }
  .site-reccomended .site-table_title {
    margin-top: 0; }
  .site-reccomended .site-table_title:after {
    display: none; } }

@media (max-width: 485px) {
  .table_item-mobile_bottom span.watch {
    bottom: 19px; }
  .site-reccomended .table_item-mobile_bottom span.watch {
    bottom: 17px; } }

@media (max-width: 480px) {
  .main-login_list li:nth-child(1), .main-login_list li:nth-child(2), .main-login_list li:nth-child(3) {
    margin-left: 7px; }
  .main-login_list li {
    font-size: 14px; }
  .main-login_list {
    padding-right: 8px; } }

@media (max-width: 400px) {
  .login-bottom_title:before {
    width: 250px; }
  .login-bottom_title:after {
    width: 330px; }
  .main-login_list li:nth-child(1), .main-login_list li:nth-child(2), .main-login_list li:nth-child(3) {
    margin-left: 0px;
    width: 119px; }
  .main-login_list {
    padding-right: 14px; } }

@media (max-width: 360px) {
  .container {
    padding: 0 20px; } }

@media (max-width: 359px) {
  .site-americanTests .main-table, .site-gradeSheet .main-table {
    margin-top: 20px; }
  .login-bottom_title:before {
    width: 230px; }
  .login-bottom_title:after {
    width: 300px; }
  .main-login_list li:nth-child(1), .main-login_list li:nth-child(2), .main-login_list li:nth-child(3) {
    margin-left: 0px;
    width: 113px; }
  .main-login_list {
    padding-right: 5px;
    margin-top: 21px; }
  .main-login_list li {
    font-size: 13px; }
  .login-form {
    background: url(/images/login_form1.png) center 66px no-repeat; }
  .login-form_submit {
    background: url(/images/login-form_submit1.png) center no-repeat;
    height: 53px;
    font-size: 21px; }
  .main-login-top {
    width: 300px;
    height: 300px; }
  .login-form_pass {
    width: 100%;
    margin: auto;
    margin-top: 180px;
    max-width: 226px;
    height: 36px;
    font-size: 16px;
    padding-bottom: 2px; }
  .login-form-tools a,
  .rememberme_title {
    font-size: 13px; }
  .login-form-tools {
    max-width: 200px; }
  .table_item-mobile-position_title,
  .table_item-mobile-position_value {
    font-size: 14px;
    line-height: 30px; }
  .table_item-mobile-position_title {
    width: 60px;
    min-width: 54px; }
  .site-reccomended .table_item-mobile-position_title,
  .site-americanTests .table_item-mobile-position_title,
  .site-gradeSheet .table_item-mobile-position_title,
  .site-openTests .table_item-mobile-position_title,
  .site-main--videos .table_item-mobile-position_title {
    width: 60px;
    min-width: 60px; }
  .table_item-mobile-position_value span {
    display: block;
    line-height: 20px; } }

.site-header__logout img:last-child {
  display: none; }

div.container.active1:after {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 49;
  content: '';
  left: 0;
  bottom: 0; }

.site-header__menu.active {
  z-index: 50; }

.container {
  position: relative; }

.table_item-mobile-position_value,
.table_item-mobile-position_title {
  line-height: 20px; }

.table_item-mobile-position {
  margin-bottom: 8px;
  margin-top: 3px; }

.table_item-mobile-position:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 350px) {
  .table_item-mobile-position_value a:last-child {
    padding-left: 0; } }

.signature-pad {
  width: 100%;
  max-width: 700px;
  height: 460px;
  margin: 0 auto; }
  .signature-pad canvas {
    width: 100%;
    height: 100%;
    border: 1px solid; }

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

.hideme {
display: none;
}

.showme {
display: block !important;
}

.dragcontainer {
  padding: 5px 15px 5px 0;
  margin-bottom: -10px;
}

.icon {
background: url(../images/icon-hand.png) no-repeat center center #e93900;
padding: 10px 0;
width: 24px;
height: 100%;
float: right;
}

.icon:after {
position: absolute;
content: '';
right: 25px;
top: 0;
bottom: 0;
width: 1px;
background: #e93900;
}

.text {
background: #f6f6f6;
border: 1px solid #bfbfbf;
border-right: none;
padding: 5px;
float: right;
}

.text.text2 {
border-right: 1px solid #bfbfbf;
}

.text img {
  display: block;
}

#dcanvas {
margin: 15px 0 15px 0;
position: relative;
height: 370px;
display: block;
}

#dcanvas2 {
display: none;
}

#drag1q {
position: absolute;
cursor: pointer;
top: 5px;
left: 475px;
width: 255px;
height: 65px;
}

#drag2q {
position: absolute;
cursor: pointer;
top: 75px;
left: 475px;
width: 255px;
height: 65px;
}

#drag3q {
position: absolute;
cursor: pointer;
top: 145px;
left: 475px;
width: 255px;
height: 65px;
}

#drag4q {
position: absolute;
cursor: pointer;
top: 215px;
left: 475px;
width: 255px;
height: 65px;
}

#drag1container {
position: absolute;
top: 0px;
left: 0;
width: 250px;
height: 65px;
}

#drag2container {
position: absolute;
top: 70px;
left: 0;
width: 250px;
height: 65px;
}

#drag3container {
position: absolute;
top: 140px;
left: 0;
width: 250px;
height: 65px;
}

#drag4container {
position: absolute;
top: 210px;
left: 0;
width: 250px;
height: 65px;
}

#drag1a, #drag2a, #drag3a, #drag4a {
position: absolute;
top: 5px;
left: 0;
background: url(../images/draga.jpg) no-repeat;
width: 232px;
height: 65px;
}

@media (max-width: 768px) {

#dcanvas {
display: none;
}

#dcanvas2 {
display: block;
margin: 15px 0 15px 0;
}

#dcanvas2:after {
content: "";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
zoom: 1;
}

#dcanvas2_right {
  float: right;
  width: calc(50% - 10px);
}

#dcanvas2_left {
  float: left;
  width: calc(50% - 10px);
}

.mobiledrag, .mobiledrag2 {
  float: right;
  width: 100%;
  height: 65px;
  margin-bottom: 5px;
}

.mobiledrag {
  cursor: pointer;
}

.icon {
  position: relative;
}

.text {
background: #ffffff;
border: 1px solid #bfbfbf;
border-right: none;
padding: 5px;
float: right;
width: calc(100% - 24px);
text-align: center;
height: 65px;
line-height: 65px;
}

.text img {
  display: inline-block;
  vertical-align: top;
}

.text.text2 {
  width: 100%;
}

.sortable-placeholder {
  float: right;
  width: 100%;
  height: 65px;
  margin-bottom: 5px;
  border: 1px dashed #c8c8c8;
  background: #ffffff;
}

span.watch {
  cursor: pointer;
}

}