@import "../../fonts/ali2019/style.css";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: none;
}
html,
body {
  height: 100%;
}
body {
  zoom: 1;
  background: #FFFFFF;
  color: #666666;
  font-size: 20px;
  font-weight: 300;
}
.font_small {
  font-size: 0.8em;
  line-height: 1.8em;
}
@media all and (max-width: 680px) {
  .font_small {
    font-size: 0.7em;
    line-height: 1.5em;
  }
}
.clear {
  float: none;
  clear: both;
}
.gap_bottom {
  margin-bottom: 2rem;
}
.gap_bottom-small {
  margin-bottom: 1rem;
}
.relative {
  position: relative;
}
.upp_no {
  text-transform: none;
}
.upp {
  text-transform: uppercase;
}
.img_full {
  display: block;
  width: 100%;
}
.layout__site-wrapper {
  width: 100%;
}
.layout__content-wrapper {
  width: 100%;
  padding: 0 12vw;
}
@media all and (max-width: 1280px) {
  .layout__content-wrapper {
    padding: 0 6vw;
  }
}
.layout__section {
  width: 100%;
  padding: 100px 0;
}
@media all and (max-width: 1024px) {
  .layout__section {
    padding: 70px 0;
  }
}
.layout__section_padd-min {
  padding: 15px 0;
}
.layout__section_padd-sm {
  padding: 40px 0;
}
.layout__section_padd-sm-top {
  padding: 40px 0 100px 0;
}
.layout__section_padd-sm-bottom {
  padding: 100px 0 40px 0;
}
.layout__section_no-padd {
  padding: 0;
}
.layout__section_no-padd-bottom {
  padding-bottom: 0;
}
.layout__section_no-padd-top {
  padding-top: 0;
}
.layout__section_full-height {
  height: 100%;
  display: flex;
}
.layout__section_caption {
  background: transparent;
}
.layout__section_footer-shadow {
  position: relative;
  overflow: hidden;
}
.layout__section_footer-shadow:after {
  content: '';
  display: block;
  height: 140px;
  position: absolute;
  z-index: 1;
  bottom: -200px;
  left: -100px;
  right: -100px;
  box-shadow: 0 -50px 45px 10px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}
.layout__layer {
  padding: 50px 0;
}
.layout__layer:nth-child(odd) {
  background-color: #FFFFFF;
}
.layout__layer:nth-child(even) {
  background-color: #F7F7F7;
}
.explore img {
  display: block;
}
.a_simple {
  cursor: pointer;
  color: #666666;
  transition: color 0.5s ease-out;
}
.a_simple:hover {
  color: #33ACDD;
}
.a_simple_inverted {
  color: #FFFFFF;
}
.a_simple_inverted:hover {
  color: rgba(255, 255, 255, 0.7);
}
.a_simple_orange {
  color: #F47E2F;
}
.a_simple_orange:hover {
  color: #F2444D;
}
.a_simple_red {
  color: #F2444D;
}
.a_simple_red:hover {
  color: #AF1B38;
}
.a_simple_green {
  color: #08A592;
}
.a_simple_green:hover {
  color: #44BC7D;
}
.a_simple_blue-l {
  color: #33ACDD;
}
.a_simple_blue-l:hover {
  color: #FFFFFF;
}
.a_simple_blue-d {
  color: #0a1f3e;
}
.a_simple_blue-d:hover {
  color: #3C5F7E;
}
.a_simple_violet {
  color: #8A7FF3;
}
.a_simple_violet:hover {
  color: #5A507C;
}
.a_simple_fuchsia {
  color: #A34FC6;
}
.a_simple_fuchsia:hover {
  color: #CC6AD3;
}
.test {
  outline: 1px solid #66FFFC;
}
.width-lim_110 {
  max-width: 110px;
  margin-left: auto;
  margin-right: auto;
}
.width-lim_150 {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.width-lim_200 {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.width-lim_250 {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.width-lim_300 {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.width-lim_500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.width-lim_600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.width-lim_700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.width-lim_800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.width-lim_900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.width-lim_al-left_150 {
  max-width: 150px;
}
.width-lim_al-left_300 {
  max-width: 300px;
}
.width-lim_al-left_400 {
  max-width: 400px;
}
.width-lim_al-left_500 {
  max-width: 500px;
}
.width-lim_al-left_600 {
  max-width: 600px;
}
.width-lim_al-left_700 {
  max-width: 700px;
}
.width-lim_al-left_800 {
  max-width: 800px;
}
.width-lim_al-left_900 {
  max-width: 900px;
}
.al-center {
  text-align: center;
}
.al-left {
  text-align: left;
}
.al-right {
  text-align: right;
}
.text_no-transform {
  text-transform: none;
}
.font_weight_100 {
  font-weight: 100 !important;
}
.font_weight_200 {
  font-weight: 200 !important;
}
.font_weight_300 {
  font-weight: 300 !important;
}
.font_weight_400 {
  font-weight: 400 !important;
}
.font_weight_500 {
  font-weight: 500 !important;
}
.font_weight_600 {
  font-weight: 600 !important;
}
.font_weight_700 {
  font-weight: 700 !important;
}
.font_weight_800 {
  font-weight: 800 !important;
}
.font_weight_900 {
  font-weight: 900 !important;
}
.title {
  display: block;
}
.title_level1 {
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1.3em;
}
.title_level1_sm {
  font-size: 1.8em;
}
.title_level1_home {
  font-size: 4.1em;
  font-weight: 300;
  position: relative;
  z-index: 5;
}
@media all and (max-width: 1024px) {
  .title_level1 {
    font-size: 1.5em;
  }
}
.title_level2 {
  font-size: 2.1em;
  font-weight: 300;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.title_level3 {
  font-size: 1.1em;
  font-weight: 600;
  /*&_color-main {
      color: @color-font-dark;
    }

    &_color-inverted {
      color: @color-font-inverted;
    }*/
}
.title_color-dark {
  color: #262626;
}
.title_color-inverted {
  color: #FFFFFF;
}
.title_no-transform {
  text-transform: none !important;
}
.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.nowrap {
  white-space: nowrap;
}
header {
  position: relative;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  z-index: 10000;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
body {
  padding-top: 90px;
}
.sticky {
  /*position: relative;
  position: -webkit-sticky; !* Safari *!
  position: sticky;
  top: -30px;
  z-index: 10000;*/
}
@media all and (max-width: 1650px) {
  .layout__content-wrapper_site-header {
    padding: 0 6vw !important;
  }
}
.layout__section_header {
  background-color: white;
}
.site-header {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  height: 90px;
}
.site-header__home-link {
  border: none;
  display: flex;
}
.site-header__logo {
  width: 260px;
  padding: 5px 50px 5px 0;
}
.mob-menu-hidden .toggleMenu .icon-icon-close {
  display: none;
}
.mob-menu-hidden .toggleMenu .icon-icon-menu {
  display: inline;
}
@media all and (max-width: 1179px) {
  .mob-menu-hidden .site-header__menu {
    transform: translateY(-200%);
  }
}
.toggleMenu {
  display: none;
  border: none;
  background: transparent;
  font-size: 1.5em;
  padding: 4px 10px 3px 10px;
  align-self: center;
  color: #022F6A;
  border-radius: 3px;
  transition: all 0.5s ease-out;
  cursor: pointer;
}
@media all and (max-width: 1179px) {
  .toggleMenu {
    display: block;
  }
}
.toggleMenu:hover {
  background-color: #F3F3F3;
}
.toggleMenu .icon-icon-close {
  display: inline;
}
.toggleMenu .icon-icon-menu {
  display: none;
}
.flex__container_header-menu-btn {
  align-content: center;
  display: none;
}
@media all and (max-width: 1179px) {
  .flex__container_header-menu-btn {
    display: flex;
  }
}
.site-header__menu {
  display: flex;
  align-items: stretch;
  transform: translateY(0%);
}
@media all and (max-width: 1179px) {
  .site-header__menu {
    position: absolute;
    top: 90px;
    background: #022F6A;
    left: 0;
    right: 0;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    max-height: calc(100vh - 90px);
    overflow: auto;
  }
}
.site-header__menu-item.site-header__menu-item_sep {
  display: flex;
  height: 100%;
  align-items: center;
  text-wrap: none;
  color: #022F6A;
}
@media all and (max-width: 1179px) {
  .site-header__menu-item.site-header__menu-item_sep {
    display: none;
  }
}
.site-header__menu-item {
  list-style-type: none;
  font-size: 0.7em;
  font-weight: 500;
  position: relative;
  padding: 0 15px;
}
.site-header__menu-item > a {
  display: flex;
  height: 100%;
  align-items: center;
  text-wrap: none;
  color: #022F6A;
  text-decoration: none;
  position: relative;
}
.site-header__menu-item > a:before {
  content: '';
  display: block;
  height: 2px;
  transition: all 0.25s ease-out;
  position: absolute;
  background: #022F6A;
  left: 50%;
  bottom: 24px;
  width: 0;
}
@media all and (min-width: 1180px) {
  .site-header__menu-item > a:before {
    opacity: 0;
  }
}
@media all and (max-width: 1179px) {
  .site-header__menu-item > a:before {
    left: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media all and (min-width: 1180px) {
  .site-header__menu-item:last-child {
    padding-right: 0;
  }
}
@media all and (max-width: 1179px) {
  .site-header__menu-item {
    display: block;
    padding: 0 6vw;
  }
  .site-header__menu-item > a {
    color: #FFFFFF;
    display: block;
    padding: 15px 0 5px 0;
  }
  .site-header__menu-item > a span {
    transition: opacity 0.5s ease-out;
  }
  .site-header__menu-item > a:before {
    bottom: -10px;
    width: 100%;
    opacity: 1;
  }
  .site-header__menu-item > a.mob-collapsed:before {
    opacity: 0;
    width: 0;
  }
  .site-header__menu-item .expandable:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: white transparent transparent transparent;
    margin-left: 10px;
    vertical-align: middle;
    margin-top: -3px;
    opacity: 0.5;
  }
}
.site-header__menu-item .site-header__sub-menu-container {
  display: none;
  position: absolute;
  z-index: 2000;
  background-color: #022F6A;
  color: #FFFFFF;
  padding: 40px;
  cursor: default;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 1023px) {
  .site-header__menu-item .site-header__sub-menu-container {
    flex-wrap: wrap;
  }
}
.site-header__menu-item .site-header__sub-menu-container_about {
  width: 300%;
}
@media all and (max-width: 1179px) {
  .site-header__menu-item .site-header__sub-menu-container_about {
    width: 100%;
  }
}
.site-header__menu-item .site-header__sub-menu-container_prod {
  width: 500%;
}
@media all and (max-width: 1350px) {
  .site-header__menu-item .site-header__sub-menu-container_prod {
    width: 1000%;
  }
}
@media all and (max-width: 1179px) {
  .site-header__menu-item .site-header__sub-menu-container_prod {
    width: 100%;
  }
}
.site-header__menu-item .site-header__sub-menu-container_pd {
  width: 180%;
}
@media all and (max-width: 1179px) {
  .site-header__menu-item .site-header__sub-menu-container_pd {
    width: 100%;
  }
}
.site-header__menu-item .site-header__sub-menu-container_resources {
  width: 300%;
}
@media all and (max-width: 1179px) {
  .site-header__menu-item .site-header__sub-menu-container_resources {
    width: 100%;
  }
}
.site-header__menu-item .site-header__sub-menu-container_support {
  width: 300%;
}
@media all and (max-width: 1179px) {
  .site-header__menu-item .site-header__sub-menu-container_support {
    width: 100%;
  }
}
.site-header__menu-item .site-header__sub-menu-container_login {
  width: 600%;
  right: -45px;
  left: unset;
  transform: translateX(0%);
}
@media all and (max-width: 1179px) {
  .site-header__menu-item .site-header__sub-menu-container_login {
    width: 100%;
    right: unset;
  }
}
.site-header__menu-item .site-header__sub-menu-container_login ul {
  width: 100%;
}
.site-header__menu-item .site-header__sub-menu-container_login label {
  display: block;
  margin-bottom: 5px;
}
.site-header__menu-item .site-header__sub-menu-container_login form {
  width: 100%;
  display: block;
  max-width: 400px;
}
.site-header__menu-item .site-header__sub-menu-container_login input {
  display: block;
  width: 100%;
  border: none;
  min-height: 32px;
  padding: 2px 10px;
  font-size: 1em;
}
.site-header__menu-item .site-header__sub-menu-container_login button {
  width: 100%;
  font-size: 1em;
}
.site-header__menu-item .site-header__sub-menu-container a {
  text-decoration: none;
  color: #FFFFFF;
  transition: opacity 0.5s ease-out;
}
.site-header__menu-item .site-header__sub-menu-container a:hover {
  opacity: 0.5;
}
@media all and (max-width: 1179px) {
  .site-header__menu-item .site-header__sub-menu-container {
    position: relative;
    background: linear-gradient(to bottom, #022F6A, #03459c);
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
    padding: 25px;
  }
}
.site-header__menu-item:hover {
  cursor: pointer;
}
@media all and (min-width: 1180px) {
  .site-header__menu-item:hover .site-header__sub-menu-container {
    display: flex;
  }
}
@media all and (min-width: 1180px) {
  .site-header__menu-item:hover > a:before {
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
  }
}
@media all and (max-width: 1179px) {
  .site-header__menu-item:hover > a > span {
    opacity: 0.5;
  }
}
@media all and (max-width: 1179px) {
  .site-header__menu-item .site-header__sub-menu-container {
    display: flex;
  }
  .site-header__menu-item .mob-collapsed + .site-header__sub-menu-container {
    display: none;
  }
}
.site-header__sub-menu-item {
  list-style-type: none;
  text-transform: uppercase;
  padding: 10px 15px;
  text-align: left;
}
.site-header__sub-menu-item.disabled {
  opacity: 0.3;
  cursor: auto;
}
.site-header__sub-menu_curriculum {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 40px;
  padding-right: 30px;
  max-width: 250px;
  line-height: 1.8em;
}
@media all and (max-width: 1023px) {
  .site-header__sub-menu_curriculum {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    max-width: none;
  }
}
.site-header__sub-menu_curriculum-intl {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
}
@media all and (max-width: 1023px) {
  .site-header__sub-menu_curriculum-intl {
    display: block;
  }
}
@media all and (max-width: 1023px) {
  .site-header__sub-menu-item_curriculum-intl {
    display: none;
  }
}
.product-nav:hover .product-nav__content {
  transform: translateX(0);
}
.product-nav__btn {
  background: linear-gradient(45deg, #33ACDD, #F2444D, #5A507C);
  color: #FFFFFF;
  padding: 6px 20px;
  text-transform: uppercase;
  border: none;
  position: fixed;
  top: 90px;
  right: 12vw;
  z-index: 20;
  font-size: 0.8em;
}
.product-nav__btn:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: white transparent transparent transparent;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -3px;
  opacity: 0.5;
}
@media all and (max-width: 1650px) {
  .product-nav__btn {
    right: 6vw;
  }
}
@media all and (min-width: 1180px) and (max-width: 1350px) {
  .hidden_1350_1180 {
    display: none;
  }
}
.product-nav__content {
  background-color: #022F6A;
  color: #FFFFFF;
  padding: 40px;
  position: fixed;
  z-index: 15;
  top: 80px;
  right: 0;
  padding-top: 70px;
  transform: translateX(200%);
  transition: all 0.5s ease-out;
}
.product-nav__content li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 0.8em;
}
.product-nav__content li a {
  text-decoration: none;
  color: #FFFFFF;
  transition: opacity 0.5s ease-out;
  display: inline-block;
  padding: 7px 0;
  font-weight: 500;
}
.product-nav__content li a:hover {
  opacity: 0.5;
}
.footer__awards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
}
.footer__awards-link {
  margin: 0 20px;
}
@media all and (max-width: 1280px) {
  .footer__awards-link {
    margin: 0 15px;
  }
}
@media all and (max-width: 1024px) {
  .footer__awards-link {
    margin: 0 10px;
  }
}
@media all and (max-width: 768px) {
  .footer__awards-link {
    margin: 0 5px;
  }
}
.footer__awards-link:first-child {
  margin-left: 0;
}
.footer__awards-link:last-child {
  margin-right: 0;
}
.footer__awards-link:nth-child(1) {
  width: 8%;
}
.footer__awards-link:nth-child(2) {
  width: 10%;
}
.footer__awards-link:nth-child(3) {
  width: 10%;
}
.footer__awards-link:nth-child(4) {
  width: 6%;
}
.footer__awards-link:nth-child(5) {
  width: 8%;
}
.footer__awards-link:nth-child(6) {
  width: 7%;
}
.footer__awards-link:nth-child(7) {
  width: 5%;
}
.footer__awards-link:nth-child(8) {
  width: 9%;
}
.footer__awards-link:nth-child(9) {
  width: 7%;
}
.footer__awards-link:nth-child(10) {
  width: 7%;
}
.footer__awards-link:nth-child(11) {
  width: 7%;
}
.footer__awards-link:nth-child(12) {
  width: 9%;
}
.footer__awards-link:nth-child(13) {
  width: 7%;
}
.footer__awards-link:nth-child(14) {
  width: 6%;
}
.footer__awards-image {
  display: block;
  width: 100%;
  height: auto;
}
.footer__copy_ngss {
  font-size: 0.7em;
  max-width: 800px;
  text-align: center;
  margin: 40px auto 0 auto;
}
.footer__contacts {
  list-style-type: none;
  text-align: center;
  font-size: 0.8em;
  padding-top: 20px;
}
.footer__copy_terms {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  padding: 20px 0 40px 0;
}
.social-media__container {
  display: block;
  width: auto;
  margin: auto;
  text-align: center;
  margin-top: 30px;
}
.social-media__item {
  list-style-type: none;
  background: black;
  color: #FFFFFF;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin: 3px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.social-media__item:before {
  content: '';
  background: linear-gradient(45deg, #08A592, #33ACDD);
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  opacity: 1;
  transition: opacity 0.7s ease-out;
  z-index: 1;
}
.social-media__item a {
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 3;
}
.social-media__item_linkedin a {
  font-size: 40px;
}
.social-media__item_twitter a {
  font-size: 32px;
  padding-top: 2px;
  padding-left: 1px;
}
.social-media__item_facebook a {
  font-size: 42px;
}
.social-media__item_youtube a {
  font-size: 32px;
  padding-top: 2px;
}
.social-media__item:hover:before {
  opacity: 0.5;
}
.logo-rice__container {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px auto;
}
.logo-rice__desc {
  text-transform: uppercase;
  font-size: 55%;
  margin-left: 16%;
}
.logo-rice__img {
  display: block;
  width: 100%;
}
.btn {
  display: inline-block;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: bold;
  cursor: pointer;
  padding: 10px 17px;
  transition: all 0.5s ease-out;
  color: #666666;
  border-color: #666666;
}
.btn_sm {
  font-size: 0.8em;
  padding: 5px 17px;
}
.btn:hover {
  background-color: rgba(102, 102, 102, 0.1);
}
.btn_white-f {
  background-color: white;
  color: #262626;
  border-color: white;
}
.btn_white-f:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.btn_blue-f {
  background-color: #154768;
  color: white;
  border-color: #154768;
}
.btn_blue-f:hover {
  background-color: rgba(21, 71, 104, 0.7);
}
.btn_disabled {
  color: #B1B1B1;
  border-color: #B1B1B1;
  cursor: default;
}
.btn_disabled:hover {
  background-color: transparent;
  cursor: default;
}
.btn_orange-l-f {
  background-color: #f5a91c;
  color: #262626;
  border-color: #f5a91c;
}
.btn_orange-l-f:hover {
  background-color: rgba(245, 169, 28, 0.7);
}
.btn_white-f {
  background-color: #ffffff;
  color: #262626;
  border-color: #ffffff;
}
.btn_white-f:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.btn_white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn_white:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn_rose {
  color: #F27AAA;
  border-color: #F27AAA;
}
.btn_rose:hover {
  background-color: rgba(242, 122, 170, 0.07);
}
.btn_red {
  color: #F2444D;
  border-color: #F2444D;
}
.btn_red:hover {
  background-color: rgba(242, 68, 77, 0.07);
}
.btn_orange {
  color: #F47E2F;
  border-color: #F47E2F;
}
.btn_orange:hover {
  background-color: rgba(244, 126, 47, 0.07);
}
.btn_fill-orange {
  background-color: #F47E2F;
  border-color: #F47E2F;
  color: #FFFFFF;
}
.btn_fill-orange:hover {
  background-color: rgba(244, 126, 47, 0.5);
}
.btn_yellow {
  color: #F1D116;
  border-color: #F1D116;
}
.btn_yellow:hover {
  background-color: rgba(241, 209, 22, 0.07);
}
.btn_green {
  color: #08A592;
  border-color: #08A592;
}
.btn_green:hover {
  background-color: rgba(8, 165, 146, 0.07);
}
.btn_green-m {
  color: #44BC7D;
  border-color: #44BC7D;
}
.btn_green-m:hover {
  background-color: rgba(68, 188, 125, 0.07);
}
.btn_green-math {
  color: #38af79;
  border-color: #38af79;
}
.btn_green-math:hover {
  background-color: rgba(56, 175, 121, 0.07);
}
.btn_green-light,
.btn_green-l {
  color: #97DD45;
  border-color: #97DD45;
}
.btn_green-light:hover,
.btn_green-l:hover {
  background-color: rgba(151, 221, 69, 0.07);
}
.btn_fill-green-light {
  background-color: #97DD45;
  border-color: #97DD45;
  color: #FFFFFF;
}
.btn_fill-green-light:hover {
  background-color: rgba(151, 221, 69, 0.5);
}
.btn_fill-green-light1 {
  background-color: #71A120;
  border-color: #71A120;
  color: #FFFFFF;
}
.btn_fill-green-light1:hover {
  background-color: rgba(113, 161, 32, 0.5);
}
.btn_fill-green-middle {
  background-color: #44BC7D;
  border-color: #44BC7D;
  color: #FFFFFF;
}
.btn_fill-green-middle:hover {
  background-color: rgba(68, 188, 125, 0.5);
}
.btn_fill-green-dark {
  background-color: #08A592;
  border-color: #08A592;
  color: #FFFFFF;
}
.btn_fill-green-dark:hover {
  background-color: rgba(8, 165, 146, 0.5);
}
.btn_fill-blue-m {
  background-color: #1E417C;
  border-color: #1E417C;
  color: #FFFFFF;
}
.btn_fill-blue-m:hover {
  background-color: rgba(30, 65, 124, 0.5);
}
.btn_fill-blue-m-color-blue-l {
  background-color: #1E417C;
  border-color: #1E417C;
  color: #33ACDD;
}
.btn_fill-blue-m-color-blue-l:hover {
  background-color: rgba(30, 65, 124, 0.5);
}
.btn_blue-light,
.btn_blue-l {
  color: #33ACDD;
  border-color: #33ACDD;
}
.btn_blue-light:hover,
.btn_blue-l:hover {
  background-color: rgba(51, 172, 221, 0.07);
}
.btn_blue-m {
  color: #1A7AB1;
  border-color: #1A7AB1;
}
.btn_blue-m:hover {
  background-color: rgba(26, 122, 177, 0.07);
}
.btn_fill_blue-m {
  color: #FFFFFF;
  border-color: #1A7AB1;
  background-color: #1A7AB1;
}
.btn_fill_blue-m:hover {
  background-color: rgba(26, 122, 177, 0.5);
}
.btn_fill-blue-l {
  background-color: #33ACDD;
  border-color: #33ACDD;
  color: #FFFFFF;
}
.btn_fill-blue-l:hover {
  background-color: rgba(51, 172, 221, 0.5);
}
.btn_blue-d {
  color: #0a1f3e;
  border-color: #0a1f3e;
}
.btn_blue-d:hover {
  background-color: rgba(10, 31, 62, 0.07);
}
.btn_fuchsia {
  color: #CC6AD3;
  border-color: #CC6AD3;
}
.btn_fuchsia:hover {
  background-color: rgba(204, 106, 211, 0.07);
}
.btn_fill-fuchsia {
  background-color: #CC6AD3;
  border-color: #CC6AD3;
  color: #FFFFFF;
}
.btn_fill-fuchsia:hover {
  background-color: rgba(204, 106, 211, 0.5);
}
.btn_play {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 500;
  position: relative;
  width: auto;
  cursor: pointer;
  display: inline-block;
}
.btn_play .play {
  width: 70px;
  height: 70px;
  margin-left: 20px;
}
.btn_play .play-small {
  width: 26px;
  height: 26px;
  margin-left: 10px;
}
.btn_play_color-white {
  color: #FFFFFF;
}
.btn_play_color-white .icon {
  fill: #FFFFFF;
}
.btn_play_color-white .stroke-solid {
  stroke: #FFFFFF;
}
.btn_play_color-white .stroke-dotted {
  stroke: #FFFFFF;
}
.btn_play_color-green-l {
  color: #97DD45;
}
.btn_play_color-green-l .icon {
  fill: #97DD45;
}
.btn_play_color-green-l .stroke-solid {
  stroke: #97DD45;
}
.btn_play_color-green-l .stroke-dotted {
  stroke: #97DD45;
}
.btn_play_color-red {
  color: #F2444D;
}
.btn_play_color-red .icon {
  fill: #F2444D;
}
.btn_play_color-red .stroke-solid {
  stroke: #F2444D;
}
.btn_play_color-red .stroke-dotted {
  stroke: #F2444D;
}
.btn_play .flex__container_btn-play {
  display: flex;
  align-content: center;
  align-items: center;
}
.btn_play:hover .play .stroke-dotted,
.btn_play:hover .play-small .stroke-dotted {
  stroke-width: 3px;
  opacity: 1;
}
.btn_play:hover .play .stroke-solid,
.btn_play:hover .play-small .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}
.btn_play:hover .play .icon,
.btn_play:hover .play-small .icon {
  transform: scale(1.05);
}
.btn-set {
  margin-top: 40px;
}
.btn-set_al-left {
  margin-top: 30px;
  margin-left: -10px;
}
.btn-set_al-left .btn {
  margin: 10px;
  display: block;
  float: left;
}
.btn-set_col-centered {
  margin-top: 0;
}
.btn-set_col-centered .btn {
  margin: 20px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.btn-set_ee .btn {
  margin: 20px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.btn-set_ee-intro {
  margin-top: 30px;
  margin-left: -10px;
}
.btn-set_ee-intro .btn {
  margin: 10px;
}
.btn-set_ee-intro .btn_play {
  margin-left: 10px;
  margin-right: 20px;
}
.drop-down__container {
  position: relative;
  width: auto;
  display: inline-block;
}
.drop-down__container .drop-down__btn_main:after {
  content: '';
  height: 0;
  width: 0;
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
  margin-top: -3px;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}
.drop-down__container .btn-set {
  background: #1E417C;
  position: absolute;
  z-index: 20;
  margin-top: 0;
  padding: 20px;
  box-shadow: 0 5px 5px 7px rgba(0, 0, 0, 0.2);
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 40px);
  display: none;
}
.drop-down__container .btn-set .btn {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}
.drop-down__container .btn-set .btn:nth-last-of-type {
  margin-bottom: 0;
}
.drop-down__container:hover .btn-set {
  display: block;
}
#login-form,
#reminderForm,
.loginform {
  font-weight: 400;
}
#login-form input,
#reminderForm input,
.loginform input,
#login-form select,
#reminderForm select,
.loginform select {
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  color: #022F6A;
  height: 40px;
  padding: 0 8px;
  font-size: 0.9em;
}
#login-form input:focus,
#reminderForm input:focus,
.loginform input:focus,
#login-form select:focus,
#reminderForm select:focus,
.loginform select:focus,
#login-form input:active,
#reminderForm input:active,
.loginform input:active,
#login-form select:active,
#reminderForm select:active,
.loginform select:active {
  border: 1px solid #5794BF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#login-form input:disabled,
#reminderForm input:disabled,
.loginform input:disabled,
#login-form select:disabled,
#reminderForm select:disabled,
.loginform select:disabled {
  border: 1px solid #C0C0C0;
  background-color: #F3F3F3;
  color: #A1A1A1;
}
#login-form .button,
#reminderForm .button,
.loginform .button {
  text-transform: uppercase;
  float: right;
}
button {
  cursor: pointer;
}
img {
  border: none;
}
p {
  margin-top: 0px;
}
.close_btn {
  position: absolute;
  top: 0px;
  right: -75px;
  z-index: 100000;
  font-size: 1.5em;
  height: 1.7em;
  width: 1.7em;
  text-align: center;
  line-height: 1.7em;
  padding: 0;
}
.container-popup.secondary {
  position: relative;
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: auto;
  padding: 0;
  background-color: rgba(59, 77, 102, 0.8);
  color: #FFFFFF;
  box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
}
#content {
  min-height: 90px;
  margin-top: -5px;
  overflow: auto;
}
.div_popup_header {
  font-weight: 100;
  margin: 0px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 1.5em;
}
.div_popup_container {
  position: fixed;
  top: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.div_popup_tb {
  display: table;
  width: 100%;
  height: 100%;
}
.div_popup_cell {
  display: table-cell;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 100px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.div_popup_cell > div {
  position: relative;
  display: inline-block;
  width: auto;
}
.overframe {
  width: 100%;
  height: 100%;
  position: fixed;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  text-align: center;
  display: none;
}
.overframe > div {
  display: table-row;
}
.videoframe {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.container {
  min-height: 100%;
  width: 100%;
  margin: auto;
  position: relative;
  background-color: #FFFFFF;
}
.layout__content-wrapper_login {
  background: url("../../images/images2020/bgr-login.svg") no-repeat center center #4E9DE4;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.div-container-main {
  display: table;
  width: 100%;
}
#col-form-container {
  padding: 80px 60px;
  vertical-align: middle;
  text-align: left;
}
@media all and (min-width: 1900px) {
  #col-form-container {
    min-height: 650px;
  }
}
@media all and (min-width: 951px) {
  #col-form-container {
    min-height: calc(100vh - 120px - 175px);
  }
}
@media all and (max-width: 860px) {
  #col-form-container {
    padding: 80px 0;
  }
}
.loginform {
  display: block;
  min-height: 30%;
  max-width: 700px;
  min-height: 160px;
  margin: 0 auto;
}
.loginform h4 {
  margin-bottom: 10px;
}
.loginform .div_admins {
  font-size: 14px;
  float: left;
  margin-right: 40px;
  margin-top: 20px;
  max-width: 140px;
  max-height: 300px;
  overflow-x: auto;
}
.div_form_container {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 45px 50px;
  text-align: left;
  background-color: rgba(59, 77, 102, 0.8);
  color: #FFFFFF;
  box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 560px) {
  .div_form_container {
    padding: 35px 40px;
  }
}
hr {
  border-top: 1px solid #C0C0C0;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  clear: both;
}
h4 {
  font-weight: 600;
}
.loginform table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.client-row {
  cursor: pointer;
}
.loginform td {
  border-top: 1px solid #C0C0C0;
  vertical-align: top;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.2em;
}
.loginform th {
  font-weight: 600;
  background-color: #E1E1E1;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.div_request_login {
  background-color: #FFFFFF;
  text-align: left;
  line-height: 1em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 30px 40px;
  max-width: 600px;
  margin: 0 auto;
  font-size: 0.9em;
  text-align: center;
}
.div_tb {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.tb {
  display: table;
}
.row {
  display: table-row;
}
.column {
  display: table-cell;
  padding: 30px;
  vertical-align: top;
}
.form-group {
  display: table-row;
}
label {
  display: block;
  font-weight: 600;
  width: 19.9%;
  padding-right: 20px;
  padding-bottom: 10px;
  vertical-align: middle;
  position: relative;
}
label.label-full-width {
  width: 100%;
}
label img {
  position: absolute;
  top: 0;
  right: 0px;
}
.col-lg-8 {
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
.col-lg-8 input,
.col-lg-8 select {
  width: 100%;
}
.col-lg-8 input[type=checkbox] {
  width: auto;
  height: auto;
  vertical-align: middle;
}
.reminder-container {
  display: flex;
  padding-bottom: 20px;
  padding-top: 5px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-group {
  clear: both;
  padding-top: 10px;
}
.tb-notes-msg {
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.3em;
  font-size: 0.8em;
  font-weight: 400;
}
.tb-notes-msg .column:nth-of-type(1) {
  background-color: #33ACDD;
  vertical-align: middle;
  text-align: center;
  padding: 15px 37px;
}
.tb-notes-msg .column:nth-of-type(2) {
  padding: 30px 40px;
  vertical-align: middle;
  background-color: #E8F0FE;
  color: #022F6A;
}
@media all and (max-width: 640px) {
  .tb-notes-msg {
    display: block;
  }
  .tb-notes-msg .row {
    display: block;
  }
  .tb-notes-msg .column {
    display: block;
  }
  .tb-notes-msg .column:nth-of-type(2) {
    padding: 20px 25px;
    text-align: center;
  }
}
.div_login.disabled .button,
.div_login:hover.disabled .button,
.div_cancel.disabled .button,
.div_cancel:hover.disabled .button,
.div_reminder.disabled .button,
.div_reminder:hover.disabled .button,
.div_login .button:disabled,
.div_login:hover .button:disabled,
.div_cancel .button:disabled,
.div_cancel:hover .button:disabled,
.div_reminder .button:disabled,
.div_reminder:hover .button:disabled {
  background: #ECECEC;
  color: #FFFFFF;
  cursor: default;
}
.btn-set {
  margin-top: 0;
  display: flex;
}
.btn-set .btn {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media all and (max-width: 768px) {
  .btn-set {
    width: 100%;
    justify-content: flex-end;
  }
}
/* Reminder*/
.div_reminder {
  margin-top: 20px;
  margin-right: -40px;
  padding-right: 40px;
  float: right;
  margin-left: 25px;
  cursor: pointer;
}
.div_reminder.with_contact_link {
  float: none;
  text-align: center;
  margin-left: 0;
  cursor: auto;
}
.div_reminder.with_contact_link button {
  border-radius: 4px;
}
.div_reminder.with_contact_link a {
  margin-top: 24px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}
.reminder-title {
  background: url("../../images/images2020/bgr-login.svg") no-repeat center center #4E9DE4;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 50px 20px;
  text-align: center;
}
#reminder {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 15px;
}
#reminderForm {
  display: none;
}
#reminderForm #content {
  max-width: 620px;
  padding: 40px;
  text-align: left;
}
#reminderForm label {
  display: block;
  width: 100%;
}
#reminderForm input {
  display: block;
  width: 100%;
}
#reminderForm .tb-notes-msg {
  margin-top: 50px;
}
.reminder-district-container select {
  width: 100%;
  padding-top: 20px;
}
.icon_lightbulb {
  width: 30px;
}
/*=======*/
.div_alert:not(:empty) {
  padding: 30px 40px 30px 100px;
  background: #E00068 -webkit-linear-gradient(135deg, #E00068, #F27AAA) 104%;
  background: #E00068 -o-linear-gradient(135deg, #E00068, #F27AAA) 104%;
  background: #E00068 linear-gradient(135deg, #E00068, #F27AAA) 104%;
  color: #FFFFFF;
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 0.9em;
  vertical-align: middle;
  position: relative;
}
.div_alert:not(:empty):before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  background-image: url('../../images/images2020/icon-error.svg');
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: 65% center;
}
@media all and (max-width: 640px) {
  .div_alert:not(:empty) {
    padding: 70px 25px 20px 25px;
    text-align: center;
  }
  .div_alert:not(:empty):before {
    right: 0;
    bottom: unset;
    width: 100%;
    height: 80px;
    background-position: center;
  }
}
.div_alert.alert_success:not(:empty) {
  background: #08A592 -webkit-linear-gradient(135deg, #08A592, #33ACDD) 104%;
  background: #08A592 -o-linear-gradient(135deg, #08A592, #33ACDD) 104%;
  background: #08A592 linear-gradient(135deg, #08A592, #33ACDD) 104%;
}
.div_alert.alert_success:not(:empty):before {
  background-image: url('../../images/images2020/icon-success.svg');
}
/*------modal window------*/
.fixed-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200000;
}
.fixed-overlay__modal {
  text-align: center;
  white-space: nowrap;
}
.fixed-overlay__modal::after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: '';
}
.modal {
  display: inline-block;
  vertical-align: middle;
  margin: 60px 100px;
}
.modal_container {
  text-align: left;
  white-space: normal;
  background-color: #FFF;
  box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  font-weight: 400;
}
.modal_container .close-btn {
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 100%;
}
.modal_container .close-btn:hover {
  background-color: #EEEEEE;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px !important;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #FFFFFF !important;
  border-radius: 0 !important;
}
.message-container_gl-removal {
  padding: 45px 80px;
  text-align: left;
  background-color: rgba(59, 77, 102, 0.8);
  color: #FFFFFF;
  box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
  font-size: 0.8em;
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.message-container_gl-removal p {
  margin-bottom: 15px;
  line-height: 1.5em;
}
.message-container_gl-removal .item1 {
  font-size: 22px;
  background: #E00068 linear-gradient(135deg, #E00068, #F27AAA) 104%;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 15px;
  margin-bottom: 30px;
}
/*# sourceMappingURL=styles.css.map */