@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600|Raleway:900&display=swap&subset=cyrillic);
body,
html {
  height: 100%;
}
body {
  font-size: 16px;
  font-family: Roboto, sans-serif;
  background: #9ac2ec;
  background-color: #1870cc !important;
}
.wrap {
  min-height: 80%;
  height: auto;
}
.wrap:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 40%;
  /*background: url(/img/body-bg.jpg) no-repeat 50% / cover;*/
  background: url(/img/bg-pattern.png) repeat  #54A0D8;
  background-blend-mode: overlay;
}
.container-fluid {
  max-width: 1400px;
}
.section {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
  margin: 25px 0;
}
h1 {
  margin: 0 0 25px;
  font-size: 32px;
  color: #0064aa;
}
h1,
h2 {
  text-align: center;
  font-weight: 600;
}
h2 {
  margin: 40px 0 15px;
  font-size: 42px;
  color: #0157b1;
}
.pre-header {
  background: #fff;
  padding: 5px 0;
}
.pre-header-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pre-header-menu__item {
  float: left;
  margin: 0 10px;
}
.pre-header-menu__link {
  color: #0064aa;
}
.callback-info {
  font-weight: 600;
}
.callback-info__mail {
  font-size: 18px;
  color: #0064aa;
}
.header {
  padding: 15px 0;
}
.page-title {
  margin-top: 25px;
  margin-left: 30px;
}
.form .control-label {
  font-size: 18px;
  color: #0064aa;
  padding-left: 10px;
}
.form-control {
  height: auto;
  font-size: 21px;
  background: #ceebff;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 11px 20px;
  color: #0064aa;
}
.form-control-info {
  padding-left: 20px;
  color: #0064aa;
  font-size: 18px;
  margin-bottom: 15px;
}
.form-control-info .red {
  position: relative;
  background: #f9d0d0;
  border: 1px solid #eca1a1;
  border-radius: 3px;
  padding: 0 5px;
}
.form-control-info .red:before {
  content: "";
  position: absolute;
  left: 101%;
  bottom: 50%;
  background: url(/img/control-info-arrow.png) no-repeat 50% / contain;
  width: 26px;
  height: 29px;
}
.form-submit {
  margin-top: 10px;
  font-size: 18px;
  background: #1870cc;
  padding: 13px 15px;
  min-width: 163px;
  text-align: center;
  border: none;
  border-radius: 8px;
}
.site-login {
  max-width: 826px;
  margin: 0 auto;
}
.auth-nav {
  border-bottom: none;
  margin-bottom: 25px;
}
.auth-nav__item.active .auth-nav__link,
.auth-nav__item.active .auth-nav__link:focus,
.auth-nav__item.active .auth-nav__link:hover {
  border: none !important;
  border-bottom: 3px solid #6ea2d9 !important;
  color: #0157b1;
}
.auth-nav__link {
  border: none !important;
  border-bottom: 3px solid #c3c3c3 !important;
  font-size: 18px;
  font-weight: 600;
  color: #4e6474;
}
.test {
  /*max-width: 900px;*/
  margin: 0 auto;
}
.tests {
    max-width: 90%;
    z-index: 100;
    position: relative;
}
.test__user-name {
  text-align: right;
  font-size: 21px;
  margin-top: 4px;
}
.test__form {
 /* margin-bottom: 25px;*/
}
.test__button {
  margin: 15px;
}
.test__thumb-wrap {
  text-align: center;
  margin-top: 25px;
}
.test__thumb {
  width: 35px;
  height: 35px;
  margin: 5px;
  background: url(/img/form-thumb.png) no-repeat -70px 50%;
  background-color: #e7e7e7;
  border-radius: 50%;
  display: inline-block;
  text-indent: -9999px;
}
.test__thumb-no-exam {
  width: 35px;
  height: 35px;
  margin: 5px;
  background-color: #e7e7e7;
  border-radius: 50%;
  display: inline-block;
  text-indent: -9999px;
}
.test__thumb.active {
  background-position: -35px 50%;
}
.test__thumb.done {
  background-position: 0 50%;
  background-color: rgba(11, 131, 179, 0.65);
}
.test__timer {
  width: 88px;
  margin: 20px auto 0;
  background: #ceebff;
  border: 1px solid #1870cc;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  color: #1870cc;
}
.test-form__qnumb {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
  text-align: center;
}
.test-form__qnumb-num {
  font-size: 29px;
  font-weight: 600;
  color: #fff;
  background: #0b82d5;
  border-radius: 25px;
  line-height: 1.4;
  display: inline-block;
  width: 40px;
  text-align: center;
}
.test-form__title {
  font-size: 32px;
  color: #0b82d5;
  font-weight: 400;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  /*top: -10px;*/
}
.test-form__group {
  margin: 15px 0;
}

.disabled {
  pointer-events: none;
}
.test-form__label {
  width: 100%;
  margin: 0;
  max-width: 800px;
}
.test-form__radio {
  display: none;
}
.test-form__radio:checked + .test-form__item {
  background: #3bafff;
  color: #fff;
}
.test-form__radio:checked + .test-form__item:before {
  opacity: 1;
}
.test-form__item {
  width: 100%;
  display: inline-block;
  background: #ceebff;
  border: 2px solid #ceebff;
  border-radius: 8px;
  padding: 15px 25px 15px 70px;
  color: #0064aa;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  font-size: larger;
}
.green {
  background: #64cf64 !important;
  color: white !important;
}
.test-form__item,
.test-form__item:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.test-form__item:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -21px;
  width: 42px;
  height: 42px;
  background: url(/img/form-item-check.png) no-repeat 50%;
  background-size: contain;
  opacity: 0;
}
.test-form__item:hover {
  background: #b0defd;
}
.default-button {
  background: #1870cc;
  font-size: 18px;
  padding: 13px 15px;
  min-width: 163px;
  text-align: center;
  border: 2px solid #1870cc;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.default-button:hover {
  background: #3bafff;
  color: #fff;
  border: 2px solid #1870cc;
}
.default-button_invert {
  background: #fff;
  color: #0064aa;
}
.default-button_invert:hover {
  background: #1870cc;
  color: #fff;
}
.test-info {
  background: #ede7a6;
  border: 2px solid #e0b700;
  border-radius: 16px;
  padding: 15px 67px 15px 30px;
  position: relative;
}
.test-info:before {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  height: 100%;
  width: 84px;
  background: url(/img/test-info__pers.png) no-repeat 50% / contain;
}
.test-info__text {
  font-size: 18px;
  font-weight: 600;
}
.test-info__item {
  background: #fff;
  border-radius: 16px;
  padding: 30px 8px 30px 59px;
  position: relative;
  -webkit-box-shadow: 0 0 7px #e0b700;
  box-shadow: 0 0 7px #e0b700;
}
.test-info__ico {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.test-info__num {
  font-size: 32px;
  line-height: 1;
}
.test-info__label,
.test-info__num {
  font-weight: 600;
  text-align: center;
}
.test-attention {
  border: 2px solid #eca79a;
  border-radius: 25px;
  max-width: 660px;
  margin: 80px auto;
  position: relative;
}
.test-attention:before {
  content: "";
  position: absolute;
  width: 107px;
  height: 134px;
  top: 50%;
  right: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/img/test-attention__pers.png) no-repeat 50% / contain;
}
.test-attention__label {
  float: left;
  background: #eca79a;
  color: #bc0000;
  border-radius: 25px;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 600;
}
.test-attention__text {
  text-align: center;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
}
.test-start {
  max-width: 712px;
  margin: 25px auto 0;
  padding: 30px 20px;
  background: url(/img/test-start-bg.png) no-repeat 50%/100% 100%;
  position: relative;
  text-align: center;
}
.test-start:before {
  content: "";
  position: absolute;
  width: 99px;
  height: 145px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/img/test-start__pers.png) no-repeat 50% / contain;
  margin-top: -20px;
}
.test-result__title {
  font-size: 32px;
  color: #0b82d5;
  font-weight: 600;
}
.test-result__info,
.test-result__title {
  margin: 50px 0;
  text-align: center;
}
.test-result__label,
.test-result__text {
  font-size: 32px;
  font-weight: 600;
}
.test-result__text {
  color: #0157b1;
}
.auth-info {
  margin-bottom: 25px;
}
.auth-info__title {
  font-size: 21px;
  font-weight: 600;
  color: #0157b1;
}
.auth-info__text {
  font-size: 18px;
  font-weight: 600;
  color: #4e6474;
}
.create-account {
  margin-top: 40px;
}
.create-account__link {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  color: #0157b1;
}
.create-account__text {
  font-size: 18px;
  font-weight: 600;
  color: #4e6474;
}
.date-table {
  background: #d2e8fe;
  padding: 20px 5px;
  border-radius: 16px;
}
.date-table__item {
  border-bottom: 2px dashed #6ea2d9;
  padding: 15px 65px 5px;
}
.date-table__date {
  font-size: 26px;
  font-weight: 600;
  color: #0157b1;
}
.date-table__date_red {
  color: #de0202;
}
.date-table__text {
  font-size: 21px;
  color: #0157b1;
  font-weight: 600;
}
.test-info-2,  .exam-info-2 {
  border-radius: 16px;
  text-align: center;
  padding: 25px 15px;
  background: #F6F6F6;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 43%);
}
.test-info-2__text {
    font-size: 1.2em;
    margin: 20px auto;
    color: #000000;
}
.test-info-2__info {
  font-size: 18px;
  color: #0157b1;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.test-info-2__button-wrap {
  padding: 25px;
  border-radius: 16px;
  background: white;
}
.simple-text {
  font-size: 18px;
}
.simple-text__item {
  margin-top: 25px;
}
.simple-text__item:first-child {
  margin-top: 0;
}
.curator-enter {
  background: #e5e5e5;
  padding: 40px 15px;
}
.curator-enter,
.instruction-info {
  text-align: center;
  border-radius: 16px;
}
.instruction-info {
  background: #a0e0f6;
  padding: 30px 15px;
}
.instruction-info__text {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 600;
}
.olimp-result-info {
  background: #d2fedb;
  padding: 40px 15px;
  text-align: center;
  border-radius: 16px;
}
.olimp-result-info__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 40px;
}
.olimp-result-info__title big {
  color: #0157b1;
}
.olimp-result-info__img img {
  margin: 0 auto;
}
.recomend-browser {
  background: #f4e7b2;
  padding: 40px 15px;
  text-align: center;
  border-radius: 16px;
  margin: 40px 0;
}
.recomend-browser__title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
}
.recomend-browser__image img {
  margin: 0 auto;
}
.recomend-browser__name {
  font-size: 13px;
}
.result-table__header {
  display: table;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  border-top: 2px solid #84a8cf;
  border-left: 2px solid #84a8cf;
  border-right: 2px solid #84a8cf;
  background: #d6eaff;
  color: #0157b1;
}
.result-table__body {
  border: 2px solid #84a8cf;
}
.result-table__row {
  display: table;
  width: 100%;
  border-top: 2px solid #84a8cf;
}
.result-table__row:first-child {
  border-top: none;
}
.result-table__item {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.result-table__item:first-child {
  width: 9%;
}
.result-table__item:nth-child(2) {
  width: 33%;
}
.result-table__item:nth-child(3) {
  width: 15%;
}
.result-table__item:nth-child(4) {
  width: 33%;
}
.result-table__item:nth-child(5) {
  width: 10%;
}
.result-table__num {
  font-size: 32px;
  font-weight: 600;
  color: #0157b1;
  margin-left: 10px;
}
.result-table__curator,
.result-table__user {
  font-size: 16px;
  font-weight: 600;
}
.result-table__footer,
.result-table__sum {
  font-size: 18px;
  font-weight: 600;
}
.result-table__footer {
  margin-top: 20px;
  background: #d6eaff;
  padding: 25px;
}
/*# sourceMappingURL=site.css.map*/
body {
  background-color: #222;
}

.carousel {
  position: relative;
  margin: 20px auto;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 28%);
}
.carousel > img {
  display: none;
  width: 100%;
}
.carousel > input {
  position: absolute;
  left: -9999px;
}
.carousel > input:checked + label + img {
  display: block;
}

.carousel > label,
.carousel > input:checked ~ label ~ label ~ label ~ label {
  display: none;
}
.carousel > input:checked + label {
  display: block;
  left: 0;
}
.carousel > input:checked ~ label ~ label ~ label {
  display: block;
  right: 0;
}

.carousel > label {
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  visibility: hidden;
}
.carousel > label:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: visible;
}
.carousel > label:after {
  display: block;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  line-height: 22px;
  margin: -15px 10px 0 10px;
  background-color: black;
  color: white;
  font-family: "Arial";
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  visibility: hidden;
  border: 2px solid white;
  border-radius: 20px;
  box-shadow: 0 3px 4px black;
}
.carousel > label:hover:after {
  visibility: visible;
}

.carousel > input:checked + label:after {
  left: 0;
  content: "\00AB";
}
.carousel > input:checked ~ label ~ label ~ label:after {
  right: 0;
  content: "\00BB";
}
.myModal1 {
  display: none !important;
}
.sucessTestEnd {
  display: flex;
  justify-content: center;
}
.sucessTestEnd form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 48%;
}
.sucessTestEnd form div label {
  color: #3596da;
  width: 100%;
}
.sucessTestEnd form div input {
  outline: none;
  border: 1px solid #186fcc;
  color: #186fcc;
  border-radius: 10px;
  padding: 7px 10px;
  width: 100%;
}
.selectedQuestionEndTest,
.selectedQuestionEndTest .result-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.selectedQuestionEndTest .result-info {
  width: 100%;
  margin: 40px 0;
}

.selectedQuestionEndTest .result-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}

.selectedQuestionEndTest h1 {
  color: #3596da;
  width: 100%;
  font-size: 36px;
  margin-bottom: 30px;
}

.selectedQuestionEndTest .result-label {
  color: black;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}

.selectedQuestionEndTest .result-value {
  color: #186fcc;
  font-weight: 800;
  font-size: 60px;
  margin: 0;
  line-height: 1;
}
.selectedQuestionEndTest button {
  text-transform: uppercase;
  background: #1870cc !important;
  color: white !important;
  border: none !important;
  padding: 15px 50px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  margin-top: 30px !important;
  cursor: pointer;
}

.selectedQuestionEndTest button:hover {
  background: #0c5aa8 !important;
}
.footerForm {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footerForm .form-select {
  outline: none;
  border: 1px solid #186fcc;
  color: #186fcc;
  border-radius: 10px;
  padding: 7px 10px;
  width: 100%;
}

.questionImage {
    display: flex;
    width: 40%;
    margin: 15px 0;
}

.questionImage img{
   /* max-width: 600px;*/
   /* margin-left: 80px;*/
   max-width: 100%;
   height:auto;
   margin: auto;
}
.emailMessage {
  display: flex;
  justify-content: center;
  color: green;
}

/*Header*/
main {
	margin-top: -100px;
}
.header-bg    {
	background: #0064aa;
    position: relative;
    padding-bottom: 5px;
	padding-top: 10px;
}	

.title-main, .title-sub-main {
	color:white;
	text-transform: uppercase;
	font-weight: 600;
	z-index:100;
}
.title-main {
	font-size: 1em;
    clear: right;
    display: block;
    line-height: 0.8;
	margin-top: 30px;
	text-shadow: 4px 4px 6px #0c4f95ed;
}
.title-sub-main {
    font-size: 1.5em;
	text-shadow: 4px 4px 6px #0c4f95ed;
}
.logo {
	float: right;
}	
.logo img {
	max-height: 80px;
    margin-top: 12px;
}
.main-screen {
    height: 800px;
    background: url(/img/fon-main-page.jpg) no-repeat top / cover;
    margin-top: -105px;
    width: 100%;
    z-index: 1;
    display: block;
	padding-top: 180px;
	border-bottom: 10px solid #337ab7b3;
} 
.simple-text__item h1, .simple-text__item h3 {
	text-align:center;
	color:white;
}
.simple-text__item h1 {
 font-size:3em;
}
.simple-text__item h3 {
 font-size:2em;
}
.test-info-2 {
	margin-bottom: 25px;
}

.flex-container {
  /* We first create a flex layout context */
  display: flex;
  
  /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: row wrap;
  
  /* Then we define how is distributed the remaining space */
  justify-content: space-around;
  
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item {
  background: white;
  padding: 5px;
  width: 48%;
  min-width: 400px;
  /*height: 150px;
  line-height: 150px;*/
  color: white;
  text-align: center;
  border-radius: 20px;
  margin: 15px auto;
}
.flex-container-exam {
  /* We first create a flex layout context */
  display: flex;
  
  /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
  flex-flow: row wrap;
  
  /* Then we define how is distributed the remaining space */
  justify-content: space-around;
  
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item-exam {
 /* background: white;*/
  padding: 25px 0;
  width: 100%;
  text-align: center;
 /* margin: 15px auto;*/
}
.flex-item-exam-int {
background: white;
    padding: 30px;
    min-width: 300px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.flex-container-exam-int {
    display: flex;
    background: white;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-shadow: 0 15px 5px 10px rgb(1 1 1 / 20%);
    box-shadow: 0 5px 20px 0px rgb(1 1 1 / 20%);
    border-radius: 25px;
}
.flex-item-exam-int span {
margin-top: 25px;
    color: #1A77CD;
    font-size: 1.5em;
    font-weight: 500;
}
.exam-content {
  background: white;
  padding: 5px;
  width: 100%;
  min-width: 400px;
  color: white;
  text-align: center;
  border-radius: 20px;
  margin: 15px;
}
.flex-container-footer {
display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.flex-item-footer {
	padding: 5px 10px;
}

.test-info-2__info-test {
    font-size: 18px;
    color: #0157b1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background: aliceblue;
    border-radius: 15px;
    padding: 15px 25px;
    width: 95%;
    margin: auto;
    margin-bottom: 15px;
}

.test-info-2__info-test a {
	margin: 8px;
}
.test-info-2__info h2 {
	margin: 40px 0 15px;
    font-size: 42px;
    color: #479EEE;
}
.test-info-2__ico:before,  .exam-info-2__ico:before {
	content: " ";
    width: 100px;
    height: 100px;
    margin: auto;
    text-align: center;
    margin-top: -95px;
}
.test-info-2__ico:before {
    background: url(/img/ico-test.png) no-repeat top / cover;
}
.exam-info-2__ico:before {
    background: url(/img/ico-exam.png) no-repeat top / cover;
    display: none;
}
.exam-info-2__text {
    font-size: 1.2em;
    margin: 20px auto;
    color: #000000;
	max-width:75%;
}

.exams-info-2__ico:before {
	content: " ";
    width: 100px;
    height: 100px;
    margin: auto;
    text-align: center;
    /*margin-top: -95px;*/
	background: url(/img/ico-exam.png) no-repeat top / cover;
	display:block;
}



.block-s-inf {
	background: #589fd5c2;
    display: block;
    padding: 25px;
    border-radius: 18px;
    border: 2px solid #ffffff;
    margin: 25px auto;
    position: relative;
    color: white;
}
.exam-info-2__card-pesh, .exam-info-2__card-velo, .exam-info-2__card-sim, .exam-info-2__card-all  {
    font-size: 18px;
    color: #0157b1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 15px;
    padding: 25px 25px;
    margin: 25px;
    height: 250px;
    justify-content: flex-end;
	border: 3px solid;
}
.exam-info-2__card-pesh {
    background: url(/img/bg-fon-pesh.png) repeat;
	border-color: #F1B151;
}
.exam-info-2__card-velo {
    background: url(/img/bg-fon-velo.png) repeat;
	border-color: #ED7EB3;
}

.exam-info-2__card-sim {
  background: url(/img/bg-fon-sim.png) repeat;
  border-color: #00a65a;
}

.exam-info-2__card-all {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-color: #5a67d8;
}
.pesh-button, .velo-button, .sim-button, .all-button {
    font-size: 24px;
    padding: 13px 15px;
    min-width: 163px;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.pesh-button {
    background: #FCA04C;
    border: 3px solid #F28A29;
}
.pesh-button:hover {
    background: #F28A29;
	color: #fff;
	margin-bottom:10px;
	-webkit-box-shadow: 0 10px 0px 0px #d06a16;
	box-shadow: 0 10px 0px 0px #d06a16;
}
.exam-info-2__card-pesh:before, .exam-info-2__card-velo:before , .exam-info-2__card-sim:before, .exam-info-2__card-all:before {
	content: " ";
    width: 100px;
    height: 100px;
    margin: auto;
    text-align: center;
    margin-top: 5px;
}
.exam-info-2__card-pesh:before {
	background: url(/img/znak-pesh.png) no-repeat top / cover;	
	display: block;
}
.velo-button {
    background: #AD6EFF;
    border: 3px solid #8248CF;
}
.velo-button:hover {
    background: #a36bed;
	color: #fff;
	margin-bottom:10px;
	-webkit-box-shadow: 0 10px 0px 0px #8248CF;
	box-shadow: 0 10px 0px 0px #8248CF;
}

.sim-button {
  background: #01FF70;
  border: 3px solid #00a65a;
}
.sim-button:hover {
  background: #01FF70;
  color: #fff;
  margin-bottom:10px;
  -webkit-box-shadow: 0 10px 0px 0px #00a65a;
  box-shadow: 0 10px 0px 0px #00a65a;
}

.all-button {
  background: #667eea;
  border: 3px solid #5a67d8;
}
.all-button:hover {
  background: #5a67d8;
  color: #fff;
  margin-bottom:10px;
  -webkit-box-shadow: 0 10px 0px 0px #4c51bf;
  box-shadow: 0 10px 0px 0px #4c51bf;
}

.exam-info-2__card-velo:before  {
	background: url(/img/znak-velo.png) no-repeat top / cover;	
	display: block;
}
.exam-info-2__card-sim:before {
  background: url(/img/znak-sim.png) no-repeat top / cover;
  display: block;
}

.exam-info-2__card-all:before {
  content: "\1F4DD";
  font-size: 80px;
  display: block;
  text-align: center;
  line-height: 100px;
}

h1.title {
	color: white;
    margin-top: -35px;
    font-size: 3em;
    text-shadow: 0px 0px 10px #035fc0;
}
/**/
.logout  {
   background: rgb(255 255 255 / 70%);
   margin-bottom: 55px;
}
.logout-block {
	display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: baseline;
}
.logout-button {
    color: #0157b1;
    font-size: 1.1em;
    font-weight: 400;
    text-decoration: none;
    background: #83d7ff;
    padding: 0 25px;
    border-radius: 10px;
    margin: 5px 0;
    border: 2px solid #337ab7;
}
.logout-button:hover {
	text-decoration:none;
	background: #afe3fc;
}
.logout-button:active, .logout-button:focus {
	text-decoration:none;
}
.logout-name {
    padding-right: 25px;
    color: #0157b1;
    font-weight: 500;
}
.modal-header span{
    font-weight: 600;
    color: #337ab7;
    font-size: 1.2em;
}
.modal-footer {
    padding: 15px;
    text-align: none;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}
.margin-35 {
	margin-top:-65px;
}
.flex-container-exam-main {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-wrap: nowrap;
}
.flex-container-exam-main .flex-item {
  background: white;
  padding: 5px;
  width: 40%;
  min-width: 300px;
  /*height: 150px;
  line-height: 150px;*/
  color: white;
  text-align: center;
  border-radius: 20px;
  margin: 15px auto;
}
.btn-ex {
	padding: 15px 100px;
    font-size: 24px;
    border: 3px solid #1870cc;
    background: #3489e3;
    margin-top: 10px;
}
.btn-ex:hover {
    border: 3px solid #1870cc;
}
.text-left {
	color: #5e5e5e;
    font-size: 20px;
}
.rightAnswerInfoText {
display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    color: #000000;
    font-size: larger;
    font-weight: 400;
    border: solid #6ccf68 2px;
    background: #a8f99d;
    padding: 15px 10px;
    border-radius: 10px;
    max-width: 80%;
    margin: auto;
    text-align: left;
}
.rightAnswerInfoText:after {
content: "Определение:";
    display: flex;
    font-weight: 800;
    flex-direction: row;
    color: #0064aa;
  
}
.rightAnswerInfoText img {
    max-width: 80%;
	height:auto;
	margin: auto;
    display: block;
}
.questionBlock {
    display: flex;
    align-items: center;
    flex-direction: row;
	width: 100%;
	border-top: 6px solid #b6ddff;
    padding-top: 15px;
}
.questions {
    display: flex;
    width: 60%;
    flex-direction: column;
	padding-left: 50px;
}
.tests {
    max-width: 90%;
}
.right {
	float: right;
}
.table-striped img {
    max-width: 400px;
}
.krajee-default.file-preview-frame .kv-file-content {
    width: 500px !important;
    height: auto !important;
}
