@charset "UTF-8";
/* Sizes */
/* Font Families */
/* Colors */
/* Media Queries */
/* Other */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
  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;
}

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

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

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Breakpoints */
/*
    Personal mixins
*/
/* Breakpoints */
@font-face {
  font-family: "gost-regular";
  src: url("../fonts/gost/regular/GOSTUI2-Regular.eot");
  src: url("../fonts/gost/regular/GOSTUI2-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gost/regular/GOSTUI2-Regular.woff") format("woff"), url("../fonts/gost/regular/GOSTUI2-Regular.ttf") format("truetype"), url("../fonts/gost/regular/GOSTUI2-Regular.svg#gost-regular") format("svg");
  font-style: normal;
  font-weight: normal;
}

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

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

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/roboto/Roboto-400.woff2") format("woff2"), url("../fonts/roboto/Roboto-400.woff") format("woff");
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../fonts/roboto/Roboto-500.woff2") format("woff2"), url("../fonts/roboto/Roboto-500.woff") format("woff");
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, height .2s ease-in-out;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .drp-calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .drp-calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .drp-calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .drp-calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

.wickedpicker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  margin: 0 auto;
  width: 129px;
  height: 110px;
  font-size: 18px;
  font-weight: 500;
  display: none;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #DFE3E8;
  -webkit-box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  padding: 10px 0;
  padding-top: 5px;
}

.wickedpicker__close {
  cursor: pointer;
  background: #0077B0;
  border: 1px solid #0077B0;
  border-radius: 4px;
  font-size: 14px;
  padding: 0.5rem 1.2rem;
  color: #f4f7fb;
}

.wickedpicker__close:hover {
  color: #f4f7fb;
  background-color: #0a8bc9;
  border-color: #0a8bc9;
}

.wickedpicker__controls {
  line-height: normal;
  margin: 0;
}

.wickedpicker__controls__control:before {
  display: none;
}

.wickedpicker__controls__control {
  margin-bottom: 9px !important;
  padding-left: 0 !important;
}

.wickedpicker__controls__control,
.wickedpicker__controls__control--separator {
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  margin: 0 auto;
  width: 35px;
  letter-spacing: 1.3px;
  padding-left: 0 !important;
}

.wickedpicker__controls__control-up,
.wickedpicker__controls__control-down {
  color: #34495e;
  position: relative;
  display: block;
  margin: 3px auto;
  margin-bottom: 0;
  font-size: 18px;
  cursor: pointer;
}

.wickedpicker__controls__control-down:after {
  content: ' ';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNTQ0NTYgNS43ODQxM0wxMS4yNzQyIDEuMjU4MjdDMTEuNTc1MyAwLjk3MDM3IDExLjU3NTMgMC41MDM2IDExLjI3NDIgMC4yMTU4NEMxMC45NzM1IC0wLjA3MTk0OTkgMTAuNDg1NyAtMC4wNzE5NDk5IDEwLjE4NSAwLjIxNTg0TDUuOTk5OTIgNC4yMjA1MkwxLjgxNTAyIDAuMjE1OTVDMS41MTQxNSAtMC4wNzE4Mjk0IDEuMDI2NCAtMC4wNzE4MjkzIDAuNzI1NyAwLjIxNTk1QzAuNDI0OCAwLjUwMzc0IDAuNDI0OCAwLjk3MDQ5IDAuNzI1NyAxLjI1ODM5TDUuNDU1NDEgNS43ODQyNUM1LjYwNTg2IDUuOTI4MTQgNS44MDI4MyA2IDUuOTk5OSA2QzYuMTk3MDYgNiA2LjM5NDE4IDUuOTI4IDYuNTQ0NTYgNS43ODQxM1oiIGZpbGw9IiMwMDc3QjAiLz48L3N2Zz4=);
}

.wickedpicker__controls__control-up:before {
  content: ' ';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuNTQ0NTYgMC43MTU4NzJMMTEuMjc0MiA1LjI0MTczQzExLjU3NTMgNS41Mjk2MyAxMS41NzUzIDUuOTk2NCAxMS4yNzQyIDYuMjg0MTZDMTAuOTczNSA2LjU3MTk1IDEwLjQ4NTcgNi41NzE5NSAxMC4xODUgNi4yODQxNkw1Ljk5OTkyIDIuMjc5NDhMMS44MTUwMiA2LjI4NDA1QzEuNTE0MTUgNi41NzE4MyAxLjAyNjQgNi41NzE4MyAwLjcyNTcgNi4yODQwNUMwLjQyNDggNS45OTYyNiAwLjQyNDggNS41Mjk1MSAwLjcyNTcgNS4yNDE2MUw1LjQ1NTQxIDAuNzE1NzU1QzUuNjA1ODYgMC41NzE4NjQgNS44MDI4MyAwLjUgNS45OTk5IDAuNUM2LjE5NzA2IDAuNSA2LjM5NDE4IDAuNTcyMDA0IDYuNTQ0NTYgMC43MTU4NzJaIiBmaWxsPSIjMDA3N0IwIi8+PC9zdmc+);
}

.wickedpicker__controls__control--separator {
  width: 5px;
}

.wickedpicker__controls__control--separator:before {
  display: none;
}

.wickedpicker__controls,
.wickedpicker__controls__control,
.wickedpicker__controls__control--separator,
.wickedpicker__controls__control-up,
.wickedpicker__controls__control-down {
  text-align: center;
}

.wickedpicker__controls__control-up:before,
.wickedpicker__controls__control-down:after {
  font-style: normal;
  font-weight: normal;
  display: block;
  line-height: 1em;
  background-repeat: no-repeat;
  background-position: center;
  height: 14px;
}

/**
 * Swiper 11.1.12
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 1, 2024
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Slide styles end */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: "gost-regular", sans-serif;
  font-size: 62.5%;
  background-color: #f3f6fb;
}

html._modal-opened,
body._modal-opened {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  html,
  body {
    background-color: #F1F4F9;
  }
}

body {
  color: #3b4256;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}

address {
  font-style: normal;
}

button {
  cursor: pointer;
  outline: 0;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

textarea {
  resize: vertical;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

:-moz-placeholder {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[placeholder] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.container {
  max-width: 1163px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

/*
	Set font selection according to the website color scheme
*/
*::-moz-selection {
  background: #0077b0;
  color: #ffffff;
}
*::selection {
  background: #0077b0;
  color: #ffffff;
}

*::-moz-selection {
  background: #0077b0;
  color: #ffffff;
}

._fix::before, ._fix::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  visibility: hidden;
  clear: both;
}

._hide,
._none,
[hidden] {
  display: none !important;
  visibility: hidden !important;
}

._noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

._flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._theme {
  color: #0077b0;
}

._align-l {
  text-align: left;
}

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

._align-r {
  text-align: right;
}

._align-j {
  text-align: justify;
}

._align-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

b,
._bold {
  font-family: "gost-bold", sans-serif;
}

._medium {
  font-family: "gost-medium", sans-serif;
}

._upp {
  text-transform: uppercase;
}

._red {
  color: #e53935;
}

._green {
  color: #7AAE46;
}

._bg-red {
  background-color: #e53935;
}

span.value {
  color: inherit;
  font-size: inherit;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.table__cell {
  display: table-cell;
  vertical-align: initial;
}

.table__cell._top {
  vertical-align: top;
}

.table__cell._middle {
  vertical-align: middle;
}

.table__cell._bottom {
  vertical-align: bottom;
}

.add-clear-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.add-clear-block__drop {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-top: -9px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
}

/* Headings */
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  margin: 0;
  font-family: "gost-bold", sans-serif;
}

h1, .h1 {
  font-size: 4.8rem;
  line-height: 5.6rem;
  letter-spacing: -.06rem;
}

h2, .h2 {
  font-size: 3.2rem;
  line-height: 4rem;
  letter-spacing: -.04rem;
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h4, .h4 {
  font-size: 1.8rem;
  line-height: 2.6rem;
}

h5, .h5,
h6, .h6 {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    letter-spacing: -.03rem;
  }
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.6rem;
    letter-spacing: -.03rem;
  }
  h3, .h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  h4, .h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

/* Link */
a {
  color: #0f7fb4;
  text-decoration: none;
}

a:hover {
  color: #0a8bc9;
}

/* Text */
p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

p._xs {
  font-size: 1.4rem;
  line-height: 2rem;
}

p._s {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

p._m {
  font-size: 1.8rem;
  line-height: 2.6rem;
}

p._l {
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: -.02rem;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  p._xs {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  p._s {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  p._m {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  p._l {
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0;
  }
}

/* Code */
code {
  display: block;
  width: 100%;
  padding: 2rem 2.5rem;
  color: #3b4256;
  font-size: 1.6rem;
  line-height: 2.4rem;
  background-color: #ffffff;
  border: 1px solid #e1eaf5;
  -webkit-box-shadow: inset 0 0 1rem rgba(59, 66, 86, 0.2);
  box-shadow: inset 0 0 1rem rgba(59, 66, 86, 0.2);
}

code span {
  display: block;
  width: 100%;
}

code span._1 {
  padding-left: 3rem;
}

code span._2 {
  padding-left: 6rem;
}

code span._3 {
  padding-left: 9rem;
}

.i {
  display: inline-block;
  vertical-align: initial;
}

.i._refresh-dark {
  background-image: url(../img/png_sprite.png);
  background-position: 0px 0px;
  width: 16px;
  height: 10px;
}

.i._refresh-light {
  background-image: url(../img/png_sprite.png);
  background-position: -16px 0px;
  width: 16px;
  height: 10px;
}

.i._pagination-arrow-left, .i._pagination-arrow-right {
  width: .8rem;
  height: 1.2rem;
}

.i._checked {
  width: 1.1rem;
  height: .8rem;
}

.i._trash-bin {
  width: 1rem;
  height: 1.1rem;
  fill: #000000;
}

.i._pencil {
  width: 1rem;
  height: .9rem;
  fill: #000000;
}

.i._close {
  width: 1.2rem;
  height: 1.2rem;
}

.i._profile {
  width: 2rem;
  height: 2rem;
}

.i._zoom {
  width: 1.75rem;
  height: 1.75rem;
}

.i._search-reset {
  width: 1.6rem;
  height: 1.6rem;
}

.i._squared-dots {
  width: 1.6rem;
  height: 1.6rem;
}

.i._dots {
  width: 2rem;
  height: 2rem;
}

.i._burger {
  width: 2.1rem;
  height: 1.4rem;
}

.i._cc {
  width: 2.4rem;
  height: 2.4rem;
}

.i._link-back {
  width: .6rem;
  height: 1.1rem;
}

.i._paper-plane {
  width: 6.7rem;
  height: 6.7rem;
}

.i._magnifier {
  width: 3.2rem;
  height: 3.3rem;
}

.i._vk, .i._fb, .i._tw, .i._ok {
  width: 2.4rem;
  height: 2.4rem;
}

.i._facebook {
  width: .65rem;
  height: 1.15rem;
}

.i._vkontakte {
  width: 1.3rem;
  height: 0.75rem;
}

.i._google-plus {
  width: 1.4rem;
  height: .9rem;
}

.i._email {
  width: 1.7rem;
  height: 1.15rem;
}

.i._category-doc {
  width: 2.6rem;
  height: 2.6rem;
  fill: #0077b0;
}

.i._category-screen {
  width: 2.9rem;
  height: 2.6rem;
  fill: #da3055;
}

.i._category-location {
  width: 2.2rem;
  height: 2.9rem;
  fill: #6ab242;
}

.i._category-list {
  width: 2.5rem;
  height: 2.2rem;
  fill: #6ab242;
}

.i._category-questions {
  width: 3.2rem;
  height: 2.9rem;
  fill: #0077b0;
}

.i._category-reader {
  width: 2.7rem;
  height: 2.7rem;
  fill: #da3055;
}

.i._pdf, .i._doc {
  width: 2.5rem;
  height: 2.9rem;
}

.i._pdf {
  fill: #e2574c;
}

.i._doc {
  fill: #4c80e2;
}

.i._phone {
  width: 1.1rem;
  height: 1.1rem;
}

.i._envelope {
  width: 1rem;
  height: .8rem;
}

.i._web-link {
  width: 1.1rem;
  height: 1.1rem;
}

.i._check {
  width: 1.3rem;
  height: 100%;
}

.i._refresh-round {
  width: 1.7rem;
  height: 100%;
}

.i._cross-light {
  width: 1.1rem;
  height: 100%;
}

.i._download-file {
  width: 2rem;
  height: 2.3rem;
}

.i._approve {
  width: 2rem;
  height: 2rem;
  fill: #7aae46;
}

.i._disapprove {
  width: 2.4rem;
  height: 2.1rem;
  fill: #eb0000;
  margin-top: 4px;
  margin-right: -4px;
}

.i._question {
  fill: #0077b0;
  height: 2.4rem;
  margin-left: 7px;
  width: 2.4rem;
  vertical-align: middle;
}

.i._big-question {
  fill: #0077b0;
  height: 2.8rem;
  width: 2.8rem;
}

.i._glasses {
  fill: #3b4256;
  height: 2.4rem;
  width: 3.4rem;
}

/*Blocks*/
.website-header {
  width: 100%;
  border-bottom: 1px solid #dde1e6;
}

.website-header-controls {
  height: 5.5rem;
  background-color: #0077b0;
}

.website-header-bar {
  height: 7.5rem;
  background-color: #ffffff;
}

.website-header__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.website-header__options > *:not(:last-child) {
  margin-right: 3rem;
}

.website-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ui-section {
  width: 100%;
}

.ui-section:not(:last-child) {
  margin-bottom: 6rem;
}

.ui-section__heading {
  margin-bottom: 2rem;
}

.ui-section__unit {
  width: 100%;
}

.ui-section__unit:not(:last-child) {
  margin-bottom: 3rem;
}

.ui-section__element {
  width: 100%;
}

.ui-section__element:not(:last-child) {
  margin-bottom: 1.5rem;
}

.ui-section__element h3:not(.info-card__heading),
.ui-section__element .h3:not(.info-card__heading) {
  margin-bottom: 1.5rem;
}

.ui-section__element h4:not(.info-card__heading),
.ui-section__element .h4:not(.info-card__heading) {
  margin-bottom: 1rem;
}

.ui-section code,
.ui-section .show-code {
  margin-top: 1rem;
}

.website-footer {
  width: 100%;
  padding-top: 6.5rem;
  padding-bottom: 5.5rem;
  background-color: #0077b0;
}

.website-footer--small {
  padding-bottom: 2rem;
  padding-top: 2rem;
  background: transparent;
  color: #dde1e6;
  text-align: center;
}

.website-footer__copyright svg {
  margin-right: 16px;
  fill: #dde1e6;
  width: 24px;
  height: 24px;
}

.website-footer__top, .website-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.website-footer__top {
  padding-bottom: 3.6rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.website-footer__bottom {
  padding-top: 4.8rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}

.website-footer__section {
  width: 100%;
}

.website-footer__section._contacts {
  max-width: 35rem;
}

.website-footer__section._navigation {
  max-width: calc(100% - 35rem);
  padding-top: .7rem;
}

.website-footer .logotype {
  width: 28.5rem;
  height: auto;
  margin-bottom: 1.1rem;
}

.website-wrapper {
  font-size: 1.6rem;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.website-wrapper._modal-opened {
  overflow: hidden;
}

.workarea {
  width: 100%;
  min-height: calc(100% - 483px);
  color: #3b4256;
  font-family: "gost-regular", sans-serif;
  font-size: 1.6rem;
}

.workarea--exam {
  color: #000000;
  min-height: calc(100% - 140px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (-ms-high-contrast: none) {
  .workarea--exam {
    height: 600px;
  }
  .workarea--exam *::-ms-backdrop {
    height: 600px;
  }
}

.workarea--exam .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 6.5rem;
  padding-bottom: 21rem;
}

.page--exam {
  padding-top: 55px;
  padding-bottom: 0;
  width: 100%;
}

.page--vcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page--padTop0 {
  padding-top: 0;
}

.page__aside {
  width: 31.2rem;
}

.page__aside + .page__content {
  width: calc(100% - 31.2rem);
  padding-left: 8.5rem;
}

.page__content {
  width: 100%;
}

.input {
  position: relative;
}

.input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  display: block;
  width: 100%;
  height: 4.8rem;
  padding: 0 3.5rem 0 1.6rem;
  font-family: "gost-regular", sans-serif;
  font-size: 1.6rem;
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: .4rem;
  outline: 0;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.input--exam input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  height: 6.4rem;
}

.input textarea {
  display: block;
  width: 100%;
  height: 15rem;
  padding: 1.6rem;
  font-family: "gost-regular", sans-serif;
  font-size: 1.6rem;
  background: transparent;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: .4rem;
  outline: 0;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-height: 10rem;
  resize: vertical;
}

.input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.input textarea {
  color: #3b4256;
  background: #f4f7fb;
  border-color: #b3bbc3;
}

.input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):invalid,
.input textarea:invalid {
  border-color: #e53935;
}

.input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):hover,
.input textarea:hover {
  border-color: #b3bbc3;
}

.input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):focus,
.input textarea:focus {
  background-color: #ffffff;
  border-color: #62b0ff;
}

.input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):disabled,
.input textarea:disabled {
  pointer-events: none;
  background-color: #dde1e6;
  border-color: #dde1e6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.input--whiteBg input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  background-color: #fff;
}

.input::after {
  content: '';
  position: absolute;
  top: 1.8rem;
  right: 1.4rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.input._error {
  /*&::after {
        top: 2rem;
        right: 1.5rem;
        width: .9rem;
        height: .9rem;
        background-image: url(../svg_icons/cross.svg);
      }*/
}

.input._error input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.input._error textarea {
  background-color: #ffffff;
  border-color: #e53935;
}

.input._error .input__error {
  display: block;
}

.input._success input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.input._success textarea {
  background-color: #ffffff;
  border-color: #7AAE46;
}

.input._success::after {
  background-image: url(../svg_icons/checked.svg);
}

.input__error {
  display: none;
  margin-top: .6rem;
  color: #e53935;
  font-size: 1.4rem;
  line-height: 2rem;
}

@media only screen and (max-width: 767px) {
  .input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    height: 4rem;
    padding: 0 3rem 0 1.2rem;
    font-size: 1.4rem;
  }
  .input::after {
    top: 1.4rem;
    right: 1rem;
  }
  .input._error::after {
    top: 1.6rem;
  }
}

.button {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  padding: 0.8rem 1.6rem;
  color: #f4f7fb;
  font-family: "gost-medium", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: #0077b0;
  border: 0;
  cursor: pointer;
  border-radius: 0.4rem;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-width: 8.6rem;
}

.button--exam {
  width: 100%;
  height: 6.4rem;
}

.button:hover {
  color: #f4f7fb;
  background-color: #0a8bc9;
}

.button:active {
  background-color: #06628f;
}

.button:disabled {
  background-color: #C7C7C7;
  color: white;
  cursor: auto;
}

.button.isDisabled {
  background-color: #C7C7C7;
  color: white;
  cursor: auto;
}

.button._s {
  padding: .8rem 1.6rem;
}

.button._m {
  padding: 1.6rem 1.6rem;
}

.button._l {
  padding: 1.9rem 2.41rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.button._w-100, .button._fullWidth {
  width: 100%;
}

.button._white {
  color: #3b4256;
  background-color: #f4f7fb;
}

.button._white:hover {
  color: #3b4256;
  background-color: #e7eff9;
}

.button._white:active {
  background-color: #e3e6eb;
}

.button._white .i {
  fill: #3b4256;
}

.button._red {
  background-color: #e53935;
}

.button._red:hover {
  background-color: rgba(229, 57, 53, 0.8);
}

.button._border {
  background: transparent;
  color: #0077b0;
  border: 2px solid #0077b0;
}

.button._border._s {
  padding: .6rem 1.6rem;
}

.button._border._m {
  padding: 1.5rem 1.6rem;
}

.button._border._l {
  padding: 1.7rem 2.41rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.button._border:hover {
  background-color: #e7eff9;
}

.button._border:active {
  background-color: #e3e6eb;
}

.button .i {
  fill: #ffffff;
  vertical-align: middle;
}

.button span {
  display: inline-block;
  vertical-align: middle;
}

.button > *:first-child {
  margin-right: .4rem;
}

.button > *:last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .button {
    padding: 0.7rem 1.29rem;
    font-size: 1.4rem;
  }
  .button._s {
    padding: 0.7rem 1.29rem;
  }
  .button._m {
    padding: 1.3rem 1.29rem;
  }
  .button._l {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.6rem;
  }
}

.button._transparent_blue {
  color: #0f7fb4;
  background-color: transparent;
  border: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding: 0;
  margin-bottom: 5px;
}

.select {
  display: block;
  width: 100%;
  max-width: 25.6rem;
  background-color: #ffffff;
}

.select select {
  display: none;
}

.select .jq-selectbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #3b4256;
  font-family: "gost-medium", sans-serif;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 10;
  border: 1px solid #dde1e6;
  border-radius: .4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.select .jq-selectbox.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.select .jq-selectbox__select {
  width: 100%;
  height: 4.8rem;
  padding-left: 1.6rem;
  padding-right: 3.7rem;
}

.select .jq-selectbox__select-text {
  display: block;
  width: 100%;
  line-height: 4.8rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select .jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.7rem;
  height: 100%;
  background: transparent;
}

.select .jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 1.3rem;
  width: 1.3rem;
  height: .9rem;
  background: url(../svg_icons/select-arrow.svg) 0 0 no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.select .jq-selectbox__dropdown {
  position: absolute;
  border: 1px solid #dde1e6;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px) !important;
  margin-top: 0;
  padding: 0;
  background-color: #ffffff;
  border-radius: .4rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
}

.select .jq-selectbox__dropdown ul {
  width: 100%;
  margin: 0;
  padding: 0;
  max-height: 35rem;
  overflow: auto;
}

.select .jq-selectbox__dropdown ul li {
  position: relative;
  padding: 1.15rem 1.6rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select .jq-selectbox__dropdown ul li:not(:first-of-type) {
  margin-bottom: 0;
}

.select .jq-selectbox__dropdown ul li:not(:first-of-type)::before {
  content: '';
  position: absolute;
  left: 1.6rem;
  top: 0;
  display: block;
  width: calc(100% - 3.2rem);
  height: .1rem;
  background-color: #dde1e6;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.select .jq-selectbox__dropdown ul li::before {
  display: none;
}

.select .jq-selectbox__dropdown ul li.sel, .select .jq-selectbox__dropdown ul li:hover {
  background-color: #f4f7fb;
}

.select .jq-selectbox__dropdown ul li.sel::before, .select .jq-selectbox__dropdown ul li:hover::before {
  background-color: transparent;
}

.select .jq-selectbox__dropdown ul li.sel + li::before, .select .jq-selectbox__dropdown ul li:hover + li::before {
  background-color: transparent;
}

.select .jq-selectbox__search {
  display: none;
}

.select .jq-selectbox__search input {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0 10px;
}

.select .jq-selectbox__not-found {
  padding: 5px 10px;
}

@media only screen and (max-width: 767px) {
  .select .jq-selectbox {
    font-size: 1.4rem;
  }
  .select .jq-selectbox__dropdown ul li {
    padding: .95rem 1.2rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.control {
  display: inline-block;
  vertical-align: top;
}

.control__label {
  position: relative;
  display: block;
  cursor: default;
  -webkit-transition: outline 0.3s ease;
  -o-transition: outline 0.3s ease;
  transition: outline 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media only screen and (max-width: 767px) {
  .control__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    padding: 12px 16px;
    border-radius: 0.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .control__label:has(
  input[type="checkbox"]:checked,
  input[type="radio"]:checked
) {
    outline: 1.5px solid #0077b0;
  }
}

.control__input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  z-index: 0;
}

.control__input:checked + .control__container .control__checkbox,
.control__input:checked + .control__container .control__radio {
  background-color: #0077b0;
  border-color: #0077b0;
}

.control__input:checked + .control__container .control__checkbox::before,
.control__input:checked + .control__container .control__radio::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.control__input:disabled + .control__container {
  pointer-events: none;
  cursor: default;
}

.control__input:disabled + .control__container .control__checkbox,
.control__input:disabled + .control__container .control__radio {
  background-color: #dde1e6;
  border-color: #dde1e6;
  pointer-events: none;
}

.control__input:disabled + .control__container .control__value {
  color: #848e99;
}

.control__input:disabled:checked + .control__container .control__checkbox::before,
.control__input:disabled:checked + .control__container .control__radio::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.control__container {
  font-size: 0;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .control__container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.control__container:hover .control__checkbox, .control__container:hover .control__radio {
  border-color: #0077b0;
}

.control__container:hover .control__value {
  color: #0077b0;
}

.control__checkbox, .control__radio, .control__value {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

.control__checkbox:hover, .control__radio:hover, .control__value:hover {
  color: inherit;
}

.control__checkbox, .control__radio {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #f4f7fb;
  border: 1px solid #dde1e6;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media only screen and (max-width: 767px) {
  .control__checkbox, .control__radio {
    background-color: transparent;
    width: 2rem;
    height: 2rem;
  }
}

.control__checkbox::before, .control__radio::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.control__checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: .4rem;
}

.control__checkbox::before {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../svg_icons/checked-white.svg) center no-repeat;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

@media only screen and (max-width: 767px) {
  .control__checkbox::before {
    width: 2rem;
    height: 2rem;
  }
}

.control__radio {
  border-radius: 50%;
}

.control__radio::before {
  width: .8rem;
  height: .8rem;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

@media only screen and (max-width: 767px) {
  .control__radio {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.control__value {
  width: calc(100% - 2.4rem);
  padding-top: .1rem;
  padding-left: 1.2rem;
  color: #3b4256;
  font-family: "gost-medium", sans-serif;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media only screen and (max-width: 767px) {
  .control__value {
    padding-left: 1rem;
    width: 100%;
  }
}

.control._error .control__checkbox,
.control._error .control__radio {
  border-color: #e53935;
}

.position-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.7rem 1.6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.5rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
}

.position-element__value {
  width: calc(100% - 27rem);
  padding-right: 1.6rem;
  overflow: hidden;
}

.position-element__label {
  display: block;
  width: 100%;
  color: inherit;
  font-size: inherit;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.position-element__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 27rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.position-element__option {
  display: inline-block;
  vertical-align: middle;
  color: #0f7fb4;
  font-family: "gost-medium", sans-serif;
  font-size: inherit;
  text-decoration: none;
}

.position-element__option:hover {
  text-decoration: none;
}

.position-element + .position-element {
  margin-top: .7rem;
}

.modal {
  position: fixed;
  top: 50% !important;
  display: none;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3rem rgba(56, 59, 60, 0.2);
  box-shadow: 0 0 3rem rgba(56, 59, 60, 0.2);
  border-radius: 0.4rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  .modal {
    bottom: 0 !important;
  }
}

.modal._common, .modal._auth {
  max-width: 32rem;
  max-height: 100%;
  padding: 3.6rem 3.5rem;
  background-color: #ffffff;
  border-radius: .6rem;
}

.modal._auth {
  overflow: auto;
}

.modal._big {
  max-width: 82rem;
  max-height: 90%;
  padding: 5.2rem 5.6rem;
  background-color: #ffffff;
  overflow: hidden;
}

.modal._responsive {
  overflow: auto;
  width: auto;
}

.modal._scrollable {
  padding-right: 3rem;
}

.modal._restore-pass {
  max-width: 50rem;
  padding: 3.6rem 3.5rem;
  overflow: auto;
}

.modal._exam-question {
  width: auto;
  max-width: 120rem;
  height: 90vh;
  padding: 8rem 9.5rem;
}

.modal._exam-question .modal__inside, .modal._exam-question .modal__body {
  height: 100%;
}

.modal._skip-question {
  max-width: 57.5rem;
  padding: 5.1rem;
}

.modal._exam-app {
  max-width: 68rem;
  max-height: 100%;
  padding: 3.5rem 4rem;
  overflow: auto;
}

.modal._exam-app .modal__body {
  text-align: left;
}

.modal._default {
  max-width: 60rem;
  padding: 3.6rem 3.5rem;
  background-color: #ffffff;
  border-radius: .6rem;
}

.modal._scroll {
  max-height: 100%;
  overflow: auto;
}

.modal--loader {
  height: 100%;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

@media only screen and (max-width: 767px) {
  .modal._mobile-full {
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .modal._mobile-full .modal__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 1024px) {
  .modal._tablet-full {
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .modal._tablet-full._exam-app {
    padding: 0;
  }
  .modal._tablet-full._exam-app .modal__inside {
    height: auto;
    min-height: 100%;
    padding: 3.7rem 4rem;
  }
  .modal._tablet-full .modal__inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal._tablet-full .modal__body {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .modal._tablet-full._exam-app .modal__inside {
    padding-bottom: 2rem;
  }
}

.modal__inside {
  width: 100%;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .modal__close {
    top: 8px;
    right: 8px;
    width: 25px;
    height: 25px;
  }
}

.modal__close-button {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
}

.modal__close-button .i {
  fill: #848e99;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.modal__close-button:hover .i {
  fill: #3b4256;
}

.modal__header {
  width: 100%;
  margin-bottom: 1.2rem;
  text-align: center;
}

.modal__heading {
  margin: 0;
  color: #000000;
  font-family: "gost-medium", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.6rem;
}

.modal__body {
  width: 100%;
  font-family: "gost-regular", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
}

.modal__body._align-l {
  text-align: left !important;
}

.modal__body p {
  text-align: left;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.modal__body .button {
  margin-top: 1.7rem;
}

.modal__content p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}

.modal__content b {
  font-family: "gost-bold", sans-serif;
  font-weight: normal;
}

.modal__content ul {
  list-style: disc;
  padding-left: 15px;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 24px;
}

.modal__content li {
  margin-bottom: 12px;
}

.modal__content li:last-child {
  margin-bottom: 0;
}

.modal .form__section {
  text-align: left;
}

.modal .form__section:not(:last-child) {
  margin-bottom: 2rem;
}

.modal .form .button {
  width: 100%;
  margin-top: 0;
}

.modal .form .controls-block .button {
  width: auto;
}

.modal .form .controls-block .button._w-100, .modal .form .controls-block .button._fullWidth {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .modal._exam-question {
    padding: 3.6rem 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .modal._exam-question {
    padding-left: 0;
    padding-right: 0;
  }
  .modal._skip-question {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .modal._skip-question .question__control .button {
    display: block;
    width: 16rem;
    margin-left: auto;
    margin-right: auto;
  }
  .modal._skip-question .question__control .button:not(:first-child) {
    margin-top: 2rem;
    margin-left: auto;
  }
  .modal._default {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal._default._mobile-full .modal__body {
    padding-bottom: 5rem;
  }
}

.logotype {
  width: 27rem;
  height: 100%;
}

.logotype__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.cols._align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cols._align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cols._align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cols._start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cols._center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cols._end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cols._space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col {
  width: 100%;
  margin: 1.5rem;
}

.col._66 {
  width: calc(66.66% - 3rem);
}

.col._50 {
  width: calc(50% - 3rem);
}

.col._33 {
  width: calc(33.33% - 3rem);
}

.col._25 {
  width: calc(25% - 3rem);
}

.col._20 {
  width: calc(20% - 3rem);
}

.user-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-name__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  letter-spacing: 0.25px;
}

.user-name__name svg {
  margin-right: 7px;
  fill: #c7ccd1;
}

.user-name__logout {
  text-decoration: none;
  margin-left: 40px;
  font-size: 1.8rem;
}

.scrollable-block {
  overflow-y: hidden;
  position: relative;
}

.scrollable-block .ps__rail-y {
  border-radius: 0;
  background-color: #EDEDED;
  opacity: 0.6;
  width: 6px;
}

.scrollable-block .ps__thumb-y {
  right: 0;
  border-radius: 0;
  background-color: #0077B0;
}

.info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
}

.info-block--mini {
  font-size: 1.4rem;
}

.info-block svg,
.info-block img {
  margin-right: 10px;
  fill: #008AFF;
}

.info-block:last-child {
  margin-bottom: 0;
}

.info-block b {
  font-weight: normal;
  margin-left: 0.4rem;
}

.exam-title__main {
  font-size: 32px;
  font-family: "gost-medium", sans-serif;
  font-weight: normal;
  padding-right: 5%;
  letter-spacing: 0px;
}

.exam-title__subtitle {
  display: block;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 7px;
}

.time-estimate {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}

.time-estimate__time {
  color: rgba(255, 0, 0, 0.77);
  font-family: "gost-medium", sans-serif;
  font-size: 3.2rem;
  margin-left: 1.8rem;
  max-width: 12.5rem;
}

.question-indicators {
  width: 100%;
  padding-top: 21px;
}

@media only screen and (max-width: 767px) {
  .question-indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.question-indicators__btn {
  width: 24px;
  aspect-ratio: 1;
  background-color: transparent;
  padding: 0;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none;
}

.question-indicators__btn--next {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.question-indicators__btn.swiper-button-disabled {
  display: none;
}

@media only screen and (max-width: 767px) {
  .question-indicators__btn {
    display: block;
  }
}

@media only screen and (min-width: 767px) {
  .question-indicators .swiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1%;
  }
  .question-indicators .swiper .swiper-slide {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

.question-indicators__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-x: auto;
  padding-bottom: 10px;
  scrollbar-color: #0077b0 #fff;
  scrollbar-width: thin;
}

.question-indicators__list::-webkit-scrollbar {
  background: #fff;
  height: 6px;
}

.question-indicators__list::-webkit-scrollbar-thumb {
  background-color: #0077b0;
  border-radius: 6px;
}

.question-indicators__item {
  margin-right: 1%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-width: 17px;
  text-align: center;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .question-indicators__item {
    min-width: initial;
    margin-right: initial;
  }
}

.question-indicators__item:before {
  display: none;
}

.question-indicators__item:last-child {
  margin-right: 0;
}

.question-indicators__item.isDone a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #000000;
  border-bottom-color: #4A90E2;
}

.question-indicators__item.isDone a:hover {
  color: #000000;
}

.question-indicators__item.current a {
  border-bottom-color: #95be6b;
  color: #000000;
}

.question-indicators__link {
  display: block;
  line-height: 1.7;
  font-family: "gost-medium", sans-serif;
  font-weight: normal;
  width: 100%;
  color: #D8D8D8;
  border-bottom: 7px solid #D8D8D8;
}

@media only screen and (max-width: 767px) {
  .question-indicators__link {
    font-size: 13px;
    border-width: 3px;
  }
}

.question-indicators__link:hover {
  color: #D8D8D8;
}

.question {
  font-family: "gost-medium", sans-serif;
  font-weight: normal;
  padding-top: 57px;
}

@media only screen and (max-width: 767px) {
  .question {
    padding-top: 8px;
  }
}

.question__number {
  color: #ababab;
  font-size: 1.8rem;
  margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
  .question__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.question__text {
  font-size: 2.4rem;
  line-height: 3.1rem;
  padding-right: 3%;
}

@media only screen and (max-width: 767px) {
  .question__text.is-overflow .question__inner-content {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

.question__text.is-overflow .question__inner-text:after {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f6fb), to(rgba(243, 246, 251, 0)));
  background: -webkit-linear-gradient(bottom, #f3f6fb 0, rgba(243, 246, 251, 0) 100%);
  background: -o-linear-gradient(bottom, #f3f6fb 0, rgba(243, 246, 251, 0) 100%);
  background: linear-gradient(360deg, #f3f6fb 0, rgba(243, 246, 251, 0) 100%);
  bottom: 0;
  content: '';
  height: 70%;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .question__text.is-overflow .question__inner-text:after {
    display: none;
  }
}

.question__text.is-overflow .question__toggle-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.question__text.is-overflow .question__inner-text {
  max-height: 25.2rem;
}

.question__text.is-full .question__inner-text:after {
  display: none;
}

.question__text.is-full .question__toggle-icon {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.question__text.is-full .question__toggle-value:after {
  content: 'Свернуть';
}

.question__inner-text {
  overflow: hidden;
  position: relative;
}

.question__multiple {
  color: #0077b0;
  font-size: 18px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .question__multiple {
    font-size: 16px;
    color: #ababab;
  }
}

.question__icon {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.question__toggle-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 1rem;
}

@media only screen and (max-width: 767px) {
  .question__toggle-text {
    margin-top: 0;
    position: relative;
    top: -8px;
  }
}

.question__toggle-icon {
  background: #d8d8d8;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  height: 3.6rem;
  margin-right: 1rem;
  position: relative;
  width: 3.6rem;
}

@media only screen and (max-width: 767px) {
  .question__toggle-icon {
    display: none;
  }
}

.question__toggle-icon:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../images/arrow-bottom.svg") no-repeat 50%/contain;
  content: '';
  height: 2.2rem;
  width: 1.4rem;
}

.question__toggle-value {
  border-bottom: 1px dashed #0077b0;
  color: #0077b0;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .question__toggle-value {
    border: none;
    line-height: initial;
  }
}

.question__toggle-value:after {
  content: 'Развернуть';
}

@media only screen and (max-width: 767px) {
  .question__toggle-value:after {
    font-weight: 400;
    font-size: 12px;
    color: rgba(59, 66, 86, 0.5);
    content: 'Показать больше';
  }
}

.answer-buttons {
  padding-top: 36px;
}

.answer-buttons button {
  width: 203px;
  margin-right: 9px;
}

.answer-buttons button:last-child {
  margin-right: 0;
}

.answer-buttons ._l {
  width: auto;
  min-width: 203px;
}

.answer-buttons ._red {
  background: #ff0000c4;
  width: auto;
  min-width: 203px;
}

.question-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 27px;
  padding-bottom: 30px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.question-body__2col {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .question-body__2col {
    width: initial;
  }
}

.question-body__2col:first-child {
  padding-right: 4.8%;
}

@media only screen and (max-width: 767px) {
  .question-body__2col:first-child {
    padding-right: initial;
  }
}

.question-body__col-image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 3%;
}

.question-body__col-image img {
  border-radius: 11px;
  width: 100%;
}

.question-body__text {
  font-size: 20px;
  line-height: 31px;
}

.question-body__text p {
  font-size: inherit;
  line-height: inherit;
}

.question-body__subtitle {
  font-size: 18px;
  color: #878787;
  margin-bottom: 12px;
}

.question-body__col {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.question-body__bottom {
  margin-top: 40px;
  width: 100%;
}

.question-body--horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.question-body--2cols {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

@media only screen and (max-width: 767px) {
  .question-body--2cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

.question-body:has(.control-list-images) {
  display: block;
}

.modal-pass {
  color: #000000;
}

.modal-pass__button {
  width: 134px;
  height: 43px;
  font-size: 1.4rem;
  font-family: "gost-medium", sans-serif;
  font-weight: normal;
}

.modal-pass__button.button._border._m {
  padding: 0;
}

.modal-pass__heading {
  font-family: "gost-medium", sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.2rem;
  padding-right: 10%;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.modal-pass p {
  font-size: 1.4rem;
  line-height: 2rem;
}

.modal-pass__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 24px;
}

.image-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 11px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.image-control:hover {
  -webkit-box-shadow: 0px 7px 46px rgba(0, 0, 0, 0.311339);
  box-shadow: 0px 7px 46px rgba(0, 0, 0, 0.311339);
}

@media only screen and (max-width: 1024px) {
  .image-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.image-control--drag {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  height: 16rem;
  max-width: 175px;
  display: inline-block;
}

.image-control--drag.dropped .image-control__radio-field {
  display: none;
}

.image-control--nohover:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: auto;
}

.image-control__radio-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: absolute;
  bottom: 6px;
  right: 7px;
  background: rgba(20, 42, 66, 0.76);
  width: 42px;
  border-radius: 11px;
  padding-bottom: 12px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .image-control__radio-field {
    border-radius: 0.4rem;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(59, 66, 86, 0.5);
    top: 8px;
    right: 8px;
    bottom: initial;
    width: 40px;
    height: 40px;
  }
}

.image-control__radio-field img {
  max-width: auto;
}

.image-control__radio-field--small {
  width: 31px;
  padding-bottom: 7px;
  background: #142A42;
  position: static;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 7px;
  margin-bottom: 7px;
  margin-top: 7px;
}

.image-control__radio-field .control__radio {
  margin-top: 9px;
}

.image-control__radio-field .control__checkbox {
  margin-top: 9px;
}

@media only screen and (max-width: 767px) {
  .image-control__radio-field:has(.image-control__zoom + *) {
    gap: 10px;
    width: initial;
    height: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 16px);
    left: 8px;
    background-color: transparent;
  }
  .image-control__radio-field:has(.image-control__zoom + *) .control__checkbox {
    margin: 0;
    background-color: #ffffff;
  }
  .image-control__radio-field:has(.image-control__zoom + *) .image-control__zoom {
    width: 40px;
    height: 40px;
    aspect-ratio: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(59, 66, 86, 0.5);
    border-radius: 0.4rem;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .image-control__radio-field:has(.image-control__zoom + *) .i {
    width: 18px;
  }
}

.image-control__zoom {
  display: inline-block;
  font-size: 0;
  fill: white;
  padding-left: 9px;
  padding-top: 12px;
  padding-right: 9px;
  height: 23px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media only screen and (max-width: 767px) {
  .image-control__zoom {
    padding: 0;
  }
}

.image-control__zoom--small {
  height: 17px;
  padding-left: 7px;
  padding-top: 7px;
  padding-right: 7px;
}

@media only screen and (max-width: 767px) {
  .image-control__zoom--small {
    padding: 0;
  }
}

.image-control__image {
  border-radius: 11px;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  /*for modern browsers*/
}

.mfp-bg {
  opacity: 0;
}

.mfp-image-holder .mfp-content {
  background: white;
  -webkit-box-shadow: 0px 7px 19px rgba(0, 0, 0, 0.148975);
  box-shadow: 0px 7px 19px rgba(0, 0, 0, 0.148975);
  border-radius: 11px;
  max-width: 998px;
}

@media only screen and (max-width: 767px) {
  .mfp-image-holder .mfp-content {
    border-radius: 0.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.mfp-figure {
  padding: 47px;
}

@media only screen and (max-width: 767px) {
  .mfp-figure {
    padding: 10px;
  }
}

.mfp-figure:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

img.mfp-img {
  padding: 0;
  border-radius: 11px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #C7CCD1;
  right: 0;
  padding-right: 21px;
}

@media only screen and (max-width: 767px) {
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    padding-right: 13px;
    color: #848e99;
  }
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .mfp-container {
    padding-left: 16px;
    padding-right: 16px;
    background: rgba(59, 66, 86, 0.7);
  }
}

@media only screen and (max-width: 767px) {
  .control-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

.control-list__item {
  display: block;
  margin-bottom: 11px;
}

@media only screen and (max-width: 767px) {
  .control-list__item {
    margin-bottom: 0;
  }
}

.control-list__item .control__value {
  font-size: 1.6rem;
}

.control-list__item:last-child {
  margin-bottom: 0;
}

.control-list-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 27px;
  padding-bottom: 20px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .control-list-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.control-list-images__item {
  width: 23.1%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 2.2%;
}

@media only screen and (max-width: 767px) {
  .control-list-images__item {
    width: 100%;
  }
}

.control-list-images__item .control__label {
  height: 250px;
}

@media only screen and (max-width: 767px) {
  .control-list-images__item .control__label {
    height: initial;
    width: 100%;
    aspect-ratio: 1;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .control-list-images__item .control__container {
    width: 100%;
    height: 100%;
  }
}

.control-list-images__item:last-child {
  margin-right: 0;
}

.control-list-images__item--mini {
  margin-right: 1.6%;
}

.control-list-images__item--mini .control__label {
  height: 175px;
}

.control-list-images__drop {
  margin-top: 12px;
}

.image-descr {
  overflow: hidden;
  padding-bottom: 20px;
}

.image-descr__container {
  position: relative;
}

.image-descr__text {
  margin-top: 15px;
  color: #828282;
  font-size: 14px;
}

.image-descr__img {
  border-radius: 11px;
}

.text-with-select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.0681612);
  box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.0681612);
  border-radius: 11px;
  padding: 12px 30px;
  font-size: 1.6rem;
  line-height: 4.8rem;
  margin-bottom: 12px;
  min-height: 74px;
}

@media only screen and (max-width: 767px) {
  .text-with-select__item {
    padding: 16px;
    border-radius: 0.4rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 8px;
  }
}

.text-with-select__item:last-child {
  margin-bottom: 0;
}

.text-with-select__item:has(.is-open) {
  z-index: 30;
  position: relative;
}

.text-with-select__item-inner {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media only screen and (max-width: 767px) {
  .text-with-select__item-inner {
    width: 100%;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}

.text-with-select__select {
  display: inline-block;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .text-with-select__select {
    margin-left: 0;
    max-width: 100%;
  }
}

.text-with-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.0681612);
  box-shadow: 0px 2px 17px rgba(0, 0, 0, 0.0681612);
  border-radius: 11px;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 19px;
}

.text-with-input__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-with-input__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}

@media only screen and (max-width: 767px) {
  .text-with-input__text {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 20px;
    padding-right: 0;
  }
}

.text-with-input__input {
  display: inline-block;
  width: 366px;
  margin-bottom: 0;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .text-with-input__input {
    width: 100%;
  }
  .text-with-input__input .dragndrop__item {
    max-width: none;
  }
}

.text-with-input__input--widthAuto {
  width: auto;
}

.text-with-input__item-inner {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

@media only screen and (max-width: 767px) {
  .text-with-input--no-drag {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0.4rem;
    padding: 16px;
  }
  .text-with-input--no-drag .text-with-input__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    color: #3b4256;
  }
  .text-with-input--no-drag .text-with-input input {
    border-color: #c1c7d4;
    color: #ababab;
  }
}

.number-list--2cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
}

.number-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
}

.number-list__item:last-child {
  margin-bottom: 0;
}

.number-list__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 18px;
  border-radius: 50%;
  border: 4px solid #0077b0;
  width: 39px;
  height: 39px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.number-list__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.number-list__select {
  max-width: 100%;
}

/*list of dragndrops*/
.dragndrop-list {
  width: 366px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dragndrop-list--3cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.dragndrop-list--3cols .dragndrop {
  width: 32.5%;
  margin-right: 1.2%;
}

.dragndrop-list--3cols .dragndrop:nth-child(3n) {
  margin-right: 0;
}

.dragndrop-list--5cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  min-height: 50px;
}

.dragndrop-list--5cols .dragndrop__item {
  height: 9.1rem;
  line-height: 2.1rem;
  width: 18.5%;
  margin-right: 0.7%;
  margin-left: 0.7%;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  max-width: 200px;
}

.dragndrop-list--200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 -10px;
}

.dragndrop-list--200 .dragndrop {
  z-index: 6;
  width: 250px;
  margin-right: 10px;
  margin-left: 10px;
}

.dragndrop-list--200 .dragndrop__item {
  padding-right: 1rem;
}

.dragndrop-list--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  min-height: 50px;
}

.dragndrop-list--images .dragndrop {
  width: 15%;
  margin-right: 0.8%;
  margin-left: 0.8%;
  height: 16rem;
}

/*field*/
.dragndrop {
  position: relative;
  margin-bottom: 12px;
}

.dragndrop__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "gost-medium", sans-serif;
  width: 100%;
  color: #3b4256;
  font-size: 1.6rem;
  border-radius: .4rem;
  background-color: #ffffff;
  height: 4.8rem;
  padding-left: 1.6rem;
  padding-right: 3.7rem;
  max-width: 366px;
  border: 1px solid #dde1e6;
}

.dragndrop__item--draggable {
  z-index: 1;
}

.dragndrop__item--draggable.ui-draggable-dragging {
  border: 2px solid #0077b0;
  z-index: 2;
}

.dragndrop__item--disabled {
  position: absolute;
  top: 0;
  left: 0;
  color: #dde1e6;
  z-index: 0;
}

.dragndrop__item--disabled-image {
  position: absolute;
  top: 0;
  left: 0;
  color: #dde1e6;
  z-index: 0;
  background: transparent;
  height: 100%;
  boder: none;
  opacity: 0.6;
  padding: 0;
  border-radius: 11px;
}

@media all and (-ms-high-contrast: none) {
  .dragndrop__item--disabled-image img {
    width: 100%;
  }
  .dragndrop__item--disabled-image *::-ms-backdrop img {
    width: 100%;
  }
}

.dragndrop__item--droppable {
  border: 2px dashed #dde1e6;
  background: transparent;
  z-index: 0;
}

.dragndrop__item--droppable.dropped {
  border: none;
}

.dragndrop__item--droppable.ui-droppable-hover {
  border: 2px dashed #0077b0;
}

.sortable-list {
  position: relative;
}

.sortable-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 21px 17px;
  height: 91px;
  background-color: #ffffff;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-bottom: 14px;
}

.sortable-list__item:last-child {
  margin-bottom: 0;
}

.sortable-list__sortable {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 21px;
  width: 100%;
  padding-left: 81px;
  height: 91px;
  margin-bottom: 14px;
  z-index: 2;
}

.sortable-list__sortable.ui-sortable-helper .sortable-list__sortable-inner {
  border: none;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.240716);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.240716);
  border-radius: 4px;
}

.sortable-list__sortable-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 21px;
  border: 2px dashed #dde1e6;
  background-color: #ffffff;
  font-size: 1.6rem;
  border-radius: .4rem;
  min-height: 4.8rem;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
}

.sortable-list__sortable-inner--placeholder {
  opacity: 0.5;
  margin-left: 7px;
  margin-right: 3px;
}

.sortable-list__fake-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.sortable-list__fake-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 81px;
  padding-top: 21px;
  padding-bottom: 21px;
}

.image-sortable {
  position: relative;
  margin-bottom: 20px;
}

.image-sortable__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
  width: 18.3%;
}

.image-sortable__number {
  margin-bottom: 10px;
}

.image-sortable__image {
  border: 2px solid #979797;
  border-radius: 11px;
  padding: 20px 14px;
  width: 18.3%;
  height: 221px;
}

.image-sortable__image--fake {
  width: 100%;
}

.image-sortable__image--no-border {
  border: none;
}

.image-sortable__real-list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 49px;
}

.image-sortable__real-list .image-sortable__image {
  margin-bottom: 97px;
}

.image-sortable__real-list .image-sortable__image:nth-child(n + 6) {
  margin-bottom: 0;
}

.image-sortable__fake-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 0;
}

.sortable-drop {
  width: 100%;
}

.sortable-drop_vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -17px;
}

.sortable-drop_vertical .sortable-drop__item {
  margin-top: 17px;
  width: 100%;
}

.sortable-drop_vertical .sortable-drop__title,
.sortable-drop_vertical .sortable-drop__drop {
  text-align: left;
}

.sortable-drop_vertical .sortable-drop__drop {
  min-height: 182px;
}

.sortable-drop__list {
  margin: -10px;
}

.sortable-drop__li {
  padding: 10px;
}

.sortable-drop__item {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 11px;
  padding-top: 24px;
  padding-bottom: 28px;
  padding-left: 15px;
  padding-right: 15px;
}

.sortable-drop__item:last-child {
  margin-right: 0;
}

.sortable-drop__title {
  font-family: "gost-medium", sans-serif;
  font-size: 2rem;
  line-height: 2.2rem;
}

.sortable-drop__drop {
  margin: -10px;
  margin-top: calc(-10px + 17px);
  min-height: 16.10542vw;
  text-align: left;
}

@media screen and (min-width: 1366px) {
  .sortable-drop__drop {
    min-height: 220px;
  }
}

.sortable-drop__drop.hideExtra .dragndrop__item:nth-child(n + 7) {
  display: none;
}

.sortable-drop__drop--image.hideExtra .image-control:nth-child(n + 5) {
  display: none;
}

.sortable-drop .dragndrop {
  padding: 10px;
  max-width: 220px;
  height: 220px;
}

@media only screen and (max-width: 767px) {
  .sortable-drop .dragndrop {
    padding: 5px;
    width: 135px;
    height: 135px;
  }
}

.sortable-drop .dragndrop .image-control__radio-field {
  bottom: 17px;
  right: 17px;
}

.sortable-drop .dragndrop__item {
  height: 9.1rem;
  line-height: 2.1rem;
  max-width: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sortable-drop__drop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 9.2rem;
  font-family: "gost-medium", sans-serif;
  color: #3b4256;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  background-color: #ffffff;
  padding-left: 1.6rem;
  padding-right: 3.7rem;
  border: 1px solid #dde1e6;
}

.matching {
  position: relative;
  width: 100%;
}

.matching--image {
  margin: 0 -7px;
}

.matching__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .matching__inner {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.matching__inner--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.matching__col {
  width: 45.5%;
}

@media only screen and (max-width: 767px) {
  .matching__col {
    width: 100%;
  }
}

.matching__col--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.matching__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  padding-right: 32px;
  padding-left: 10px;
  min-height: 91px;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  margin-bottom: 17px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .matching__block {
    min-height: 48px;
    margin-bottom: 9px;
    padding: 12px 16px;
    gap: 10px;
  }
}

.matching__block:last-child {
  margin-bottom: 0;
}

.matching__block--right {
  padding-left: 32px;
  padding-right: 9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .matching__block--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 12px 16px;
  }
}

.matching__block--image {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  border: none;
  width: 15.6%;
  margin-bottom: 70px;
  margin-left: 7px;
  margin-right: 7px;
  border-radius: 11px;
  background-color: #fff;
  min-height: 183px;
}

.matching__block--image:last-child {
  margin-bottom: 70px;
}

.matching__block--image-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 0;
}

.matching__block--image-reverse:last-child {
  margin-bottom: 0;
}

.matching__block.checked .matching__control-button {
  border: 1px solid #0077B0;
  background-color: #0077B0;
}

.matching__block.checked .matching__control-text {
  color: #000000;
}

.matching__block.disabled .matching__control-text {
  color: #BDBDBD;
}

.matching__block.disabled .matching__left-text {
  color: #BDBDBD;
}

.matching__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 22px;
  position: relative;
  z-index: 1;
}

.matching__control--image {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: static;
  margin-bottom: -43px;
  overflow: hidden;
  border-radius: 11px;
}

.matching__control--image--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 0;
  margin-top: -43px;
}

.matching__control.checked .matching__control-button {
  border: 1px solid #0077B0;
  background-color: #0077B0;
}

.matching__control.checked .matching__control-text {
  color: #000000;
}

.matching__control.disabled .matching__control-text {
  color: #BDBDBD;
}

.matching__control.disabled .matching__left-text {
  color: #BDBDBD;
}

.matching__image {
  height: auto;
  max-height: 140px;
  max-width: none;
  z-index: 1;
}

.matching__control-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 13px;
  height: 100%;
  height: 41px;
}

.matching__control-count {
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  display: none;
}

@media only screen and (max-width: 767px) {
  .matching__control-count {
    display: block;
  }
}

.matching__control-button {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #C0C0C0;
  margin-bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .matching__control-button {
    margin-bottom: 0;
    border-radius: 0.4rem;
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.matching__control-button--noMargin {
  margin-bottom: 0;
}

.matching__control-text {
  font-size: 27px;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  .matching__control-text {
    display: none;
  }
}

.matching__control-text--image {
  font-weight: 600;
  margin-right: 6px;
}

.matching__left-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 18px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 24px;
  font-size: 16px;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-left: 28px;
}

@media only screen and (max-width: 767px) {
  .matching__left-text {
    padding: 0;
    margin-left: 0;
  }
}

.matching__left-text--right {
  margin-right: 28px;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .matching__left-text--right {
    margin-right: 0;
  }
}

.matching__zoom {
  -ms-flex-item-align: end;
  align-self: flex-end;
  z-index: 2;
  display: block;
  margin-top: 6px;
  max-height: 31px;
  height: 31px;
  width: 31px;
  min-height: 31px;
}

.matching__canvas {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .matching__canvas {
    display: none;
  }
}

.modal-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/*Spinner*/
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.lds-spinner {
  position: relative;
}

.lds-spinner div {
  left: 94px;
  top: 48px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #ffffff;
  width: 12px;
  height: 24px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 52px;
  -ms-transform-origin: 6px 52px;
  transform-origin: 6px 52px;
}

.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}

.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}

.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}

.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}

.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}

.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}

.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}

.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}

.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.lds-spinner {
  width: 150px !important;
  height: 150px !important;
  -webkit-transform: translate(-75px, -75px) scale(0.75) translate(75px, 75px);
  -ms-transform: translate(-75px, -75px) scale(0.75) translate(75px, 75px);
  transform: translate(-75px, -75px) scale(0.75) translate(75px, 75px);
}

.image-question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-question_vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-question_vertical .image-question__field {
  position: static;
}

.image-question_vertical .image-question__image-cont {
  margin-left: auto;
  margin-right: auto;
}

.image-question__image-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  border: 2px solid #0077b0;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  max-width: 680px;
  min-width: 600px;
}

.image-question__image-cont img {
  min-width: 560px;
}

.image-question__image {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.image-question__select, .image-question__input {
  width: 250px;
  -webkit-box-shadow: 0px 0px 7px -1px rgba(0, 119, 176, 0.2);
  box-shadow: 0px 0px 7px -1px rgba(0, 119, 176, 0.2);
}

.image-question__field {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}

.image-question__field-side {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.image-question__field-side_row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.image-question__field-side--right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-question__drop {
  display: block;
  margin-bottom: 0;
  width: 250px;
  -webkit-box-shadow: 0px 0px 7px -1px rgba(0, 119, 176, 0.2);
  box-shadow: 0px 0px 7px -1px rgba(0, 119, 176, 0.2);
}

.image-question__drop .dragndrop__item {
  width: 100%;
  background-color: #fff;
}

.exam-choose__found-result {
  margin-bottom: 18px;
}

.exam-choose-item {
  width: 100%;
  color: #000000;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  min-height: 64px;
  padding: 0.5rem 2.9rem;
  margin-bottom: 7px;
  /*hack for ie11*/
}

.exam-choose-item:hover {
  color: #000000;
  -webkit-box-shadow: 0px 12px 48px rgba(51, 98, 139, 0.08);
  box-shadow: 0px 12px 48px rgba(51, 98, 139, 0.08);
}

.exam-choose-item:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.exam-choose-item__category {
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 5%;
}

.exam-choose-item__name {
  font-weight: 500;
  font-family: "gost-medium", sans-serif;
  font-size: 1.4rem;
  color: #848E99;
  margin-top: 5px;
}

.exam-choose-item__date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.exam-choose-item__time {
  font-size: 18px;
  font-family: "gost-bold", sans-serif;
  margin-left: 50px;
}

.exam-choose-item__date {
  font-size: 18px;
}

.daterangepicker {
  width: auto;
  margin-top: 1.5rem;
  padding: 0 1rem 1rem;
  color: #333333;
  font-size: 1.1rem;
  border: 0;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
}

.daterangepicker::before, .daterangepicker::after {
  display: none;
}

.daterangepicker th.active.start-date, .daterangepicker th.active.end-date, .daterangepicker td.active.start-date, .daterangepicker td.active.end-date {
  color: #ffffff;
}

.daterangepicker td.off {
  color: #ccc;
}

.daterangepicker td.today.disabled {
  color: #ffffff;
  background-color: #ccc;
}

.daterangepicker .drp-calendar {
  width: 23rem;
  max-width: initial;
}

.daterangepicker .drp-calendar.left, .daterangepicker .drp-calendar.right {
  padding: 0;
}

.daterangepicker .calendar-table thead {
  color: #cbcbcb;
}

.daterangepicker .calendar-table thead tr:first-child {
  position: relative;
}

.daterangepicker .calendar-table thead tr:first-child th, .daterangepicker .calendar-table thead tr:first-child td {
  height: 2.1rem;
  font-size: 1.4rem;
  font-weight: 300;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.daterangepicker .calendar-table thead tr:last-of-type th, .daterangepicker .calendar-table thead tr:last-of-type td {
  height: 3.3rem;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.5rem;
  text-transform: uppercase;
}

.daterangepicker .calendar-table thead th, .daterangepicker .calendar-table thead td {
  height: auto;
}

.daterangepicker .calendar-table thead th.prev, .daterangepicker .calendar-table thead th.next {
  display: none !important;
}

.daterangepicker .calendar-table thead th.month::before {
  content: '';
  position: absolute;
  display: block;
  top: 3.5rem;
  left: 0;
  width: 100%;
  height: .1rem;
  background-color: #dde1e6;
}

.daterangepicker .calendar-table tbody td {
  width: 3.2rem;
  min-width: inherit;
  height: 3.2rem;
  font-size: 1.1rem;
  font-weight: normal;
  border-radius: 50%;
}

.daterangepicker .calendar-table tbody td.start-date.end-date {
  border-radius: 50%;
}

.daterangepicker.ltr .drp-calendar.left .calendar-table {
  padding-right: 0;
}

.daterangepicker.ltr .drp-calendar.right {
  margin-left: 30px;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  padding-right: 1.3rem;
  color: #000000;
  font-family: "gost-medium", sans-serif;
  font-size: 1.4rem;
  border: 0.1rem solid #dde1e6;
  border-radius: 0.2rem;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../svg_icons/select-arrow.svg) right 0.5rem center no-repeat;
  background-size: .8rem .8rem;
}

@media only screen and (max-width: 767px) {
  .daterangepicker {
    width: 100%;
    max-width: initial;
  }
  .daterangepicker .drp-calendar {
    width: 100%;
  }
  .daterangepicker.ltr .drp-calendar.right {
    margin-top: 30px;
    margin-left: 0;
  }
}

.ui-datepicker {
  width: 25rem;
  margin-top: 1.5rem;
  padding: 0;
  color: #333333;
  font-size: 1.1rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
  z-index: 101 !important;
}

.ui-datepicker table {
  margin: .5rem 0 0;
  font-size: 1em;
  table-layout: fixed;
}

.ui-datepicker table thead {
  color: #cbcbcb;
  text-transform: uppercase;
}

.ui-datepicker th {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
}

.ui-datepicker td {
  border: 0;
  padding: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  color: #3b4256;
  text-align: center;
  line-height: 3.6rem;
  border-radius: 50%;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 2.3rem;
  padding-left: .5rem;
  padding-right: 2rem;
  color: #000000;
  font-family: "gost-medium", sans-serif;
  font-size: 1.4rem;
  border: 0.1rem solid #dde1e6;
  border-radius: 0.2rem;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../svg_icons/select-arrow.svg) right 0.5rem center no-repeat;
  background-size: .8rem .8rem;
}

.ui-datepicker select.ui-datepicker-year {
  margin-left: .5rem;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: none;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ui-datepicker .ui-datepicker-header {
  padding: 1rem 1rem .6rem;
  border-bottom: 0.1rem solid #dde1e6;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0;
  font-size: 0;
  text-align: left;
}

.ui-datepicker .ui-state-active, .ui-datepicker .ui-state-highlight {
  color: #ffffff;
}

.ui-datepicker .ui-state-active span,
.ui-datepicker .ui-state-active a, .ui-datepicker .ui-state-highlight span,
.ui-datepicker .ui-state-highlight a {
  color: inherit;
}

.ui-datepicker .ui-state-active {
  background-color: #73b4eb;
}

.ui-datepicker .ui-state-highlight {
  background-color: #0077b0;
}

.ui-datepicker .ui-state-disabled {
  color: #cccccc;
  cursor: not-allowed;
}

.ui-datepicker .ui-state-disabled span,
.ui-datepicker .ui-state-disabled a {
  color: inherit;
}

.date-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-picker--exam-choose .date-picker__dates {
  width: 100%;
}

.date-picker--exam-choose .date-picker__date {
  width: 14rem;
}

.date-picker--exam-choose .date-picker__heading {
  color: #3b4256;
  margin-bottom: 10px;
  font-family: "gost-regular", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
}

.date-picker__heading {
  margin: 0 3.4rem 0 0;
  color: #000000;
}

.date-picker__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.date-picker__date {
  position: relative;
  width: 12rem;
}

.date-picker__date:not(:last-child)::before {
  position: absolute;
  top: 1.8rem;
  right: -1.8rem;
  display: block;
  width: 1rem;
  height: .1rem;
  background-color: #000000;
}

.date-picker .input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  height: 3.7rem;
  padding-left: 1.4rem;
  padding-right: 3rem;
  color: #000000;
  font-size: 1.4rem;
  background-color: #ffffff;
  border-color: #dde1e6;
}

.date-picker .input._calendar::after {
  content: '';
  position: absolute;
  top: 50%;
  right: .9rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../svg_icons/calendar.svg) 0 0 no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  will-change: transform;
  z-index: 1;
}

.exam-cards {
  width: 100%;
  padding-right: 2%;
  color: #3b4256;
}

.exam-cards__found-result {
  font-size: 18px;
  margin-bottom: 18px;
}

.exam-cards__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.exam-cards__item {
  position: relative;
  color: #000000;
  width: 48%;
  height: 130px;
  background-color: #ffffff;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.exam-cards__item svg {
  position: absolute;
  right: 16px;
  bottom: 13px;
  fill: #C8D9E1;
}

.exam-cards__item:hover {
  -webkit-box-shadow: 0 0.3rem 1rem rgba(145, 145, 145, 0.27);
  box-shadow: 0 0.3rem 1rem rgba(145, 145, 145, 0.27);
}

.exam-cards__item:hover svg {
  fill: #0077B0;
}

.exam-cards__time {
  font-size: 40px;
  margin-bottom: 20px;
}

.exam-cards__date {
  font-size: 18px;
}

.exam-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 10px;
  position: relative;
}

.exam-header__title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.exam-header__timecont {
  width: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.exam-header__main {
  font-size: 32px;
  font-family: "gost-medium", sans-serif;
  font-weight: normal;
  padding-right: 5%;
  letter-spacing: 0px;
}

.exam-header__subtitle {
  display: block;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 7px;
}

.exam-header__time {
  font-size: 40px;
  margin-bottom: 20px;
}

.exam-header__date {
  font-size: 18px;
}

.styled-table {
  width: 100%;
  color: #3b4256;
  font-family: "gost-regular", sans-serif;
  font-size: 1.4rem;
  border: 1px solid transparent;
  border-collapse: separate;
  border-spacing: 0 .7rem;
}

.styled-table._align-l th, .styled-table._align-l td {
  text-align: left;
}

.styled-table th, .styled-table td {
  padding: 1.7rem 1.6rem;
  text-align: center;
  line-height: 1.5rem;
  border: 0;
}

.styled-table th._align-l, .styled-table td._align-l {
  text-align: left;
}

.styled-table th.separator, .styled-table td.separator {
  display: none;
  width: 100%;
  height: .7rem;
  padding: 0;
  background: transparent;
}

.styled-table th {
  font-family: "gost-medium", sans-serif;
}

.styled-table thead {
  background-color: #e1eaf5;
}

.styled-table thead tr th, .styled-table thead tr td {
  background-color: #e1eaf5;
}

.styled-table thead tr th:first-child, .styled-table thead tr td:first-child {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

.styled-table thead tr th:last-child, .styled-table thead tr td:last-child {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.styled-table tbody tr {
  background-color: #f3f6fb;
}

.styled-table tbody tr td {
  background-color: #ffffff;
}

.styled-table tbody tr td:first-child {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

.styled-table tbody tr td:last-child {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.styled-table tbody tr._disabled td {
  background-color: rgba(255, 255, 255, 0.37);
  color: #818181;
}

.modal-upload {
  padding-left: 4.3rem;
  padding-right: 4.9rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  width: 766px;
  min-height: 554px;
  background-color: #fff;
  overflow: hidden;
}

.modal-upload__title {
  font-size: 24px;
  line-height: 1;
  font-family: "gost-medium", sans-serif;
  font-weight: normal;
  padding-bottom: 22px;
}

.modal-upload__input {
  width: 55%;
}

.modal-upload__button {
  width: 221px;
  margin-top: 0;
}

.modal-upload__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 68px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E3E3;
}

.modal-upload__header h4 {
  margin: 0;
}

.modal-upload__section {
  position: relative;
  margin-bottom: 40px;
}

.modal-upload__btn-cont {
  position: absolute;
  top: 0;
  right: 0;
}

.modal-upload__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
  padding-top: 15px;
  padding-bottom: 15px;
}

.modal-upload__row:after {
  content: '';
  min-height: inherit;
  font-size: 0;
}

.modal-upload__document-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 2%;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 45%;
}

.modal-upload__document-title .icon {
  width: 2.4rem;
  margin-right: .7rem;
}

.modal-upload__document-title .value {
  width: calc(100% - 3.1rem);
}

.modal-upload__document-title .i {
  margin: 0;
}

.modal-upload__document-title p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.modal-upload__uploaded {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 35.2rem;
  width: 55%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-upload__actives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}

.modal-upload__actives .i._trash-bin {
  width: 2rem;
  height: 1.7rem;
}

.modal-upload__actives .user-data__doc-control {
  display: block;
  width: auto;
}

.modal-upload__actives .user-data__doc-control + .user-data__doc-control {
  margin-left: 20px;
}

.input-file-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-file-link svg {
  fill: #0f7fb4;
  margin-left: 10px;
}

.input-file {
  position: relative;
  width: 100%;
  max-width: 35.2rem;
}

.input-file__form {
  display: block;
  width: 100%;
}

.input-file__input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  z-index: 0;
}

.input-file .input input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  padding-right: 13rem;
  background-color: #ffffff;
  border-color: #dde1e6;
}

.input-file .button {
  position: absolute;
  top: 0;
  right: 0;
  width: 12rem;
  height: 4.8rem;
  border: 0.1rem solid #dde1e6;
}

.input-file + .input-file {
  margin-top: .7rem;
}

.link-back {
  margin-bottom: 15px;
  color: #0f7fb4;
  font-family: "gost-medium", sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
}

.link-back--minusmrg {
  margin-top: -2.4rem;
}

.link-back__link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 1.3rem;
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.link-back__link:hover {
  color: #0a8bc9;
}

.link-back__link::before {
  content: '';
  position: absolute;
  top: .65rem;
  left: 0;
  display: block;
  width: .56rem;
  height: 1rem;
  background: url(../svg_icons/link-back.svg) 0 0 no-repeat;
}

.modal-instruction__heading {
  font-size: 24px;
  line-height: 1;
  font-family: "gost-medium", sans-serif;
  font-weight: normal;
  margin-bottom: 19px;
  letter-spacing: 0;
}

.modal-instruction__body {
  max-height: 610px;
  padding-right: 30px;
}

.modal-bg {
  background-color: #3b4256;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

._modal-opened .modal-bg {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 9998;
}

.modal-exam {
  max-width: 920px;
  padding: 5.5rem 6rem;
}

@media only screen and (max-width: 767px) {
  .modal-exam {
    padding-inline: 24px;
    padding-top: 32px;
    padding-bottom: 0;
    top: initial !important;
    left: 0 !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: calc(100% - 132px);
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
  }
}

@media only screen and (max-width: 767px) {
  .modal-exam--intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-exam--intro .i._question {
    margin-left: 0;
    margin-top: -2px;
    width: 20px;
    height: 20px;
  }
}

.modal-exam__text {
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
  .modal-exam__text {
    font-family: "gost-medium", sans-serif;
    color: #3b4256;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
  }
  .modal-exam__text--large {
    font-size: 22px;
    line-height: 130%;
  }
}

@media only screen and (max-width: 767px) {
  .modal-exam__text--title {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-exam__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
}

.modal-exam__footer {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -2rem;
}

@media only screen and (max-width: 767px) {
  .modal-exam__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-exam__footer {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-top: auto;
  }
}

.modal-exam__mobile-image {
  width: 100%;
  display: none;
}

@media only screen and (max-width: 767px) {
  .modal-exam__mobile-image {
    display: block;
    max-height: 65%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }
}

.modal-exam__button {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .modal-exam__button {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .modal-exam__success-button {
    width: 100%;
    margin-top: auto;
  }
}

.modal-exam__bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 24px 32px;
  background-color: #ffffff;
  margin-inline: -24px;
  margin-top: auto;
}

.modal-exam ._l {
  min-width: 207px;
}

.modal-training {
  padding: 3.7rem 6.7rem 0;
}

@media only screen and (max-width: 767px) {
  .modal-training {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 32px;
    padding-bottom: 0;
    top: initial !important;
    left: 0 !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: calc(100% - 132px);
    border-bottom-left-radius: initial;
    border-bottom-right-radius: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.modal-training__title {
  color: #4b4256;
  font-family: 'gost-regular';
  font-size: 4.4rem;
  font-weight: 400;
  margin-bottom: 0.68em;
}

.modal-training__subtitle {
  font-size: 2.4rem;
  margin-bottom: 1.25em;
}

.modal-training__video-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 65rem;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .modal-training__video-wrap {
    max-height: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.modal-training__video-wrap:after {
  border: 12px solid #fff;
  border-top: 3px solid #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.modal-training__video {
  max-height: 50rem;
  max-width: 100%;
}

@media only screen and (max-width: 1024px) {
  .modal-training__video {
    max-height: 100%;
  }
}

.modal-training__footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 0;
}

@media only screen and (max-width: 767px) {
  .modal-training__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
    gap: 24px;
    padding-bottom: 0;
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    background: #fff;
    z-index: 10;
  }
}

.modal-training__footer .button {
  margin-left: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .modal-training__footer .button {
    margin: 0;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    min-height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-training__footer [for="toggle-training"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    font-family: "gost-medium", sans-serif;
  }
  .modal-training__footer [for="toggle-training"]::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media only screen and (max-width: 767px) {
  .modal-training .styled-checkbox + label::before {
    width: 20px;
    height: 20px;
    border-radius: 0.4rem;
    margin-right: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-training .styled-checkbox:checked + label:after {
    top: 9px;
    left: 5px;
  }
}

.form {
  display: block;
  width: 100%;
}

.form__section {
  width: 100%;
}

.form__section:not(:last-child) {
  margin-bottom: 3rem;
}

.form__heading {
  margin-bottom: .8rem;
  color: #3b4256;
  font-family: "gost-medium", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}

.styled-checkbox + label:before {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #dde1e6;
  content: '';
  display: inline-block;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
  width: 24px;
}

.styled-checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label:after {
  background: #0077b0;
  content: '';
  height: 2px;
  left: 7px;
  position: absolute;
  top: 11px;
  width: 2px;
  -webkit-box-shadow: 2px 0 0 #0077b0, 4px 0 0 #0077b0, 4px -2px 0 #0077b0, 4px -4px 0 #0077b0, 4px -6px 0 #0077b0, 4px -8px 0 #0077b0;
  box-shadow: 2px 0 0 #0077b0, 4px 0 0 #0077b0, 4px -2px 0 #0077b0, 4px -4px 0 #0077b0, 4px -6px 0 #0077b0, 4px -8px 0 #0077b0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-training .styled-checkbox + label:before {
  border: 1px solid #9ea1a5;
}

.grid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .grid-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

.grid-list__li {
  padding: 10px 0;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .grid-list__li {
    padding: 0;
  }
}

.grid-list__li--50 {
  width: calc(100% / 2);
}

@media only screen and (max-width: 767px) {
  .grid-list__li--50 {
    width: initial;
  }
}

.input-list {
  margin: -10px;
}

.input-list__li {
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  .input-list:has(.text-with-input--no-drag) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin: 0;
  }
  .input-list:has(.text-with-input--no-drag) .input-list__li {
    padding: 0;
  }
}

.drag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -1.0981vw;
  margin-right: -1.0981vw;
  margin-bottom: -1.0981vw;
  margin-left: -1.0981vw;
}

@media screen and (min-width: 1366px) {
  .drag__list {
    margin-top: -15px;
  }
}

@media screen and (min-width: 1366px) {
  .drag__list {
    margin-right: -15px;
  }
}

@media screen and (min-width: 1366px) {
  .drag__list {
    margin-bottom: -15px;
  }
}

@media screen and (min-width: 1366px) {
  .drag__list {
    margin-left: -15px;
  }
}

.drag__li {
  list-style: none;
}

.drag .dragndrop {
  width: 18.30161vw;
  height: 18.30161vw;
  max-width: none;
  margin-bottom: 0;
  min-width: 145px;
  min-height: 145px;
  padding-top: 1.0981vw;
  padding-right: 1.0981vw;
  padding-bottom: 1.0981vw;
  padding-left: 1.0981vw;
}

@media screen and (min-width: 1366px) {
  .drag .dragndrop {
    width: 250px;
  }
}

@media screen and (min-width: 1366px) {
  .drag .dragndrop {
    height: 250px;
  }
}

@media screen and (min-width: 1366px) {
  .drag .dragndrop {
    padding-top: 15px;
  }
}

@media screen and (min-width: 1366px) {
  .drag .dragndrop {
    padding-right: 15px;
  }
}

@media screen and (min-width: 1366px) {
  .drag .dragndrop {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 1366px) {
  .drag .dragndrop {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .drag .dragndrop .image-control__zoom {
    padding: 0;
    height: auto;
    line-height: 1;
  }
  .drag .dragndrop .image-control__zoom svg {
    width: 16px;
    height: 16px;
  }
}

.drag .dragndrop .image-control__radio-field {
  right: 22px;
  bottom: 22px;
}

@media only screen and (max-width: 767px) {
  .drag .dragndrop .image-control__radio-field {
    right: 11px;
    bottom: 11px;
    width: 30px;
    height: 30px;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.questions__question-list {
  margin: -10px;
  margin-bottom: calc(-10px + 70px);
}

.questions__question-li {
  padding: 10px;
}

.questions__question-item {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px 30px;
}

.questions__header {
  font-size: 20px;
  line-height: 23px;
  color: #000;
  margin-bottom: 16px;
}

.questions__drop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px;
}

.questions__drop-list .dragndrop__item {
  width: 100%;
}

.questions__drop-li {
  padding: 12px;
  width: calc(100% / 4);
}

@media only screen and (max-width: 767px) {
  .questions__drop-li {
    width: 100%;
  }
}

.questions__answers-header {
  font-size: 20px;
  line-height: normal;
  color: #9F9FA0;
  margin-bottom: 26px;
}

.questions__answers-container {
  padding: 0 30px;
  margin: 0 -30px;
}

@media only screen and (max-width: 767px) {
  .questions__answers-container {
    margin: 0;
  }
}

.questions__answers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px -26px;
  margin-bottom: calc(-26px + 90px + 26px);
}

@media only screen and (max-width: 767px) {
  .questions__answers-list {
    margin-bottom: -26px;
  }
}

.questions__answers-li {
  padding: 12px 26px;
  width: calc(100% / 4);
}

@media only screen and (max-width: 767px) {
  .questions__answers-li {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .questions__btn {
    margin-bottom: 15px;
  }
}

.modal-mobile {
  --modal-padding-top: 132px;
  --modal-bottom-height: 90px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  padding-top: var(--modal-padding-top);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  background: rgba(59, 66, 86, 0.7);
}

.modal-mobile._active {
  opacity: 1;
  pointer-events: initial;
}

.modal-mobile._active .modal-mobile__body {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.modal-mobile__body {
  position: relative;
  background: #f1f4f9;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.modal-mobile__content {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
  max-height: calc(100vh - var(--modal-bottom-height) - var(--modal-padding-top));
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-mobile__bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  padding: 16px;
  padding-bottom: 24px;
  height: var(--modal-bottom-height);
}

.modal-mobile__bottom .button {
  width: 100%;
}

.modal-mobile__close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.modal-mobile._active {
  opacity: 1;
  pointer-events: initial;
}

.modal-mobile._active .modal__content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.textarea-field {
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 16px;
}

.textarea-field__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 16px;
  font-family: "gost-medium", sans-serif;
}

.textarea-field__el {
  display: block;
  padding: 14px 16px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #c1c7d4;
  font-family: "gost-regular", sans-serif;
  min-height: 48px;
  width: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: border color;
  -o-transition-property: border color;
  transition-property: border color;
  resize: none;
}

.textarea-field__el:focus {
  outline: none;
}

.textarea-field__el._filled {
  border-color: #0077b0;
  color: #0077b0;
}

.warning-orientation {
  position: fixed;
  inset: 0;
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
  z-index: 25000;
  color: #3b4256;
  font-family: "gost-medium", sans-serif;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.warning-orientation__logo {
  margin-bottom: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.warning-orientation__title {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
}

.warning-orientation__desc {
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  max-width: 346px;
}

.checkbox-count-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 0.4rem;
  background: #ffffff;
  padding: 14px 16px;
  border: 2px solid #ffffff;
}

.checkbox-count-mobile:has(input:checked) {
  border-color: #0077b0;
}

.checkbox-count-mobile__custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 0.4rem;
  border: 1px solid #dde1e7;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #ffffff;
}

.checkbox-count-mobile__input {
  display: none;
}

.checkbox-count-mobile__input:checked ~ .checkbox-count-mobile__custom {
  background-color: #0077b0;
  border-color: #0077b0;
}

.checkbox-count-mobile--no-label {
  padding: 0;
  border: none;
}

.sequence-mobile__list {
  --cols: 2;
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
  gap: 9px;
}

@media only screen and (max-width: 767px) {
  .sequence-mobile__list {
    --cols: 1;
  }
}

.sequence-mobile__item:has(input:checked) .sequence-mobile__text {
  color: #0077b0;
}

.sequence-mobile__text {
  font-weight: 500;
  font-size: 16px;
  color: #3b4256;
}

.sequence-picture-mobile__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}

.sequence-picture-mobile__item {
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}

.sequence-picture-mobile__item:has(input:checked) .sequence-picture-mobile__label {
  border-color: #0077b0;
}

.sequence-picture-mobile__label {
  padding: 8px;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: transparent;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid transparent;
  border-radius: 0.4rem;
}

.sequence-picture-mobile__label .checkbox-count-mobile__custom {
  background-color: #ffffff;
}

.sequence-picture-mobile .image-control {
  border-radius: initial;
}

.sequence-picture-mobile .image-control__radio-field {
  width: initial;
  height: initial;
  background-color: transparent;
  top: 11px;
  right: 11px;
}

.sequence-picture-mobile .image-control__radio-field .i {
  width: 15px;
  height: 15px;
}

.sequence-picture-mobile .image-control__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 79 / 107;
  height: initial;
  border-radius: initial;
}

.sequence-picture-mobile .image-control__zoom {
  padding: 0;
}

.picture-grid {
  margin-bottom: 16px;
}

.picture-grid__image-wrapper {
  position: relative;
}

.picture-grid__border {
  --cols: 3;
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
}

.picture-grid__border-item._border {
  outline: 1px solid #0077b0;
}

.picture-grid__fields {
  --offset: 4px;
  display: grid;
  grid-template-columns: repeat(var(--cols), 1fr);
}

.picture-grid__fields--top {
  margin-bottom: var(--offset);
}

.picture-grid__fields--bottom {
  margin-top: var(--offset);
}

.picture-grid__fields .checkbox-count-mobile {
  background-color: transparent;
}

.picture-grid__fields .checkbox-count-mobile__custom {
  background-color: #ffffff;
}

.picture-grid__fields-item {
  justify-self: center;
}

.picture-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.picture-caption__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background-color: #ffffff;
  border-radius: 0.4rem;
  border: 2px solid #0077b0;
}

.picture-caption__label::before {
  content: attr(data-index);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  background-color: #0077b0;
  border-radius: 0.4rem;
  font-weight: 500;
  font-size: 13px;
}

.picture-caption__label._d-none {
  display: none;
}

.picture-caption__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #0077b0;
  font-family: "gost-medium", sans-serif;
  pointer-events: none;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.picture-caption__input:focus {
  outline: none;
}

.picture-caption__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.conformity-text {
  padding-top: 16px;
}

.conformity-text__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
}

.conformity-text__grid-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
}

.conformity-text__grid-col._disabled .conformity-text__label:not(:has(input:checked)) {
  pointer-events: none;
}

.conformity-text__grid-col._disabled .conformity-text__label:not(:has(input:checked)) .checkbox-count-mobile__text {
  color: #BDBDBD;
}

.conformity-text__grid-item {
  min-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 16px;
  background-color: #ffffff;
  width: 100%;
  border-radius: 0.4rem;
}

.conformity-text__label {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mapping-pic-mobile {
  --gap: 9px;
}

.mapping-pic-mobile__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}

.mapping-pic-mobile__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--gap);
}

.mapping-pic-mobile__col._disabled .mapping-pic-mobile__item:not(:has(input:checked)) {
  opacity: 0.75;
  pointer-events: none;
}

.mapping-pic-mobile__item {
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}

.mapping-pic-mobile__item img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.mapping-pic-mobile__label {
  padding: 8px;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: transparent;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 2px solid transparent;
  border-radius: 0.4rem;
}

.mapping-pic-mobile__label .checkbox-count-mobile__custom {
  background-color: #ffffff;
}

.mapping-pic-mobile__label:has(input:checked) .mapping-pic-mobile__label {
  border-color: #0077b0;
}

.mapping-pic-mobile__zoom {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  aspect-ratio: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(59, 66, 86, 0.5);
  border-radius: 0.4rem;
  z-index: 1;
}

.mapping-pic-mobile__zoom svg {
  width: 24px;
  aspect-ratio: 1;
}

.correlating-categories {
  --gap: 9px;
}

.correlating-categories__label {
  background-color: transparent;
}

.correlating-categories__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}

.correlating-categories__item {
  background-color: #ffffff;
  border-radius: 0.4rem;
  padding: 14px 16px;
  border: 2px solid #ffffff;
}

.correlating-categories__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.correlating-categories__item-text {
  font-weight: 500;
  font-size: 16px;
}

.correlating-categories__item:has(input:checked) {
  border-color: #0077b0;
}

.correlating-categories__item:has(.answer-selected-preview):not(:has(input:checked)) .checkbox-count-mobile__custom {
  background-color: #3b4256;
  border-color: #3b4256;
}

.correlating-categories__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--gap);
}

.correlating-categories__col._disabled .correlating-categories__answer-label {
  pointer-events: none;
}

.correlating-categories__col._disabled .correlating-categories__text {
  color: #BDBDBD;
}

.correlating-categories__col._disabled .correlating-categories-pic__item,
.correlating-categories__col._disabled .checkbox-count-mobile {
  opacity: 0.75;
  pointer-events: none;
}

.correlating-categories__col._disabled .checkbox-count-mobile:has(input:checked) {
  opacity: 1;
  pointer-events: initial;
}

.correlating-categories__answer-input {
  display: none;
}

.correlating-categories__answer-input:checked ~ .correlating-categories__custom {
  background-color: #0077b0;
}

.correlating-categories__answer-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background-color: #ffffff;
  border-radius: 0.4rem;
}

.correlating-categories__answer-label._disabled:has(input:checked) {
  pointer-events: none;
}

.correlating-categories__answer-label._disabled:has(input:checked) .correlating-categories__custom {
  background-color: #000000;
}

.correlating-categories__custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  border-radius: 0.4rem;
  border: 1px solid #dde1e7;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.correlating-categories__answer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}

.correlating-categories__answer-container .answer-selected-preview:first-child {
  margin-top: 12px;
}

.correlating-categories-pic {
  --gap: 9px;
}

.correlating-categories-pic__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 0.4rem;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
}

.correlating-categories-pic__image {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

.correlating-categories-pic__zoom {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 0.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  background-color: rgba(59, 66, 86, 0.5);
}

.correlating-categories-pic__zoom svg {
  width: 18px;
  aspect-ratio: 1;
}

.correlating-categories-pic__label {
  position: absolute;
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: 1;
  padding: 8px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.correlating-categories-pic__label._disabled:has(input:checked) {
  pointer-events: none;
}

.correlating-categories-pic__label._disabled:has(input:checked) .checkbox-count-mobile__custom {
  background-color: #000000;
}

.correlating-categories-pic__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap);
}

.correlating-categories-pic__grid:has(.correlating-categories-pic__asnwer) {
  padding-top: 12px;
}

.correlating-categories-pic__asnwer {
  position: relative;
}

.correlating-categories-pic__asnwer-image {
  border-radius: 0.4rem;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.correlating-categories-pic__close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 16px;
  aspect-ratio: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.4rem;
  background-color: rgba(77, 93, 112, 0.5);
  border: none;
  padding: 0;
}

.correlating-categories-pic__close svg {
  width: 8px;
  height: 8px;
}

.correlating-image-mobile .correlating-categories-pic__item {
  border-radius: 4px;
  overflow: hidden;
}

.correlating-image-mobile .correlating-categories-pic__image {
  width: 100%;
  height: 100%;
}

.correlating-image-mobile .correlating-categories-pic__label:not(:has(input:checked)) {
  border: none;
}

.correlating-image-mobile .checkbox-count-mobile {
  padding-top: 12px;
  padding-bottom: 12px;
}

.correlating-image-mobile .checkbox-count-mobile__custom {
  background-color: #fff;
}

.answer-selected-preview {
  padding: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  width: 100%;
  border: 1px solid #c1c7d4;
  border-radius: 0.4rem;
}

.answer-selected-preview__button {
  width: 16px;
  height: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.4rem;
  background-color: transparent;
  border: none;
  background-color: rgba(77, 93, 112, 0.5);
  padding: 8px;
  margin-left: auto;
}

.answer-selected-preview__button svg {
  width: 8px;
  height: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.answer-selected-preview:has(.correlating-categories-pic__asnwer-image) {
  padding: 0;
}

.mobile-header {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-header .mobile-exam-end {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .mobile-header + .question-indicators {
    padding-top: 0;
  }
}

.mobile-header .bvi-open {
  margin-left: 0;
}

.mobile-exam-end {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  border-radius: 0.4rem;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
  gap: 4px;
  background-color: #ff0000c4;
  border: none;
  padding: 8px 16px;
  font-family: "gost-medium", sans-serif;
}

.mobile-sticky-control {
  min-height: 88px;
}

.mobile-sticky-control__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 16px;
  padding-bottom: 24px;
  width: 100%;
  background-color: #F1F4F9;
  z-index: 15;
}

.mobile-sticky-control__button, .mobile-sticky-control__button.button._border._l {
  padding: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  max-width: 200px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: initial !important;
  margin: initial;
}

.sticker-dd-mobile ._disabled .checkbox-count-mobile:not(:has(input:checked)),
.sticker-dd-mobile ._disabled .picture-grid__fields-item:not(:has(input:checked)) {
  opacity: 0.75;
  pointer-events: none;
}

.sticker-dd-mobile ._disabled .picture-grid__border-item:not(._border) {
  opacity: 0.75;
  pointer-events: none;
}

.choices {
  --offset: 8px;
  position: relative;
}

.choices__item {
  padding: 14px 16px;
  padding-right: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #3b4256;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #fff;
}

.choices__item.is-highlighted {
  background: #f1f4f9;
}

.choices__list--single .choices__item--selectable {
  position: relative;
  border: 1px solid #c1c7d4;
  border-radius: 4px;
}

.choices__list--single .choices__item--selectable::before {
  --width: 13px;
  --height: 10px;
  content: "";
  position: absolute;
  top: calc(50% - var(--height) / 2);
  right: 14px;
  width: var(--width);
  height: var(--height);
  background: url(../svg_icons/select-arrow.svg) 0 0 no-repeat;
}

.choices__list--dropdown {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(100% + var(--offset));
  border: 1px solid #c1c7d4;
  border-radius: 4px;
  display: none;
}

.choices__list--dropdown .choices__input.choices__input--cloned {
  display: none;
}

.choices__list--dropdown .choices__item {
  border-bottom: 1px solid #dde1e7;
}

.choices__list--dropdown .choices__item:last-child {
  border: none;
}

.choices.is-open .choices__list--dropdown {
  display: block;
}

.choices.is-flipped .choices__list--dropdown {
  top: initial;
  bottom: calc(100% + var(--offset));
}

/*pages*/
.exam-finish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.exam-finish__title {
  font: "gost-medium", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 3rem;
  line-height: 4rem;
  letter-spacing: 0.5px;
}

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

.exam-finish__text {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.7;
}

.exam-finish__button {
  width: 330px;
}

.exam-agreement {
  width: 100%;
}

.exam-agreement__header-block {
  width: 27.2%;
}

@media (max-width: 1100px) {
  .exam-agreement__header-block {
    width: 28%;
  }
}

.exam-agreement__header-block:first-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.exam-agreement__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 34px;
}

.exam-agreement__content {
  padding-top: 35px;
}

.exam-agreement__content h3 {
  line-height: 28px;
  font-size: 24px;
  font-family: "gost-medium", sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
}

.exam-agreement__content h4 {
  font-size: 14px;
  line-height: 1;
  font-family: "gost-medium", sans-serif;
  font-weight: normal;
  margin-bottom: 7px;
}

.exam-agreement__content p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 33px;
}

.exam-agreement__content b {
  font-family: "gost-bold", sans-serif;
  font-weight: normal;
}

.exam-agreement__content ul {
  list-style: disc;
  padding-left: 15px;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 24px;
}

.exam-agreement__content li {
  margin-bottom: 12px;
}

.exam-agreement__content li:last-child {
  margin-bottom: 0;
}

.exam-agreement__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 275px;
  height: 64px;
  font-size: 1.8rem;
  margin-top: 18px;
}

.exam-page {
  width: 100%;
}

.exam-page__form {
  width: 100%;
}

.exam-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.exam-choose__aside {
  width: 34rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5.8rem;
}

.exam-choose__aside .select {
  max-width: 34rem;
}

.exam-choose__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.exam-choose__row {
  margin-bottom: 10px;
}

.exam-choose__button.button {
  width: 140px;
}

.exam-choose__aside-title {
  font-family: "gost-medium", sans-serif;
  font-weight: normal;
  line-height: 1;
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 19px;
  color: #3b4256;
}

.exam-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.exam-login__title {
  font-family: "gost-regular", sans-serif;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}

.exam-login__inner {
  min-width: 354px;
}

.exam-login__input {
  margin-bottom: 20px;
}

.exam-login__button {
  width: 100%;
  height: 64px;
}

.exam-members {
  width: 100%;
}

.exam-members__table {
  margin-top: 54px;
  color: #000000;
}

.exam-members__table .control {
  line-height: 2.4rem;
}

.exam-members__table th {
  font-weight: normal;
  font-family: "gost-medium", sans-serif;
  font-size: 1.4rem;
  padding: 1rem 1.6rem;
}

.exam-members__table td {
  padding: 0.8rem 1.6rem;
}

.exam-members__table th, .exam-members__table td {
  height: 51px;
}

.exam-members__table th b, .exam-members__table td b {
  font-weight: normal;
  font-family: "gost-bold", sans-serif;
}

.exam-members__table th._align-r, .exam-members__table td._align-r {
  text-align: right;
}

.exam-members__final-button {
  width: 270px;
  margin-top: 25px;
}

.exam-process {
  width: 100%;
}

.exam-process__links {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.exam-process__links a {
  margin-right: 33px;
}

.exam-process__links a:last-child {
  margin-right: 0;
}

.exam-process__table {
  color: #000000;
}

.exam-process__table th {
  font-weight: normal;
  font-family: "gost-medium", sans-serif;
  font-size: 1.4rem;
  padding: 1rem 1.6rem;
}

.exam-process__table td {
  padding: 0.8rem 1.6rem;
}

.exam-process__table th, .exam-process__table td {
  width: 127px;
  height: 51px;
}

.exam-process__table th b, .exam-process__table td b {
  font-weight: normal;
  font-family: "gost-bold", sans-serif;
}

.exam-process__table th._name, .exam-process__table td._name {
  width: 253px;
}

.exam-process__button.button {
  width: 171px;
  height: 35px;
  font-weight: normal;
  font-size: 14px;
  font-family: "gost-medium", sans-serif;
}

.exam-process__final-button.button {
  width: 270px;
  margin-top: 25px;
}

.exam-process__greytext {
  color: #C0C0C0;
}

.exam-process__bottom-form {
  padding-top: 20px;
  width: 350px;
}

.exam-process_all-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px;
}

.exam-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.exam-start__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 6.2rem;
  background-color: #ffffff;
  padding: 3.5rem 3.4rem;
}

.exam-start__description:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  .exam-start__description {
    width: 100%;
    margin-right: 0;
  }
}

.exam-start__subtitle {
  font-family: "gost-bold", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 1.6rem;
}

.exam-start__title {
  font-family: "gost-regular", sans-serif;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 1.4rem;
}

.exam-start__text {
  margin-bottom: 1.4rem;
  min-height: 157px;
}

.exam-start__text p {
  font-size: 1.4rem;
  line-height: 2.0rem;
}

.exam-start__info {
  margin-bottom: 3.2rem;
}

.exam-start__button.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 185px;
  height: 64px;
  font-size: 1.8rem;
}

.exam-start__links-title {
  font-family: "gost-medium", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 1.9rem;
}

.exam-start__link {
  display: block;
  margin-bottom: 1.4rem;
}

.exam-start__link span {
  display: inline-block;
  font-size: 18px;
  color: #0077b0;
  border-bottom: 2px dotted #0077b0;
}

.exam-start__done {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-center: center;
  font-size: 20px;
  color: #6AC259;
  font-family: "gost-medium", sans-serif;
}

.exam-start__done svg {
  fill: #6AC259;
  margin-right: 5px;
}

.p-exam {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.4rem;
  line-height: 1.46;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.p-exam__box {
  background-color: #ffffff;
  border-radius: 1.2rem;
  border: 1px solid #c9d5f1;
  overflow: hidden;
}

.p-exam__button {
  display: block;
  margin: 0;
  padding: 1.2rem 2.4rem;
  border: 1px solid #c9d5f1;
  border-radius: 0.8rem;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.4rem;
  line-height: 1.46;
  color: #455371;
  font-weight: 500;
  background-color: transparent;
}

.p-exam__button--neagtive {
  color: #ffffff;
  border-color: #e54d60;
  background-color: #e54d60;
}

.p-exam__button--positive {
  color: #ffffff;
  border-color: #508aff;
  background-color: #508aff;
}

.p-exam__wrap {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  height: 100%;
}

.p-exam__main {
  display: contents;
}

.p-exam__pagination {
  width: 100%;
  margin-bottom: 1.6rem;
}

.p-exam__form {
  display: contents;
}

.p-exam__top-wrap {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 1rem));
  grid-template-rows: auto 1fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 1.6rem;
  overflow: hidden;
}

.p-exam__container {
  margin: 0 auto;
  padding: 0 2.4rem;
  width: 100%;
  max-width: 144rem;
}

.p-exam__section {
  display: contents;
}

.p-exam__section-bottom {
  max-height: 100%;
  overflow: hidden;
}

.p-exam__section-bottom--pb {
  padding-bottom: 2.4rem;
}

.p-exam__section-top {
  position: relative;
  grid-row: 1 / span 1;
  padding-bottom: 0.4rem;
}

.p-exam__section-top::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #c9d5f1;
}

.p-exam__section-title {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 400;
}

.p-exam__task-item {
  display: none;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.p-exam__task-item._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-exam__task-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  margin-right: -2.4rem;
  padding: 0;
  list-style: none;
}

.p-exam__task-tab {
  margin-right: 2.4rem;
}

.p-exam__task-button {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 1.4rem;
  line-height: 1.71;
  color: #b1b9c9;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-exam__task-button::before {
  content: "";
  position: absolute;
  top: -1.2rem;
  right: -1.2rem;
  bottom: -1.2rem;
  left: -1.2rem;
}

.p-exam__task-button._active {
  color: #508aff;
}

.p-exam__task-button._active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  height: 1px;
  background-color: currentColor;
}

.p-exam__question-desc {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.46;
  color: #455371;
}

.p-exam__section-bottom {
  grid-row: 2 / span 1;
}

.p-exam__typal {
  padding: 0 2.4rem;
}

.p-exam__typal-lead {
  margin: 0;
  margin-right: 2.4rem;
  padding-top: 2.4rem;
  min-width: 12rem;
  max-width: 16rem;
  font-size: 1.4rem;
  line-height: 1.46;
  font-weight: 500;
}

.p-exam__typal-text-wrap {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-exam__typal-text-wrap::-webkit-scrollbar {
  display: none;
}

.p-exam__typal-text {
  padding: 2.4rem 0;
  color: #343d51;
}

.p-exam__materials-controls {
  margin: 0;
  margin-right: 1.6rem;
  padding: 0;
  list-style: none;
}

.p-exam__materials-controls-item {
  margin-bottom: 1.2rem;
}

.p-exam__materials-controls-item:last-child {
  margin-bottom: 0;
}

.p-exam__materials-controls-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-exam__materials-controls-button._active {
  background-color: #508aff;
  border-color: #508aff;
}

.p-exam__materials-controls-button._active .p-exam__materials-controls-icon {
  fill: #ffffff;
}

.p-exam__materials-controls-icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  pointer-events: none;
}

.p-exam__materials-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: calc(100% - 6.6rem);
  height: 100%;
  max-height: 100%;
}

.p-exam__materials-item {
  display: none;
  height: 100%;
  max-height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-exam__materials-item::-webkit-scrollbar {
  display: none;
}

.p-exam__materials-item._active {
  display: block;
}

.p-exam__materials-item--video {
  display: block;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}

.p-exam__materials-item--video._active {
  position: static;
  visibility: visible;
  pointer-events: all;
}

.p-exam__materials-img-wrap {
  width: 100%;
  height: 100%;
}

.p-exam__materials-img {
  display: block;
  width: 100%;
  height: auto;
}

.p-exam__materials-video-list {
  margin: 0;
  margin-bottom: 1.6rem;
  padding: 0;
  list-style: none;
}

.p-exam__materials-video-item {
  display: none;
  position: relative;
  padding-top: 56.25%;
}

.p-exam__materials-video-item._active {
  display: block;
}

.p-exam__materials-video {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-exam__materials-video-tabs-track {
  max-width: 100%;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-exam__materials-video-tabs-track::-webkit-scrollbar {
  display: none;
}

.p-exam__materials-video-tabs {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1.6rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding-bottom: 1.3rem;
}

.p-exam__materials-video-tab {
  position: relative;
}

.p-exam__materials-video-button {
  position: relative;
  display: block;
  padding: 0;
  padding-top: 56.25%;
  width: 16rem;
  border-radius: 1.2rem;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.35;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.p-exam__materials-video-button._active {
  border-color: #508aff;
  opacity: 1;
}

.p-exam__materials-video-button._active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #508aff;
}

.p-exam__question-list {
  margin: 0;
  padding: 0;
  padding-bottom: 2.4rem;
  max-height: 100%;
  list-style: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-exam__question-list::-webkit-scrollbar {
  display: none;
}

.p-exam__question-item {
  margin-bottom: 1.6rem;
  max-height: 100%;
  -webkit-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  transition: max-height 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

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

.p-exam__question-lead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 5.2rem 1rem 1.6rem;
  border-bottom: 1px solid #c9d5f1;
  font-family: "Roboto", "Arial", sans-serif;
}

.p-exam__question-lead-text {
  font-size: 1.4rem;
  line-height: 1.46;
  font-weight: 500;
  color: #343d51;
}

.p-exam__question-lead-tag {
  visibility: hidden;
  padding: 0.6rem 1.2rem;
  border-radius: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.14;
  font-weight: 400;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.15s, background-color 0.1s;
  -o-transition: opacity 0.15s, background-color 0.1s;
  transition: opacity 0.15s, background-color 0.1s;
}

.p-exam__question-lead-tag.true {
  visibility: visible;
  background-color: #31d99c;
  opacity: 1;
}

.p-exam__question-lead-tag.false {
  visibility: visible;
  background-color: #e54d60;
  opacity: 1;
}

.p-exam__question-lead-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.p-exam__question-lead-button._active .p-exam__question-lead-toggle {
  -webkit-transform: translateY(-40%) rotate(-225deg);
  -ms-transform: translateY(-40%) rotate(-225deg);
  transform: translateY(-40%) rotate(-225deg);
}

.p-exam__question-lead-toggle {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transform: translateY(-80%) rotate(-45deg);
  -ms-transform: translateY(-80%) rotate(-45deg);
  transform: translateY(-80%) rotate(-45deg);
  pointer-events: none;
}

.p-exam__question-lead-toggle::before, .p-exam__question-lead-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 100em;
  background-color: #4d586f;
}

.p-exam__question-lead-toggle::before {
  top: 0;
  height: 0.8rem;
  width: 0.2rem;
}

.p-exam__question-lead-toggle:after {
  bottom: 0;
  height: 0.2rem;
  width: 0.8rem;
}

.p-exam__question-content {
  padding: 1.6rem;
}

.p-exam__question-text {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.28;
  color: #343d51;
}

.p-exam__question-label {
  position: relative;
  display: block;
  margin-bottom: 1.6rem;
  min-height: 15rem;
  cursor: text;
}

.p-exam__textarea-wrap {
  display: grid;
  padding: 1.2rem 1.6rem;
  border-radius: 0.8rem;
}

.p-exam__textarea-wrap::after {
  content: attr(data-replicated-value) " ";
  white-space: pre-wrap;
  visibility: hidden;
}

.p-exam__question-textarea,
.p-exam__textarea-wrap::after {
  grid-area: 1 / 1 / 2 / 2;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.4rem;
  line-height: 1.46;
  color: #343d51;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-exam__question-textarea:focus-visible,
.p-exam__textarea-wrap::after:focus-visible {
  -webkit-box-shadow: 0 0 0 1px #508aff;
  box-shadow: 0 0 0 1px #508aff;
}

.p-exam__question-textarea:focus,
.p-exam__textarea-wrap::after:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-exam__question-textarea {
  resize: none;
  overflow: hidden;
}

.p-exam__question-textarea::-webkit-input-placeholder {
  color: #b1b9c9;
}

.p-exam__question-textarea::-moz-placeholder {
  color: #b1b9c9;
}

.p-exam__question-textarea::-ms-input-placeholder {
  color: #b1b9c9;
}

.p-exam__question-textarea::placeholder {
  color: #b1b9c9;
}

.p-exam__question-submin-wrap {
  display: grid;
  grid-gap: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .p-exam__question-submin-wrap {
    grid-auto-flow: column;
    grid-template-columns: repeat(2, -webkit-min-content);
    grid-template-columns: repeat(2, min-content);
  }
}

.p-exam__question-submit {
  position: relative;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
  white-space: nowrap;
}

.p-exam__question-submit.true::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../svg_icons/p-check.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation-name: check;
  animation-name: check;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-exam__question-ref {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.22;
  color: #b1b9c9;
}

.p-exam__question-ref span {
  white-space: nowrap;
}

.p-exam__answer {
  margin-bottom: 1.6rem;
  border-radius: 0.8rem;
  background-color: transparent;
}

.p-exam__answer:last-of-type {
  margin-bottom: 2rem;
}

.p-exam__answer--key {
  border-color: #8567ff;
  max-height: 100%;
  -webkit-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

.p-exam__answer--key .p-exam__answer-title {
  position: relative;
  color: #8567ff;
  border-color: #8567ff;
}

.p-exam__answer-title {
  margin: 0;
  padding: 1.2rem 1.6rem;
  font-size: 1.3rem;
  line-height: 1.58;
  font-weight: 500;
  letter-spacing: 0.1;
  text-transform: uppercase;
  color: #455371;
  border-bottom: 1px solid #c9d5f1;
}

.p-exam__answer-text {
  margin: 0;
  padding: 1.2rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1.46;
  color: #343d51;
}

.p-exam__answer-title-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.p-exam__answer-title-button._active .p-exam__answer-title-toggle {
  -webkit-transform: translateY(-40%) rotate(-225deg);
  -ms-transform: translateY(-40%) rotate(-225deg);
  transform: translateY(-40%) rotate(-225deg);
}

.p-exam__answer-title-toggle {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transform: translateY(-80%) rotate(-45deg);
  -ms-transform: translateY(-80%) rotate(-45deg);
  transform: translateY(-80%) rotate(-45deg);
  pointer-events: none;
}

.p-exam__answer-title-toggle::before, .p-exam__answer-title-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 100em;
  background-color: #4d586f;
}

.p-exam__answer-title-toggle::before {
  top: 0;
  height: 0.8rem;
  width: 0.2rem;
}

.p-exam__answer-title-toggle:after {
  bottom: 0;
  height: 0.2rem;
  width: 0.8rem;
}

.p-exam__question-mark {
  margin-bottom: 1.6rem;
}

.p-exam__question-mark-text {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  line-height: 1.46;
  font-weight: 500;
  color: #343d51;
}

.p-exam__mark-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  grid-gap: 1.6rem;
}

.p-exam__question-mark-label {
  position: relative;
}

.p-exam__question-mark-input {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-exam__question-mark-input:checked ~ .p-exam__question-mark-label-text {
  color: #ffffff;
  background-color: #31d99c;
}

.p-exam__question-mark-input:checked ~ .p-exam__question-mark-label-text::before {
  opacity: 1;
}

.p-exam__question-mark-input:checked ~ .p-exam__question-mark-label-text--false {
  color: #ffffff;
  background-color: #e54d60;
}

.p-exam__question-mark-input:checked ~ .p-exam__question-mark-label-text--false::before {
  opacity: 1;
}

.p-exam__question-mark-label-text {
  position: relative;
  display: block;
  padding: 1.2rem 4.8rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.46;
  font-weight: 500;
  color: #31d99c;
  text-align: center;
  border: 1px solid #31d99c;
  background-color: transparent;
  white-space: nowrap;
}

.p-exam__question-mark-label-text::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("../svg_icons/p-check.svg");
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.p-exam__question-mark-label-text--false {
  color: #e54d60;
  border-color: #e54d60;
}

.p-exam__bottom-wrap {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -0.4rem 2.4rem rgba(45, 78, 144, 0.12);
  box-shadow: 0 -0.4rem 2.4rem rgba(45, 78, 144, 0.12);
}

.p-exam__bottom-wrap-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.p-exam__bottom-button {
  margin-right: 1.2rem;
}

.p-exam__bottom-button:first-child {
  margin-right: auto;
}

.p-exam__bottom-button:last-child {
  margin-right: 0;
}

.p-exam__popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.p-exam__popup._active {
  opacity: 1;
}

.p-exam__popup._active .p-exam__popup-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.p-exam__popup-underlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.p-exam__popup-content {
  position: relative;
  padding: 4.8rem;
  width: 54%;
  min-width: 50rem;
  max-height: 90%;
  border-radius: 1.2rem;
  background-color: #ffffff;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.p-exam__popup-content::-webkit-scrollbar {
  display: none;
}

.p-exam__popup-title {
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0;
}

.p-exam__popup-form .p-exam__mark-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(28rem, 1fr));
  margin-bottom: 1.6rem;
}

.p-exam__popup-form .p-exam__question-submin-wrap {
  margin-bottom: 6.4rem;
}

.p-exam__popup-submit {
  width: 100%;
}

.p-exam__popup-submit:disabled {
  color: #455371;
  border-color: #c9d5f1;
  background-color: transparent;
  cursor: auto;
}

.p-exam__popup--warning {
  text-align: center;
}

.p-exam__popup--warning .p-exam__popup-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

.p-exam__popup--warning .p-exam__popup-title {
  margin-bottom: 3.2rem;
}

.p-exam__popup--warning .p-exam__popup-submit {
  margin: 0 auto;
  padding: 1.2rem 4.8rem;
  width: 80%;
}

@-webkit-keyframes check {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(3);
    transform: translateY(-50%) scale(3);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes check {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(3);
    transform: translateY(-50%) scale(3);
  }
  10% {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.bvi-icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.bvi-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.bvi-xs {
  font-size: .75em !important;
}

.bvi-sm {
  font-size: .875em !important;
}

.bvi-1x {
  font-size: 1em !important;
}

.bvi-2x {
  font-size: 2em !important;
}

.bvi-3x {
  font-size: 3em !important;
}

.bvi-4x {
  font-size: 4em !important;
}

.bvi-5x {
  font-size: 5em !important;
}

.bvi-6x {
  font-size: 6em !important;
}

.bvi-7x {
  font-size: 7em !important;
}

.bvi-8x {
  font-size: 8em !important;
}

.bvi-9x {
  font-size: 9em !important;
}

.bvi-10x {
  font-size: 10em !important;
}

.bvi-font:before {
  content: "\f031";
}

.bvi-plus:before {
  content: "\f067";
}

.bvi-minus:before {
  content: "\f068";
}

.bvi-circle:before {
  content: "\f111";
}

.bvi-circle-notch:before {
  content: "\f1ce";
}

.bvi-adjust:before {
  content: "\f042";
}

.bvi-volume-up:before {
  content: "\f028";
}

.bvi-volume-off:before {
  content: "\f026";
}

.bvi-cogs:before {
  content: "\f085";
}

.bvi-low-vision:before {
  content: "\f2a8";
}

.bvi-chevron-circle-up:before {
  content: "\f139";
}

.bvi-eye:before {
  content: "\f06e";
}

.bvi-sync-alt:before {
  content: "\f2f1";
}

.bvi-times-circle:before {
  content: "\f057";
}

.bvi-bolt:before {
  content: "\f0e7";
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa/fa-solid-900.eot");
  src: url("../fonts/fa/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa/fa-solid-900.woff2") format("woff2"), url("../fonts/fa/fa-solid-900.woff") format("woff"), url("../fonts/fa/fa-solid-900.ttf") format("truetype");
}

.bvi-icon {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* print styles */
.print-show {
  display: none;
}

@media print {
  body {
    background-color: #fff;
    color: #000;
    margin: 0;
  }
  table {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  .print-show {
    display: inherit;
  }
  .print-hide {
    display: none;
  }
  .exam-title__subtitle,
  .exam-header__date {
    font-size: 12px;
  }
  .exam-title__subtitle {
    margin-bottom: 0;
  }
  .exam-title__main {
    font-size: 18px;
    line-height: 1.5;
  }
  .exam-header__time {
    font-size: 20px;
    margin-bottom: 0;
  }
  .exam-header__timecont {
    width: auto;
  }
  .exam-process__table {
    border-collapse: separate;
  }
  .exam-process__table ._name {
    width: 66.66666666666667%;
  }
  .exam-process__table th,
  .exam-process__table td {
    border: 1px solid #000;
  }
  .exam-process__table th:not(:first-child),
  .exam-process__table td:not(:first-child) {
    border-left: 0;
  }
  .exam-process__button {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .attachment-popup-video iframe {
    width: 90vw !important;
  }
}

/*# sourceMappingURL=exam.css.map */
