@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700&subset=cyrillic-ext");
@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "RobotoLight";
  src: url("../fonts/RobotoLight/RobotoLight.eot");
  src: url("../fonts/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoLight/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight/RobotoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "RobotoMedium";
  src: url("../fonts/RobotoMedium/RobotoMedium.eot");
  src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff"), url("../fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "ArialR";
  src: url("../fonts/Arial/arial.eot");
  src: url("../fonts/Arial/arial.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial/arial.woff") format("woff"), url("../fonts/Arial/arial.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "ArialM";
  src: url("../fonts/Arial/arialbd.eot");
  src: url("../fonts/Arial/arialbd.eot?#iefix") format("embedded-opentype"), url("../fonts/Arial/arialbd.woff") format("woff"), url("../fonts/Arial/arialbd.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-backface-visibility: hidden ; }

body {
  font-family: "ArialR";
  min-width: 320px;
  color: #101e38;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 0;
  width: 100%; }

a {
  text-decoration: none;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s; }

body{
  line-height: 21px
}

.hidden_wrap {
  overflow: hidden; }

.wrapper {
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: 0 auto; }

.buttons__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.noHome {
  margin-top: 100px; }

.flex--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex--left, .flex--right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%; }

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

.text--color {
  color: #ff7500; }

.text--notif {
  font-family: "ArialR";
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 45px; }

.text--transform {
  text-transform: uppercase;
  font-family: "ArialM";
  letter-spacing: normal; }

.text--noTransform {
  text-transform: none;
  font-family: "ArialM";
  letter-spacing: normal; }

.info__tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 10px; }
.info__tooltip:hover .info__tooltip--show {
  visibility: visible;
  opacity: 1;
  z-index: 99999; }
.info__tooltip > img {
  position: relative;
  top: -10px; }
.info__tooltip--show {
  visibility: hidden;
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e0f1f5;
  color: #101e38;
  font-family: "ArialR";
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  z-index: 1;
  opacity: 0;
  left: -130px;
  font-size: 12px;
  line-height: 18px;
  padding: 10px 12px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.instruction {
  right: 0;
  top: 17%;
  z-index: 1;
  position: fixed;
  width: 36px;
  height: 36px;
  background: #ff7500 url("/images/play_white.png") 14px center no-repeat;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
.instruction:hover, .instruction:focus {
  opacity: 1; }
.instruction .mvideo__wrap {
  display: none; }

.old {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #006b85;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999999999;
  display: none; }
.old__text {
  color: white;
  max-width: 500px;
  font-family: "ArialR";
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  letter-spacing: 1px;
  line-height: 1.2; }
.old__links {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.old__link {
  margin: 0 30px; }
.old__link img {
  width: 50px;
  -o-object-fit: contain;
  object-fit: contain; }

@media screen and (max-width: 1280px) {
  .noHome {
    padding: 0 20px; } }

@media screen and (max-width: 1024px) {
  .noHome {
    margin-top: 70px; } }

@media screen and (max-width: 768px) {
  .flex--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex--left, .flex--right {
    width: 100%; }
  .flex--left {
    margin-bottom: 60px; } }

@media screen and (max-width: 400px) {
  .buttons__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .buttons__wrap .button + .button {
    margin-top: 20px; }
  .text--notif {
    margin-bottom: 25px;
    font-size: 16px; } }

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5%; }
.nav__item {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
  position: relative;
}

.dropdown-menu{
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.nav__item:hover .dropdown-menu{
  display: block;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.nav__link {
  color: #fff;
  font-size: 17px;
  border-bottom: 2px solid transparent;
  height: 99px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.nav__link:hover, .nav__link:focus, .nav__link.active {
  border-bottom: 2px solid #ff7500; }
.nav--header--hide {
  display: none;
  margin-left: 0; }

@media screen and (max-width: 1125px) {
  .nav {
    display: none; }
  .nav--header--hide {
    margin-left: -5%; } }

.burger {
  width: 30px;
  height: 20px;
  display: none;
  z-index: 999999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer; }
.burger.active .burger__line:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px; }
.burger.active .burger__line:nth-child(2) {
  opacity: 0; }
.burger.active .burger__line:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -8px; }
.burger__line {
  width: 100%;
  height: 2px;
  border-radius: 1px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  background-color: #f2f2f2;
  position: relative; }

@media screen and (max-width: 1125px) {
  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } 

    .header__wrap > .nav__item {
        display: none;
    }
  }


    

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  border: 2px solid #ff7500;
  color: #fff;
  background: #ff7500;
  font-size: 20px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  cursor: pointer;
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 55px;
  font-family: "ArialR";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  outline: none; }
.button:hover {
  color: #ff7500;
  background: transparent; }
.button--transparent {
  width: 105px;
  border-color: transparent;
  background: transparent; }
.button--transparent--dark {
  width: 135px;
  color: #313a4d;
  background: transparent;
  border-color: transparent; }
.button--border {
  border: 2px solid #ff7500;
  background: transparent;
  color: #ff7500; }
.button--border:hover {
  background: #ff7500;
  color: #fff; }
.button--facebook {
  width: 175px;
  height: 50px;
  -webkit-box-shadow: 1px 3px 7px 1px rgba(27, 54, 112, 0.32);
  box-shadow: 1px 3px 7px 1px rgba(27, 54, 112, 0.32);
  border: 1px solid rgba(60, 90, 153, 0.9);
  background-color: #3c5a99;
  opacity: 0.8; }
.button--facebook:hover {
  opacity: 1;
  color: #fff;
  border: 1px solid rgba(60, 90, 153, 0.9);
  background-color: #3c5a99; }
.button--google {
  width: 175px;
  height: 50px;
  -webkit-box-shadow: 1px 3px 7px 1px rgba(27, 54, 112, 0.32);
  box-shadow: 1px 3px 7px 1px rgba(27, 54, 112, 0.32);
  background-color: #dc4a38;
  border: 1px solid #dc4a38;
  opacity: 0.8; }
.button--google:hover {
  opacity: 1;
  color: #fff;
  background-color: #dc4a38;
  border: 1px solid #dc4a38; }

.mbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 200px;
  height: 55px;
  border-radius: 3px;
  border: 1px solid rgba(255, 117, 0, 0.9);
  box-shadow: 0.4px 3px 6.9px rgba(215, 108, 16, 0.32);
  background-color: #ffffff;
  color: #ff7500;
  font-family: "ArialR";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none; }
.mbutton:hover {
  background-color: #ff7500;
  color: white; }
.mbutton_orange {
  background-color: #ff7500;
  color: white; }
.mbutton_orange:hover {
  background-color: white;
  color: #ff7500; }

.title__global {
  color: #005c72;
  font-family: "ArialR";
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 45px;
  margin-bottom: 37px; }
.title__global--center {
  text-align: center; }
.title__global--color {
  color: #ff7500; }

.title__white {
  color: #fff; }

@media screen and (max-width: 1280px) {
  .title__global {
    font-size: 30px; } }

.textBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative; }
.textBlock p {
  font-size: 16px;
  line-height: 26px; }
.textBlock p + p {
  margin-top: 30px; }
.textBlock--left, .textBlock--right {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.textBlock--left {
  width: 49.7%; }
.textBlock--right {
  width: 50.3%; }
.textBlock--right .textBlock__img {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }
.textBlock--right .title__global {
  padding-top: 20px; }
.textBlock--right .buttons__wrap {
  margin-top: 40px; }
.textBlock--left .textBlock__img {
  margin-right: 40px; }
.textBlock--left .title__global {
  padding-top: 30px; }
.textBlock--arrow {
  position: absolute;
  left: 0;
  fill: #ff7500;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.textBlock__wrapper {
  position: relative; }
.textBlock__wrapper::before {
  content: '';
  position: absolute;
  width: 42%;
  top: 42px;
  right: 0;
  height: 100%;
  max-height: 419px;
  background-color: #d0edf1;
  z-index: -1; }
.textBlock__wrapper--parents::before {
  display: none; }
.textBlock__wrapper--parents .textBlock__list--wrap {
  position: relative; }
.textBlock__wrapper--parents .textBlock__list--wrap::after {
  content: '';
  position: absolute;
  width: 300000px;
  top: 42px;
  left: 45px;
  height: 100%;
  background-color: #d0edf1;
  z-index: -1; }
.textBlock__wrapper--left::before {
  right: auto;
  left: 0;
  width: 42%; }
.textBlock__wrapper--left .textBlock--left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 50.3%; }
.textBlock__wrapper--left .textBlock--right {
  width: 49.7%; }
.textBlock__readmore {
  color: #005c72;
  border-bottom: 1px solid #005c72; }
.textBlock__readmore:hover {
  color: #ff7500;
  border-bottom: 1px solid #ff7500; }
.textBlock__img {
  width: 100%;
  max-width: 560px;
  height: 409px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.textBlock__img > img {
  width: 100%; }
.textBlock__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.textBlock__list--wrap {
  background: #fff;
  padding: 37px 0 110px;
  max-width: 562px;
  width: 100%; }
.textBlock__list--wrap .title__global {
  font-size: 26px;
  margin-bottom: 47px; }
.textBlock__item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 50px; }
.textBlock__item + .textBlock__item {
  margin-top: 29px; }
.textBlock__link {
  color: #005c72;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  border-bottom: 1px solid transparent; }
.textBlock__link:hover {
  color: #ff7500;
  border-color: #ff7500; }
.textBlock__title {
  color: #101e38;
  font-family: "ArialM";
  font-size: 16px;
  margin-bottom: 27px; }

@media screen and (max-width: 1280px) {
  .textBlock {
    padding: 0 20px; }
  .textBlock--right .textBlock__img {
    margin-left: 0; }
  .textBlock--left .textBlock__img {
    margin-right: 0; }
  .textBlock__wrapper::before {
    width: 40%; }
  .textBlock__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 1160px) {
  .textBlock--right {
    padding-left: 20px; } }

@media screen and (max-width: 880px) {
  .textBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .textBlock__img {
    height: auto; }
  .textBlock__list--wrap {
    padding: 37px 0 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .textBlock__wrapper::before {
    top: 20px; }
  .textBlock__wrapper--left .textBlock--left,
  .textBlock__wrapper--left .textBlock--right {
    width: 100%; }
  .textBlock--left, .textBlock--right {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
  .textBlock--left .textBlock__img, .textBlock--right .textBlock__img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .textBlock--arrow {
    margin-right: 10px; }
  .textBlock > div {
    margin-bottom: 20px; } }

@media screen and (max-width: 550px) {
  .textBlock__wrapper::before {
    display: none; }
  .textBlock__link {
    font-size: 14px; }
  .textBlock__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .textBlock p {
    font-size: 14px; } }

.form__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 660px;
  margin: 0 auto; }
.form__content .button {
  height: 60px;
  width: 236px;
  margin-top: 4px; }

.form__input {
  height: 50px;
  border-radius: 2px;
  border: 1px solid rgba(236, 235, 235, 0.9);
  background: #fff;
  padding: 16px 15px 0;
  outline: none;
  font-size: 16px;
  color: #101e38;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.form__input:focus + .form__label__text, .form__input:valid + .form__label__text {
  font-size: 11px;
  top: 8px; }
.form__input__textarea {
  border: 1px solid rgba(236, 235, 235, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  font-size: 16px;
  color: #101e38;
  max-width: 100%;
  min-width: 100%;
  min-height: 101px;
  padding: 24px 15px 0; }

.form__label {
  width: 100%;
  position: relative;
  margin-bottom: 21px; }
.form__label__text {
  color: #8f8f90;
  font-size: 14px;
  position: absolute;
  top: 12px;
  left: 16px;
  z-index: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
.form__label__text > span {
  color: #ff7500; }
.form__label--wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.form__label--wrap .form__label {
  width: 48.5%; }

.form__link {
  opacity: 0.75;
  color: #005c72;
  border-bottom: 1px solid #005c72; }
.form__link--color {
  color: #ff7500;
  border-bottom: 1px solid transparent; }
.form__link--color:hover {
  border-bottom: 1px solid #ff7500; }
.form__link:hover {
  color: #ff7500;
  border-bottom: 1px solid #ff7500; }

.form__text {
  font-size: 12.5px;
  opacity: 0.75; }

@media screen and (max-width: 550px) {
  .form__label--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .form__label--wrap .form__label,
  .form__label--wrap .form__radio,
  .form__label--wrap .form__select {
    width: 100%; } }

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.checkbox .checkbox__input:checked + label .checkbox__circle--inner {
  opacity: 1; }
.checkbox__input {
  display: none; }
.checkbox__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
.checkbox__circle {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background: #d0edf1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: 7px; }
.checkbox__circle--inner {
  content: '';
  background: url("../images/svg/icon-check.svg") center center no-repeat;
  width: 15px;
  height: 10px;
  opacity: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
.checkbox__title {
  font-size: 13px;
  font-family: "ArialR"; }

.radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.radio .radio__input:checked + label .radio__circle--inner {
  background: #ff7500; }
.radio__input {
  display: none; }
.radio__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
.radio__circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(236, 235, 235, 0.9);
  background: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: 9px; }
.radio__circle--inner {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-box-shadow: inset 5px -2px 5px 1px rgba(210, 210, 210, 0.27);
  box-shadow: inset 5px -2px 5px 1px rgba(210, 210, 210, 0.27);
  border: 1px solid rgba(236, 235, 235, 0.9);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
.radio__title {
  font-size: 15px;
  font-family: "ArialR"; }
.radio__text {
  position: absolute;
  top: 0;
  left: 0;
  color: #8f8f90;
  font-size: 14px; }

@media screen and (max-width: 550px) {
  .radio__text {
    position: relative;
    margin-bottom: 15px; } }

.breadCrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 35px 0; }
.breadCrumbs__link {
  opacity: 0.8;
  color: #005c72;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.15px;
  position: relative;
  border-bottom: 1px solid transparent; }
.breadCrumbs__link:last-child {
  color: #7a7a7a; }
.breadCrumbs__link + .breadCrumbs__link:last-child::before {
  content: '';
  position: absolute;
  left: -40px;
  top: 7px;
  width: 30px;
  height: 1px;
  background: #7a7a7a; }
.breadCrumbs__link:hover, .breadCrumbs__link:focus {
  border-color: #005c72; }
.breadCrumbs__link.active:hover, .breadCrumbs__link.active:focus {
  border-color: transparent; }
.breadCrumbs__link + .breadCrumbs__link {
  margin-left: 50px; }
.breadCrumbs__link + .breadCrumbs__link::before {
  content: '';
  position: absolute;
  left: -40px;
  top: 7px;
  width: 30px;
  height: 1px;
  background: #005c72; }

.menu__hide {
  position: absolute;
  background: #006b85;
  height: 100%;
  width: 100%;
  max-width: 320px;
  min-width: 320px;
  left: 0;
  top: 0;
  padding-top: 69px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  overflow: auto;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }
.menu__hide.active {
  position: fixed;
  opacity: 1;
  z-index: 99999;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
.menu__hide .nav {
  display: block;
  padding: 30px 0;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
.menu__hide .nav--header--hide {
  display: none; }
.menu__hide .nav__link {
  color: #fff;
  height: auto; }
.menu__hide .nav__item {
  margin-bottom: 20px; }
.menu__hide .nav__item > a {
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
.menu__hide .login__block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0 20px; }

.select {
  color: #8f8f90;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding-top: 0; }
.select .arrow--down {
  position: absolute;
  right: 10px;
  top: 12px;
  fill: #ff7500;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s; }
.select.active .select__options {
  display: block; }
.select.active .arrow--down {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
.select__placeholder {
  position: relative; }
.select__placeholder, .select__selected {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.select__options {
  position: absolute;
  top: calc(100% - 6px);
  left: -1px;
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(236, 235, 235, 0.9);
  border-top: none;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow-y: auto;
  display: none;
  z-index: 2;
  max-height: 132px; }
.select__option {
  padding: 15px 30px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s; }
.select__option:hover, .select__option:focus {
  background: #d0edf1; }

.category .title__global {
  font-size: 18px;
  margin-bottom: 30px;
  padding: 15px 0 0 50px; }

.category__item {
  margin-bottom: 35px;
  position: relative; }

.category__link {
  font-size: 16px;
  margin-left: 50px;
  position: relative;
  min-width: 140px;
  display: block;
  color: #101e38; }
.category__link::before {
  content: '';
  width: 30px;
  height: 1px;
  background: transparent;
  position: absolute;
  left: -50px;
  opacity: 0;
  top: 50%;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s; }
.category__link.active, .category__link:hover, .category__link:focus {
  font-family: "ArialM";
  color: #ff7500; }
.category__link.active::before, .category__link:hover::before, .category__link:focus::before {
  opacity: 1;
  background: #ff7500; }

.option input {
  display: none; }
.option input[type='radio'] + label .option__icon {
  border-radius: 50%; }
.option input[type='radio'] + label .option__icon--inner {
  border-radius: 50px; }
.option input:checked + label .option__icon--inner {
  background-color: #ff7500; }

.option__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer; }

.option__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(236, 235, 235, 0.9);
  background-color: #ffffff;
  margin-right: 10px; }
.option__icon--inner {
  width: 7px;
  height: 7px;
  -webkit-box-shadow: inset 4px 4px 5px 1px rgba(210, 210, 210, 0.57);
  box-shadow: inset 4px 4px 5px 1px rgba(210, 210, 210, 0.57);
  border: 1px solid rgba(236, 235, 235, 0.9); }

.option__text {
  color: #101e38;
  font-family: "ArialR";
  font-size: 16px;
  font-weight: 400;
  line-height: 18px; }

.pagination__wrap {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pagination__item, .pagination__arrow {
  width: 32px;
  padding: 13px 0;
  text-align: center;
  margin: 0 1.5px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
.pagination__item > a, .pagination__arrow > a {
  color: #bbbcbc;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.16px; }
.pagination__item.active > a, .pagination__item:hover > a, .pagination__item:focus > a, .pagination__arrow.active > a, .pagination__arrow:hover > a, .pagination__arrow:focus > a {
  color: #ff7500;
  font-family: "ArialM"; }
.pagination__item.active .prew,
.pagination__item.active .next, .pagination__item:hover .prew,
.pagination__item:hover .next, .pagination__item:focus .prew,
.pagination__item:focus .next, .pagination__arrow.active .prew,
.pagination__arrow.active .next, .pagination__arrow:hover .prew,
.pagination__arrow:hover .next, .pagination__arrow:focus .prew,
.pagination__arrow:focus .next {
  opacity: 1; }
.pagination__item.disabled, .pagination__arrow.disabled {
  border-color: #dae5ec; }
.pagination__item.disabled > a, .pagination__arrow.disabled > a {
  color: #dae5ec; }

.pagination__arrow .prew {
  display: block;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0;
  top: 2px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  fill: #ff7500;
  opacity: 0.3; }

.pagination__arrow .next {
  display: block;
  left: 0;
  top: 0;
  opacity: 0.3;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.tabs {
  position: relative; }
.tabs__caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 60px; }
.tabs .tablink {
  border-radius: 2px;
  border: 1px solid #ff7500;
  color: #7a7a7a;
  font-family: "ArialR";
  font-size: 14px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  min-width: 82px; }
.tabs .tablink:hover, .tabs .tablink:focus, .tabs .tablink.active {
  background: #ff7500;
  color: #fff; }
.tabs .tablink + .tablink {
  margin-left: 13px; }
.tabs .tab__cont {
  display: none; }
.tabs .tab__cont.active {
  display: block; }

@media screen and (max-width: 550px) {
  .tabs__caption {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .tabs .tablink {
    margin: 0 10px 10px; } }

@-webkit-keyframes move {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  20% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes move {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  20% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1; }
  100% {
    opacity: 0; } }

.scroll-icon {
  -webkit-animation: move 2s infinite;
  animation: move 2s infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

.accountCert .scroll-icon-wrapper {
  margin-bottom: 20px;
  display: none;
  width: 100%;
  text-align: right; }

.accountCert .account--top {
  /*border-bottom: none;*/
}

.accountCert .account--bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 0; }
.accountCert .account--bottom .notificationPage__text--title {
  margin-bottom: 60px; }
.accountCert .account--bottom .buttons__wrap > .button {
  margin: 0 10px 10px;
  font-size: 18px; }
.accountCert .account--bottom .text--question {
  font-size: 16px;
  opacity: 1;
  color: #4a5468; }
.accountCert .account--bottom .text--question .link--wrap {
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1; }
.accountCert .account--bottom .text--question .link--wrap > img {
  margin-right: 7px; }
.accountCert .account--bottom .text--question .link--wrap > a {
  font-size: 17px;
  opacity: 1;
  border-bottom: 1px solid #005c72; }
.accountCert .account--bottom .text--question .link--wrap > a:hover {
  border-bottom: 1px solid #ff7500; }

.certwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  overflow-x: auto; }

.cert {
  width: 898px;
  margin-bottom: 58px;
  color: #005c72;
  background: #fff;
  z-index: -2;
  overflow: hidden; }
.cert--wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.cert--top {
  padding: 0 85px;
  position: relative;
      height: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.cert--top::before {
  content: url("../images/nus_notific_bg.png");
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute; }
.cert--middle {
  padding: 30px 85px; }
.cert--text {
  font-size: 18px; }
.cert--title {
  font-size: 24px;
  margin-bottom: 10px; }
.cert--user {
  font-size: 42px;
    color: #23085a;
    text-transform: capitalize;
    font-family: "ArialM";
    margin-bottom: 30px;
    line-height: 42px; }
.cert--text {
  font-size: 18px;
    text-align: justify;
    line-height: 1.2;
    width: 100%;
    color: #000000; }
.cert--text > a {
  color: #005c72; }
.cert--cont {
  padding: 55px 0 95px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.cert--bottom {
  padding: 0 85px;
  position: relative;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
.cert--bottom::after {
  content: url("../images/nus_notific_footer.png");
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  /*-webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); */
}
.cert--number {
  color: #fff;
  font-size: 16px; }
.cert--date {
  color: #fff;
  font-size: 12px;
  position: relative;
  top: 8px; }
.cert--logos > .flex--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
/*.cert--logos .cert--text {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px; }*/
/*.cert--logos .cert--text {
  font-size: 12px;
  text-align: center;
  margin-bottom: 20px; }*/
.cert--logo--nush {
  max-width: 125px; }
.cert--logo--mou {
    max-width: 300px;
}
.cert--logo--bc {
    max-width: 162px;
}
.cert--logo--cup {
  max-width: 200px;
   }
.cert--logo--cae {
  max-width: 220px; }

@media screen and (max-width: 950px) {
  .certwrapper {
    display: block; }
  .accountCert .scroll-icon-wrapper {
    display: block; } }

@media screen and (max-width: 550px) {
  .accountCert .buttons__wrap {
    width: 100%; } }

@media screen and (max-width: 475px) {
  .accountCert .buttons__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .accountCert .buttons__wrap .button {
    margin-bottom: 10px; }
  .accountCert .account--bottom .text--question .link--wrap {
    margin-left: 0; } }

.modal {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  height: 100%;
  background-size: cover;
  position: fixed;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  z-index: 9999999;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
.modal::after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle; }
.modal.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.modal__closelayer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }
.modal__wrap {
  background: rgba(208, 237, 241, 0.5);
  border-radius: 5px;
  position: relative;
  z-index: 1;
  max-width: 960px;
  width: 100%;
  height: auto; }
.modal__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.modal__content .mvideo__wrap {
  max-width: 960px;
  height: auto; }
.modal__content--pass .modal__title {
  margin-bottom: 10px; }
.modal__content--pass .modal__text {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 30px; }
.modal__content--free {
  padding: 45px 35px; }
.modal__close {
  position: absolute;
  fill: #dae5ec;
  width: 15px;
  right: -20px;
  top: -20px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
.modal__close:hover {
  fill: #ff7500; }
.modal__title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 33px; }
.modal--bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%; }
.modal .form__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.modal .form__content--free {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 610px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
.modal .form__content--free .form__textarea {
  min-height: 71px;
  padding: 10px; }
.modal .form__content--free .form__label__wrap {
  width: 295px; }
.modal .form__content--free .button {
  margin: 0 auto; }
.modal .form__content--free .checkbox {
  margin-top: 8px; }
.modal .form__content .form__label {
  margin-bottom: 30px;
  width: 295px; }
.modal .form__content .button {
  font-size: 16px;
  height: 54px;
  width: 100%;
  max-width: 262px; }
.modal .form__content .button--pass, .modal .form__content .button--reg {
  margin-bottom: 15px; }
.modal .form__content .button--login {
  margin-bottom: 40px; }
.modal .regLink {
  color: #5b6e88;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
.modal .regLink:hover {
  color: #6ec135; }
.modal .forgPassLink {
  cursor: pointer;
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #b6b6b6;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
.modal .forgPassLink:hover {
  color: #6ec135;
  border-color: #6ec135; }
.modal .backLink {
  cursor: pointer;
  color: #5b6e88;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #c1c8d2;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
.modal .backLink:hover {
  color: #6ec135;
  border-color: #6ec135; }

@media screen and (max-width: 680px) {
  .modal {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-y: auto; }
  .modal__wrap {
    margin-top: 20px;
    margin-bottom: 20px; }
  .modal__title {
    font-size: 25px; }
  .modal__wrap--free {
    width: 95%; }
  .modal .form__content--free {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 280px;
    width: 100%; }
  .modal .form__label__wrap {
    margin-bottom: 35px; } }

@media screen and (max-width: 450px) {
  .modal__wrap {
    width: 95%; }
  .modal__content {
    padding: 25px 10px 10px; }
  .modal__close {
    right: 5px;
    top: 5px; }
  .modal .form__content .form__label {
    width: 100%; }
  .modal .form__content--free .form__label__wrap {
    width: 100%; }
  .modal .form__label__text {
    left: 5px; } }

@media screen and (max-width: 400px) {
  .modal--bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .modal .regLink {
    margin-bottom: 15px; }
  .modal .form__content .button--login {
    margin-bottom: 20px; }
  .modal__wrap {
    max-width: 300px;
    min-width: 300px; } }

.header {
  position: fixed;
  width: 100%;
  z-index: 99;
  -webkit-transition: background 0.7s;
  -o-transition: background 0.7s;
  transition: background 0.7s;
  min-width: 320px; }
.header.headerDark, .header.scroll {
  -webkit-box-shadow: 1px 3px 7px 1px rgba(9, 84, 102, 0.32);
  box-shadow: 1px 3px 7px 1px rgba(9, 84, 102, 0.32);
  background: #006b85; }
.header.headerDark .header__wrap, .header.scroll .header__wrap {
  border-bottom: 1px solid transparent; }
.header.navForTeacher .nav--header {
  display: none; }
.header.navForTeacher .nav--header--hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.header.navForTeacher .menu__hide .nav--header--hide {
  display: block; }
.header.navForTeacher .login__block {
  display: none; }
.header.navForTeacher .login__block--hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.header.navForTeacher .login__block--hide:before {
  display: none; }
.header__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 99px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.header .menu__hide .login__block {
  display: none; }
.header .menu__hide .login__block .button--transparent {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.header .logo svg {
  fill: #fff; }
.header .logo{
  height: 100%;
}
.header .logo__img {
  height: 100%;
}
.header .login__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
.header .login__block .button {
  width: 138px;
  font-size: 17px;
  height: 42px; }
.header .login__block .button--transparent {
  width: 100px; }
.header .login__block--hide {
  display: none; }
.header .login__line {
  content: '';
  position: absolute;
  left: -20px;
  top: 49%;
  background: #fff;
  opacity: 0.3;
  width: 38px;
  height: 1px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.header .lang {
  position: absolute;
  width: 95px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  right: 250px; }
.header .lang:hover .lang--options {
  opacity: 1;
  z-index: 99999999; }
.header .lang:hover .lang--options a:hover {
  font-family: "ArialM"; }
.header .lang:hover .lang--selected::after {
  background: #fff; }
.header .lang:hover .lang--arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 17%; }
.header .lang--arrow {
  position: absolute;
  right: 15px;
  top: 25%;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  z-index: -1; }
.header .lang--arrow > svg {
  fill: #fff; }
.header .lang--selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal; }
.header .lang--options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: -99999999;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  transition: 0.7s; }
.header .lang--option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  color: #fff; }

@media screen and (max-width: 1280px) {
  .header__wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px; }
  .header__wrap .lang {
    right: 270px; } }

@media screen and (max-width: 1125px) {
  .logo {
    position: absolute;
    left: 75px;
    z-index: 9999999;
  }
  .logo > svg {
    width: 100%;
    max-width: 110px; } }

@media screen and (max-width: 1024px) {
  .header__wrap {
    height: 70px; }
  .header.navForTeacher .nav--header--hide {
    display: none; } }

@media screen and (max-width: 550px) {
  .header .login__block {
    display: none; }
  .header .login__block--hide {
    display: none; }
  .header .lang {
    right: 0; }
  .header .menu__hide .login__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header .menu__hide .login__block--hide {
    display: none; }
  .header.navForTeacher .login__block--hide {
    display: none; }
  .header.navForTeacher .menu__hide .login__block {
    display: none; }
  .header.navForTeacher .menu__hide .login__block--hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.footer {
  position: relative;
  padding: 80px 0 0; }
.footer--top {
  padding: 0 0 55px; }
.footer--bottom {
  padding: 30px 0; }
.footer--bottom .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.footer--left {
  color: #636363;
  font-size: 14px; }
.footer__logo {
  max-width: 185px;
  display: block; }
.footer__logo > svg {
  fill: #636363; }
.footer__logo__strlng {
  color: #636363;
  font-family: "ArialR";
  font-size: 18px;
  font-weight: 700; }
.footer__logo__strlng:hover, .footer__logo__strlng:focus {
  color: #a6a6a6; }
.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.footer__nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 250px; }
.footer__nav__list--whtTitle {
  padding-top: 50px; }
.footer__nav__title {
  padding-bottom: 30px;
  font-size: 15px;
  font-weight: 400;
  color: #565656; }
.footer__nav__link {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-bottom: 1px solid transparent;
  color: #101e38;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }
.footer__nav__link:hover, .footer__nav__link:focus {
  color: #ff7500;
  border-color: #ff7500; }
.footer__nav__link + .footer__nav__link {
  margin-top: 17px; }
.footer__info--mail {
  color: #101e38;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid transparent; }
.footer__info--mail:hover {
  color: #ff7500;
  border-color: #ff7500; }
.footer__info--adress {
  font-size: 16px;
  font-weight: 400;
  margin-top: 23px; }

@media screen and (max-width: 1280px) {
  .footer {
    padding: 80px 3% 0; } }

@media screen and (max-width: 1024px) {
  .footer__nav__link, .footer__info--mail, .footer__info--adress {
    font-size: 14px; } }

@media screen and (max-width: 850px) {
  .footer__nav__list {
    display: none; }
  .footer__logo__strlng {
    font-size: 14px; }
  .footer__content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer--top {
    padding: 0 0 25px; }
  .footer--bottom {
    padding: 20px 0; }
  .footer--left {
    font-size: 12px; } }

@media screen and (max-width: 550px) {
  .footer__logo > svg {
    max-width: 130px; }
  .footer__info {
    text-align: right; } }

@media screen and (max-width: 350px) {
  .footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__logo {
    margin-bottom: 15px; }
  .footer__info {
    text-align: center; } }

.firstBlock {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 899px;
  overflow: hidden; }
.firstBlock__bg {
  position: absolute;
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
.firstBlock__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }
.firstBlock__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100vh;
  max-height: 899px;
  position: relative; }
.firstBlock__title {
  font-family: "ArialR";
  font-weight: 700;
  color: #fff;
  font-size: 47px;
  line-height: 59px;
  text-transform: uppercase;
  text-align: center; }
.firstBlock__list {
  position: absolute;
  bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.firstBlock__item + .firstBlock__item {
  margin-left: 91px; }
.firstBlock__link > img {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.5;
  max-width: 100%; }
.firstBlock__link > img:hover {
  opacity: 0.99; }
.firstBlock__link--mou {
  width: 190px; }
.firstBlock__link--bct {
  width: 128px; }
.firstBlock__link--cue {
  width: 183px; }
.firstBlock__link--cae {
  width: 238px; }

.platform {
  padding: 160px 0 80px; }

.forTeacher {
  padding: 130px 0 160px; }
.forTeacher .textBlock__list {
  text-align: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.forTeacher .textBlock__list .textBlock--arrow {
  position: absolute;
  width: 17px;
  left: 0;
  top: 4px; }
.forTeacher .textBlock__list .textBlock__item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 26px;
  font-size: 16px;
  padding-left: 35px; }
.forTeacher .textBlock__list .textBlock__item + .textBlock__item {
  margin-top: 5px; }
.forTeacher .textBlock--right .buttons__wrap {
  margin-top: 55px; }

.forParents {
  position: relative;
  padding: 40px 0 80px;
  overflow: hidden; }
.forParents__content p {
  color: #fff ; }
.forParents__content a {
  color: #fff;
  border-bottom: 1px solid #fff; }
.forParents__content a:hover, .forParents__content a:focus {
  color: #ff7500;
  border-bottom: 1px solid #ff7500; }
.forParents__content .textBlock--left {
  padding-top: 65px; }
.forParents__content .textBlock--left .textBlock__readmore {
  color: #fff;
  border-bottom: 1px solid #fff; }
.forParents__content .textBlock--left .textBlock__readmore:hover, .forParents__content .textBlock--left .textBlock__readmore:focus {
  color: #ff7500;
  border-bottom: 1px solid #ff7500; }
.forParents__content .textBlock--left .title__global {
  padding-top: 0;
  color: #fff;
  margin-bottom: 40px; }
.forParents__content .textBlock--right .textBlock__list {
  width: 300px;
  margin: 0 auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
.forParents__content .textBlock--right .textBlock__list--wrap {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }
.forParents__content .textBlock--right .textBlock__link {
  color: #005c72; }
.forParents__content .textBlock--right .textBlock__link:hover, .forParents__content .textBlock--right .textBlock__link:focus {
  color: #ff7500;
  border-bottom: 1px solid #ff7500; }
.forParents__content .textBlock--right .textBlock__item {
  padding-left: 50px; }
.forParents__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-filter: brightness(70%);
  filter: brightness(70%);
  width: 70%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
.forParents .textBlock__wrapper::before {
  top: 60px;
  max-height: 480px; }

.questionForm {
  padding: 145px 0 137px; }
.questionForm .title__global {
  font-family: "ArialR";
  font-weight: 400;
  color: #101e38;
  line-height: 1.9;
  font-size: 30px;
  margin-bottom: 45px;
  letter-spacing: 0; }

.partners {
  position: relative;
  padding: 10px 0 0; }
.partners__content {
  background: #005c72;
  padding: 60px 0; }
.partners__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.partners__link > img {
  opacity: 0.7;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  max-width: 100%; }
.partners__link > img:hover {
  opacity: 1; }
.partners--mou {
  width: 273px; }
.partners--bct {
  width: 170px; }
.partners--cue {
  width: 232px; }
.partners--cae {
  width: 300px; }

.linkBlock {
  padding: 158px 0 76px; }
.linkBlock .title__global {
  font-size: 35px;
  font-family: "ArialR";
  font-weight: 400;
  margin-bottom: 50px;
  letter-spacing: 0; }
.linkBlock__btn--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
.linkBlock__btn--wrapper .button + .button {
  margin-left: 20px; }

@media screen and (max-width: 1280px) {
  .questionForm {
    padding: 70px 20px; }
  .questionForm .title__global {
    font-size: 25px;
    line-height: 1.2; }
  .partners .title__global {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .partners__content {
    padding: 60px 20px 45px; }
  .partners__item {
    padding: 0 15px 15px; }
  .linkBlock {
    padding: 120px 20 70px; } }

@media screen and (max-width: 1024px) {
  .firstBlock {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .firstBlock__title {
    font-size: 40px; }
  .platform {
    padding: 80px 0 0; }
  .forTeacher {
    padding: 80px 0; } }

@media screen and (max-width: 880px) {
  .platform .textBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .forParents {
    padding: 40px 0; }
  .forParents__img {
    height: 100%;
    width: 100%; }
  .forParents__content .textBlock--left {
    padding-top: 0; }
  .forParents__content .textBlock--left .title__global {
    margin-bottom: 30px; }
  .forParents__content .textBlock--right {
    padding-left: 0; }
  .forParents__content .textBlock--right .textBlock__list--wrap {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .forParents .textBlock__wrapper::before {
    display: none; }
  .linkBlock {
    padding: 60px 20px; }
  .linkBlock .title__global {
    font-size: 30px; } }

@media screen and (max-width: 768px) {
  .firstBlock__title {
    font-size: 35px; }
  .firstBlock__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .firstBlock__item + .firstBlock__item {
    margin-left: 0; }
  .firstBlock__item {
    padding: 0 25px 25px; }
  .partners__content {
    padding: 40px 20px 20px; }
  .partners__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .partners__link > img {
    max-width: 200px; }
  .partners__link > .partners--bct {
    max-width: 140px; }
  .partners__item {
    padding: 0 25px 25px; } }

@media screen and (max-width: 550px) {
  .firstBlock__content {
    padding-top: 30px; }
  .firstBlock__title {
    font-size: 30px;
    line-height: 40px; }
  .firstBlock__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: -30px;
    position: relative;
    margin-top: 50px; }
  .firstBlock__item {
    text-align: center;
    padding: 0 25px 25px; }
  .forParents__img {
    height: 100%; }
  .linkBlock .title__global {
    font-size: 25px; }
  .linkBlock__btn--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .linkBlock__btn--wrapper .button + .button {
    margin-left: 0;
    margin-top: 20px; }
  .forParents__content .textBlock--right .textBlock__list {
    width: 90%;
    text-align: left; }
  .forParents__content .textBlock--right .textBlock__item {
    padding-left: 30px; } }

@media screen and (max-width: 350px) {
  .firstBlock__title {
    font-size: 25px; } }

.loginPage .flex--wrap {
  padding: 83px 0 60px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.loginPage .flex--wrap::before {
  content: '';
  position: absolute;
  width: 250px;
  height: 1px;
  left: calc(50% - 5px);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: calc(50% - 155px);
  background: #eeeded;
  left: calc(50% - 125px); }
.loginPage .flex--wrap::after {
  content: '';
  position: absolute;
  width: 250px;
  height: 1px;
  left: calc(50% - 5px);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: calc(50% - 155px);
  background: #eeeded;
  left: calc(50% - 125px); }

.loginPage .title__global {
  margin-bottom: 55px; }

.success__text--reg {
  position: absolute;
  top: 0;
  padding: 55px 0;
  opacity: 0.9;
  font-size: 18px;
  font-family: "ArialR"; }
.success__text--reg > span {
  font-family: "ArialM"; }

.loginPage .form__wrap--loginForm {
  max-width: 320px; }
.loginPage .form__wrap--loginForm .button {
  width: 100%;
  margin-bottom: 20px; }
.loginPage .form__wrap--loginForm .form__label--wrap {
  margin-bottom: 40px; }

.text--question {
  padding: 59px 0;
  font-size: 14px;
  opacity: 0.75;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
.text--question--new {
  padding: 0 0 20px; }
.text--question > a {
  margin-left: 7px; }
.text--question > img {
  margin-right: 7px; }

.regSocial__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 418px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.regSocial__block > p {
  font-size: 16px; }
.regSocial__block .buttons__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.regSocial__block .buttons__wrap a + a {
  margin-top: 11px; }

.forgotPass {
  font-family: "ArialM";
  font-size: 13px; }

@media screen and (max-width: 1024px) {
  .regSocial__block {
    max-width: 375px; } }

@media screen and (max-width: 880px) {
  .regSocial__block {
    max-width: 335px; } }

@media screen and (max-width: 768px) {
  .loginPage .flex--wrap {
    padding: 40px 0; }
  .loginPage .flex--wrap::before, .loginPage .flex--wrap::after {
    display: none; }
  .success__text--reg {
    padding: 25px 0; } }

@media screen and (max-width: 550px) {
  .regSocial__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .regSocial__block > p {
    margin-bottom: 25px; }
  .text--question {
    font-size: 13px; } }

.registrationPage {
  padding: 55px 0 0; }
.registrationPage .title__global {
  margin-bottom: 55px; }
.registrationPage .form__wrap--registrationForm {
  width: 100%; }
.registrationPage .form__wrap--registrationForm .form__content {
  margin: 0; }
.registrationPage .form__label--wrap--reg {
  padding-top: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }
.registrationPage .form__label--wrap--reg .checkbox {
  margin-bottom: 23px; }
.registrationPage .form__label--wrap--reg .button {
  width: 320px; }
.registrationPage .form__select {
  width: 48.5%; }
.registrationPage .form__radio {
  position: relative;
  width: 48.5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.registrationPage .form__radio--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.registrationPage .form__radio--left .form__radio--wrap + .form__radio--wrap {
  margin-left: 99px; }
.registrationPage .form__radio--content {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%; }
.registrationPage .reg--title {
  font-family: "ArialR";
  font-size: 20px;
  letter-spacing: 0.4px;
  margin-bottom: 17px; }
.registrationPage .reg--text {
  opacity: 0.75;
  font-size: 13px; }
.registrationPage .reg--top {
  margin-bottom: 45px; }
.registrationPage .reg .flex--wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
.registrationPage .reg .flex--left {
  width: 39%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.registrationPage .reg .flex--right {
  width: 61%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (max-width: 1280px) {
  .registrationPage {
    padding: 55px 20px 0; } }

@media screen and (max-width: 900px) {
  .registrationPage .reg .flex--left {
    padding-left: 0;
    width: 35%; }
  .registrationPage .form__radio--left .form__radio--wrap + .form__radio--wrap {
    margin-left: 20px; } }

@media screen and (max-width: 768px) {
  .registrationPage .reg .flex--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .registrationPage .reg .flex--left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 25px; }
  .registrationPage .reg .flex--right {
    width: 100%; }
  .registrationPage .form__wrap--registrationForm .form__content {
    max-width: 100%; }
  .registrationPage .form__label--wrap--reg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (max-width: 550px) {
  .registrationPage {
    padding: 25px 20px; }
  .registrationPage .form__radio {
    width: 100%;
    margin-bottom: 21px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .registrationPage .form__radio--reg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .registrationPage .form__select {
    width: 100%;
    margin-bottom: 21px; }
  .registrationPage .form__global {
    margin-bottom: 25px; }
  .registrationPage .form__label--wrap--reg .button {
    width: 100%; }
  .registrationPage .reg--top {
    margin-bottom: 25px; } }

.loginPages__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: calc(100vh - 100px); }

.loginPages .text--question {
  position: relative;
  padding: 60px;
  bottom: 0px; }

.loginPages__content_margin-variant {
  margin-top: 10%;
  height: 100%;
}

.loginPages .title__global {
  margin-bottom: 22px; }

.recoveryPage .form__content {
  max-width: 370px; }
.recoveryPage .form__content .button {
  width: 320px;
  margin-top: 17px; }

.recoveryPage__text {
  font-size: 16px;
  margin-bottom: 48px; }

@media screen and (max-width: 450px) {
  .recoveryPage .form__content {
    max-width: 300px; }
  .recoveryPage .form__content .button {
    width: 300px; } }

.FAQPage {
  padding: 0 0 150px; }
.FAQPage .title__global {
  margin-bottom: 57px; }
.FAQPage .flex--wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
.FAQPage .flex--right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.QA__content .circles__list {
  margin-bottom: 60px; }

.QA__content .QA__list {
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.QA__content .QA__list.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.QA__content .QA__list__wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.QA__content .QA__list__link {
  font-size: 18px;
  line-height: 21px;
  width: 100%;
  overflow: hidden; }
.QA__content .QA__list__link.active .QA__answer {
  opacity: 1;
  max-height: 1000px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin: 0 0 20px 0; }
.QA__content .QA__list__link.active .QA__question {
  font-family: "ArialM"; }
.QA__content .QA__list__link.active .QA__question .arrow--down {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }
.QA__content .QA__list__link:hover .QA__question {
  font-family: "ArialM"; }
.QA__content .QA__list__link .QA__question {
  border-radius: 8px;
  padding: 15px 34px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  position: relative;
  cursor: pointer;
  z-index: 2;
  background: #fff; }
.QA__content .QA__list__link .QA__question .arrow--down {
  position: absolute;
  left: -5px;
  top: 13px;
  fill: #ff7500;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.QA__content .QA__list__link .QA__question:focus .arrow--down {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0); }
.QA__content .QA__list__link .QA__answer {
  margin: 0;
  padding: 0 0 0 35px;
  font-size: 16px;
  opacity: 0;
  max-height: 0;
  line-height: 26px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  z-index: 1; }

@media screen and (max-width: 1280px) {
  .FAQPage {
    padding: 0 20px 150px; } }

@media screen and (max-width: 768px) {
  .FAQPage {
    padding: 0 20px 50px; }
  .FAQPage .flex--wrap {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .FAQPage .flex--left {
    width: 70%;
    margin-bottom: 0; }
  .FAQPage .flex--right {
    width: 30%;
    min-width: 200px; }
  .FAQPage .QA__content .QA__list__link {
    font-size: 16px; } }

@media screen and (max-width: 500px) {
  .FAQPage .title__global {
    margin-bottom: 30px; }
  .FAQPage .flex--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .FAQPage .flex--right {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .FAQPage .flex--left {
    width: 100%; } }

.modules__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.modules__main {
  width: 64%; }

.modules__side {
  width: 28.5%;
  min-width: 380px; }

.mprogress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 335px;
  margin: 0 auto 100px; }
.mprogress__headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #005c72;
  font-family: "PT Serif";
  font-size: 23px;
  font-weight: 700;
  line-height: 49px;
  position: relative; }
.mprogress__headline--text {
  margin-right: 10px; }
.mprogress__headline--numbers {
  color: #ff7500; }
.mprogress__line {
  width: 100%;
  height: 7px;
  -webkit-box-shadow: inset 1px 2px 6px rgba(0, 96, 119, 0.2);
  box-shadow: inset 1px 2px 6px rgba(0, 96, 119, 0.2);
  border-radius: 4px;
  background-color: rgba(224, 241, 245, 0.2);
  margin: 20px 0 0;
  overflow: hidden; }
.mprogress__line--inner {
  height: 100%;
  border-radius: 4px;
  background-color: #0386a5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0194b7), color-stop(46%, #0194b7), color-stop(97%, #005c72), to(#005c72));
  background-image: -webkit-linear-gradient(top, #0194b7 0%, #0194b7 46%, #005c72 97%, #005c72 100%);
  background-image: -o-linear-gradient(top, #0194b7 0%, #0194b7 46%, #005c72 97%, #005c72 100%);
  background-image: linear-gradient(to bottom, #0194b7 0%, #0194b7 46%, #005c72 97%, #005c72 100%); }

.mblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.mblock__headline {
  color: #005c72;
  font-family: "ArialR";
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.48px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center; }
.mblock__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%; }
.mblock__link {
  width: 100%;
  color: #101e38;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.mblock__link::before {
  content: url("/images/side_link_arrow.png");
  margin-right: 20px; }
.mblock__link:not(:last-child) {
  margin-bottom: 20px; }
.mblock__all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #ff7500;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin-top: 40px; }
.mblock__all::before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #ff7500;
  margin-right: 10px; }
.mblock:not(:last-child) {
  margin-bottom: 100px; }
.mblock .textBlock__list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
.mblock .textBlock__list .textBlock__item .textBlock--arrow {
  left: -35px; }
.mblock .textBlock__item {
  padding-left: 0; }
.mblock .textBlock__link {
  color: #101e38; }
.mblock .textBlock__link:hover, .mblock .textBlock__link:focus {
  color: #ff7500; }

.mvideo {
  position: relative;
  margin-top: 20px;
  max-width: 350px; }
.mvideo::after {
  content: '';
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 1px 3px 7px 1px rgba(168, 202, 213, 0.32);
  box-shadow: 1px 3px 7px 1px rgba(168, 202, 213, 0.32);
  background-color: #d0edf1;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: -1; }
.mvideo__wrap {
  max-width: 350px;
  width: 100%;
  height: 250px;
  overflow: hidden;
  cursor: pointer; }
.mvideo__wrap video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }
.mvideo__play {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(20%, 20%);
  -ms-transform: translate(20%, 20%);
  transform: translate(20%, 20%);
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #ff7500;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer; }
.mvideo__play img {
  width: 10px;
  position: relative;
  left: 1px; }

.allmodules {
  margin-bottom: 60px; }
.allmodules__text {
  color: #101e38;
  font-family: "ArialR";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 30px 0; }
.allmodules__item:not(:first-child) {
  margin-top: 80px; }

.mitem {
  width: 100%;
  border: 1px solid rgba(208, 237, 241, 0.9);
  padding: 0 40px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.mitem__image {
  width: 100%;
  max-width: 215px;
  max-height: 228px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  transform: translateY(-18px); }
.mitem__info {
  width: calc(100% - 245px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 30px 0 60px 30px; }
.mitem__number {
  color: #005c72;
  font-family: "ArialR";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase; }
.mitem__name {
  color: #101e38;
  font-family: "ArialR";
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 10px 0 27px; }
.mitem__description {
  color: #101e38;
  font-family: "ArialR";
  font-size: 15px;
  font-weight: 400;
  line-height: 21px; }
.mitem__button {
  position: absolute;
  bottom: -12px;
  right: 40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.module__pic {
  width: 100%;
  margin-bottom: 60px; }

.module__text {
  color: #101e38;
  font-family: "ArialR";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 60px; }

.module__item + .module__item {
  margin-top: 80px; }

.module__item {
  position: relative;
  padding: 40px 45px;
  border: 1px solid rgba(208, 237, 241, 0.9);
  background-color: white;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.module__item:last-child {
  margin-bottom: 60px; }
.module__item--name {
  color: #101e38;
  font-family: "ArialR";
  font-size: 20px;
  font-weight: 700;
  line-height: 20px; }
.module__item--duration {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.module__item--duration--icon {
  margin-right: 10px; }
.module__item--duration--text {
  color: #005c72;
  font-family: "ArialR";
  font-size: 14px;
  font-weight: 400;
  line-height: 49px; }
.module__item--description {
  color: #101e38;
  font-family: "ArialR";
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  margin: 20px 0 30px; }
.module__item--logo {
  max-width: 200px; }
.module__item--button {
  position: absolute;
  bottom: -12px;
  right: 50px; }

@media screen and (max-width: 1280px) {
  .modules__side {
    padding-left: 15px; } }

@media screen and (max-width: 1000px) {
  .modules__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .modules__side {
    padding-left: 0;
    width: 100%;
    margin-bottom: 50px; }
  .modules__progress {
    max-width: 100%; }
  .modules__main {
    width: 100%; }
  .modules .allmodules__item {
    margin-top: 80px; } }

@media screen and (max-width: 768px) {
  .module__pic {
    margin-bottom: 30px; }
  .module__text {
    margin-bottom: 30px; }
  .module__item {
    padding: 25px; }
  .module__item + .module__item {
    margin-top: 30px; }
  .mprogress {
    margin-bottom: 50px; }
  .mblock:not(:last-child) {
    margin-bottom: 50px; }
  .mblock__headline {
    margin-bottom: 20px; } }

@media screen and (max-width: 550px) {
  .modules .allmodules__item {
    margin-top: 50px; }
  .mitem {
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .mitem__image {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .mitem__info {
    width: 100%;
    padding: 20px 0; }
  .mitem__button {
    position: relative;
    right: 0;
    bottom: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .mitem__description {
    margin-bottom: 20px; }
  .mitem__name {
    margin: 20px 0; } }

@media screen and (max-width: 450px) {
  .module__item--button {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 20px auto 0; }
  .modules__side {
    min-width: 280px; }
  .mblock .textBlock__list .textBlock__item .textBlock--arrow {
    left: 0; }
  .mblock .textBlock__item {
    padding-left: 20px; } }

.test {
  width: 100%; }
.test * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.test__title {
  text-align: center;
  margin-bottom: 65px;
  font-size: 30px;
  font-weight: 700;
  font-family: "ArialR"; }
.test__steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 50px; }
.test__step {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #e0f1f5;
  border-radius: 50%;
  color: rgba(0, 92, 114, 0.3);
  font-family: "ArialR";
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  position: relative; }
.test__step:not(:first-child) {
  margin-left: 130px; }
.test__step:not(:first-child)::before {
  content: '';
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 130px;
  height: 5px;
  -webkit-box-shadow: inset 4px 4px 5px 1px rgba(7, 150, 184, 0.2);
  box-shadow: inset 4px 4px 5px 1px rgba(7, 150, 184, 0.2);
  border-radius: 2px;
  background-color: rgba(248, 248, 248, 0.2); }
.test__step--number {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.test__step.active {
  color: white; }
.test__step.active .test__step--number {
  background-color: #005c72;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0194b7), color-stop(46%, #0194b7), color-stop(97%, #005c72), to(#005c72));
  background-image: -webkit-linear-gradient(top, #0194b7 0%, #0194b7 46%, #005c72 97%, #005c72 100%);
  background-image: -o-linear-gradient(top, #0194b7 0%, #0194b7 46%, #005c72 97%, #005c72 100%);
  background-image: linear-gradient(to bottom, #0194b7 0%, #0194b7 46%, #005c72 97%, #005c72 100%); }
.test__step.active::before {
  -webkit-box-shadow: inset 4px 4px 5px 1px #0796b8;
  box-shadow: inset 4px 4px 5px 1px #0796b8;
  background-color: #f8f8f8; }
.test__body {
  margin-bottom: 40px; }
.test__question:not(.active) {
  display: none; }
.test__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%; }
.test__button {
  margin: 0 10px; }

.tquestion {
  width: 100%; }
.tquestion__question {
  width: 100%;
  background-color: #005c72;
  color: #ffffff;
  font-family: "ArialR";
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  padding: 30px 40px;
  margin-bottom: 40px; }
.tquestion__options {
  padding: 0 60px; }
.tquestion__option:not(:last-child) {
  margin-bottom: 20px; }

@media screen and (max-width: 500px) {
  .tquestion__question {
    line-height: 1.3; }
  .test__step:not(:first-child) {
    margin-left: 70px; }
  .test__step:not(:first-child):before {
    width: 70px; } }

@media screen and (max-width: 350px) {
  .test__step:not(:first-child) {
    margin-left: 55px; }
  .test__step:not(:first-child):before {
    width: 55px; }
  .tquestion__options {
    padding: 0 30px; } }

.teachers {
  margin-bottom: 146px; }
.teachers .linkBlock {
  padding: 100px 0 0; }
.teachers .title__global {
  margin-bottom: 55px; }
.teachers .infoPage__content .title__global {
  font-size: 26px; }
.teachers__list {

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
 align-items: center;
        justify-content: center;
   }
.teachers__list .button {
  width: 170px;
  height: 50px;
  font-size: 18px;
  position: relative;
  left: -95px;
  background: #fff; }
.teachers__list .button:hover {
  background: #ff7500; }
.teachers__item {
  margin-right: 40px;
  -webkit-box-shadow: 1px 3px 7px 1px rgba(168, 202, 213, 0.32);
  box-shadow: 1px 3px 7px 1px rgba(168, 202, 213, 0.32);
  padding: 60px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 319px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 20px;
  margin-top: 20px;
  background: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
.teachers__item::before {
  content: '';
  position: absolute;
  left: -20px;
  top: -20px;
  background: #63c3d1;
  opacity: 0.3;
  width: 100%;
  height: 85%;
  z-index: -1; }
.teachers__item + .textBlock__item {
  margin-top: 35px; }
.teachers__item:nth-child(2) {
  top: 40px;
}
.teachers__item:nth-child(2) .list__list__item::before {
    top: 0;
}
.teachers__item:nth-child(2) .list__list__item:nth-child(2)::before {
  top: 0;
}
.teachers__item:nth-child(3) .list__list__item:nth-child(1)::before {
  top: 0;
}
.teachers .infoPage__list {
  padding-left: 5px; }

.list__title {
  font-family: "ArialM";
  font-size: 22px;
  margin-bottom: 10px; }

.list__categ {
  color: #005c72;
  font-size: 15px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 22.08px; }

.list__list {
  margin-top: 20px;
  margin-bottom: 40px; }
.list__list__item {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 36.08px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.list__list__item::before {
  content: '';
  position: relative;
  left: 0;
  top: 0;
  margin-right: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 30px;
  min-width: 30px;
  height: 1px;
  background: #ff7500; }
.list__list__item_custom-line-height {
  margin-top: 20px;
  line-height: 150%;
  width: 250px;
}

@media screen and (max-width: 1367px) {
  .teachers__list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .teachers__list .button {
    left: -75px; }
  .teachers__item {
    width: 280px;
    padding: 30px 0; }
  .teachers__item .list__categ {
    margin-bottom: 20px; }
  .teachers__item .list__list {
    margin-bottom: 20px; } }

@media screen and (max-width: 1280px) {
  .teachers .infoPage__list {
    padding-left: 0;
    margin-bottom: 40px; }
  .teachers .infoPage__list .textBlock__item + .textBlock__item {
    margin-top: 10px; } }

@media screen and (max-width: 1080px) {
  .teachers__item {
    width: 300px; }
  .teachers__list .button {
    left: -85px; } }

@media screen and (max-width: 1024px) {
  .teachers {
    margin-bottom: 50px; }
  .teachers__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .teachers__item {
    margin: 20px 30px 20px; }
  .teachers__item:nth-child(2) {
    margin-top: 20px;
    top: 0; } }

@media screen and (max-width: 450px) {
  .teachers__item {
    margin: 20px 0 20px 20px;
    padding: 30px 15px 20px; }
  .list__categ {
    margin-bottom: 15px; } }

@media screen and (max-width: 350px) {
  .teachers__item {
    width: 100%; }
  .teachers__item .list__list__item {
    line-height: 30px; }
  .teachers__list .button {
    left: 0; } }

.extres {
  padding: 0 0 150px; }
.extres .flex--left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 64%; }
.extres .flex--right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 28%; }
.extres--text {
  margin-bottom: 46px;
  font-size: 16px;
  line-height: 26px; }
.extres__textBlock__list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 30px;
  background-color: rgba(242, 242, 242, 0.5);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
.extres__textBlock__list .textBlock__link {
  font-size: 14px;
  color: #101e38; }
.extres__textBlock__list .textBlock__link:hover, .extres__textBlock__list .textBlock__link:focus {
  color: #ff7500; }
.extres__textBlock__list .textBlock__item {
  padding-left: 0; }
.extres .tabs {
  width: 100%; }
.extres .tabs__caption {
  margin-bottom: 40px; }
.extres .tabs__content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 30px; }
.extres .tabs__content .textBlock__list {
  padding: 0;
  background: transparent; }

@media screen and (max-width: 1280px) {
  .extres {
    padding: 0 20px 150px; } }

@media screen and (max-width: 840px) {
  .extres {
    padding: 0 20px 40px; }
  .extres .flex--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .extres .flex--left {
    width: 100%; }
  .extres .flex--right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px; }
  .extres .videoBlock {
    width: 100%; } }

@media screen and (max-width: 650px) {
  .extres .title__global {
    margin-bottom: 40px; }
  .extres--text {
    margin-bottom: 20px; }
  .tabs__caption {
    margin-bottom: 30px; } }

.account--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #eeeded; }
.account--top .title__global {
  margin-bottom: 0; }

.account--bottom .tabs {
  width: 100%;
  padding-top: 40px; }
.account--bottom .tabs__content {
  width: 135.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 30px;
  background: rgba(242, 242, 242, 0.5); }
.account--bottom .tabs__content .textBlock__list {
  padding: 0;
  background: transparent; }

.account--bottom .tablink {
  font-size: 16px;
  min-width: 132px;
  padding: 0 25px; }

.account--bottom .mprogress__headline {
  font-size: 20px; }

.account--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 0 110px; }

.account--cert {
  background: rgba(242, 242, 242, 0.5); }
.account--cert_off-background {
  background: initial;
}
.account--cert > * {
  z-index: 1; }

.account .mprogress {
  margin: 0 0 100px; }

.regDate {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  line-height: 49px; }
.regDate > span {
  margin-left: 17px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #101e38;
  font-size: 20px;
  font-family: "ArialR"; }

.startTest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 55px 0; }
.startTest .title__global {
  font-size: 30px;
  margin-bottom: 20px; }
.startTest .notificationPage__text--title {
  font-family: "ArialR";
  font-size: 23px;
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 0; }

.material {
  padding: 85px 0; }
.material__title {
  font-family: "ArialR";
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px; }

@media screen and (max-width: 1024px) {
  .startTest .notificationPage__text--title {
    font-size: 20px;
    line-height: 30px; } }

@media screen and (max-width: 768px) {
  .material {
    padding: 35px 0; }
  .startTest {
    padding: 35px 0; }
  .account--top {
    height: 100px; }
  .account--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 45px 0; }
  .account--bottom .tablink {
    font-size: 14px;
    padding: 0 15px; }
  .account .modules__progress {
    max-width: 100%;
    margin-bottom: 20px; } }

@media screen and (max-width: 500px) {
  .account--top .title__global {
    font-size: 20px; }
  .account--top .regDate {
    font-size: 14px; }
  .account--top .regDate > span {
    margin-left: 5px;
    font-size: 15px; }
  .startTest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
  .startTest--left {
    margin-bottom: 20px; }
  .startTest--left .title__global {
    font-size: 22px; }
  .startTest--left .notificationPage__text--title {
    font-size: 15px; } }

@media screen and (max-width: 385px) {
  .account--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.notificationPage__text {
  color: #434343;
  font-family: "ArialR";
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 13px;
  letter-spacing: 0.36px; }
.notificationPage__text > a {
  color: #434343;
  border-bottom: 1px solid #434343; }
.notificationPage__text > a:hover {
  color: #ff7500;
  border-bottom: 1px solid #ff7500; }
.notificationPage__text--title {
  color: #005c72;
  font-family: "ArialR";
  line-height: 49px;
  font-size: 30px;
  margin-bottom: 40px; }
.notificationPage__text--title > span {
  color: #ff7500;
  font-weight: 700; }
.notificationPage__text--small {
  font-size: 20px;
  margin-bottom: 55px; }

.notificationPage .title__global {
  margin-bottom: 45px;
  line-height: 49px; }
.notificationPage .title__global--marginS {
  margin-bottom: 0; }

.notificationPage .button {
  width: auto;
  min-width: 200px;
  padding: 0 30px;
  margin-top: 15px; }
.notificationPage .button--home {
  margin-top: 40px; }

.notificationPage .buttons__wrap .button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  padding: 0;
  margin: 0 12.5px; }

.notificationPage .text--info {
  position: absolute;
  top: 50px;
  font-family: "ArialR";
  font-size: 20px;
  font-weight: 400;
  line-height: 18px; }

.notificationPage .form__wrap--loginForm {
  width: 100%; }
.notificationPage .form__wrap--loginForm .button {
  width: 100%; }

.Verification__content .form__label {
  margin-bottom: 45px; }

.Verification__content .title__global {
  margin-bottom: 28px; }

.failPage {
  text-align: center; }
.failPage img {
  max-width: 395px; }
.failPage h2 {
  margin-bottom: 20px; }
.failPage p {
  font-size: 23px;
  margin-bottom: 55px; }
.failPage .button {
  max-width: 200px;
  margin: 0 auto; }

@media screen and (max-width: 1280px) {
  .notificationPage .title__global {
    line-height: 35px; } }

@media screen and (max-width: 1024px) {
  .notificationPage__text--title {
    font-size: 25px; }
  .notificationPage__text--small {
    font-size: 18px;
    margin-bottom: 30px; } }

@media screen and (max-width: 768px) {
  .notificationPage__text {
    font-size: 17px; }
  .notificationPage__text--title {
    margin-bottom: 20px; }
  .notificationPage .button {
    font-size: 16px;
    text-align: center;
    padding: 0 10px; } }

@media screen and (max-width: 675px) {
  .notificationPage .buttons__wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .notificationPage .buttons__wrap .button {
    margin: 0 12.5px 15px; } }

@media screen and (max-width: 400px) {
  .notificationPage__text {
    font-size: 14px; }
  .notificationPage__text--title {
    font-size: 19px;
    line-height: 35px; }
  .notificationPage .title__global {
    margin-bottom: 20px; }
  .notificationPage .text--info {
    top: 20px;
    font-size: 15px; }
  .Verification__content .title__global {
    margin-bottom: 20px; }
  .Verification__content .form__label {
    margin-bottom: 20px; } }

@media screen and (max-width: 350px) {
  .notificationPage__text {
    font-size: 12px; } }

.ourPartners--title {
  color: #101e38;
  font-family: "ArialM";
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px; }
.ourPartners--title:hover, .ourPartners--title:focus {
  color: #ff7500; }

.ourPartners--text {
  color: #101e38;
  font-family: "ArialR";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 800px;
  margin-bottom: 35px; }

.ourPartners--link {
  color: #005c72;
  text-decoration: underline;
  margin-bottom: 30px;
  font-size: 16px; }
.ourPartners--link:hover, .ourPartners--link:focus {
  color: #ff7500 ; }

.ourPartners .flex--wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px; }

.ourPartners .flex--left {
  width: 27%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.ourPartners .flex--right {
  padding: 20px 0 0;
  border-left: 2px solid #ff7500;
  padding-left: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 73%; }

@media screen and (max-width: 900px) {
  .ourPartners .flex--right {
    padding-left: 45px; }
  .ourPartners .flex--left > img {
    width: 95%; } }

@media screen and (max-width: 768px) {
  .ourPartners .flex--left {
    margin-bottom: 0; } }

@media screen and (max-width: 600px) {
  .ourPartners--title {
    font-size: 24px; }
  .ourPartners .flex--wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
  .ourPartners .flex--left {
    width: 100%; }
  .ourPartners .flex--right {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #ff7500; } }

.infoPage__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px; }
.infoPage__content p > a {
  border-bottom: none; }
.infoPage__content p > a:hover {
  text-decoration: underline;
  border-bottom: none; }

.infoPage__list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 70px; }
.infoPage__list.infoPage__list--parents {
  margin-bottom: 140px; }
.infoPage__list.infoPage__list--parents .textBlock__item + .textBlock__item {
  margin-top: 30px; }
.infoPage__list .textBlock__item {
  padding-left: 35px; }
.infoPage__list .textBlock__item::before {
  content: url("../images/side_link_arrow.png");
  width: 4px;
  height: 7px;
  position: absolute;
  left: 0;
  top: -2px; }
.infoPage__list .textBlock__item + .textBlock__item {
  margin-top: 15px; }
.infoPage__list .textBlock__title {
  padding-left: 0; }
.infoPage__list .textBlock__title::before {
  display: none; }
.infoPage__list .textBlock__item {
  font-size: 16px;
  line-height: 20px; }

.infoPage__img {
  float: left;
  margin: 0 60px 30px 0;
  width: 100%;
  max-width: 545px; }

@media screen and (max-width: 1280px) {
  .infoPage__img {
    max-width: 500px;
    margin: 0 30px 30px 0; } }

@media screen and (max-width: 1024px) {
  .infoPage__img {
    float: none;
    display: block;
    margin: 0 auto 30px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover; }
  .infoPage__list {
    margin-bottom: 30px;
    padding-left: 0; }
  .infoPage__list.infoPage__list--parents {
    margin-bottom: 50px; } }

.allmodules > p{
  line-height: 21px!important
}

/*.mitem__name:hover{
  color: #ff7500
}*/

.buttons__wrap_documents {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.button-documents {
  width: 48%;
  height: 50px;
  margin-top: 40px;
  border-radius: 5px;
}

.button-documents:first-child {
  margin-top: 0;
}

.button-documents:nth-child(2) {
  margin-top: 0;
}

.button-documents:last-child {
  margin-bottom: 25px;
}

.contact-us__title {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 150%;
}

.link-contact {
  display: inline-block;
  margin-top: 30px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ff7500;
  border-color: #ff7500;
}

.link-contact:hover,
.link-contact:focus {
  color: #ff7500;
  border-color: #ff7500;
}

