@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic");

.clear:before,
.content:before,
.place-item:before,
.clear:after,
.content:after,
.place-item:after {
  content: ' ';
  display: table;
}

.clear,
.content,
.place-item {
  *zoom: 1;
}

.clear:after,
.content:after,
.place-item:after {
  clear: both;
}

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
  background: #ffffff;
}

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  color: #000000;
  transition: all .4s .3s ease-in;
}

body.inverse {
  background: linear-gradient(90deg, #C8E1FC 0%, #E5EAFA 61.6%, #B1D9FD 100%);
}

body,
html {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.content {
  max-width: 1300px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}

#wrapper {
  height: auto;
  min-height: 100%;
  padding: 0 0 111px;
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  min-height: 100vh;
  min-width: 1200px;
  max-width: 1920px;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.header {
  height: 100px;
}

.header--logo {
  margin: 18px 0 0;
  display: block;
  float: left;
  height: 60px;
  width: 347px;
  background: url("/static_root/img/logo.svg");
  background-size: contain;
}

.header--actions-list {
  float: right;
  margin: 30px 0 0;
}

.header-action {
  display: inline-block;
  margin: 0 10px;
}

.header,
.main-nav--container {
  background: linear-gradient(90deg, #c8e1fc, #faf6ef 61.6%, #c5ddf1);
}

.inner-page .header,
.inner-page .main-nav--container {
  background: linear-gradient(90deg, #dae7f5, #e5ebf3 61.6%, #e0eaf3);
}

.inverse .header,
.inverse .main-nav--container {
  background: linear-gradient(90deg, #dae7f5, #e5ebf3 61.6%, #e0eaf3);
}

.inverse .exam-header {
  background: #ffffff !important;
}

.experts-title {
  font-weight: bold;
  margin: 13px 0 13px;
  font-size: 18px;
}

.icon.experts {
  height: 47px;
  width: 47px;
  background-size: contain;
  background: url("/static_root/img/icon-6.svg");
}

.main-nav--container {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg, #c8e1fc, #faf6ef 61.6%, #c5ddf1);
}

.main-nav--container .content {
  position: inherit;
}

.angle-container {
  position: relative;
}

.angle-container:before,
.angle-container:after {
  position: absolute;
  bottom: -20px;
  content: '';
  display: block;
  width: 0;
  height: 0;
}

.angle-container:before {
  left: 16px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #024173;
  border-top: 10px solid #024173;
  border-left: 10px solid transparent;
}

.angle-container:after {
  right: 16px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #024173;
  border-left: 10px solid #024173;
}

.main-nav {
  height: 50px;
  padding: 0 20px;
  background-color: #1C7FC4;
  box-shadow: 0 11px 32px 0 rgba(9, 68, 117, 0.36);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-content: center;
  align-items: center;
  position: relative;
  background: -moz-linear-gradient(top, #1996ed 0%, #0d79c5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1996ed 0%, #0d79c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1996ed 0%, #0d79c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1996ed', endColorstr='#0d79c5', GradientType=0);
  /* IE6-9 */
}

.main-nav:before,
.main-nav:after {
  background: #0871bb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0871bb 0%, #0662a1 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0871bb 0%, #0662a1 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0871bb 0%, #0662a1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0871bb', endColorstr='#0662a1', GradientType=0);
  /* IE6-9 */
}

.main-nav:before {
  z-index: -1;
  content: '';
  background-color: #0661A0;
  position: absolute;
  height: 50px;
  top: 20px;
  left: -200%;
  right: calc(100% - 20px);
}

.main-nav:after {
  z-index: -1;
  content: '';
  background-color: #0661A0;
  position: absolute;
  height: 50px;
  top: 20px;
  right: -200%;
  left: calc(100% - 20px);
}

.main-nav a {
  color: #ffffff;
  vertical-align: middle;
  min-height: 100%;
  line-height: 50px;
  padding: 0 6px;
  font-size: 16px;
}

.main-nav a:hover {
  color: #ffffff;
  background: #0661A0;
}

.inner-nav {
  background: #ecf6fc;
  margin: 0 0 40px;
  border-radius: 3px;
  overflow: hidden;
}

.inner-nav a {
  color: #4e5660;
  padding: 16px 24px;
  display: inline-block;
}

.inner-nav a.active {
  background: #3480c6;
  color: #ffffff;
}

@media (max-width: 1300px) {
  .main-nav a {
    padding: 0 4px;
  }
}

.sidebar {
  float: left;
  width: 271px;
  padding: 57px 0 0;
}

.sidebar-nav {
  background-color: #EBF6FC;
  border-radius: 3px;
  overflow: hidden;
}

.sidebar-nav a {
  display: block;
  padding: 10px 16px;
  color: #677079;
}

.sidebar-nav a.active {
  background: #1C7FC4;
  color: #ffffff;
}

.sidebar-action-btn {
  margin: 0 0 36px;
}

.sidebar-action-btn .btn {
  display: block;
  text-align: center;
}

.sidebar-filter--input-item {
  margin: 0 0 18px;
}

.sidebar-filter--input-item .input-item--label {
  color: #899EA8;
  margin: 0 0 11px;
  font-size: 14px;
  display: block;
}

.sidebar-filter--input-item input[type='text'],
.sidebar-filter--input-item select {
  display: block;
  background: #F4F7FB;
  border: 1px solid #B6C7E1;
  padding: 10px 16px;
  font-size: 14px;
  width: 100%;
  color: #4D5660;
  border-radius: 2px;
}

.sidebar-filter--input-item .select option {
  color: #4D5660;
}

.sidebar-filter--input-item .input-item--submit {
  display: block;
  margin: 32px 0 16px;
  width: 100%;
  background: #C0CCDE;
  color: #5C6A80;
  text-align: center;
  padding: 8px;
  border: none;
  border-radius: 2px;
}

.sidebar-filter--input-item .input-item--submit:hover {
  cursor: pointer;
}

.sidebar-filter--input-item .input-item--reset {
  text-align: center;
  color: #4F94CC;
  font-size: 14px;
  background: transparent;
  display: block;
  width: 100%;
  border: none;
}

.sidebar-filter--input-item .input-item--reset:hover {
  cursor: pointer;
}

.sidebar-demoExam i {
  display: block;
  margin: 0 auto 30px;
}

.sidebar-demoExam p {
  margin: 0 0 30px;
}

.sidebar-request-actions {
  margin: 0 -46px 40px;
}

.sidebar-request-actions--title {
  margin: 0 0 10px;
  padding: 0 46px;
  color: #899EA8;
}

.sidebar-request-actions--item {
  display: block;
  padding: 10px 46px;
  color: #000000;
}

.sidebar-request-actions--item:hover {
  background: #0075C7;
  color: #FFFFFF;
}

.sidebar-request-actions--item.active {
  background: #0075C7;
  color: #FFFFFF;
}

.main {
  position: relative;
}

.-shadow-,
.dropdown-content,
.exam-header,
.exam-panel,
.jobConstructor-qualQuestionsList,
.single-form,
.examApplications-list--item,
.examGroup-list--item,
.usersList--item,
.examResult-card,
.examProtocol-card {
  box-shadow: 0 0 25px 0 rgba(19, 74, 121, 0.13);
}

.block-shadow,
.schedule-list.-main-page-schedule- .schedule-item,
.schedule-list.-main-page-schedule- .dateTimePlace,
.schedule-list.-main-page-schedule- .examApplication-card--dateTimePlace,
.docs-item {
  box-shadow: 0 0 25px 0 rgba(19, 74, 121, 0.13);
  border: 1px solid transparent;
}

.block-shadow:hover,
.schedule-list.-main-page-schedule- .schedule-item:hover,
.schedule-list.-main-page-schedule- .dateTimePlace:hover,
.schedule-list.-main-page-schedule- .examApplication-card--dateTimePlace:hover,
.docs-item:hover {
  border-color: #1F80C5;
  box-shadow: 0 22px 35px 0 rgba(19, 74, 121, 0.21);
}

.promo-block {
  /* height: 448px; */
  padding-block: 3rem;
  overflow: hidden;
  background-color: #207FC9;
  background: linear-gradient(90deg, #C8E1FC 0%, #FAF6EF 61.6%, #C5DDF1 100%);
}

.promo-block .promo-block--content {
  max-width: 530px;
  margin: 105px 0 0;
  float: left;
}

.promo-block .promo-block--title {
  font-size: 34px;
  font-weight: bold;
  margin: 0 0 34px;
  line-height: 1.4;
  color: #0E0E0E;
}

.promo-block .promo-block--text {
  color: #646a6f;
  margin: 0 0 41px;
  font-size: 16px;
}

.promo-block .promo-block--btn {
  font-size: 18px;
}

.promo-block .promo-block--map {
  float: right;
}

.promo-block .promo-block--map #map {
  margin: 49px 0 0;
  display: block;
  height: 351px;
  width: 672px;
  background-size: 672px 351px;
  background-image: url("/static_root/img/map.svg");
}

.promo-block .promo-block--img {
  float: right;
  height: 448px;
  line-height: 448px;
  width: 50%;
  text-align: center;
}

.promo-block .promo-block--img img {
  display: inline-block !important;
  vertical-align: middle;
  width: auto !important;
}

.promo-block .promo-block--img.secondSlideImg {
  text-align: left;
}

.promo-block .promo-block--img.secondSlideImg img {
  vertical-align: bottom;
}

.promo-block .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

section.section {
  padding: 57px 0;
}

section.section .section-title,
section.section .single-form--title {
  font-size: 33px;
  margin: 0 0 34px;
  color: #000000;
  font-weight: 500;
}

section.section.-section-blue-bg- {
  background: linear-gradient(90deg, #F0EDFC 0%, #E5EAFA 61.6%, #C4DFF6 100%);
}

.step-list {
  margin: 70px 0 0;
}

.step-item {
  width: 24%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  padding: 0 5px;
  margin: 0 0 40px;
  position: relative;
}

.step-item:last-child:after {
  display: none;
}

.step-item:after {
  position: absolute;
  right: 0;
  top: 15px;
  content: '';
  display: block;
  width: 15px;
  height: 26px;
  background: url("/static_root/img/arrow-right.svg");
  -webkit-background-size: contain;
  background-size: contain;
}

.step-item .step-item--img {
  background-size: contain;
  display: inline-block;
  text-align: center;
  margin: 0 0 26px;
  min-height: 57px;
}

.step-item .step-item--img.reg {
  height: 58px;
  width: 55px;
  background-size: contain;
  background: url("/static_root/img/reg.svg");
}

.step-item .step-item--img.sign-up {
  height: 58px;
  width: 51px;
  background-size: contain;
  background: url("/static_root/img/zap.svg");
}

.step-item .step-item--img.pay {
  height: 58px;
  width: 58px;
  background-size: contain;
  background: url("/static_root/img/pay.svg");
}

.step-item .step-item--img.come {
  height: 58px;
  width: 58px;
  background-size: contain;
  background: url("/static_root/img/comeon.svg");
}

.step-item .step-item--img.get-verified {
  height: 58px;
  width: 56px;
  background-size: contain;
  background: url("/static_root/img/results.svg");
}

.step-item .step-item--img.getinfo {
  height: 58px;
  width: 52px;
  background-size: contain;
  background: url("/static_root/img/getinfo.svg");
}

.step-item .step-item--img.demo {
  height: 52px;
  width: 58px;
  background-size: contain;
  background: url("/static_root/img/demo.svg");
}

.step-item .step-item--img.exam {
  height: 57px;
  width: 48px;
  background-size: contain;
  background: url("/static_root/img/exam.svg") no-repeat;
}

.step-item .step-item--img.no-time {
  height: 48px;
  width: 47px;
  background-size: contain;
  background: url("/static_root/img/no-time.svg");
}

.step-item .step-item--img.pdf {
  height: 16px;
  width: 16px;
  background-size: contain;
  background: url("/static_root/img/download.svg");
}

.step-item .step-item--img.question {
  height: 45px;
  width: 48px;
  background-size: contain;
  background: url("/static_root/img/faq.svg");
}

.step-item .step-item--img.user {
  height: 42px;
  width: 42px;
  background-size: contain;
  background: url("/static_root/img/user.svg");
}

.step-item .step-item--img.user-mini {
  height: 15px;
  width: 13px;
  background-size: contain;
  background: url("/static_root/img/user-mini.svg");
}

.step-item .step-item--text {
  display: block;
  line-height: 1.4;
  font-size: 14px;
}

.events-schedule {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

.schedule-item,
.dateTimePlace,
.examApplication-card--dateTimePlace {
  background: #ffffff;
  width: 270px;
  padding: 28px 32px;
  display: block;
  color: #000000;
}

.schedule-item:hover,
.dateTimePlace:hover,
.examApplication-card--dateTimePlace:hover {
  color: #000000;
}

.schedule-item:hover .schedule-item--date,
.dateTimePlace:hover .schedule-item--date,
.examApplication-card--dateTimePlace:hover .schedule-item--date {
  border-color: #0275CF;
}

.schedule-item .schedule-item--date,
.dateTimePlace .schedule-item--date,
.examApplication-card--dateTimePlace .schedule-item--date {
  line-height: 1;
  color: #B4CBE6;
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid #DAE9F6;
}

.schedule-item .schedule-item--date span,
.dateTimePlace .schedule-item--date span,
.examApplication-card--dateTimePlace .schedule-item--date span {
  font-size: 36px;
  font-weight: bold;
  color: #1F80C5;
  display: inline-block;
  margin: 0 10px 0 0;
}

.schedule-item .schedule-item--events-item,
.dateTimePlace .schedule-item--events-item,
.examApplication-card--dateTimePlace .schedule-item--events-item {
  padding: 4px 0;
}

.schedule-item .schedule-item--events-item span,
.dateTimePlace .schedule-item--events-item span,
.examApplication-card--dateTimePlace .schedule-item--events-item span {
  display: block;
  color: #0275CF;
}

.schedule-item .events-placeholder,
.dateTimePlace .events-placeholder,
.examApplication-card--dateTimePlace .events-placeholder {
  text-align: center;
}

.schedule-item .events-placeholder i,
.dateTimePlace .events-placeholder i,
.examApplication-card--dateTimePlace .events-placeholder i {
  margin: 0 0 16px;
}

.schedule-item .events-placeholder span,
.dateTimePlace .events-placeholder span,
.examApplication-card--dateTimePlace .events-placeholder span {
  display: inline-block;
  font-size: 18px;
  line-height: 1.3;
}

.events-link {
  text-align: center;
  margin: 34px 0 0;
}

.events-link .btn {
  border: 1px solid #1F80C5;
}

section.partners-section {
  padding: 34px 0;
}

.patners-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

section.inner-page {
  float: right;
  min-height: 500px;
  width: 100%;
  max-width: calc(100% - 271px);
  padding: 57px 0 57px 84px;
}

section.inner-page.exam-page {
  max-width: calc(100% - 300px);
}

.footer {
  margin: -111px 0 0 0;
  padding: 26px 0;
  height: 111px;
  background-color: #D8E6F8;
  background: linear-gradient(90deg, #F0EDFC 0%, #E5EAFA 61.6%, #C4DFF6 100%);
  color: #4F6F99;
}

body.inverse .footer {
  background: #ffffff;
}

.footer-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.footer--contacts nav {
  float: left;
  font-size: 14px;
  margin: 0 40px 0 0;
}

.footer--contacts nav a {
  display: block;
}

.btn {
  display: inline-block;
  padding: 12px 16px;
  background: transparent;
  text-decoration: none;
  line-height: 1;
  border-radius: 2px;
  border: 1px solid transparent;
}

.btn-orange {
  color: #ffffff;
  background-color: #FF9C0E;
  border-color: #FF9C0E;
}

.btn-orange:hover {
  color: #ffffff;
  background: #FEA72B;
}

.btn-light {
  border-color: #3281C8;
}

.btn-block {
  display: block;
  text-align: center;
}

.btn-link {
  padding: 0;
  border: 0;
  color: #3281C8;
}

.btn-low {
  padding: 6px 16px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown .btn:hover {
  background: #005D9E;
  color: #FFFFFF;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 262px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #0075C7;
  color: #FFFFFF;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.dropdown-info .dropdown-content {
  font-size: 14px;
  padding: 20px;
}

.dropdown-info .btn {
  font-size: 14px;
}

.dropdown-info .btn:hover {
  background: transparent;
  color: #48A9ED;
}

.form-wrapper {
  margin: 88px 0 44px;
}

.request-form {
  padding: 54px 100px;
  background: #ffffff;
  max-width: 770px;
  margin: 0 auto;
}

.auth-form {
  max-width: 570px;
  margin: 0 auto;
  padding: 38px 70px 27px;
  background: #ffffff;
}

.form-title {
  text-align: center;
  font-size: 34px;
  margin: 0 0 32px;
}

.input-item {
  margin: 0 0 35px;
}

.input-item.-disabled- {
  opacity: 0.5;
  position: relative;
}

.input-item.-disabled-:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
}

.input-item:last-child {
  margin-bottom: 0;
}

.input-item.-two- .input-item--column {
  width: 49%;
  display: inline-block;
}

.input-item.-two- .input-item--column:last-child {
  float: right;
}

.input-item input[type='submit'] {
  border: none;
}

.input-item input[type='submit']:hover {
  cursor: pointer;
}

.input-item input[type='submit'].btn {
  padding-left: 26px;
  padding-right: 26px;
}

.input-item span {
  color: #B4BFCB;
  font-size: 12px;
}

.input-item label.error {
  color: #FF9C0E;
  margin: 4px 0 0 20px;
  display: block;
  font-size: 14px;
  float: right;
}

#confirm-form .input-item label.error {
  float: none;
  margin: 4px 0;
}

.input-item input[type='text'],
.input-item input[type='password'],
.input-item input[type='email'] {
  display: block;
  width: 100%;
  background-color: #EBF6FC;
  border: none;
  padding: 12px 14px;
  font-size: 16px;
  /* Webkit */
  /* Firefox 4-18 */
  /* Firefox 19+ */
  /* IE10+ */
}

.input-item input[type='text']::-webkit-input-placeholder,
.input-item input[type='password']::-webkit-input-placeholder,
.input-item input[type='email']::-webkit-input-placeholder {
  color: #4D5660;
  opacity: 1;
}

.input-item input[type='text']:-moz-placeholder,
.input-item input[type='password']:-moz-placeholder,
.input-item input[type='email']:-moz-placeholder {
  color: #4D5660;
  opacity: 1;
}

.input-item input[type='text']::-moz-placeholder,
.input-item input[type='password']::-moz-placeholder,
.input-item input[type='email']::-moz-placeholder {
  color: #4D5660;
  opacity: 1;
}

.input-item input[type='text']:-ms-input-placeholder,
.input-item input[type='password']:-ms-input-placeholder,
.input-item input[type='email']:-ms-input-placeholder {
  color: #4D5660;
  opacity: 1;
}

.input-item input[type='text'].error,
.input-item input[type='password'].error,
.input-item input[type='email'].error {
  background: #F9F5EF;
  border: 1px solid #FF9C0E;
}

.input-item select {
  display: block;
  width: 100%;
  background-color: #EBF6FC;
  padding: 12px 14px;
  font-size: 16px;
  border: none;
  color: #4D5660;
}

.input-item select option {
  color: #4D5660;
}

.form-desc {
  margin: 30px 0;
}

.input-ecp {
  text-align: center;
  color: #B3C4D1;
  margin: 0 0 10px;
}

.input-ecp .input-ecp--status {
  color: #F89C00;
}

.confirm-form--repeat-send-btn {
  color: #000000;
}

.confirm-form--repeat-send-btn span {
  font-size: inherit;
  color: #1F80C5;
}

.confirm-form--repeat-send-btn:hover {
  color: #000000;
}

.confirm-form--repeat-send-btn:hover span {
  color: #FF9C0E;
}

.checkbox .checkbox--label {
  display: block;
}

.checkbox .checkbox--error-container {
  float: left;
}

.radio-label:hover {
  cursor: pointer;
}

.iradio_flat-blue {
  margin: 0 6px 0 0;
}

ul {
  padding-left: 18px;
}

ul li {
  margin: 0 0 20px;
}

.icon {
  display: inline-block;
  background: #000;
  vertical-align: middle;
}

.icon.reg {
  height: 58px;
  width: 55px;
  background-size: contain;
  background: url("/static_root/img/reg.svg");
}

.icon.sign-up {
  height: 58px;
  width: 51px;
  background-size: contain;
  background: url("/static_root/img/zap.svg");
}

.icon.pay {
  height: 58px;
  width: 58px;
  background-size: contain;
  background: url("/static_root/img/pay.svg");
}

.icon.come {
  height: 58px;
  width: 58px;
  background-size: contain;
  background: url("/static_root/img/comeon.svg");
}

.icon.get-verified {
  height: 58px;
  width: 56px;
  background-size: contain;
  background: url("/static_root/img/results.svg");
}

.icon.getinfo {
  height: 58px;
  width: 52px;
  background-size: contain;
  background: url("/static_root/img/getinfo.svg");
}

.icon.demo {
  height: 52px;
  width: 58px;
  background-size: contain;
  background: url("/static_root/img/demo.svg");
}

.icon.exam {
  height: 57px;
  width: 48px;
  background-size: contain;
  background: url("/static_root/img/exam.svg") no-repeat;
}

.icon.no-time {
  height: 48px;
  width: 47px;
  background-size: contain;
  background: url("/static_root/img/no-time.svg");
}

.icon.pdf {
  height: 16px;
  width: 16px;
  background-size: contain;
  background: url("/static_root/img/download.svg");
}

.icon.question {
  height: 45px;
  width: 48px;
  background-size: contain;
  background: url("/static_root/img/faq.svg");
}

.icon.user {
  height: 42px;
  width: 42px;
  background-size: contain;
  background: url("/static_root/img/user.svg");
}

.icon.user-mini {
  height: 15px;
  width: 13px;
  background-size: contain;
  background: url("/static_root/img/user-mini.svg");
}

.iconed-list--item {
  border-top: 1px solid #D5E4EF;
  padding: 30px;
}

.iconed-list--item:last-child {
  border-bottom: 1px solid #D5E4EF;
}

.iconed-list--item .ili--img {
  float: left;
  margin: 0 34px 0 0;
}

.iconed-list--item .ili--content {
  margin: 0 0 0 82px;
}

.iconed-list--item .ili--title {
  font-weight: bold;
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 1;
}

.docs-list {
  align-items: center;
  justify-content: space-between;
  margin: 0 0 40px;
}

.docs-item {
  background: #ffffff;
  display: inline-block;
  width: 270px;
  padding: 28px 32px;
  border: 1px solid transparent;
  font-size: 14px;
  margin: 0 20px 20px 0;
  color: #000000;
}

.docs-item:hover {
  color: #000000;
}

.docs-item:hover .docs-item--type .docs-item--type-format {
  transform: translateY(-100%) translate3d(0, 0, 0);
  opacity: 0;
}

.docs-item:hover .docs-item--type .docs-item--type-download {
  transform: translateY(-100%) translate3d(0, 0, 0);
  opacity: 1;
}

.docs-item .docs-item--info {
  border-top: 1px solid #DAE9F6;
  margin: 23px 0 0 0;
  font-size: 16px;
}

.docs-item .docs-item--name {
  height: 108px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.docs-item .docs-item--type {
  float: left;
  transition: all 0.2s;
  height: 43px;
  padding: 23px 0 0;
  overflow: hidden;
}

.docs-item .docs-item--type i {
  margin: 2px 5px 0 0;
  float: left;
}

.docs-item .docs-item--type .docs-item--type-format {
  margin: 0 0 0 24px;
  opacity: 1;
  display: block;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  vertical-align: middle;
}

.docs-item .docs-item--type .docs-item--type-download {
  margin: 0 0 0 24px;
  color: #1F80C5;
  opacity: 0;
  display: block;
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.docs-item .docs-item--size {
  float: right;
  padding: 23px 0 0;
}

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

a {
  color: #1F80C5;
  text-decoration: none;
}

a:hover {
  color: #48A9ED;
}

strong {
  font-weight: bold;
}

h3 {
  color: #1C7FC4;
}

h2.sidebar-title {
  font-weight: normal;
}

.panel-blue {
  background-color: #EBF6FC;
  color: #2A5065;
  padding: 30px 36px;
  margin: 20px 0;
}

.panel-blue ul {
  margin: 0;
  padding: 0 20px;
}

dt {
  display: block;
  font-weight: bold;
  margin: 0 0 4px;
}

dd {
  display: inline-block;
  margin: 0 0 20px;
}

.col-6 {
  display: block;
  float: left;
  width: 50%;
}

.contact-list {
  padding: 0 47px;
  font-size: 18px;
}

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

.spoilerTriggerLink {
  position: relative;
}

.spoilerTriggerLink .short {
  display: none;
}

.spoilerTriggerLink .arrow {
  display: block;
  height: 8px;
  width: 8px;
  border-top: 1px solid #9FB4D2;
  border-right: 1px solid #9FB4D2;
  position: absolute;
  top: 22px;
  transform: rotate(135deg);
}

.spoilerTriggerLink.unfolded .arrow {
  top: 26px;
  transform: rotate(315deg);
}

.scroll-content {
  height: 260px;
  overflow-y: scroll;
}

.miniCard.-bordered- {
  border-top: 1px solid #dae9f6;
  border-bottom: 1px solid #dae9f6;
  padding: 25px 0;
}

.miniCard .miniCard-icon {
  float: left;
  margin: 0 20px 0 0;
}

.miniCard .miniCard-title {
  color: #899EA8;
  margin: 0 0 8px;
}

.inline-dl dt {
  display: inline-block;
}

.inline-dl dd {
  margin: 0;
}

.inline-dl {
  margin: 0 0 10px;
}

.panel-blue-qua {
  background-color: #EBF6FC;
  color: #2A5065;
  padding: 10px 36px;
  margin: 20px 0;
}

.panel-blue ol {
  margin: 0;
}

ol {
  padding-left: 18px;
}

ol li {
  margin: 0 0 20px;
}

.pdf-qua {
  margin-top: -20px;
}

.partners-list a {
  margin: 0px 10px 20px 10px;
}

.-text-blue- {
  color: #1C7FC4;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

.-hidden- {
  display: none;
}

.fancybox-overlay {
  background: rgba(41, 66, 86, 0.95) !important;
}

.question-item {
  padding: 35px 0;
  border-top: 1px solid #D5E4EF;
  border-bottom: 1px solid #D5E4EF;
}

.question-item--title {
  color: #1C7FC4;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.question-item--title i {
  position: absolute;
  left: 0;
  top: -9px;
}

.question-item--title span {
  margin: 0 0 0 72px;
}

.question-item--answer {
  padding: 20px 0 0 72px;
  font-size: 18px;
}

.schedule-list.schedule-page .schedule-item,
.schedule-list.schedule-page .dateTimePlace,
.schedule-list.schedule-page .examApplication-card--dateTimePlace {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D5E4EF;
  color: #000000;
}

.schedule-list.schedule-page .schedule-item .schedule-item--date,
.schedule-list.schedule-page .dateTimePlace .schedule-item--date,
.schedule-list.schedule-page .examApplication-card--dateTimePlace .schedule-item--date {
  width: 140px;
  padding: 0;
  margin: 0;
  border: none;
  height: 36px;
  line-height: normal;
}

.schedule-list.schedule-page .schedule-item .schedule-item--time,
.schedule-list.schedule-page .dateTimePlace .schedule-item--time,
.schedule-list.schedule-page .examApplication-card--dateTimePlace .schedule-item--time {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
}

.schedule-list.schedule-page .schedule-item .schedule-item--place,
.schedule-list.schedule-page .dateTimePlace .schedule-item--place,
.schedule-list.schedule-page .examApplication-card--dateTimePlace .schedule-item--place {
  width: 240px;
}

.schedule-list.schedule-page .schedule-item .schedule-item--place-city,
.schedule-list.schedule-page .dateTimePlace .schedule-item--place-city,
.schedule-list.schedule-page .examApplication-card--dateTimePlace .schedule-item--place-city {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 4px;
}

.schedule-list.schedule-page .schedule-item:last-child,
.schedule-list.schedule-page .dateTimePlace:last-child,
.schedule-list.schedule-page .examApplication-card--dateTimePlace:last-child {
  border-bottom: 1px solid #D5E4EF;
}

.schedule-list.schedule-page .schedule-item:hover,
.schedule-list.schedule-page .dateTimePlace:hover,
.schedule-list.schedule-page .examApplication-card--dateTimePlace:hover {
  background: #EBF6FC;
}

.schedule-filter--input {
  margin: 0 0 20px;
  border-radius: 3px;
  overflow: hidden;
  background: #EBF6FC;
}

.schedule-filter--input select {
  width: 100%;
  border: none;
  background: #EBF6FC;
  padding: 18px;
}

.partners-list.-partner-page- .partners-item {
  background: #ffffff;
  display: inline-block;
  width: 270px;
  padding: 10px;
}

.partners-list.-partner-page- .partners-item img {
  max-width: 100%;
}

.exam-header {
  background: #ffffff;
  padding: 0 20px;
  border: none;
  height: 70px;
}

.exam-header .header--logo {
  margin: 4px 20px 0 0;
}

.exam-header .header-nav {
  font-size: 0;
}

.exam-header .header-nav a {
  color: #000000;
  vertical-align: middle;
  min-height: 100%;
  line-height: 70px;
  padding: 0 24px;
  font-size: 16px;
  display: inline-block;
}

.exam-header .header-nav a:hover {
  background: #1C7FC4;
  color: #ffffff;
}

.exam-header .header-nav a.active {
  background: #1C7FC4;
  color: #ffffff;
}

.exam-panel {
  background: #ffffff;
  padding: 54px 63px;
  border: none;
}

.exam-desc {
  margin: 0 0 30px;
  font-size: 18px;
}

.input-item--desc {
  margin: 12px 0 0;
  color: #B4BFCB;
}

.exam-sidebar {
  background: #DAE3F1;
  min-height: 100%;
  height: 100%;
  padding: 40px 46px;
  width: 300px;
  position: relative;
}

.exam-timer .exam-timer--title {
  text-align: center;
  font-weight: normal;
  color: #000000;
}

.exam-info span {
  color: #1580C5;
  font-size: 16px;
  font-weight: bold;
}

.exam-issues-counter--square-list {
  margin: 20px 0;
  font-size: 0;
}

.exam-issues-counter--square-list .square-list--item {
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 3px;
  margin: 0 11px 11px 0;
  overflow: hidden;
  background: #EBF0F8;
}

.exam-issues-counter--square-list .square-list--item:hover {
  cursor: pointer;
}

.exam-issues-counter--square-list .square-list--item.active {
  background: #FF9C0E;
}

.exam-issues-counter--square-list .square-list--item.done {
  background: #1C7FC4;
}

.instruction-container {
  height: 500px;
  position: relative;
  margin: 0 0 35px;
}

.instruction-container--ow {
  max-height: 100%;
  overflow: auto;
  border-bottom: 1px solid #DAE9F6;
}

.exam-sidebar--exam-info {
  margin: 0 0 24px;
}

.exam-sidebar--exam-info h3 {
  color: #899EA8;
  font-weight: normal;
  margin: 0 0 12px;
  font-size: 16px;
}

.test-item--title {
  font-weight: normal;
  margin: 0 0 36px;
  color: #899EA8;
  font-size: 20px;
}

.test-item--question-subj {
  font-size: 18px;
  margin: 0 0 24px;
}

.test-item--answer-desc {
  color: #899EA8;
  margin: 0 0 26px;
}

.test-item--answer-body {
  margin: 0 0 40px;
}

.test-item--answer-body.-radio- .radio-label {
  display: block;
  margin: 0 0 20px;
}

.test-item--answer-body.-radio- input[type='radio'] {
  margin: 0 10px 0 0;
}

.test-item--answer-body.-checkbox- .checkbox--label {
  display: block;
  margin: 0 0 20px;
}

.test-item--answer-body.-sortable- .sortable-list--item {
  display: block;
  width: 100%;
  background-color: #EBF6FC;
  border: none;
  padding: 12px 14px 12px 28px;
  font-size: 16px;
  margin: 0 0 20px;
  position: relative;
}

.test-item--answer-body.-sortable- .sortable-list--item:after {
  content: '';
  display: block;
  height: 15px;
  width: 0;
  border-left: 3px dotted #A6BDC9;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 14px;
}

.test-item--answer-body.-sortable- .sortable-list--item:hover {
  cursor: move;
}

.test-item--answer-body.-sortable-.-two-sortable-list- .sortable-list--item {
  height: 64px;
  vertical-align: middle;
}

.test-item--answer-body.-sortable-.-two-sortable-list- .sortable-column {
  width: 48%;
  display: inline-block;
}

.test-item--answer-body.-sortable-.-two-sortable-list- .sortable-column:last-child {
  float: right;
}

.test-item--footer {
  border-top: 1px solid #DAE9F6;
  padding: 36px 0 0;
}

.test-item--footer .skip-btn {
  float: right;
}

.lines {
  text-align: center;
}

.lines span {
  height: 32px;
  width: 18px;
  vertical-align: 64px;
  display: block;
  margin: 0 auto 52px;
  border-bottom: 1px solid #0075C7;
}

.radio-label:hover {
  cursor: pointer;
}

.radio-label .iradio_flat-blue {
  float: left;
}

.radio-label .icheckbox_flat-blue {
  float: left;
}

.radio-label .label-text {
  display: block;
  margin: 0 0 0 33px;
}

.checkbox--label:hover {
  cursor: pointer;
}

.checkbox--label .iradio_flat-blue {
  float: left;
}

.checkbox--label .icheckbox_flat-blue {
  float: left;
}

.checkbox--label .label-text {
  display: block;
  margin: 0 0 0 33px;
}

.jobConstructor-qualificationFilter-results {
  margin: 0 0 32px;
}

.jobConstructor-qualificationFilter-results .results-found {
  float: left;
}

.jobConstructor-qualificationFilter-results .results-total {
  float: right;
  color: #899EA8;
}

.jobConstructor-qualQuestionsList {
  background: #ffffff;
  padding: 50px 60px;
  margin: 0 0 62px;
}

.jobConstructor-qualQuestionsList .qualQuestionsList-about {
  color: #899EA8;
  margin-bottom: 10px;
}

.jobConstructor-qualQuestionsList .qualQuestionsList-title {
  color: #1C7FC4;
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 32px;
  line-height: 1;
}

.qualQuestionsList-item {
  margin-bottom: 34px;
  display: block;
  border: 1px solid #DAE9F6;
  color: #1D1D1D;
  padding: 25px 25px 25px 80px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.qualQuestionsList-item:after {
  position: absolute;
  left: 24px;
  top: 24px;
  height: 33px;
  width: 36px;
  background-size: contain;
  background: url("/static_root/img/faq.svg");
  content: '';
}

.qualQuestionsList-item:hover {
  background: #EBF6FC;
  color: #1D1D1D;
}

.qualQuestionsList-item:last-child {
  margin-bottom: 0;
}

.qualQuestionsList-item.-status- {
  padding: 25px 25px 50px 80px;
}

.qualQuestionsList-item--type {
  color: #899EA8;
  margin-bottom: 12px;
}

.qualQuestionsList-item--subj {
  margin-bottom: 14px;
}

.qualQuestionsList-item--nature {
  color: #9CADB5;
  font-size: 14px;
}

.qualQuestionsList-item--status {
  background: #E8F0F7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  text-align: center;
  color: #9CADB5;
  line-height: 28px;
  font-size: 14px;
}

.qualQuestionsList-total {
  margin: 32px 0 0;
  text-align: center;
  color: #899EA8;
  font-size: 14px;
}

.single-form {
  background: #FFFFFF;
  max-width: 770px;
  margin: 0 auto;
  padding: 48px 100px;
}

.single-form form fieldset {
  border: none;
  padding: 0 0 40px;
  margin: 0 0 28px;
  border-bottom: 1px solid #DAE9F6;
}

.single-form form fieldset:last-child {
  border: none;
}

.single-form--title {
  text-align: center;
}

.single-form--input-item {
  margin: 0 0 22px;
}

.single-form--input-item.-double-margin- {
  margin: 0 0 44px;
}

.single-form--input-item .input-item--label {
  display: block;
  color: #899EA8;
  margin: 0 0 14px;
}

.single-form--input-item .select {
  display: block;
  width: 100%;
}

.single-form--input-item input[type='text'],
.single-form--input-item input[type='password'],
.single-form--input-item select,
.single-form--input-item textarea {
  background: #EBF6FC;
  padding: 14px 18px;
  border: 1px solid #D2E0E7;
  display: block;
  width: 100%;
  border-radius: 3px;
}

.single-form--input-item textarea {
  resize: none;
  height: 100px;
}

.single-form--help-text {
  display: block;
  color: #899EA8;
  margin: 0 0 24px;
}

.single-form--help-text a {
  color: #899ea8;
  text-decoration: underline;
}

.single-form--input-group .single-form--input-item {
  width: 49%;
  float: left;
}

.single-form--input-group .single-form--input-item:last-child {
  float: right;
}

.single-form--btn-group {
  text-align: center;
}

.single-form--btn-group .btn {
  margin: 0 15px;
}

.single-form--remove-option {
  position: absolute;
  display: none;
  left: -25px;
  top: 0;
  width: 25px;
  height: 100%;
  vertical-align: middle;
}

.single-form--remove-option span {
  position: absolute;
  top: 46%;
  left: 5px;
}

.single-form--conformity {
  margin: 0 0 40px;
  padding: 16px 0 16px 20px;
  border-left: 1px solid #D2E0E7;
  position: relative;
}

.single-form--conformity:hover .single-form--remove-option {
  display: block;
}

.single-form--text-list .single-form--input-item {
  position: relative;
}

.single-form--text-list .single-form--input-item .single-form--remove-option span {
  top: 58%;
}

.single-form--text-list .single-form--input-item:hover .single-form--remove-option {
  display: block;
}

.single-form--checkbox-list .single-form--input-item {
  position: relative;
}

.single-form--checkbox-list .single-form--input-item .single-form--remove-option span {
  top: 58%;
}

.single-form--checkbox-list .single-form--input-item:hover .single-form--remove-option {
  display: block;
}

.-checkbox-option- .single-form--input-item {
  width: 460px;
  float: left;
}

.-checkbox-option- .checkbox--label {
  float: right;
  margin: 48px 10px 0 0;
}

.examApplications-list {
  margin: 40px 0;
}

.examApplications-list--item {
  display: block;
  position: relative;
}

.examApplication-card {
  background: #FFFFFF;
}

.examApplication-card--content {
  padding: 40px 60px;
}

.examApplication-card--header {
  border-bottom: 1px solid #DAE9F6;
}

.examApplication-card--header h3 {
  color: #899EA8;
  font-size: 16px;
  font-weight: normal;
}

.examApplication-card--header h2 {
  font-size: 18px;
  font-weight: normal;
}

.examApplication-card--header .examApplications-list--item-options {
  float: right;
}

.dateTimePlace {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 28px 32px;
  border-bottom: 1px solid #DAE9F6;
}

.dateTimePlace.-bordered- {
  border-top: 1px solid #DAE9F6;
  border-bottom: 1px solid #DAE9F6;
}

.examApplication-card--dateTimePlace {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 28px 32px;
  border-bottom: 1px solid #DAE9F6;
}

.examApplication-card--dateTimePlace.-bordered- {
  border-top: 1px solid #DAE9F6;
  border-bottom: 1px solid #DAE9F6;
}

.examApplication-card--date {
  border: none;
  height: 36px;
  color: #1f80c5;
  line-height: normal;
}

.examApplication-card--date span {
  font-size: 36px;
  font-weight: 700;
  color: #1f80c5;
  display: inline-block;
  margin: 0 10px 0 0;
}

.examApplication-card--time {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
}

.examApplication-card--examStart {
  background-color: #F3F6FA;
  padding: 26px 0;
  border-bottom: 1px solid #DAE9F6;
}

.infoBlock {
  margin: 0 0 20px;
}

.infoBlock .infoBlock--title {
  color: #899EA8;
  font-size: 16px;
  margin: 0 0 10px;
}

.infoBlock strong {
  font-size: 18px;
}

.examApplication-card--mainInfo {
  padding: 30px 0 0;
  border-bottom: 1px solid #DAE9F6;
}

.examApplications-list--item .examApplication-card--mainInfo {
  border-bottom: none;
}

.examApplication-card--mainInfo .examApplication-card--mainInfo-item {
  margin: 0 0 20px;
}

.examApplication-card--mainInfo .examApplication-card--mainInfo-item .mainInfo-item--title {
  color: #899EA8;
  font-size: 16px;
  margin: 0 0 10px;
}

.examApplication-card--docUpload {
  padding: 26px 0 0;
}

.docUpload--title {
  color: #899EA8;
  margin: 0 0 18px;
}

.docUpload--info .warning {
  color: #FF9C0E;
}

.docUpload--list {
  margin: 20px 0;
}

.docUpload--input {
  position: relative;
  z-index: 1;
  border: 1px solid #DAE9F6;
  padding: 26px 20px;
  margin: 0 0 20px;
}

.docUpload--input:hover {
  background-color: #EBF6FC;
}

.docUpload--input label {
  cursor: pointer;
}

.docUpload--input input[type='file'] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.docUpload--input .docUpload--input-form {
  position: relative;
}

.docUpload--input .docUpload--input--action {
  color: #4F94CC;
  float: right;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}

.docUpload--input .docUpload--input--action .-upload- {
  cursor: pointer;
  display: inline-block;
}

.docUpload--input .docUpload--input--action .-delete- {
  display: none;
  z-index: 2;
  position: relative;
}

.docUpload--input .docUpload--input--action .-delete-:hover {
  color: red;
}

.docUpload--input .-download-template- {
  font-size: 14px;
  display: block;
}

.docUpload--input.uploaded {
  color: #4F94CC;
}

.docUpload--input.uploaded .docUpload--input--action {
  color: #899EA8;
}

.docUpload--input.uploaded .docUpload--input--action .-upload- {
  display: none;
}

.docUpload--input.uploaded .docUpload--input--action .-delete- {
  display: block;
  cursor: pointer;
  z-index: 99;
}

.docUpload--input.uploaded .-download-template- {
  display: none;
}

.examApplication-card--footer {
  background-color: #F3F6FA;
  padding: 40px 60px;
}

.examApplication-card--section-title {
  color: #899EA8;
  margin: 0 0 18px;
}

.history-item {
  margin: 0 0 25px;
}

.history-item--date {
  font-size: 14px;
}

.examGroup-list--item {
  margin: 0 0 60px;
}

.examGroup-list--item .examApplication-card--dateTimePlace {
  padding-top: 0;
}

.examGroup-list--item .examApplication-card--mainInfo {
  border-bottom: none;
}

.examGroup-list--item .spoilerTriggerLink {
  display: block;
  background-color: #E3EDFB;
  text-align: center;
  padding: 18px 20px;
  color: #99AFCF;
}

.examGroupParticipantsInfo {
  border: 1px solid #DAE9F6;
  padding: 24px 20px;
  margin: 0 0 30px;
  border-radius: 4px;
}

.examGroupParticipantsInfo .examGroupParticipantsInfo--quantity {
  float: left;
}

.examGroupParticipantsInfo .examGroupParticipantsInfo--goToRequest {
  float: right;
}

.examGroupActions {
  text-align: center;
}

.examGroupActions .btn {
  margin: 0 10px;
}

.pagination {
  text-align: center;
  margin: 0 0 30px;
}

.pagination a {
  display: inline-block;
  margin: 0 4px;
  color: #899EA8;
  padding: 4px 10px;
  border-radius: 4px;
}

.pagination a.active {
  background: #1C7FC4;
  color: #FFFFFF;
}

.usersList--item {
  margin: 0 0 60px;
  background: #FFFFFF;
}

.usersList--item .userCard-content {
  padding: 36px 60px;
}

.usersList--item .spoilerTriggerLink {
  display: block;
  background-color: #E3EDFB;
  text-align: center;
  padding: 18px 20px;
  color: #99AFCF;
}

.usersList--item .examApplication-card--mainInfo {
  border-bottom: none;
}

.userCard--header {
  border-bottom: 1px solid #DAE9F6;
  padding: 0 0 20px;
}

.userCard--header-main {
  float: left;
}

.userCard--status {
  color: #899EA8;
  font-size: 16px;
  margin: 0 0 4px;
}

.userCard--name {
  font-size: 20px;
}

.userCard--header-edit {
  float: right;
}

.userAdmission-item {
  border: 1px solid #DAE9F6;
  padding: 22px 22px 22px 84px;
  margin: 0 0 34px;
  border-radius: 3px;
}

.userAdmission-item:last-child {
  margin: 0;
}

.userAdmission-item:hover {
  background-color: #EBF6FC;
}

.userAdmission--header {
  margin: 0 0 20px;
  position: relative;
}

.userAdmission--header-icon {
  position: absolute;
  left: -61px;
}

.userAdmission--name {
  font-size: 18px;
  margin: 0 0 4px;
}

.userAdmission--viewInfo {
  font-size: 14px;
}

.userAcceptForm h3 {
  color: #000000;
  font-weight: normal;
  font-size: 22px;
  margin: 38px 0;
}

.single-form form.userAcceptForm .userAdmission {
  border-bottom: none;
  padding: 0;
  margin: 0 0 44px;
}

.userAdmission--inputlist .single-form--input-group .single-form--input-item {
  margin: 0;
}

.userAdmission--inputlist .single-form--input-group .single-form--input-item input[type='checkbox'] {
  margin: 0 6px 0 0;
}

.userBreakExam {
  margin: 0 0 20px;
}

.-bordered- {
  border-top: 1px solid #DAE9F6;
  border-bottom: 1px solid #DAE9F6;
  padding: 28px 32px;
}

.-text-red- {
  color: #F35858;
}

.-text-green- {
  color: #6BBF3D;
}

.secondary-text {
  color: #899EA8;
  display: inline-block;
}

.examResult-list--item {
  margin: 0 0 57px;
}

.examResult-list--item .-bordered- {
  padding: 28px 0;
}

.examResult-list--item .-bordered- .infoBlock {
  margin: 0;
}

.examResult-card {
  background: #FFFFFF;
  padding: 48px 60px;
}

.examResult-card--title {
  margin: 0 0 20px;
}

.examResult-card--title i {
  float: left;
  width: 32px !important;
  height: 35px !important;
  margin: 4px 20px 0 0;
}

.examResult-card--title .secondary-text {
  margin: 0 0 4px;
}

.examResult-card--title .examResult-card--qualName {
  font-size: 18px;
}

.examResult-card--dateTimePlace {
  margin: 0 0 20px;
}

.examResult-card--user-info {
  margin: 0 0 20px;
}

.examResult-card--answer-list h3 {
  font-weight: normal;
  color: #000000;
}

.examResult-card--answer-item {
  border: 1px solid #DAE9F6;
  padding: 26px;
  margin: 0 0 26px;
  border-radius: 3px;
}

.examResult-card--answer-item .answer-item--title {
  margin: 0 0 20px;
}

.examResult-card--answer-item .answer-item--title i {
  margin: 0 18px 0 0;
}

.examResult-card--answer-item .answer-item--title .answer-item--status {
  float: right;
  margin: 10px 0 0;
}

.examResult-card--answer-item .answer-item--answer h4 {
  font-weight: normal;
}

.infoBlock-icon {
  float: left;
  margin: 4px 18px 0 0;
}

.-bordered-top- {
  border-top: 1px solid #DAE9F6;
  padding-top: 28px;
}

.examProtocol-list--item {
  margin: 0 0 57px;
}

.examProtocol-list--item .-bordered- {
  padding: 28px 0;
}

.examProtocol-list--item .-bordered- .infoBlock {
  margin: 0;
}

.examProtocol-card {
  background: #FFFFFF;
  padding: 48px 60px;
}

.examProtocol-card--dateTimePlace {
  margin: 0 0 20px;
}

.examProtocol-card--dateTimePlace .dateTimePlace {
  padding: 0 0 28px 0;
}

.examProtocol-card--mainInfo {
  border-bottom: 1px solid #DAE9F6;
  margin: 0 0 20px;
}

.examProtocol-card--user-list {
  margin: 15px 0 0;
}

.examProtocol-card--user-item {
  margin: 0 0 25px;
  padding: 22px 20px;
  border-radius: 3px;
  border: 1px solid #DAE9F6;
}

.examProtocol-card--user-item .user-item--icon {
  margin: 0 10px 0 0;
}

.examProtocol-card--user-item .user-item--name {
  vertical-align: middle;
}

.examProtocol-card--user-item .user-item--result {
  float: right;
}

.payChoiceForm--errorContainer {
  text-align: center;
  color: #FF9C0E;
  margin: 0 0 27px;
}

.payChoiceForm-total {
  text-align: right;
  margin: 20px 0 0;
}

.payChoiceForm {
  padding: 20px 0;
}

.payChoiceForm fieldset {
  border-bottom: none !important;
  padding: 0 0 20px !important;
  margin: 0 0 10px !important;
}

.payInput .checkbox--label {
  border: 1px solid #DAE9F6;
  padding: 25px 20px;
  border-radius: 4px;
  display: block;
}

.payInput .checkbox--label:hover {
  background-color: #EBF6FC;
}

.payInput--systemLogo {
  height: 26px;
  width: 96px;
  float: right;
}

.-visa-master- .payInput--systemLogo {
  background: url("/static_root/img/visaMaster.png");
}

.-yandex-money- .payInput--systemLogo {
  background: url("/static_root/img/yandexMoney.png");
}

.single-form--footer-text {
  text-align: center;
}

.paySuccessPage .paySuccess-text {
  margin: 0 0 40px;
  font-size: 18px;
}

.paySuccessPage .examResult-card--dateTimePlace {
  margin: 0 0 40px;
}

.single-page {
  background: #ffffff;
  padding: 54px 48px;
}

.examCard--content {
  float: left;
  width: 40%;
}

.examCard--title {
  margin: 0 0 22px;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}

.examCard--desc {
  margin: 0 0 30px;
}

.examCard--block-title {
  line-height: 1;
  font-size: 22px;
  margin: 0 0 18px;
}

.examCard--place {
  margin: 0 0 30px;
}

.examCard--place .examCard--place-time p {
  margin: 0 0 4px;
}

.examCard--place .examCard--place-time p span {
  font-weight: bold;
}

.examCard--location {
  margin: 0 0 30px;
}

.examCard--organizer {
  margin: 0 0 36px;
}

.examCard--mapAndPlace {
  float: right;
  width: 60%;
}

.examCard--map {
  margin: 0 0 20px;
  height: 400px;
}

.place-item {
  border: 1px solid #dae9f6;
  margin: 0 16px 20px;
  padding: 20px;
  border-radius: 3px;
}

.place-item--img {
  float: left;
  margin: 0 30px 0 0;
  width: 85px;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.place-item--img img {
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.place-item--desc {
  margin: 0 0 0 115px;
}

.place-item--main-info {
  margin: 0 0 20px;
}

.place-item--main-info .place-item--title {
  margin: 0 0 5px;
  font-size: 20px;
}

.place-item--main-info span {
  color: #899ea8;
  margin: 0 10px 0 0;
  font-size: 14px;
}

.place-item--contacts .miniCard .miniCard-title {
  margin: 0 0 4px;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}