@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: Open Sans, sans-serif;
  background: #9ac2ec;
}
.wrap {
  min-height: 100%;
  height: auto;
}
.wrap:before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: url(/img/body-bg.jpg) no-repeat 50% / cover;
}
.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;
  margin: 40px 0 15px;
  font-size: xx-large;
  color: #0157b1;
}
.center {
  text-align: center;
}
.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;
}
.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;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.test__thumb {
  width: 35px;
  height: 35px;
  margin: 5px;
  background: url(/img/form-thumb.png) no-repeat -70px 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.test__thumb.active {
  background-position: -35px 50%;
}
.test__thumb.done {
  background-position: 0 50%;
}
.tst-line {
  border-bottom: 3px solid #8775d8;
  margin-bottom: 50px;
}
.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: 24px;
  color: #0b82d5;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  top: -10px;
}
.test-form__group {
  margin: 15px 0;
}
.test-form__label {
  width: 100%;
  margin: 0;
  max-width: 800px;
}
.test-form__radio {
  display: none;
}
.test-form__radio:checked + .test-form__item {
  background: #3bafff;
  border-color: #1b88d5;
  color: #fff;
}
.test-form__radio:checked + .test-form__item:before {
  opacity: 1;
}
.test-form__item {
  width: 100%;
  display: flex;
  background: #ceebff;
  border: 2px solid #ceebff;
  border-radius: 8px;
  padding: 15px 25px 15px 70px;
  color: #0064aa;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.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%;
  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;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.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 {
  background: url(/img/test-info-2__pers-1.png) no-repeat 7% 18%,
  url(/img/test-info-2__pers-2.png) no-repeat 90% 13%, /*#f4beb2*/ #a2efab;
  border-radius: 16px;
  text-align: center;
  padding: 25px 15px;
}
.test-info-2__text {
  font-size: 24px;
  font-weight: 400;
  margin: 40px auto;
}
.test-info-2__text span{
  font-size: initial;
}
.test-info-2__info {
  font-size: 18px;
  color: #0157b1;
  margin-bottom: 15px;
}
.test-info-2__button-wrap {
  max-width: 712px;
  margin: 25px auto 0;
  padding: 30px 20px;
background:  /* url(/img/test-info-2__pers-3.png) no-repeat 95% 50%,*/
  hsla(0, 0%, 100%, 0.466);
  border-radius: 16px;
}
.simple-text {
  font-size: 18px;
}
.simple-text__item {
  margin-top: 25px;
}
.simple-text__item:first-child {
  margin-top: 0;
}
.curator-enter {
  background: inherit;
  padding: 0px 15px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.curator-enter a{
  margin-bottom: 25px;
}
.block-curator {
  background: #e2ecfb;
  margin-top: 50px;
}
.block-curator1 {
  background: #fcfcfc;
  margin-top: 50px;
}
.font-small {
  font-size:16px;
}
.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;
}
.selectedQuestionEndTest,
.selectedQuestionEndTest div div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.selectedQuestionEndTest h1 {
  color: #3596da;
  width: 100%;
}
/*.selectedQuestionEndTest div div p:first-child {
  color: black;
  font-weight: 400;
  font-size: 24px;
}*/

/*.selectedQuestionEndTest div div p:last-child {
  color: #186fcc;
  font-weight: 800;
  font-size: 24px;
}*/
.selectedQuestionEndTest button {
  text-transform: uppercase;
}
.badTest {
  color: red;
}
.sucessTest {
  color: green;
}

.sucessTestEnd {
  display: flex;
  justify-content: center;
}
.sucessTestEnd form {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.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 div div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.selectedQuestionEndTest h1 {
  color: #3596da;
  width: 100%;
}
.selectedQuestionEndTest div div p:first-child {
  color: black;
  font-weight: 400;
  font-size: 24px;
}
.selectedQuestionEndTest div div p:first-child span {
  color: #5a5a5a;
  font-size: 18px;
}

.selectedQuestionEndTest div div p:last-child {
  color: #186fcc;
  font-weight: 800;
  font-size: 24px;
}

.test-content {
  margin: 20px 0 40px;
  border: 20px solid #8bc3ff;
  padding: 50px 75px;
}
.selectedQuestionEndTest button {
  text-transform: uppercase;
}

.footerForm {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footerForm .form-select {
  outline: none;
  border: 1px solid #186fcc;
  color: #186fcc;
  border-radius: 10px;
  padding: 7px 10px;
  width: 100%;
}
.badTest {
  color: red;
}
.sucessTest {
  color: green;
}
.questionImage {
  display: flex;
  justify-content: center;
  width: 89%;
}
.questionImage img{
  width: 100%;
}

.emailMessage {
  display: flex;
  justify-content: center;
  color: green;
}

.textareaForm {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 1px solid #186fcc;
  color: #186fcc;
  border-radius: 10px;
  font-size: 16px;
  resize: none;
}

.textareaForm:focus {
  border: 1px solid #186fcc !important;
  outline: none !important;
}

label.hider {
  -webkit-appearance: push-button;
  -moz-appearance: button;
  display: inline-block;
  margin: 20px 0 10px 0;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

/* Default State */
div.hider-content {
  background: #f7f7f7;
  text-align: center;
  display: none;
  padding: 50px;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.4);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.4);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.4);
}
.table td{
  padding:10px;
}
.class-td {
  text-align: center;
  font-size: 24px;
  font-weight:bold;
}
.table tr:nth-child(2n) {
  background-color: #e2f0fb;
}
.class-tr {
  background-color: #a1cced !important;
}
.class-tr-head {
  background-color: #f5f5f5;
  font-weight:bold;
}
.table tr td:nth-child(2),.table tr td:nth-child(3){
  font-weight: bolder;
  text-align: center;
}


/* Toggled State */
input[type=checkbox].hider-check:checked ~ div.hider-content {
  /* background: red;*/
  display:block;
}
input[type=checkbox].hider-check {
  /* background: red;*/
  display:none;
}
.message {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.alert-warning {
  color: #000000;
  background-color: #ffaaaa;
  border-color: #a94442;
}

.label-mail-phone {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-mail, .form-phone {width: 48%;}
.error-curator li{
  margin-bottom:15px;
  font-weight: 400;
}
.error-color {
  color: #ff2864;
}

.acc-container {
  width: 100%;
}

.acc {
  margin-bottom: 10px;
}

.acc-head {
  background-color: #4b94e0;
  padding: 15px 10px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
}

.acc-head::before,
.acc-head::after {
  content: '';
  position: absolute;
  top: 50%;
  background-color: #fff;
  transition: all .3s;
}

.acc-head::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}

.acc-head::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}

.acc-head p {
  color: #fff;
  font-weight: bold;
}

.acc-content {
  padding: 15px 10px;
  display: none;
  ine-height: 2;
}

.acc-head.active::before {
  transform: rotate(90deg);
}
.test h1 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #8776dc;
}
.img-adaptive{
  width: 100%;
  height:auto;
}
.pic-info {
  max-width: 600px;
  margin:25px auto;
  display: block;
}

#root {margin-top: -35px;}

.start-info{
  font-size: 3rem;
  text-align:center;
}
.alert-start-info {
  color: #0157b1;
  background-color: #fdffdf;
  border-color: #cccaad;
  text-align: center;
}
.green {
  color: #0157b1;
  background-color: #e2ffdf;
  border-color: #cccaad;
  text-align: center;
}

.info-test {
  margin-bottom: 25px;
  background: #fffdc3;
}
.info-test big{
  background: white;
  padding: 5px 10px;
  border-radius: 15px;
  margin: 10px 0;
  display: inline-block;
}
.font-big {font-size:2rem}
/**/
.districts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-height: 400px;
  overflow: auto;
  flex-direction: column;
}
.districts h4 {
  padding: 15px;
}
.districts h3{
  text-align: center;
  margin-top: 0px;
}
.district {
  background-color: aliceblue;
  margin: 5px;
}

@media (max-width: 940px) {
  .section h3 {
    text-align:center;
  }
  .test-info-2 {
    background-image: none;
  }
  .test-info-2__button-wrap {
    background-image: none;
  }
}
@media (max-width: 640px) {
  body, html {
    text-align:center;
  }
  .test-info-2 {
    background-image: none;
  }
  .test-info-2__button-wrap {
    background-image: none;
  }
  .section {
    padding: 10px;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 0px rgb(0 0 0 / 45%);
    box-shadow: 0 0 0px rgb(0 0 0 / 45%);
    margin: 20px 0;
  }
  .wrap {
    min-height: inherit;
    height: inherit;
  }
  .page-title {
    margin-top: 0px;
    margin-left: 0px;
  }
  .pre-header-menu__item {
    font-size: large;
    margin-bottom: 15px;
  }
  .date-table__item {
    padding: 20px 0;
  }
  .test-info {
    padding: 15px;
  }
  .test-info:before {
    background-image: none;
  }
  .test-info__item {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .test-attention:before {
    background-image: none;
  }
  .test-attention {
    position: relative;
    margin: 20px auto;
  }
  .test-attention__label {
    margin: auto;
    margin-top: 15px;
    float: none;
  }
  .test-start:before {
    background-image: none;
  }
  .test__user-name {
    text-align: center;
    font-size: 18px;
    margin-top: 4px;
    margin-bottom:10px;
  }
  .test-form__title {
    font-size: 24px;
  }
  .test-form__qnumb {
    float: none;/
  text-align: center;
    clear: both;
  }
  .test .text-left {
    text-align: center;
    margin-top: 15px;
  }
  .test-form__item {
    padding: 20px 15px;
    font-size: large;
  }
  .default-button {
    font-size: 14px;
  }
  .col-xs-6 {
    width: 100%;
  }
  .pre-header {
    display: none;
  }
  .districts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 600px;
    overflow: auto;
    flex-direction: column;
  }
}