html,
body {
  background-color: #eff0f1;
  font-family: Lato;
}
ul {
  list-style: none;
}
.alert {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  padding: 12px 35px 12px 14px;
  margin-bottom: 18px;
  margin-top: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 18px;
  background: none;
  border: none;
  outline: none;
}
.btn-fix {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.progress-bar-incorrect {
  background-color: #f74249 !important;
  background-image: linear-gradient(to top,rgba(5,6,8,0.01) 0%,rgba(255,247,248,0.01) 100%) !important;
}
.text-center {
  text-align: center;
}
.btn-std {
  min-width: 140px;
  height: 42px;
  line-height: 16px;
  background-color: #40aaeb;
  border-radius: 21px;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  border-bottom: 2px solid #3792ca;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
.btn-std:active {
  background-color: #3792ca;
}
.header {
  height: 342px;
  background-color: #215F9C;
  background-image: url('../../bundles/systemextmain/img/bg-header.jpg');
  background-position: center right;
  background-repeat: no-repeat;
}
.header__logo {
  margin-bottom: 31px;
}
.header__content {
  float: left;
  margin-top: 93px;
  text-align: center;
}
.header__content__container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.header__title {
  line-height: 18px;
  text-transform: uppercase;
  color: #fefefe;
  font-size: 18px;
  font-weight: 700;
}
.header__title--small {
  text-transform: none;
  font-weight: 300;
}
.menu {
  display: flex;
  height: 132px;
  background-color: white;
}
.menu__content {
  float: left;
  width: 100%;
  margin-top: 46px;
  text-align: center;
  line-height: 48px;
  vertical-align: top;
  color: #252323;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 700;
}
.menu__content .left {
  float: left;
  text-align: left;
}
.menu__content .right {
  float: right;
  text-align: right;
}
.menu__content img {
  margin-right: 15px;
}
.menu__content .logo-top-small {
  height: 56px;
}
.menu__content .btn {
  width: 140px;
  height: 42px;
  line-height: 42px;
  background-color: #40aaeb;
  border-radius: 21px;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  outline: none;
  display: block;
  border-bottom: 2px solid #3792ca;
  text-decoration: none;
}
.menu__content .btn:active {
  background-color: #3792ca;
}
.menu__content .btn.btn-profile {
  margin-right: 20px;
}
.menu__content .btn.btn-profile-secondary {
  margin-right: 20px;
  background-color: #e3e3e3;
  border-radius: 24px;
  box-shadow: 0 -1px 2px rgba(0,0,0,0.35) inset;
  color: #2c2e30;
  border-color: #e3e3e3;
}
.menu__content .btn.btn-profile-secondary:hover {
  opacity: 0.85;
}
.top-link,
.top-link:hover,
.top-link:focus,
.top-link:active {
  cursor: pointer;
  color: #252323;
  text-decoration: none;
}
.segment {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 66px;
}
.segment .form {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  padding: 36px 32px;
  float: left;
  width: 276px;
  height: 378px;
  background-color: #f8f8f8;
  background-image: linear-gradient(2deg,#f3f3f3 0%,white 93%,white 100%);
  border-radius: 8px 8px 6px 6px;
}
.segment .form.full-width-form {
  width: 1140px;
}
.segment .form h1 {
  margin-top: 0;
  margin-bottom: 35px;
  color: #454545;
  font-size: 20px;
  font-weight: 700;
}
.segment .form .form-group label {
  color: #62666a;
  font-size: 14px;
  font-weight: 400;
}
.segment .form .form-group input[type=text],
.segment .form .form-group input[type=password],
.segment .form .form-group input[type=email],
.segment .form .form-group select {
  width: 270px;
  font-size: 20px;
  padding: 9.5px 5px;
  background-color: white;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-top: 9px;
  margin-bottom: 19px;
  box-shadow: inset 0 2px 0 transparent;
}
.segment .form .form-group button[type=submit] {
  width: 280px;
  height: 42px;
  background-color: #40aaeb;
  border-radius: 21px;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  border-bottom: 2px solid #3792ca;
}
.segment .form .form-group button[type=submit]:active {
  background-color: #3792ca;
}
.segment .form .form-group button[type=submit]:before {
  content: url('../../bundles/systemextmain/img/ok.png');
  margin-right: 9px;
}
.segment .form .form-group.lostpassword {
  margin-top: 22px;
  text-align: center;
  padding-top: 16px;
  border-top: 1px solid rgba(5,6,8,0.07);
}
.segment .form .form-group.lostpassword a {
  opacity: 0.8;
  color: #252323;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}
.segment .form .form-group.lostpassword a:before {
  content: url('../../bundles/systemextmain/img/lostpassword.png');
  margin-right: 8px;
}
.segment .form.osk-register-form {
  width: 1076px;
  height: 100%;
}
.segment .form.osk-register-form .form-group {
  position: relative;
}
.segment .form.osk-register-form .form-group label {
  display: block;
}
.segment .form.osk-register-form .form-group input[type=text],
.segment .form.osk-register-form .form-group input[type=password],
.segment .form.osk-register-form .form-group input[type=email] {
  width: 330px;
}
.segment .form.osk-register-form .help-block {
  color: #ff0000;
  display: block;
  position: absolute;
  right: 79px;
  top: 54px;
}
.segment .form.osk-register-form select {
  width: 342px;
}
.segment .contact {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  padding: 36px 32px;
  float: right;
  width: 701px;
  height: 378px;
  background-color: #f8f8f8;
  background-image: linear-gradient(2deg,#f3f3f3 0%,white 93%,white 100%);
  border-radius: 8px 8px 6px 6px;
}
.segment .contact .left {
  float: left;
  width: 270px;
}
.segment .contact .left h1 {
  margin-top: 0;
  margin-bottom: 35px;
  color: #454545;
  font-size: 20px;
  font-weight: 700;
}
.segment .contact .left h1 span {
  font-weight: 300;
}
.segment .contact .left h2 {
  font-size: 16px;
  line-height: 25px;
  color: #454545;
  font-weight: 700;
}
.segment .contact .left ul {
  list-style: none;
  padding-left: 0;
}
.segment .contact .left ul li {
  line-height: 25px;
  font-weight: 300;
}
.segment .contact .left ul li a {
  text-decoration: none;
  color: #194b85;
  font-weight: 400;
}
.segment .contact .right {
  float: right;
  width: 405px;
  height: 381px;
}
.segment .contact .right #map {
  height: 381px;
}
.content {
  background: white;
  float: left;
  width: 100%;
  margin-top: 101px;
  padding-bottom: 126px;
}
.content__img {
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 40px;
}
.content__img--half {
  max-width: 454px;
  width: 100%;
}
.content__text {
  float: left;
  margin-left: 100px;
  width: 749px;
  font-size: 16px;
  line-height: 25px;
  color: #454545;
  font-weight: 300;
  margin-top: 70px;
  margin-bottom: 77px;
}
.content__text--margin {
  margin-bottom: 100px;
  margin-top: 0;
}
.content__tab-icon {
  background: url('../../bundles/systemextmain/img/tab-icon.png') no-repeat;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.content__tab-icon--elearning {
  background-position: 0 0;
}
.content__tab-icon--simulator {
  background-position: -48px 0;
}
.content__tab-icon--cooperation {
  background-position: -24px 0;
}
.content__tab-menu {
  background: #f9f9f9;
  margin-top: 0;
}
.content__tab-menu--inner {
  width: 945px;
  margin: 0 auto;
  padding: 23px 0;
  text-align: center;
}
.content__tab-menu--inner li {
  display: inline-block;
  margin-left: 29px;
}
.content__tab-menu--inner li:first-child {
  margin-left: 0;
}
.content__tab-menu--inner a {
  display: block;
  background-color: #eff0f1;
  border-radius: 24px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.35);
  padding: 14px 24px 10px 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #545454;
}
.content__tab-menu--inner a.active {
  padding: 13px 24px 9px 18px;
  background-color: #40aaeb;
  box-shadow: none;
  border-bottom: 2px solid #3792ca;
  color: white;
  font-weight: 400;
}
.content__tab-menu--inner a.active .content__tab-icon--elearning {
  background-position: 0 -24px;
}
.content__tab-menu--inner a.active .content__tab-icon--simulator {
  background-position: -48px -24px;
}
.content__tab-menu--inner a.active .content__tab-icon--cooperation {
  background-position: -24px -24px;
}
.content__tab-menu--inner a:hover {
  cursor: pointer;
}
.content__inner {
  width: 945px;
  margin-left: auto;
  margin-right: auto;
}
.content__inner h1 {
  margin-left: 100px;
  opacity: 0.9;
  color: #242323;
  clear: both;
  font-size: 28px;
  font-weight: 700;
}
.content__inner p {
  margin-left: 100px;
  width: 749px;
  font-size: 16px;
  line-height: 25px;
  color: #454545;
  font-weight: 300;
  margin-top: 70px;
}
.content__inner h2 {
  margin-left: 100px;
  margin-top: 50px;
  margin-bottom: 10px;
  color: #454545;
  font-size: 18px;
  clear: both;
  font-weight: 700;
  width: 745px;
  display: block;
}
.content__inner .list {
  padding: 0;
  list-style-image: url('../../bundles/systemextmain/img/small-list.png');
}
.content__inner .list li {
  margin-left: 120px;
  width: 749px;
  font-size: 16px;
  line-height: 25px;
  color: #454545;
  font-weight: 300;
  margin-bottom: 5px;
  padding-left: 5px;
}
.content__inner .list--no-style {
  list-style: none;
}
.content__inner .list--no-style li {
  margin-left: 100px;
}
.content__inner .img--left {
  float: left;
}
.content__inner .img--right {
  float: right;
}
footer {
  width: 100%;
  float: left;
  background-color: #eff0f1;
}
footer .footer__inner {
  margin: 46px 0;
  margin-left: auto;
  margin-right: auto;
  width: 322px;
  color: #505050;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.courses {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
  flex-direction: column;
  margin-top: 23px;
}
.courses .course {
  z-index: 1;
  margin-top: 43px;
  background-color: #f8f8f8;
  background-image: linear-gradient(2deg,#f3f3f3 0%,white 93%,white 100%);
  border-radius: 8px 8px 6px 6px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.courses .course__inner {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.courses .course__inner > h1 {
  display: flex;
  color: #2c2e30;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 48px;
}
.courses .course__inner > h1:after {
  content: "";
  height: 2px;
  opacity: 0.1;
  background-color: #050608;
  border-radius: 1px;
  width: 100%;
  margin: 21px 0 0 13px;
}
.courses .course__inner > h1 div {
  flex-shrink: 0;
  max-width: 100%;
}
.courses .course__description {
  border-bottom: 1px solid rgba(5,6,8,0.07);
  padding-bottom: 100px;
}
.courses .course__action {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.courses .course__action .left {
  float: left;
}
.courses .course__action .left h1 {
  color: #424446;
  font-size: 20px;
  font-weight: 400;
}
.courses .course__action .left ul {
  padding: 0;
  margin-bottom: 0;
  color: #585a5c;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  list-style: none;
}
.courses .course__action .left ul li:before {
  content: url('../../bundles/systemextmain/img/list-circle.png');
  margin-right: 9px;
}
.courses .course__action .right {
  float: right;
}
.courses .course__action .right .btn {
  min-width: 140px;
  width: auto;
  height: 42px;
  background-color: #40aaeb;
  border-radius: 21px;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  border-bottom: 2px solid #3792ca;
}
.courses .course__action .right .btn:active {
  background-color: #3792ca;
}
.courses .course__action .right .btn:before {
  content: url('../../bundles/systemextmain/img/icon-continue.png');
  margin-right: 9px;
}
.courses .course__action .right .btn--details {
  min-width: 180px;
  background-color: #595959;
  border-bottom: 2px solid #363636;
}
.courses .course__action .right .btn--details:active {
  background-color: #363636;
}
.courses .course__action .right .btn--details:before {
  content: url('../../bundles/systemextmain/img/icon-details.png');
  margin-right: 9px;
}
.courses .course__action .right .btn--learning {
  min-width: 180px;
  background-color: #18601d;
  border-bottom: 2px solid #363636;
}
.courses .course__action .right .btn--learning:active {
  background-color: #18601d;
}
.courses .course__action .right .btn--learning:before {
  content: none;
}
.courses .course__action .right .btn--learning-exam {
  min-width: 180px;
  background-color: #b74343;
  border-bottom: 2px solid #363636;
}
.courses .course__action .right .btn--learning-exam:active {
  background-color: #b74343;
}
.courses .course__action .right .btn--learning-exam:before {
  content: none;
}
.courses .course__time {
  float: left;
}
.courses .course__time p {
  margin-top: 0;
  margin-bottom: 8px;
  color: #62666a;
  font-size: 14px;
  font-weight: 400;
}
.courses .course__time strong {
  color: #424446;
  font-size: 18px;
  font-weight: 700;
}
.courses .course__progress {
  float: right;
}
.courses .course__progress p {
  margin-top: 0;
  margin-bottom: 8px;
  color: #62666a;
  font-size: 14px;
  font-weight: 400;
}
.courses .course__progress strong {
  color: #424446;
  font-size: 18px;
  font-weight: 700;
}
.courses .course__progress .left {
  float: left;
}
.courses .course__progress .right {
  float: right;
}
.courses .course__progress .right .progress {
  margin-top: 30px;
  width: 831px;
  height: 13px;
  background-color: rgba(5,6,8,0.1);
  border-radius: 7px;
}
.courses .course__progress .right .progress .progress-bar {
  height: 13px;
  background-color: #eec550;
  background-image: linear-gradient(to top,rgba(5,6,8,0.01) 0%,rgba(255,247,248,0.01) 100%);
  border-radius: 7px;
}
.courses .course__details {
  display: none;
  background: white;
  z-index: 0;
  margin-top: -10px;
  padding-top: 20px;
  border-radius: 8px;
}
.courses .course__details__inner {
  padding: 35px;
}
.courses .course__details__inner h1 {
  color: #454545;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.courses .course__details__inner h2 {
  opacity: 0.9;
  color: #454545;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
.courses .course__details__inner h3 {
  opacity: 0.8;
  color: #595959;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}
.courses .course__details__inner .list {
  list-style: none;
  padding-left: 0;
}
.courses .course__details__inner .list .block > li {
  opacity: 0.9;
  color: #454545;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}
.courses .course__details__inner .list .block ul {
  list-style: none;
}
.courses .course__details__inner .list .block ul ul {
  padding-left: 0;
}
.courses .course__details__inner .list .block ul li {
  line-height: 25px;
  margin-bottom: 19px;
}
.courses .course__details__inner .list .block ul li.active {
  background: url('../../bundles/systemextmain/img/bg-gradient.png') repeat-y center center;
}
.courses .course__details__inner .list .block ul li .list-ico {
  display: inline-block;
  width: 50px;
}
.courses .course__details__inner .list .block ul li .list-ico.list-ico-active {
  background: url('../../bundles/systemextmain/img/list-active.png') no-repeat center center;
}
.courses .course__details__inner .list .block ul li .list-ico.list-ico-not-active {
  background: url('../../bundles/systemextmain/img/list-noactive.png') no-repeat center center;
}
.courses .course__details__inner .list .block ul li.topic {
  font-weight: 700;
  color: #454545;
  font-size: 18px;
}
.courses .course__details__inner .list .block ul li.topic--sub {
  color: #454545;
  font-size: 18px;
}
.courses .course__details__inner .list .block ul li.topic--sub a {
  color: #454545;
  font-size: 18px;
  text-decoration: none;
  out-line: none;
}
.courses .course__details__inner .list .block ul li.topic--sub a.btn {
  font-size: 16px;
  color: #ffffff;
}
.courses .course__details__inner .list .block ul li.topic--sub.finished span {
  color: #11c247;
  font-size: 18px;
  font-weight: 900;
}
.courses .course__details__inner .list .block ul li.topic--sub.finished span.not-passed {
  color: #F63C43;
}
.courses .course__details__inner .list .block ul li.topic--sub.finished p {
  float: right;
}
.courses .course__details-show {
  display: block;
}
.footer {
  height: 293px;
  margin-top: 97px;
  background-color: #215f9b;
}
.footer .footer__inner {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
  color: #deecf9;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}
.footer .footer__inner ul {
  list-style: none;
}
.footer .footer__inner ul li:first-child {
  color: white;
  font-weight: 700;
}
.footer .footer__inner ul li > a {
  text-decoration: none;
  color: white;
  font-weight: 400;
}
.profile {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
  flex-direction: column;
  margin-top: 23px;
}
.profile__inner {
  padding: 20px;
  width: 276px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f8f8f8;
  background-image: linear-gradient(2deg,#f3f3f3 0%,white 93%,white 100%);
  border-radius: 8px 8px 6px 6px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.profile__inner .form-group label {
  color: #62666a;
  font-size: 14px;
  font-weight: 400;
}
.profile__inner .form-group input[type=text],
.profile__inner .form-group input[type=password],
.profile__inner .form-group input[type=email] {
  width: 270px;
  font-size: 20px;
  padding: 9.5px 5px;
  background-color: white;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-top: 9px;
  margin-bottom: 19px;
  box-shadow: inset 0 2px 0 transparent;
}
.profile__inner .form-group button[type=submit] {
  width: 280px;
  height: 42px;
  background-color: #40aaeb;
  border-radius: 21px;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  border-bottom: 2px solid #3792ca;
}
.profile__inner .form-group button[type=submit]:active {
  background-color: #3792ca;
}
.profile__inner .form-group button[type=submit]:before {
  content: url('../../bundles/systemextmain/img/ok.png');
  margin-right: 9px;
}
.page {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
  flex-direction: column;
  margin-top: 23px;
}
.page__inner {
  padding: 20px;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f8f8f8;
  background-image: linear-gradient(2deg,#f3f3f3 0%,white 93%,white 100%);
  border-radius: 8px 8px 6px 6px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.page__inner h1 {
  color: #454545;
  font-size: 24px;
  font-weight: 700;
}
.summary__icon--exam {
  width: 130px;
  height: 130px;
}
.summary__main {
  text-align: center;
}
.summary__main--btns-container {
  margin-bottom: 30px;
}
.summary__main--btns-container > a {
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  background-color: #e3e3e3;
  border-radius: 24px;
  box-shadow: 0 -1px 2px rgba(0,0,0,0.35) inset;
  color: #2c2e30;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  padding: 0px 20px;
  margin: 0px 10px;
}
.summary__main--btns-container > a:hover {
  opacity: 0.85;
}
.summary__text {
  color: #2c2e30;
  font-family: Lato;
  font-size: 18px;
  font-weight: 300;
  line-height: 5px;
  white-space: nowrap;
}
.summary__text--bold {
  font-weight: 700;
}
.summary__text--big {
  font-size: 30px;
  line-height: 28px;
}
.summary__text--small {
  font-size: 14px;
}
.summary__progress {
  margin-top: 37px;
  width: 831px;
  height: 13px;
  background-color: rgba(5,6,8,0.1);
  border-radius: 7px;
}
.summary__progress .progress-bar {
  height: 13px;
  background-color: #eec550;
  background-image: linear-gradient(to top,rgba(5,6,8,0.01) 0%,rgba(255,247,248,0.01) 100%);
  border-radius: 7px;
}
.summary__progress .progress-bar--incorrect {
  background-color: #f74249;
  background-image: linear-gradient(to top,rgba(5,6,8,0.01) 0%,rgba(255,247,248,0.01) 100%);
}
.summary__progress .progress-bar--correct {
  background-color: #3eea63;
  background-image: linear-gradient(to top,rgba(5,6,8,0.01) 0%,rgba(255,247,248,0.01) 100%);
}
.summary__col {
  margin-top: 48px;
  float: left;
}
.summary__col:first-child {
  margin-right: 57px;
}
.summary__col:nth-child(2) {
  margin-right: 21px;
}
.answers-summary {
  margin-top: 40px;
}
.answers-summary__row {
  padding: 29px 24px;
  overflow: hidden;
  border-bottom: 1px solid rgba(5,6,8,0.07);
}
.answers-summary__row:first-child {
  border-top: 1px solid rgba(5,6,8,0.07);
}
.answers-summary__row--incorrect {
  background-image: linear-gradient(to right,#f8e6e6 0%,rgba(255,255,255,0.01) 100%);
}
.answers-summary__row--correct {
  background-image: linear-gradient(to right,#e4f6eb 0%,rgba(255,255,255,0.01) 100%);
}
.answers-summary__question {
  color: #424446;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 6px;
}
.answers-summary__answer {
  color: #585a5c;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  float: left;
  display: block;
  width: 100%;
}
.answers-summary__answer:before {
  content: "";
  float: left;
  background: url('../../bundles/systemextmain/img/answer-control.png') no-repeat;
  background-position: -30px -86px;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 8px;
  margin-right: 8px;
}
.answers-summary__answer--correct:before {
  background-position: -30px -52px;
}
.answers-summary__answer--incorrect:before {
  background-position: -30px -18px;
}
.exams {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
  flex-direction: column;
  margin-top: 23px;
}
.exams .exam {
  z-index: 1;
  margin-top: 43px;
  background-color: #f8f8f8;
  background-image: linear-gradient(2deg,#f3f3f3 0%,white 93%,white 100%);
  border-radius: 8px 8px 6px 6px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.exams .exam__inner {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.exams .exam__inner > h1 {
  display: flex;
  color: #2c2e30;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}
.exams .exam__inner > h1:after {
  content: "";
  height: 2px;
  opacity: 0.1;
  background-color: #050608;
  border-radius: 1px;
  width: 100%;
  margin: 21px 0 0 13px;
}
.exams .exam__inner > h1 div {
  flex-shrink: 0;
}
.exams .exam__inner h3 {
  color: #2c2e30;
  margin-bottom: 38px;
}
.exams .exam__question-container > .form-group > .question-title {
  display: block;
  margin-bottom: 1em;
}
.exams .exam__question-container-small {
  width: 65%;
  float: left;
}
.exams .exam__question-container-img {
  width: 35%;
  float: left;
}
.exams .exam__question-container-img img {
  width: 100%;
}
.exams .exam__description {
  border-bottom: 1px solid rgba(5,6,8,0.07);
  padding-bottom: 60px;
}
.exams .exam__img-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.exams .exam__img-container img {
  max-width: 100%;
}
.exams .exam .form-group {
  padding-top: 20px;
}
.exams .exam .form-group #exam_form_question .radio {
  line-height: 34px;
}
.exams .exam .form-group #exam_form_question .radio input[type=radio] {
  display: none;
}
.exams .exam .form-group #exam_form_question .radio label:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  border-radius: 13px;
  position: relative;
  background-color: #fff;
  border: 2px solid #ddd;
  top: 2px;
}
.exams .exam .form-group #exam_form_question .radio input[type=radio]:disabled + label:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  border-radius: 13px;
  position: relative;
  background-color: #eee;
  border: 2px solid #ddd;
  top: 2px;
}
.exams .exam .form-group #exam_form_question .radio input[type=radio]:checked + label:before {
  content: "\2022";
  color: #40aaeb;
  text-align: center;
  line-height: 10px;
  font-size: 20px;
  position: relative;
  top: 0px;
}
.exams .exam .form-group .question-title {
  color: #424446;
  font-size: 20px;
  font-weight: 400;
}
.exams .exam__action {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  justify-content: flex-end;
}
.exams .exam__action .left {
  float: left;
}
.exams .exam__action .left h1 {
  color: #424446;
  font-size: 20px;
  font-weight: 400;
}
.exams .exam__action .left ul {
  padding: 0;
  margin-bottom: 0;
  color: #585a5c;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  list-style: none;
}
.exams .exam__action .left ul li:before {
  content: url('../../bundles/systemextmain/img/list-circle.png');
  margin-right: 9px;
}
.exams .exam__action .right .btn {
  width: 140px;
  height: 42px;
  background-color: #40aaeb;
  border-radius: 21px;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  border-bottom: 2px solid #3792ca;
}
.exams .exam__action .right .btn:active {
  background-color: #3792ca;
}
.exams .exam__action .right .btn:after {
  content: url('../../bundles/systemextmain/img/icon-next.png');
  margin-left: 9px;
}
.exams .exam__time {
  float: left;
}
.exams .exam__time p {
  margin-top: 0;
  margin-bottom: 8px;
  color: #62666a;
  font-size: 14px;
  font-weight: 400;
}
.exams .exam__time strong {
  color: #424446;
  font-size: 18px;
  font-weight: 700;
}
.exams .exam__progress {
  float: right;
}
.exams .exam__progress p {
  margin-top: 0;
  margin-bottom: 8px;
  color: #62666a;
  font-size: 14px;
  font-weight: 400;
}
.exams .exam__progress strong {
  color: #424446;
  font-size: 18px;
  font-weight: 700;
}
.exams .exam__progress .left {
  float: left;
}
.exams .exam__progress .right {
  float: right;
}
.exams .exam__progress .right .progress {
  margin-top: 30px;
  width: 870px;
  height: 13px;
  background-color: rgba(5,6,8,0.1);
  border-radius: 7px;
}
.exams .exam__progress .right .progress .progress-bar {
  height: 13px;
  background-color: #eec550;
  background-image: linear-gradient(to top,rgba(5,6,8,0.01) 0%,rgba(255,247,248,0.01) 100%);
  border-radius: 7px;
}
.cookiealert-close {
  background-color: #40aaeb;
  border-radius: 10px;
  border-style: none;
  border-width: medium medium 2px;
  color: white;
  cursor: pointer;
  padding: 2px 20px;
}
.cookiealert-close:active {
  background-color: #3792ca;
}
.tabulous_active {
  color: #40aaeb !important;
}
#tabs {
  width: 945px;
  margin: 0 auto;
}
#tabs .tab {
  transition: all 1s ease-out;
  top: 0 !important;
  min-height: 900px;
  display: none;
  opacity: 0;
  position: absolute;
}
#tabs .tab.open {
  transition: all 1s ease-out;
  display: block;
  opacity: 1;
  position: relative;
}
#tabs_container {
  padding: 0;
  width: 945px;
  margin: 0 auto;
}
#tabs_container > div {
  margin-right: auto;
}
.clearfix {
  clear: both;
  display: block;
}
.text-center {
  text-align: center;
}
.content-box {
  background-color: #eff0f1;
  background-image: linear-gradient(to top,#eff0f1 0%,#f7f7f7 100%);
  border-radius: 5px;
  padding: 24px 23px 20px;
  width: 38%;
  float: left;
  margin-top: 30px;
  width: 360px;
  box-sizing: border-box;
}
.content-box__headline {
  margin: 0;
  color: #2c2e30;
  font-size: 20px;
  font-weight: 700;
}
.content-box__text {
  color: #424446;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: -8px;
  display: block;
}
.content-box__list {
  color: #585a5c;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  padding-left: 23px;
  list-style-image: url('../../bundles/systemextmain/img/small-list.png');
}
.content-box__list li {
  padding-left: 5px;
}
.content-box:nth-child(even) {
  margin-left: 100px;
  margin-right: 25px;
}
.fs-19 {
  font-size: 19px;
}
.full-width {
  width: 100%;
}
.half-width {
  width: 50%;
}
.pull-left {
  float: left;
}
.m-t-30 {
  margin-top: 30px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-l-60 {
  padding-left: 60px;
}
.p-r-60 {
  padding-right: 60px;
}
.m-t-10 {
  margin-top: 10px;
}
.p-lr-12 {
  padding: 0px 12px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-55 {
  margin-left: 55px;
}
.table-gray {
  border: solid 1px #C4C4C4;
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 12px;
}
.table-gray thead {
  background: #E6E6E6;
  border-bottom: solid 1px #DBDBDB;
}
.table-gray td,
.table-gray th {
  height: 34px;
  line-height: 34px;
  padding: 0px 20px;
}
.exam-result-container .table-gray {
  min-width: 260px;
}
.btn-width-fix {
  padding: 0px 20px;
}
.black-link,
.black-link:visited,
.black-link:active,
.black-link:focus {
  color: #454545;
  text-decoration: none;
}
.black-link:hover {
  color: #454545;
  text-decoration: underline !important;
}
.w-50 {
  width: 50%;
}
.text-right {
  text-align: right;
}
.exam-preview-image {
  max-height: 150%;
  max-width: 100%;
}
.label-success {
  color: #00970E;
}
.label-danger {
  color: #FF2100;
}
.bold {
  font-weight: bold;
}
.f-s-12 {
  font-size: 12px;
}
.p-l-40 {
  padding-left: 40px;
}
select.form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: Arial, sans-serif;
  -webkit-appearance: none;
  color: #272727;
  outline: 0;
  padding: 9.5px 5px;
  margin-top: 9px;
  margin-bottom: 19px;
  line-height: normal;
  font-size: 20px;
  font-weight: normal;
  vertical-align: middle;
  display: block;
  width: 100%;
}
.btn.btn-width-fix.btn-width-auto {
  width: auto;
  min-width: 140px;
}
.relative {
  position: relative;
}
.language-top-container {
  position: absolute;
  top: -90px;
  right: 0px;
  font-size: 18px;
}
.language-container a {
  opacity: 0.5;
}
.language-container a:hover {
  opacity: 1;
}
.language-container a.active {
  opacity: 1;
}
.language-login-container {
  padding-top: 21px;
}
.errors-container .list-unstyled {
  padding-left: 0px;
  margin-top: 0px;
}
.errors-container {
  color: #ff0000;
}
.fos_user_change_password .alert.alert-danger {
  display: inline;
  background: none;
  border: none;
}
.responsive {
  width: 100%;
  height: auto;
}
.answer {
  padding: 20px;
  margin: 20px 0px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: block;
  border: 2px solid #cecece;
  border-radius: 20px;
}
.answer.answer-correct {
  background: #46ae6a;
}
.exam__question-container-img-2 > img {
  max-height: 320px;
}
.quest-index {
  font-size: 10px;
  font-color: #dddddd;
}
.g-recaptcha > div {
  margin: 0 auto;
}
.g-recaptcha-container .help-block {
  width: 100%;
  margin: 10px 0 20px 0;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}