@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  position: relative;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}
img, svg, iframe {
  max-width: 100%;
}
[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #3E3E3E;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  line-height: 1em;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  display: table;
  content: " ";
}

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tfoot,
thead,
th {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

table {
  border-collapse: collapse;
}

body.search-active {
  overflow: hidden;
}
body .search-input {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
body .icon-close {
  opacity: 1;
  transform: rotate(-90deg);
}
body .control {
  cursor: default;
}
body .control .btn-material {
  transform: scale(70);
}
body .control .icon-material-search {
  opacity: 0;
}
@media (min-width: 100px) and (max-width: 767px) {
  body {
    padding: 0 0 0 0;
  }
}

a,
a:focus,
a:active,
input,
input:focus,
input:active,
button,
button:focus,
button:active {
  outline: none;
}

a {
  color: #111;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
a:focus {
  text-decoration: none;
}
a.blue-color {
  color: #2a5fcb;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

img {
  max-width: 100%;
}

.pk-search {
  position: relative;
  display: block;
  width: 100%;
}
.pk-search svg.svg-search {
  position: absolute;
  left: 12px;
  top: 11px;
  width: 15px;
  height: 15px;
  z-index: 1;
}
  .pk-search svg.svg-search path {
  fill: #788FC8;
}
.pk-search input {
  border: none;
  border-bottom: 1px solid #788FC8;
  height: 40px;
  width: 100%;
  position: relative;
  line-height: 40px;
  padding: 0 0 0 40px;
  font-size: 12px;
  border-radius: 0;
  background: #fff;
}
.pk-search input::-webkit-input-placeholder {
  color: #788FC8;
}
.pk-search input:-ms-input-placeholder {
  color: #788FC8;
}
.pk-search input::-ms-input-placeholder {
  color: #788FC8;
}
.pk-search input::placeholder {
  color: #788FC8;
}
.pk-search input:focus {
  border: none;
  border-bottom: 1px solid #5471b9;
}
.pk-search.bordered input {
  border: 1px solid #DCE2F2;
  background: #F5F7FC;
  border-radius: 10px;
  height: 40px;
  min-width: 50px;
  line-height: 40px;
  position: relative;
  display: block;
  padding: 0 15px 0 40px;
}

input {
  border: 1px solid #DCE2F2;
  background: #F5F7FC;
  border-radius: 10px;
  height: 40px;
  min-width: 50px;
  line-height: 40px;
  position: relative;
  display: block;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=date] {
  color: #788FC8;
}
input::-webkit-input-placeholder {
  color: #788FC8;
}
input:-ms-input-placeholder {
  color: #788FC8;
}
input::-ms-input-placeholder {
  color: #788FC8;
}
input::placeholder {
  color: #788FC8;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: all 0.3s;
}
input:focus::-moz-placeholder {
  opacity: 0;
  transition: all 0.3s;
}
input:focus:-moz-placeholder {
  opacity: 0;
  transition: all 0.3s;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: all 0.3s;
}
input:focus {
  outline: none;
  border: 1px solid #b7c3e4;
}
input[disabled] {
  cursor: not-allowed !important;
}

select {
  border: 1px solid #DCE2F2;
  background: #F5F7FC url(../img/down-select.png) no-repeat 96% center;
  border-radius: 10px;
  height: 40px;
  min-width: 50px;
  line-height: 40px;
  position: relative;
  display: block;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #788FC8;
  margin-bottom: 15px;
}
select:focus {
  outline: none;
  border: 1px solid #b7c3e4;
}

.custom-select {
  position: relative;
  display: block;
}
.custom-select select {
  width: 100%;
}
.custom-select svg.select-arrow {
  width: 14px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 16px;
  display: none;
}
.rotate {
  transform: rotate(180deg) translateY(-6px);
}

.custom-select-width-trash {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.custom-select-width-trash .select-block {
  width: calc(100% - 40px);
  display: inline-block;
}
.custom-select-width-trash .custom-select {
  position: relative;
  display: block;
  width: 100%;
}
.custom-select-width-trash .custom-select select {
  width: 100%;
  color: #788FC8;
  max-width: 100%;
  margin-bottom: 0;
}
.custom-select-width-trash .custom-select select option {
  max-width: 500px;
  text-overflow: ellipsis;
}
.custom-select-width-trash .custom-select svg.select-arrow {
  width: 14px;
  height: 8px;
  display: block;
  position: absolute;
  right: 10px;
  top: 16px;
  display: none;
}
.custom-select-width-trash .trash-bin {
  display: inline-block;
  width: 30px;
}
.custom-select-width-trash .trash-bin a {
  width: 100%;
}
.custom-select-width-trash .trash-bin a svg.bin {
  width: 13px;
  height: 15px;
  display: block;
  margin: 0 0 0 auto;
}
.custom-select-width-trash .trash-bin a svg.bin path {
  transition: all 0.3s;
}
.custom-select-width-trash .trash-bin a svg.bin:hover path {
  fill: #304577;
  transition: all 0.3s;
}

textarea {
  border: 1px solid #DCE2F2;
  background: #F5F7FC;
  border-radius: 10px;
  height: 100px;
  min-width: 250px;
  line-height: 1.5em;
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: 15px;
  max-width: 100%;
}
textarea::-webkit-input-placeholder {
  color: #788FC8;
}
textarea:-ms-input-placeholder {
  color: #788FC8;
}
textarea::-ms-input-placeholder {
  color: #788FC8;
}
textarea::placeholder {
  color: #788FC8;
}
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: all 0.3s;
}
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: all 0.3s;
}
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: all 0.3s;
}
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: all 0.3s;
}
textarea:focus {
  outline: none;
  border: 1px solid #b7c3e4;
}
textarea.h220 {
  min-height: 220px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity-block {
  display: block;
  position: relative;
  margin: auto;
  font-size: 20px;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.quantity-block .quantity-num {
  font-size: 12px;
  padding: 0 10px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #DCE2F2;
  color: #788FC8;
  display: inline-block;
  position: relative;
  width: 100%;
  line-height: 40px;
  margin-bottom: 15px;
}
.quantity-block .quantity-arrow-plus, .quantity-block .quantity-arrow-minus {
  cursor: pointer;
  position: absolute;
  display: flex;
  right: 0;
  background: transparent;
  border: none;
  outline: none;
  height: 20px;
  width: 30px;
  justify-content: center;
  align-items: center;
}
.quantity-block .quantity-arrow-plus svg.svg, .quantity-block .quantity-arrow-minus svg.svg {
  width: 10px;
  height: 10px;
}
.quantity-block .quantity-arrow-plus svg.svg path, .quantity-block .quantity-arrow-minus svg.svg path {
  fill: #788FC8;
}
.quantity-block .quantity-arrow-minus {
  top: 20px;
}
.quantity-block .quantity-arrow-minus svg.svg {
  transform: rotate(90deg);
}
.quantity-block .quantity-arrow-plus {
  top: 0;
}
.quantity-block .quantity-arrow-plus svg.svg {
  transform: rotate(-90deg);
}
.quantity-block.text-plus .quantity-num {
  width: calc(100% - 45px);
}
.quantity-block.text-plus .quantity-arrow-plus, .quantity-block.text-plus .quantity-arrow-minus {
  right: 45px;
}
.quantity-block.text-plus p.text {
  line-height: 40px;
  font-size: 12px;
  color: #788FC8;
  display: inline;
  padding: 0 0 0 5px;
}

.custom-checkbox {
  display: block;
  position: relative;
}
.custom-checkbox label {
  width: 100%;
  color: #222;
  position: relative;
  padding: 15px 0 0 0;
  display: block;
}
.custom-checkbox label:hover {
  cursor: pointer;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox input[type=checkbox] + span, .custom-checkbox input[type=radio] + span {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #DCE2F2;
  outline: none;
  margin: 1px 0 0 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  background: #F5F7FC;
}
.custom-checkbox input[type=checkbox]:checked + span:before {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  border: 0 solid #EF7F1A;
  border-width: 0 2px 2px 0;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  margin: -5px 5px;
  pointer-events: none;
}
.custom-checkbox .label {
  display: inline-block;
  font-weight: 400;
  color: #666;
  width: 100%;
  font-size: 14px;
  padding: 0 0 0 20px;
  text-align: left;
}
.custom-checkbox.colored-blue .label {
  color: #788FC8;
}

.custom-radio [type=radio]:checked,
.custom-radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio [type=radio]:checked + label,
.custom-radio [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
  font-weight: 300;
  text-align: justify;
}

.custom-radio [type=radio]:checked + label:before,
.custom-radio [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #DCE2F2;
  border-radius: 100%;
  background: #F8FAFD;
}

.custom-radio [type=radio]:checked + label:after,
.custom-radio [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #EF7F1A;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio [type=radio]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.radio {
  margin-bottom: 6px;
}
.radio.inline {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
}
.radio.inline:last-child {
  margin-right: 0;
}
.radio label {
  display: block;
  position: relative;
  cursor: pointer;
}
.radio input[type=checkbox],
.radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.radio .custom-radio {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 0 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
}

.choose-gender {
  margin: 13px 0 0 0;
  display: flex;
  align-items: baseline;
}
.choose-gender .custom-radio {
  width: 100%;
}

.btn {
  background: #fff;
  color: #EF7F1A;
  font-size: 14px;
  border-radius: 30px;
  transition: 0.3s;
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #EF7F1A;
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 40px;
  line-height: 38px;
  padding-bottom: 2px;
}
.btn:visited {
  color: #EF7F1A;
  text-decoration: none;
}
.btn:focus {
  color: #EF7F1A;
  text-decoration: none;
}
.btn:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  width: 60px;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  filter: blur(30px);
  transform: translateX(-100px) skewX(-15deg);
}
.btn:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 100%;
  left: 30px;
  top: 0;
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100px) skewX(-15deg);
}
.btn:hover {
  background: #EF7F1A;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover:before {
  transform: translateX(300px) skewX(-15deg);
  opacity: 0.6;
  transition: 0.7s;
}
.btn:hover:after {
  transform: translateX(300px) skewX(-15deg);
  opacity: 1;
  transition: 0.7s;
}
.btn.blue {
  font-weight: 500;
  font-size: 11px;
  border: 1px solid #788FC8;
  color: #788FC8;
}
.btn.blue:hover {
  background: #788FC8;
  color: #fff;
}
.btn.blue:visited {
  color: #788FC8;
  text-decoration: none;
}
.btn.blue:focus {
  color: #788FC8;
  text-decoration: none;
}
.btn.solid {
  background: #EF7F1A;
  color: #fff;
}
.btn.solid:visited {
  color: #fff;
  text-decoration: none;
}
.btn.solid:focus {
  color: #fff;
  text-decoration: none;
}
.btn[disabled] {
  cursor: not-allowed;
}
.btn:active {
  transition: all 0.3s;
  transform: scale(0.98);
}

.enrole-save {
  text-align: center;
  margin: 45px 0 60px 0;
}

.pk-file-item {
  width: 75px;
  height: 100px;
  display: block;
  position: relative;
  background: #DCE2F2;
  border-radius: 5px;
  margin: 0 30px 0 0;
  float: left;
}
.pk-file-item svg.close {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 0;
  right: -15px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s;
}
.pk-file-item svg.close path {
  fill: #788FC8;
}
.pk-file-item svg.close:hover {
  opacity: 1;
}
.pk-file-item .inner {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  height: 100px;
  display: flex;
  justify-content: center;
}
.pk-file-item .inner img {
  max-width: 100%;
  max-height: 100%;
}
.pk-file-item .inner svg.file-bg {
  width: 53px;
  height: 53px;
  display: block;
  margin: 25px auto 0 auto;
  position: relative;
}
.pk-file-item .inner p {
  font-size: 12px;
  color: #788FC8;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: -4px;
  font-weight: 500;
}

.flash-block {
  position: relative;
  display: flex;
  background: #DAE5FF;
  border-radius: 15px;
  padding: 30px;
  align-items: center;
  max-width: 700px;
  margin: 0 auto 30px auto;
}
.flash-block svg {
  margin: 0 20px 0 0;
}
.flash-block p.message {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #788FC8;
}
.flash-block p.message a {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #788FC8;
  text-decoration: underline;
}
.correct-block {
  position: relative;
  display: block;
  background: rgba(239, 127, 26, 0.2);
  border-radius: 20px;
  padding: 35px 100px 15px 100px;
  margin: 45px 0 0 0;
}
.correct-block p {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #EF7F1A;
  padding: 0 0 30px 0;
}
.correct-block .buttons {
  max-width: 320px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.correct-block .buttons a.back {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
  color: #EF7F1A;
  height: 40px;
}
.correct-block .buttons a.back svg.ico {
  width: 20px;
  height: 20px;
  display: inline;
  margin: 0 15px 0 0;
}
.correct-block .buttons a.back span {
  display: inline;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #EF7F1A;
}
.correct-block .buttons a.back:hover {
  text-decoration: none;
}
.box-content-white {
  position: relative;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 4px 40px #DCE2F2;
  border-radius: 15px;
  padding: 30px;
  margin: 0 auto 30px auto;
}
.box-content-white h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #3E3E3E;
  padding: 0 0 20px 0;
}
.box-content-white h2.pb20 {
  padding: 0 0 20px 0;
}
.box-content-white p {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: rgba(62, 62, 62, 0.7);
  padding: 0 0 20px 0;
}
.box-content-white p.upload-text {
  padding: 15px 0;
}
.box-content-white input {
  width: 100%;
  margin-bottom: 15px;
}
.box-content-white textarea {
  width: 100%;
}
.box-content-white .pk-file-item .inner p {
  bottom: 5px;
}
.box-content-white .btn {
  margin-top: 5px;
}
.loaded-file-show {
  background: rgba(255, 192, 135, 0.2);
  border: 1px solid #FFC28A;
  box-sizing: border-box;
  border-radius: 10px;
  min-height: 40px;
  padding: 0 15px;
  margin-bottom: 10px;
}
.loaded-file-show p, .loaded-file-show a {
  font-weight: 500;
  font-size: 12px;
  line-height: 40px;
  color: #3E3E3E;
  padding: 0;
}

.moderator-message-box textarea {
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  color: #3E3E3E;
  background: rgba(255, 192, 135, 0.2);
  border: 1px solid #FFC28A;
}
.moderator-message-box textarea::-webkit-input-placeholder {
  color: #3E3E3E;
}
.moderator-message-box textarea:-ms-input-placeholder {
  color: #3E3E3E;
}
.moderator-message-box textarea::-ms-input-placeholder {
  color: #3E3E3E;
}
.moderator-message-box textarea::placeholder {
  color: #3E3E3E;
}

.box-content-transparent {
  padding: 0 30px 30px 30px;
  background: transparent;
}
.box-content-transparent .custom-checkbox .label {
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #788FC8;
  padding: 0 0 0 30px;
}

.colored-box {
  width: 100%;
  border-radius: 15px;
  position: relative;
  display: block;
  margin: 45px auto 30px;
  padding: 30px;
}
.colored-box .col-md-7 {
  padding-left: 0;
}
.colored-box.blue {
  background: #E0EAFF;
}
.colored-box.blue p {
  color: #2A5FCB;
}
.colored-box.orange {
  background: #FFCFA4;
}
.colored-box.orange p {
  color: #EF7F1A;
}
.colored-box svg {
  margin-top: -40px;
}
.colored-box svg.svg5 {
  width: 200px;
  height: 200px;
  left: 30px;
}
.colored-box p.title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  padding: 0 0 20px 0;
}
.colored-box p.text {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  padding-right: 0;
}

.avatar {
  text-align: center;
}
.avatar svg {
  width: 70%;
  max-width: 140px;
  display: inline-block;
}
.avatar img {
  width: 140px;
  height: 140px;
  display: inline-block;
  border-radius: 100px;
}

.user-block-link .user-block {
  /*border: 1px solid #EF7F1A;
  border-radius: 45px;
  padding: 5px;*/
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.user-block-link .user-block .avatar svg {
  width: 45px;
  height: 45px;
  position: relative;
}
.user-block-link .user-block .user-name p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #EF7F1A;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 140px;
}
.user-block-link .user-block .user-name p {
  content: attr(data-tail);
}
.user-block-link:hover {
  text-decoration: none;
}
.user-block .avatar {
  height: 45px;
}
.upload-file {
  white-space: normal;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 15px;
  border: 1px dashed #788FC8;
  background: #F5F7FC;
  text-align: center;
  display: block;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 15px;
}
.upload-file:hover {
  cursor: pointer;
  border: 1px dashed #788FC8;
  box-shadow: 0 0 100px rgba(34, 34, 34, 0.05);
  transition: all 0.3s;
}
.upload-file:hover .green {
  transition: all 0.3s;
  background: #25924a;
  text-decoration: none;
  cursor: pointer;
}
.upload-file:hover svg.photo path {
  fill: #788FC8;
}
.upload-file .messages-container {
  width: 100%;
}
.upload-file input {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.upload-file .text {
  font-weight: 400;
  color: #a9a9a9;
  line-height: 2em;
  font-size: 12px;
  margin: 0 0 15px 0;
}
.upload-file .green {
  background: #23a54f;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  margin: 15px 0 15px 0;
  display: inline-block;
  transition: all 0.3s;
}
.upload-file .green.convert {
  position: relative;
  width: auto;
  height: auto;
  opacity: 1;
  border: none;
  z-index: 2;
}
.upload-file .specs-info {
  font-size: 14px;
  line-height: 1;
  color: #666;
}
.upload-file .specs-file-name {
  font-weight: 500;
  line-height: 1;
  word-wrap: break-word;
}
.upload-file .fa {
  font-size: 70px;
  color: #ddd;
  margin-bottom: 15px;
}
.upload-file .iddle {
  display: block;
  height: 280px;
}
.upload-file .iddle .svg {
  display: block;
  width: 100px;
  height: 100px;
  margin: 30px auto;
}
.upload-file .iddle .svg path {
  fill: #c1bebe;
}
.upload-file .iddle a.cancel {
  padding: 15px 0 0 0;
  position: relative;
  z-index: 10;
}
.upload-file .iddle a.cancel .svg {
  -webkit-animation: none;
  animation: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
}
.upload-file .iddle a.cancel .svg path {
  fill: #cc0000;
}
.upload-file .warning {
  display: none;
  display: block;
  height: 280px;
  padding: 75px 0 0 0;
}
.upload-file .warning .svg {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px auto;
}
.upload-file .warning .svg path {
  fill: #ff5520;
}
.upload-file .warning .text {
  margin-bottom: 10px;
  color: #ff5520;
  line-height: 1.3;
  font-size: 12px;
}
.upload-file .warning .message-warn p {
  line-height: 1;
}
.upload-file .warning.backend-error {
  display: block;
}
.upload-file .success {
  display: none;
  display: block;
  height: 280px;
  padding: 45px 0 0 0;
}
.upload-file .success .svg {
  width: 100px;
  height: 100px;
  margin: 0 auto 30px auto;
}
.upload-file .success .svg path {
  fill: #24a550;
}
.upload-file .success p.text {
  color: #24a550;
  font-weight: 500;
}
.upload-file .downloading {
  display: block;
  height: 280px;
  padding: 90px 0 0 0;
}
.upload-file .downloading .svg {
  width: 75px;
  height: 75px;
  margin: 0 auto 30px 0;
  animation: loading 2s infinite;
}
.upload-file .downloading .svg path {
  fill: #949eb9;
}
.upload-file .downloading p.text {
  color: #949eb9;
  font-weight: 500;
}
.upload-file .downloading a.cancel {
  padding: 15px 0 0 0;
  position: relative;
  z-index: 10;
}
.upload-file .downloading a.cancel .svg {
  -webkit-animation: none;
  animation: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
}
.upload-file .downloading a.cancel .svg path {
  fill: #cc0000;
}
.upload-file.invalid, .upload-file.backend-error {
  border: 2px dashed #b3bfdd;
}
.upload-file.invalid img, .upload-file.backend-error img {
  display: none;
}
.upload-file.invalid .iddle, .upload-file.backend-error .iddle {
  display: none;
}
.upload-file.invalid .warning, .upload-file.backend-error .warning {
  display: block;
}
.upload-file.invalid .success, .upload-file.backend-error .success {
  display: none;
}
.upload-file.valid {
  border: 2px dashed #949eb9;
}
.upload-file.valid img {
  display: none;
}
.upload-file.valid .iddle {
  display: none;
}
.upload-file.valid .warning {
  display: none;
}
.upload-file.valid .success {
  display: block;
}
.upload-file.dragover {
  border: 2px dashed #ff541f;
  box-shadow: 0 0 100px rgba(34, 34, 34, 0.15);
  transition: all 0.3s;
}
.upload-file.has-image .iddle {
  display: none;
}
.upload-file p {
  width: 100%;
}
.upload-file.readonly .iddle .text {
  display: none;
}
.upload-file .progress-line {
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background: #DCE2F2;
}
.upload-file .progress-line .progress-inner {
  position: absolute;
  background: #788FC8;
  height: 5px;
  width: 0;
}
.upload-file .anons-block {
  text-align: left;
  position: relative;
  top: -10px;
}
.upload-file .anons-block svg {
  width: 15px;
  height: 15px;
  position: relative;
  display: inline;
  top: 3px;
}
.upload-file .anons-block p {
  display: inline;
  font-size: 12px;
  color: #788FC8;
}
.upload-file svg.photo {
  width: 45px;
  height: 35px;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.upload-file svg.photo path {
  transition: all 0.3s;
}
.pk-filter {
  position: relative;
}
.pk-filter .pk-search input {
  height: 35px;
  line-height: 35px !important;
  font-size: 10px;
  color: #788FC8;
  border: 1px solid transparent;
  width: 100%;
  background: #fff;
  border-radius: 10px;
}
.pk-filter .col-md-2 {
  padding: 0 0 0 10px;
}
.pk-filter .col-md-6 {
  padding: 0 5px 0 0;
}
.pk-filter p.pk-filter-title {
  padding: 0 0 10px 0;
  color: #788FC8;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: rgba(62, 62, 62, 0.7);
}
  .pk-filter .rs-custom-select .dropdown.more-width {
    width: 100%;
    left: auto;
    right: 0;
    z-index: 16;
  }

.pk-change-filter-item {
  position: relative;
  display: block;
  height: 0;
}
.pk-change-filter-item p.label {
  position: absolute;
  display: block;
  font-size: 12px;
  color: #23a54f;
  width: 10px;
  height: 10px;
  top: 3px;
  left: -20px;
}
.pk-change-filter-item input {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #b1e5c3;
  height: 25px;
  color: #000;
  font-size: 11px;
  line-height: 25px;
  padding: 0 20px 0 5px;
}
.pk-custom-select {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid transparent;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  position: relative;
}
.pk-custom-select a {
  font-weight: 500;
  font-size: 10px;
  line-height: 30px;
  color: #788FC8;
  width: 100%;
  z-index: 3;
}
.pk-custom-select svg.arrow-down {
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 10px;
  transform: rotate(90deg);
}
.pk-custom-select svg.arrow-down path {
  fill: #788FC8;
}
.pk-custom-select a.rs-dropdown-link {
  padding: 0 20px 0 5px;
  text-decoration: none;
  color: #000;
  font-size: 11px;
  line-height: 10px;
  display: block;
  position: relative;
  z-index: 10;
}
.pk-custom-select .dropdown {
  position: absolute;
  display: none;
  z-index: 11;
  top: 42px;
  right: 0;
  width: 100%;
  min-height: 50px;
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 10px 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 15px 5px rgba(34, 34, 34, 0.05);
  -moz-box-shadow: 0 0 15px 5px rgba(34, 34, 34, 0.05);
  box-shadow: 0 0 15px 5px rgba(34, 34, 34, 0.05);
}
.pk-custom-select .dropdown a {
  position: relative;
  display: block;
  font-size: 11px;
  color: #788fc8;
  padding: 0 10px 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 20px;
  min-height: 20px;
  text-decoration: none;
}
.pk-custom-select .dropdown a:hover {
  background: #e5edff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pk-custom-select .dropdown:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  top: -5px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  right: 10px;
  z-index: 1;
}
.pk-custom-select .dropdown.active {
  display: block;
}
.pk-custom-select .dropdown.more-width {
  min-width: 140px;
}
.pk-filter .inner {
  position: relative;
  z-index: 10;
  background: #e5edff;
  border: 1px solid #e5edff;
  margin: 45px 0 30px 0;
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.pk-filter .col-item {
  padding-right: 10px;
}
.pk-filter .col-item:last-child {
  padding-right: 0;
}
.pk-filter .col-md-2 {
  padding: 0 0 0 10px;
}
.pk-filter .col-md-5 {
  padding: 0 5px 0 0;
}
.pk-filter .col-md-6 {
  padding: 0 5px 0 0;
}
.pk-filter input {
  font-size: 10px;
  width: 100%;
  font-weight: 500;
  line-height: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid transparent;
}
.pk-filter a.rs-filter-clear {
  position: absolute;
  display: block;
  top: -30px;
  right: 0;
  width: 120px;
  height: 20px;
  text-decoration: none;
  color: #788fc8;
}
.pk-filter a.rs-filter-clear svg {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
.pk-filter a.rs-filter-clear svg path {
  fill: #788FC8;
}
.pk-filter a.rs-filter-clear span {
  font-size: 10px;
  color: #788FC8;
  display: inline-block;
}
.pk-filter a.rs-filter-clear:hover {
  text-decoration: underline;
}
.pk-filter p.pk-filter-title {
  padding: 0 0 10px 0;
  color: #788FC8;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
}
/* General styles for the modal */
/*
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body {
  background: #222;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  /* max-width: 630px; */
  /* min-width: 320px; */
  height: 100vh;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: rgba(62, 62, 62, 0.5);
}

.md-show {
  visibility: visible;
}

.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-overlay-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  visibility: visible;
  display: none;
}
.md-overlay-modal.modal-active {
  display: block;
}

.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Content styles */
.md-content {
  color: #222;
  background: #fff;
  position: relative;
  border-radius: 5px;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 50px rgba(34, 34, 34, 0.1);
}
.md-content a.md-close {
  position: absolute;
  top: 0;
  right: -45px;
}
.md-content a.md-close .svg {
  width: 30px;
  height: 30px;
  transition: all 0.3s;
}
.md-content a.md-close .svg path {
  fill: #fff;
}
.md-content a.md-close .svg:hover {
  cursor: pointer;
  transition: all 0.3s;
}
.md-content a.md-close .svg:hover path {
  fill: #005fcf;
}
.md-content a .btn-send {
  margin: 0 0 0 0;
}

.md-content h3 {
  margin: 0;
  text-align: left;
  font-size: 32px;
  font-weight: 600;
  color: #222;
}

.md-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 400;
}

.md-content > div p {
  margin: 0;
  padding: 10px 0;
}

.md-content > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}

.md-content > div ul li {
  padding: 5px 0;
}

.md-content button {
  display: block;
}

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
  -webkit-transform: scale(0) rotate(720deg);
  -moz-transform: scale(0) rotate(720deg);
  -ms-transform: scale(0) rotate(720deg);
  transform: scale(0) rotate(720deg);
  opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-5 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(600px) rotateX(20deg);
  -moz-transform: translateZ(600px) rotateX(20deg);
  -ms-transform: translateZ(600px) rotateX(20deg);
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}

.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateZ(0px) rotateX(0deg);
  -moz-transform: translateZ(0px) rotateX(0deg);
  -ms-transform: translateZ(0px) rotateX(0deg);
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-6 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
  -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
  -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
  transform: translate(30%) translateZ(600px) rotate(10deg);
  opacity: 0;
}

.md-show.md-effect-6 .md-content {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
  -moz-transform: translate(0%) translateZ(0) rotate(0deg);
  -ms-transform: translate(0%) translateZ(0) rotate(0deg);
  transform: translate(0%) translateZ(0) rotate(0deg);
  opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7 {
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.md-effect-7 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-7 .md-content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  border-radius: 0 0 3px 3px;
  opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-8 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-70deg);
  -moz-transform: rotateY(-70deg);
  -ms-transform: rotateY(-70deg);
  transform: rotateY(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-8 .md-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-9 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-70deg);
  -moz-transform: rotateX(-70deg);
  -ms-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.md-show.md-effect-9 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-10 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-60deg);
  -moz-transform: rotateX(-60deg);
  -ms-transform: rotateX(-60deg);
  transform: rotateX(-60deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-11 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
  background: #e74c3c;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
  background: transparent;
}

.md-show.md-effect-12 .md-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-13 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-3000px) rotateY(90deg);
  -moz-transform: translateZ(-3000px) rotateY(90deg);
  -ms-transform: translateZ(-3000px) rotateY(90deg);
  transform: translateZ(-3000px) rotateY(90deg);
  opacity: 0;
}

.md-show.md-effect-13 .md-content {
  -webkit-animation: slit 0.7s forwards ease-out;
  -moz-animation: slit 0.7s forwards ease-out;
  animation: slit 0.7s forwards ease-out;
}

@-webkit-keyframes slit {
  50% {
    -webkit-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes slit {
  50% {
    -moz-transform: translateZ(-250px) rotateY(89deg);
    opacity: 0.5;
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slit {
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-14 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(90deg);
  -moz-transform: translateY(100%) rotateX(90deg);
  -ms-transform: translateY(100%) rotateX(90deg);
  transform: translateY(100%) rotateX(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
  -webkit-transform: translateY(0%) rotateX(0deg);
  -moz-transform: translateY(0%) rotateX(0deg);
  -ms-transform: translateY(0%) rotateX(0deg);
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}

.md-effect-15 .md-content {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
  -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.md-show.md-effect-16 ~ .container {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
}

.md-effect-16 .md-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
  height: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
  -webkit-transform: rotateX(-2deg);
  -moz-transform: rotateX(-2deg);
  -ms-transform: rotateX(-2deg);
  transform: rotateX(-2deg);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.md-effect-17 .md-content {
  opacity: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.3s 0.2s;
  -moz-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
  height: 100%;
  overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
  background: rgba(143, 27, 15, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 0% 50%;
  -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
  animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
  50% {
    -webkit-transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateZ(-200px);
  }
}
@-moz-keyframes rotateRightSideFirst {
  50% {
    -moz-transform: translateZ(-50px) rotateY(5deg);
    -moz-animation-timing-function: ease-out;
  }
  100% {
    -moz-transform: translateZ(-200px);
  }
}
@keyframes rotateRightSideFirst {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
.md-effect-18 .md-content {
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
}

.md-show.md-effect-18 .md-content {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
  height: 100%;
  overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 100%;
  -webkit-animation: OpenTop 0.5s forwards ease-in;
  -moz-transform-style: preserve-3d;
  -moz-transform-origin: 50% 100%;
  -moz-animation: OpenTop 0.5s forwards ease-in;
  transform-style: preserve-3d;
  transform-origin: 50% 100%;
  animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
  50% {
    -webkit-transform: rotateX(10deg);
    -webkit-animation-timing-function: ease-out;
  }
}
@-moz-keyframes OpenTop {
  50% {
    -moz-transform: rotateX(10deg);
    -moz-animation-timing-function: ease-out;
  }
}
@keyframes OpenTop {
  50% {
    transform: rotateX(10deg);
    animation-timing-function: ease-out;
  }
}
.md-effect-19 .md-content {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
  opacity: 0;
}

.md-show.md-effect-19 .md-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
}

.modal-dialog {
  width: 600px;
  margin: calc(50vh - 150px) auto;
  max-width: 100%;
}

.md-modal .modal-dialog .modal-content {
  position: relative;
  min-height: 100px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 40px rgba(62, 62, 62, 0.25);
  box-shadow: 0 4px 40px rgba(62, 62, 62, 0.25);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.md-modal .modal-dialog .modal-content .modal-header {
  position: relative;
  display: block;
}
.md-modal .modal-dialog .modal-content .modal-header a.close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: -45px;
  top: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.md-modal .modal-dialog .modal-content .modal-header a.close svg {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  transition: all 0.3s;
  opacity: 0.8;
}
.md-modal .modal-dialog .modal-content .modal-header a.close svg path {
  fill: #fff;
}
.md-modal .modal-dialog .modal-content .modal-header a.close:hover svg {
  opacity: 1;
  transition: all 0.3s;
}
.md-modal .modal-body {
  padding: 45px 30px;
}
.md-modal .modal-dialog .modal-content .modal-body h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  padding: 0 0 30px 0;
}
.md-modal .modal-dialog .modal-content .modal-body p {
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: rgba(62, 62, 62, 0.7);
  padding: 0 0 30px 0;
}
.md-modal .modal-dialog .modal-content .modal-body input {
  font-weight: 500;
  font-size: 11px;
  line-height: 30px;
  color: #788FC8;
  margin: 0 0 30px 0;
  width: 100%;
  height: 35px;
  background: #fff;
}
.md-modal .modal-dialog .modal-content .modal-body .pk-filter input {
  margin-bottom: 0;
}
.md-modal.in {
  visibility: visible;
}
.md-modal.md-show {
  visibility: visible;
}

#forgotModal .modal-dialog {
  width: 520px;
  position: relative;
}

#forgotModal .modal-dialog .modal-content .modal-body {
  padding: 20px 28px;
}

#forgotModal.md-modal .modal-dialog .modal-content {
  border: 0 !important;
}

#forgotModal h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  padding: 0 0 19px 0;
}

#forgotModal .modal-dialog .modal-content > p {
  position: relative;
  display: block;
  width: 234px;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
}

#forgotModal .modal-dialog .modal-content .input-blue {
  background: #F5F7FC;
}

#forgotModal .pk-forgot-modal-buttons {
  display: flex;
  align-items: center;
  margin: 30px 0 47px 0;
  width: 160px;
}

#forgotModal .forgot-svg {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
}

#forgotModal .forgot-svg svg {
  width: 222px;
  height: 196px;
  position: absolute;
  top: 30px;
  left: -25px;
}

#forgotModal .forgot-svg-bg {
  position: absolute;
  width: 158px;
  height: calc(100% + 2px);
  right: -1px;
  top: -1px;
  background: #EF7F1A;
  border-radius: 0px 20px 20px 0px;
}

#forgotModal .pk-forgot-modal-buttons input.btn.solid, #forgotModal .pk-forgot-modal-buttons a.btn.solid {
  margin: 0 10px 0 0;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  color: #FFFFFF;
  background: #EF7F1A;
}

#restoreForm > input.btn.solid {
  margin: 41px 0 0 0;
  width: 160px;
}

#restoreForm input.error {
  border-color: red;
  color: red;
}

#restoreForm.pk-reg-form input {
  width: 100%;
  margin: 0 0 0 0;
}

#restoreForm div.input {
  margin: 0 0 15px 0;
}

#restoreForm.pk-reg-form > .input p {
  padding: 0 0 0 15px;
  color: red;
  display: none;
}

#restoreForm input:disabled {
  background-color: #ccc;
  border-color: #ccc;
}

.errortext span.h3-blue {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  color: #2A5FCB;
}

#findOrganization .modal-dialog {
  width: 500px;
  height: 280px;
}

#applicationAccepted .modal-dialog {
  width: 400px;
  height: 210px;
}

#specialtySelection .modal-dialog {
  width: 620px;
  margin: calc(35vh - 150px) auto;
}
#specialtySelection.md-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
#specialtySelection h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2A5FCB;
  padding: 30px;
}
#specialtySelection .pk-search {
  margin: 0 30px;
  width: calc(100% - 60px);
}
#specialtySelection .panel-default {
  border-color: transparent;
  border: none;
  outline: none;
}
#specialtySelection .panel-default > .panel-heading {
  background-color: #fff;
  border-color: transparent;
  padding: 0 30px 15px 30px;
}
#specialtySelection .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
#specialtySelection .panel-group .panel-heading + .panel-collapse > .panel-body, #specialtySelection .panel-group .panel-heading + .panel-collapse > .list-group {
  border: none;
}
#specialtySelection .panel-group .panel + .panel {
  margin: 0;
}
#specialtySelection .panel-heading a {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #3E3E3E;
  text-transform: uppercase;
}
#specialtySelection .panel-body {
  padding: 0 0 15px 0;
}
#specialtySelection .panel-body a {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #3E3E3E;
  transition: all 0.3s;
  padding: 0 30px 0 60px;
  display: block;
}
#specialtySelection .panel-body a:hover {
  background: rgba(220, 226, 242, 0.5);
}
#specialtySelection .panel-group {
  margin: 0 0 20px 0;
  max-height: 300px;
  overflow: hidden;
  overflow-y: auto;
}

#regModal .modal-dialog {
  width: 100%;
  max-width: 600px;
  margin: calc(50vh - 190px) auto;
}
#regModal h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  padding-bottom: 20px;
}
#regModal form {
  padding-right: 20px;
}
#regModal input {
  height: 35px;
  line-height: 35px;
  margin: 0 0 15px 0;
  background: #F5F7FC;
}
#regModal input#login {
  width: 100%;
}
#regModal input#password {
  width: 100%;
}
#regModal .custom-checkbox .label {
  display: inline-block;
  font-weight: 400;
  width: 100%;
  padding: 0 0 0 20px;
  text-align: left;
  color: #788FC8;
  font-size: 11px;
}
#regModal .pk-reg-modal-buttons {
  display: flex;
  align-items: center;
  margin: 25px 0 0 0;
}
#regModal .pk-reg-modal-buttons input.btn.solid, #regModal .pk-reg-modal-buttons a.btn.solid {
  margin: 0 15px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 33px;
  height: 35px;
  padding-bottom: 2px;
  color: #FFFFFF;
  background: #EF7F1A;
}
#regModal .pk-reg-modal-buttons input.blue, #regModal .pk-reg-modal-buttons a.blue {
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  color: #788FC8;
}
#regModal .pk-reg-modal-buttons a.blue:hover {
  text-decoration: underline;
}
#regModal .pk-reg-modal-buttons input#enter-login {
  min-width: auto;
  max-width: 105px;
}
#regModal .pk-reg-modal-buttons input#enter-login:focus {
  border: 1px solid #EF7F1A;
}
#regModal p.big {
  font-weight: 600;
  font-size: 11px;
  line-height: 30px;
  color: #000000;
  padding: 55px 0 15px 0;
}
#regModal p.text {
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: #3E3E3E;
  padding: 0 0 20px 0;
}
#regModal a.btn.blue {
  min-width: 140px;
}
#regModal a.btn.blue:hover {
  color: #fff;
}

#passwordRecovery .modal-dialog {
  width: 500px;
  margin: calc(50vh - 150px) auto;
  height: 300px;
}
#passwordRecovery .modal-dialog .modal-content {
  border: 1px solid transparent;
}
#passwordRecovery .modal-dialog .modal-content .modal-body {
  overflow: hidden;
}
#passwordRecovery .modal-dialog .modal-content .modal-body .bg-block-right {
  display: block;
  background: #EF7F1A;
  width: 170px;
  height: 294px;
  position: absolute;
  top: 0;
  right: -2px;
  border-radius: 0 20px 20px 0;
}
#passwordRecovery svg.recover-ico {
  width: 224px;
  height: 197px;
  margin: 30px 0 0 0;
}
#passwordRecovery h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
}
#passwordRecovery p {
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: rgba(62, 62, 62, 0.7);
}
#passwordRecovery .col-md-7, #passwordRecovery .col-md-6, #passwordRecovery .col-md-5 {
  padding: 0;
}
#passwordRecovery a.btn.solid {
  font-weight: 500;
  font-size: 10px;
}

#choosingStudyProgram .modal-dialog {
  width: 100%;
  max-width: 720px;
  margin: calc(35vh - 150px) auto;
}
#choosingStudyProgram h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2A5FCB;
  padding: 0 0 30px 0;
}
#choosingStudyProgram .modal-body .pk-filter {
  margin: 0;
  padding: 0;
}
#choosingStudyProgram .modal-body .pk-filter p.pk-filter-title {
  padding: 0 0 10px 0;
  color: #788FC8;
}
#choosingStudyProgram .study-program-list {
  max-width: 100%;
  position: relative;
  display: block;
  overflow-y: auto;
  padding: 30px 15px;
  max-height: 300px;
}
#choosingStudyProgram .study-program-list .plane .col-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #DCE2F2;
}
#choosingStudyProgram .study-program-list .plane .col-item:first-child {
  border-left: none;
}
#choosingStudyProgram .study-program-list .plane .col-item svg.edit {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
}
#choosingStudyProgram .study-program-list .plane .col-item p {
  padding: 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
}
#choosingStudyProgram .study-program-list .plane .col-item p.date {
  font-weight: 500;
  font-size: 10px;
  line-height: 18px;
  color: #3E3E3E;
}
#choosingStudyProgram .study-program-list .plane .col-item p.title {
  color: #788FC8;
}
#choosingStudyProgram .study-program-list .plane .col-item p.form-education {
  line-height: 20px;
  color: #EF7F1A;
}
#choosingStudyProgram .study-program-list .plane .col-item p.green {
  line-height: 20px;
  color: #27AE60;
}
#choosingStudyProgram .study-program-list .plane .col-item p.on-base {
  line-height: 20px;
  color: #2A5FCB;
}
#choosingStudyProgram .study-program-list .plane .col-item.title-left {
  justify-content: center;
}
#choosingStudyProgram .modal-dialog .modal-content .modal-body input {
  border: 1px solid transparent;
  background: #fff;
}

.modal-content .list {
  margin: 0 -15px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #DCE2F2;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.collapse .well {
  margin-top: -10px;
  padding-top: 30px;
}

.statement-inner .well {
  top: -20px;
  padding-top: 60px;
  position: relative;
  background-color: #fff;
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.panel-collapse {
  overflow: hidden;
}

.fade {
  opacity: 0;
  /*
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
   */
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* collapse основные стили выше*/
.plane-simple-page {
  max-width: 750px;
  position: relative;
  display: block;
  margin: 0 auto 15px auto;
}
.plane {
  background: #FFFFFF;
  box-shadow: 0 4px 40px #DCE2F2;
  border-radius: 10px;
  position: relative;
  z-index: 5;
  margin: 15px 0 0 0;
}
.plane .well {
  margin-top: -20px;
  background-color: #fff;
}
.plane-simple-page svg.plane {
  box-shadow: none;
  background: none;
}
.plane-simple-page .plane .col-item svg.edit {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
.plane-simple-page .plane .col-item svg.plane {
  position: relative;
  display: block;
  width: 44px;
  height: 22px;
}
.plane-simple-page .plane .col-item svg.plane path {
  fill: #EF7F1A;
}
.plane-simple-page .plane .col-item svg.plane-gray {
  position: relative;
  display: block;
  width: 44px;
  height: 22px;
}
.plane-simple-page .plane .col-item svg.plane-gray path {
  fill: #BDBDBD;
}
.plane .col-item p, .page-simple-content .content-here .plane .col-item p {
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  padding: 0;
}
.plane .col-item p.code {
  line-height: 18px;
  color: #3E3E3E;
}
.plane .col-item p.specialty {
  line-height: 16px;
  color: #788FC8;
  width: 100%;
}
.plane .col-item p.form-payment {
  line-height: 20px;
  color: #EF7F1A;
}
.plane .col-item p.form-training {
  line-height: 20px;
  color: #27AE60;
}
.plane .col-item p.on-base {
  line-height: 20px;
  color: #2A5FCB;
  padding: 0;
}
.plane .col-item .a-del {
  margin: 0 5px;
  font-size: 11px;
}
.plane-simple-page .collapse {
  background: #FFFFFF;
  box-shadow: 0 4px 40px #DCE2F2;
  border-radius: 0 0 10px 10px;
  position: relative;
  top: -10px;
}
.plane-simple-page .collapsing {
  background: #FFFFFF;
  box-shadow: 0 4px 40px #DCE2F2;
  border-radius: 0 0 10px 10px;
  position: relative;
  top: -10px;
  z-index: -1;
}
.plane-simple-page .collapsing .well {
  min-height: 20px;
  padding: 30px 15px 60px 15px;
}
.plane-simple-page .well {
  min-height: 20px;
  padding: 30px 15px 30px 15px;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
.plane-simple-page .well.fix-padding {
  padding: 45px 15px 30px 15px;
}
.plane-simple-page .well .col-md-3 {
  position: relative;
  display: block;
  z-index: 2;
}
.plane-simple-page .well p.title {
  font-weight: 600;
  font-size: 14px;
  color: #3E3E3E;
}
.plane-simple-page .well p.big {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2em;
  color: #788FC8;
  padding: 40px 0 15px 0;
}
.well p.normal, .page-simple-content .content-here .well p.normal {
  font-weight: normal;
  font-size: 12px;
  color: #788FC8;
  margin-bottom: 10px;
}
.well a.well-more-link {
  display: flex;
  align-items: center;
  position: relative;
  height: 25px;
  text-decoration: none;
  margin: 45px 0 0 0;
  z-index: 2;
  cursor: pointer;
}
.well a.well-more-link svg {
  width: 25px;
  height: 25px;
  position: relative;
  display: block;
  margin: 0 5px 0 0;
}
.well a.well-more-link span {
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  color: #788FC8;
}
.well a.well-more-link:hover span {
  text-decoration: underline;
}
.well select {
  font-weight: 500;
  font-size: 12px;
  line-height: 30px;
  color: #788FC8;
}
.well .row {
  margin-bottom: 15px;
}
.well h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #000;
  margin-bottom: 15px;
}
.well .site-adr {
  display: flex;
  width: 100%;
  justify-content: center;
}
.well .site-adr svg {
  margin-right: 10px;
  width: 20px;
}
.well .site-adr input {
  width: 100%;
}
.info-about-entrant {
  padding: 60px 30px;
}
.info-about-entrant svg.heat {
  width: 40px;
  height: 30px;
  position: relative;
  display: block;
}
.info-about-entrant p.role {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #EF7F1A;
  padding: 15px 0 30px 0;
}
.info-about-entrant p.name {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #3E3E3E;
}
.info-about-entrant p.name-obr {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #3E3E3E;
  padding: 0 0 30px 0;
}
.info-about-entrant p.age {
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #3E3E3E;
}

.right-submitted-applications {
  padding: 0 30px 60px 30px;
}
.right-submitted-applications svg.heat {
  width: 40px;
  height: 30px;
  position: relative;
  display: block;
}
.right-submitted-applications p.title {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #EF7F1A;
  padding: 15px 0 30px 0;
}
.right-submitted-applications ul {
  list-style-type: none;
}
.right-submitted-applications ul li {
  padding: 0 0 20px 0;
}
.right-submitted-applications ul li a {
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #3E3E3E;
}
.right-submitted-applications ul li a:hover {
  text-decoration: underline;
}

/* главные блоки */
header.header-index .inner {
  padding: 30px 0 90px;
}
header.header-index .row {
  position: relative;
  z-index: 3;
}
header.header-index .container {
  position: relative;
}
header .login-block {
  display: flex;
  justify-content: flex-end;
  padding: 30px 0;
}
header .login {
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  border-radius: 45px;
  padding: 5px;
  border: 1px solid #ef7f1a;
}
@media (min-width: 576px) {
  header .login {
    flex: 0 0 245px;
  }
}
header .login .user-block-link {
  margin-right: auto;
}
header .login .avatar svg {
  max-width: 45px;
  width: 45px;
  height: 45px;
}
header .login .user-block {
  display: flex;
  align-items: center;
}
header .login .user-name {
  margin: 0 8px;
}
header .login .logout-icon {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  flex: 0 0 20px;
}
header a.city {
  color: #fff;
  line-height: 55px;
  display: none;
}
header.header-index .logo svg.logo {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
}
header.header-index .header-bg {
  background: #EF7F1A;
  border-radius: 0 0 0 240px;
  height: 100%;
  position: absolute;
  width: 89%;
  top: 0;
  right: 15px;
  z-index: 1;
}
header .header-top {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
header.header-index .header-top {
  padding: 0 30px;
  margin-bottom: 30px;
}
.header-index-text {
  position: relative;
  z-index: 5;
}
header.header-index .organization {
  background: #fff;
  border-left: 10px solid #EF7F1A;
  border-radius: 15px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
  padding: 30px 30px 30px 50px;
  position: relative;
  z-index: 3;
  display: inline-flex;
  margin-top: 30px;
  align-items: center;
}
header.header-index .organization .title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #EF7F1A;
  display: inline-block;
  margin-right: 40px;
}
header.header-index .organization .count {
  font-weight: 500;
  font-size: 48px;
  line-height: 50px;
  display: inline-block;
  color: #EF7F1A;
  max-width: 92px;
  height: 50px;
  overflow: hidden;
}
header .header-index-title {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 30px;
}
header.header-index p.text-under {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  max-width: 380px;
}
header.header-index .img {
  position: relative;
  text-align: center;
}
header.header-index .img svg {
  position: absolute;
  top: 40px;
  left: 0;
  max-width: 100%;
  height: auto;
}
header.registration-page {
  margin: 0 0 150px 0;
  width: 100%;
  overflow: hidden;
}
header.registration-page h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2A5FCB;
  margin: 60px 0 50px;
}
header.registration-page p {
  line-height: 1.8em;
}
header.registration-page .logo {
  margin: 30px 0 0 0;
}
header.registration-page .logo svg {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
}
header.registration-page .logo p.pc {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #2A5FCB;
  display: inline-block;
  position: relative;
  top: -20px;
  margin: 0 0 0 15px;
}
header.registration-page .header-block {
  background: #EF7F1A;
  border-radius: 0 0 0 240px;
  height: 600px;
  padding: 30px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
header.registration-page .header-block:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 2000px;
  background: #EF7F1A;
  top: 0;
  z-index: -1;
  left: 100%;
}
header.registration-page .header-block .organization {
  position: absolute;
  top: 345px;
  background: #fff;
  width: 360px;
  height: 110px;
  border-left: 10px solid #EF7F1A;
  border-radius: 15px;
  left: -150px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-shadow: 0 3px 5px rgba(34, 34, 34, 0.3);
}
header.registration-page .header-block .organization .col-md-6 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header.registration-page .header-block .organization .col-md-6:first-child {
  justify-content: center;
}
header.registration-page .header-block svg.index-header-img {
  width: 360px;
  height: 324.02px;
  position: relative;
  display: block;
  margin: 160px 0 0 0;
}
header.simple-page {
  padding: 30px 0 60px 0;
}
header.simple-page .logo, header.simple-page2 .logo {
  padding-top: 10px;
}
header.simple-page .logo svg {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
}
header.simple-page .logo p.pc {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #2A5FCB;
  display: inline-block;
  position: relative;
  top: -20px;
  margin: 0 0 0 15px;
}
header.simple-page2 {
    background: #EF7F1A;
}
header.simple-page2 .container {
  position: relative;
}
header.simple-page2 .inner {
  padding: 30px 0 0 0;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 10;
  width: 100%;
}
header.simple-page2 .inner .row {
  width: 100%;
}
header.simple-page2 .header-bg-1 {
  width: 93%;
  display: block;
  position: absolute;
  left: auto;
  bottom: 0;
}
header.simple-page2 .organization-logo {
  width: 180px;
  height: 180px;
  display: block;
  position: absolute;
  left: calc(50% - 90px);
  bottom: -90px;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  z-index: 20;
}
header.simple-page2 .organization-logo svg {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
header.simple-page2 .logo svg {
  width: 50px;
  height: 50px;
  position: relative;
  display: inline-block;
}
header.simple-page2 .logo p.pc {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  display: inline-block;
  position: relative;
  top: -20px;
  margin: 0 0 0 15px;
}

a.city {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #788FC8;
  margin: 0 15px 0 0;
  display: inherit;
  text-align: right;
}
a.city svg.arrow {
  display: inline;
  width: 15px;
  height: 15px;
  position: relative;
  top: 0;
  margin: 0;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}

.header-adr {
  display: flex;
  flex-wrap: wrap;
  max-width: 380px;
  width: 100%;
  position: relative;
  z-index: 50;
}
.header-adr .adr-item {
  position: relative;
  display: block;
  align-items: center;
  min-height: 70px;
  width: 50%;
  padding-right: 20px;
}
.header-adr .adr-item:nth-child(2n+1):before {
  content: "";
  height: 30px;
  width: 1px;
  border-left: 2px solid #fff;
  display: block;
  position: absolute;
  top: -4px;
  right: 30px;
}
.header-adr .adr-item a {
  display: inline-block;
  color: #fff;
}
.header-adr .adr-item a svg {
  display: block;
  position: absolute;
  top: 2px;
}
.header-adr .adr-item a p {
  padding: 0 0 0 30px;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  min-height: 20px;
}
.header-adr .adr-item a:hover {
  text-decoration: none;
}
.header-adr .adr-item a:hover p {
  text-decoration: underline;
}

.for-icon {
  display: block;
  position: relative;
}

.registration-ico1 {
  width: 100%;
  max-width: 394px;
  display: block;
  position: relative;
}

.pk-reg-form {
  max-width: 420px;
  position: relative;
  display: block;
}
.pk-reg-form input {
  width: 100%;
  margin: 0 0 15px 0;
}
.pk-reg-form .btn {
  margin: 0 10px 0 0;
  height: 45px;
  line-height: 45px;
  max-width: 210px;
}
.pk-reg-form .custom-checkbox .label {
  display: inline-block;
  width: 100%;
  padding: 0 0 0 25px;
  text-align: left;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #788FC8;
}
.pk-reg-form .pk-reg-buttons {
  display: flex;
  align-items: center;
  margin: 45px 0 0 0;
  flex-wrap: wrap;
}
.pk-reg-form .pk-reg-buttons a.btn.solid {
  margin: 0 30px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 40px;
  color: #FFFFFF;
  padding: 0 25px;
}
.pk-reg-form .pk-reg-buttons a.blue {
  font-weight: 500;
  font-size: 12px;
  line-height: 35px;
  color: #788FC8;
}
.pk-reg-form .choice {
  padding: 0 0 30px 0;
}
.pk-reg-form .choice .custom-radio [type=radio]:not(:checked) + label {
  font-weight: 500;
  font-size: 12px;
  color: #788FC8;
}
.pk-reg-form .choice .custom-radio [type=radio] + label {
  font-weight: 500;
  font-size: 12px;
  color: #788FC8;
}

.orange-solid-bg {
  background: #EF7F1A;
}

.educational-organization {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
}
.educational-organization .bordered-block {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.15);
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.educational-organization .bordered-block img {
  max-width: 100%;
  max-height: 100%;
}

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

.footer-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer {
  background: #F5F7FC;
  border-top: 1px solid #DCE2F2;
  display: block;
  position: relative;
  padding: 30px 0 60px 0;
}
.footer-nav ul {
  list-style-type: none;
}
.footer-nav ul li {
  padding: 0 0 20px 0;
}
.footer-nav ul li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #788FC8;
}
footer .rating-site {
  font-size: 16px;
  color: #788FC8;
}
footer .soc {
  margin-bottom: 40px;
}
footer .soc a {
  display: inline-block;
  margin-right: 15px;
}
footer .soc a:last-child {
  margin-right: 0;
}
footer .soc svg {
  width: 40px;
  height: 40px;
}

.def-template {
  margin: 0 auto 135px auto;
}
.def-template .container > .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}
.def-template .container > .row:before, .def-template .container > .row:after {
  display: none;
}
.def-template .container .section-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.def-template .no-padding {
  padding: 0;
}
.def-template .left-block {
  min-height: 400px;
  border-radius: 20px 0 0 20px;
  padding: 75px 0;
  width: 100%;
}
.def-template .left-block.orange {
  background: #EF7F1A;
}
.def-template .left-block.blue {
  background: #2A5FCB;
}
.def-template .left-block .left-menu {
  padding: 0 0 0 20px;
}
.def-template .left-block .left-menu ul {
  list-style-type: none;
}
.def-template .left-block .left-menu ul li {
  display: block;
  position: relative;
  border-radius: 30px 0 0 30px;
  margin: 0 0 15px 0;
  transition: all 0.3s;
}
.def-template .left-block .left-menu ul li a {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  transition: all 0.3s;
  display: block;
  margin: 0 0 0 15px;
  padding: 22px 10px 20px;
}
.def-template .left-block .left-menu ul li a:hover {
  text-decoration: none;
  color: #EF7F1A;
}
.def-template .left-block .left-menu ul li:hover {
  background: #F5F7FC;
}
.def-template .left-block .left-menu ul li:hover a {
  color: #EF7F1A;
}
.def-template .left-block .left-menu ul li.active {
  background: #F5F7FC;
}
.def-template .left-block .left-menu ul li.active a {
  color: #EF7F1A;
}
.def-template .left-block .left-menu ul:hover li.active:not(:hover) a {
  color: #fff;
}
.def-template .main-content-block {
  min-height: 400px;
  padding: 40px 30px 90px 30px;
  width: 100%;
}
.def-template .main-content-block h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.def-template .main-content-block.orange {
  background: #F5F7FC;
}
.def-template .main-content-block.orange h1 {
  color: #2A5FCB;
}
.def-template .main-content-block.blue {
  background: #F5F7FC;
}
.def-template .main-content-block.blue h1 {
  color: #EF7F1A;
}
.def-template .right-block {
  min-height: 400px;
  border-radius: 0 20px 20px 0;
  padding: 120px 0 0 0;
  width: 100%;
}

.def-template .right-block.orange {
  background: #FFE6D0;
}
.def-template .right-block.blue {
  background: #B2CCFF;
}

.load-avatar {
  text-align: center;
  cursor: pointer;
}
.load-avatar a {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin: 15px 0 0 0;
  cursor: pointer;
}
.load-avatar a:hover {
  text-decoration-line: underline;
}
.load-avatar a.blued-link {
  color: #2A5FCB;
}
.load-avatar a.oranged-link {
  color: #EF7F1A;
  cursor: pointer;
}
.load-avatar input[type=file] {
  outline:0;
  opacity:0;
  pointer-events:none;
  user-select:none;
  display: none;
}

.left-block .left-menu ul.floating {
  position: relative;
  padding: 0 0 0 20px;
}
.left-block .left-menu ul.floating li {
  z-index: 1;
}
.left-block .left-menu ul.floating li.active {
  background: transparent;
}
.left-block .left-menu ul.floating li:hover {
  background: transparent;
}
.left-block .left-menu ul.floating .beauty {
  position: absolute;
  display: block;
  width: 145px;
  height: 90px;
  right: -2px;
  z-index: 0;
  transition-duration: 0.5s;
}
.left-block .left-menu ul.floating .beauty svg {
  position: relative;
  display: block;
  width: 145px;
  height: 90px;
}

/* стили для страниц отдельно */
.main-content {
  padding: 90px 0 100px 0;
}

.registration-organization {
  display: flex;
  align-items: center;
  min-height: 150px;
  padding-left: 40px;
  margin-bottom: 30px;
}
.registration-organization a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EF7F1A;
}
.registration-organization a:hover {
  text-decoration: none;
}
.registration-organization .icon {
  margin-right: 18px;
}
.registration-organization .icon svg {
  height: 100%;
  width: 100%;
  max-width: 50px;
  min-width: 30px;
}
.registration-organization .text {
  line-height: 24px;
}
.registration-organization .text span {
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.organizations-list {
  padding: 115px 0 0 0;
}
a.see-more {
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #788FC8;
  margin: 0 15px 0 0;
  display: inline-block;
  text-align: right;
}
a.see-more svg.arrow {
  display: inline;
  width: 15px;
  height: 15px;
  position: relative;
  top: 0;
  margin: 0;
  transition: all 0.3s;
  margin-left: 10px;
}
a:hover {
  text-decoration: none;
}

.registred-organization-white {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 30px;
}
.registred-organization-white > a {
  display: flex;
  align-items: center;
  height: 150px;
  padding: 15px 10px 15px 15px;
}
.registred-organization-white .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  padding: 20px 15px;
  background: #DCE2F2;
  border-radius: 50%;
  margin-right: 15px;
}
.registred-organization-white .icon svg {
  height: 100%;
}
.registred-organization-white .text {
  font-size: 14px;
  line-height: 20px;
  color: #3E3E3E;
}

.about-service {
  position: relative;
  margin-bottom: 150px;

}
.about-service .container {
  position: relative;
}
.about-service .row {
  display: flex;
  align-items: center;
}
.about-service .inner {
  padding: 90px 0 60px;
  width: 100%;
  position: relative;
  z-index: 5;
}
.about-service .text-inner a:hover {
  text-decoration: none;
}
.about-service .img {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
}
.about-service .img svg {
  height: 100%;
  position: absolute;
  bottom: 0;
}
.about-service-bg {
  background: #EF7F1A;
  border-radius: 0 120px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 65%;
}
.about-service .text-inner h2 {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: #2A5FCB;
  padding: 0 0 15px 0;
}
.about-service .text-inner p {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #788FC8;
  padding: 0 0 30px 0;
}
.about-service .text-inner .line {
  display: block;
  width: 45px;
  height: 10px;
  background: #2A5FCB;
  align-self: flex-start;
}
.about-service .orange-box .video-block a.play svg {
  display: block;
  position: absolute;
  top: 170px;
  left: 45%;
}

.about-service .video-container {
  background: #e6ebf6;
  box-shadow: 0 4px 60px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
}
.about-service .video-container svg {
  width: 100%;
  height: 22px;
}
.about-service .video-container iframe {
  margin-bottom: -2px;
}
video.pk-video {
  display: block;
  position: relative;
  height: 100%;
}

.mobile-stub {
  display: none;
}
.mobile-stub .inner {
  height: 350px;
  width: 190px;
}
.mobile-stub .inner svg {
  margin: 0 0 60px 0;
}
.mobile-stub .inner p.orange {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #EF7F1A;
  margin: 0 0 30px 0;
}
.mobile-stub .inner p.blue {
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #788FC8;
}

.page-simple-content {
  padding: 120px 0 100px 0;
  min-height: 60vh;
}
.page-simple-content h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #3E3E3E;
  display: block;
  margin: 0 auto;
  max-width: 576px;
  word-break: break-word;
}
.page-simple-content .content-here {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.page-simple-content .content-here h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #3E3E3E;
  padding: 50px 0 35px 0;
}
.page-simple-content .content-here p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #3E3E3E;
  padding: 0 0 25px 0;
}
.page-simple-content .content-here p.pk-filter-title {
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #788FC8;
  padding: 0 0 10px;
}
.page-simple-content .content-here a.regulations {
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  margin: 0 0 15px 0;
  color: #2A5FCB;
}
.page-simple-content .content-here a.regulations svg.ico {
  min-width: 25px;
  height: 25px;
  display: inline;
  margin: 0 15px 0 0;
}
.page-simple-content .content-here a.regulations span {
  display: inline;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #2A5FCB;
}
.page-simple-content .correct-block p {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #EF7F1A;
  padding: 0 0 30px 0;
}
.documents-list {
  padding: 0;
}
.documents-list ul li {
  list-style-type: none;
  position: relative;
  display: block;
  margin: 0 0 20px 0;
  padding: 0 0 0 10px;
  font-size: 12px;
  line-height: 1.5em;
}
.documents-list ul li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 2px;
  left: -15px;
  background: #3E3E3E;
  border-radius: 50%;
}

.info-page-bottom {
  margin: 15px 0 30px 0;
}
.info-page-bottom .right-text {
  text-align: right;
}
.info-page-bottom a.see-page {
  display: inline-block;
  position: relative;
  margin-top: 15px;
}
.info-page-bottom a.see-page svg {
  width: 15px;
  height: 10px;
  margin: 0 5px 0 0;
}
.info-page-bottom a span {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #788FC8;
}
.info-page-bottom p.saved-on {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #788FC8;
}

.page-buttons {
  margin-top: 45px;
}
.page-buttons .alignment-right {
  text-align: right;
}

.page-buttons a.back-link {
  display: flex;
  align-items: center;
  position: relative;
}
.page-buttons a.back-link svg {
  width: 22px;
  height: 40px;
  margin: 0 5px 0 0;
}
.page-buttons a.back-link span {
  font-weight: 600;
  font-size: 12px;
  line-height: 40px;
  color: #EF7F1A;
}
.page-buttons a.btn {
  background: transparent;
  min-width: 140px;
  margin: 0 0 5px 5px;
}
.page-buttons a.btn:first-child {
  margin-left: 0;
}
.page-buttons a.btn:hover {
  color: #EF7F1A;
}
.page-buttons a.btn.solid {
  background: #EF7F1A;
}
.page-buttons a.btn.solid:hover {
  color: #fff;
}

.no-applications {
  margin: 125px auto 200px auto;
  position: relative;
  display: block;
  width: 150px;
  height: 200px;
}
.no-applications svg {
  width: 85px;
  height: 115px;
  display: block;
  margin: 0 auto 45px auto;
}
.no-applications p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #788FC8;
}
.no-applications.bigger {
  height: auto;
  max-width: 320px;
  text-align: center;
  width: 100%;
}
.no-applications.bigger a.btn.solid {
  padding: 0 30px;
}

.moderator-filter-application .inner {
  background: rgba(218, 229, 255, 0.7);
  grid-template-columns: 2fr 1fr;
}
.moderator-filter-application p.title {
  font-weight: 500;
  font-size: 10px;
  line-height: 30px;
  color: #788FC8;
  padding: 0 0 0 15px;
}
.moderator-filter-application input {
  width: 100%;
  color: #788FC8;
  background: #fff;
  border: 1px solid transparent;
}
.moderator-filter-application .pk-search.bordered input {
  background: #fff;
  border: 1px solid transparent;
}
.application-plane-simple {
  background: #FFFFFF;
  box-shadow: 0 4px 40px #DCE2F2;
  border-radius: 10px;
  min-height: 90px;
  margin: 15px 0 0 0;
  position: relative;
}
.application-plane-simple.alarm:before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #EF7F1A;
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  top: -7px;
  left: -7px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
}
.plane .col-item p {
  position: relative;
}
.plane .col-item p.date {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #788FC8;
  padding: 0 0 10px 0;
}
.plane .col-item p.time {
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #788FC8;
}
.plane .col-item p.title {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #788FC8;
}
.plane .col-item p.name {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #3E3E3E;
}
.plane .col-item p.rejected {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #EB5757;
}
.plane .col-item a {
  position: relative;
}
.plane .col-item a svg {
  margin: 7px 0;
}

h2.first-title-enrolle {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #3E3E3E;
}

.statement-inner {
  font-weight: 500;
  font-size: 11px;
  line-height: 18px;
}

.statement-list {
  max-width: 750px;
  position: relative;
  display: block;
  margin: 0 auto 15px auto;
}
.statement-list .plane:last-child {
  justify-content: stretch;
}
.statement-list .plane.specialty-block {
  flex-direction: column;
  align-items: baseline;
  padding: 10px 15px;
}
.statement-list .plane.comment-specialty-block {
  width: 110px;
}
.statement-list .plane svg.edit {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
}
.statement-list .plane .sended {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.statement-list .plane .sended svg {
  display: block;
  margin: 0 auto;
}
.statement-list .plane .draft {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.statement-list .plane .draft svg {
  display: block;
  margin: 0 auto;
}
.statement-list .plane .rejected {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.statement-list .plane .rejected svg {
  display: block;
  margin: 0 auto;
}
.statement-list .plane .received {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.statement-list .plane .received svg {
  display: block;
  margin: 0 auto;
}
.statement-list .plane p.sended-message {
  font-weight: 500;
  font-size: 8px;
  line-height: 12px;
  padding: 10px 0 0 0;
  color: #EF7F1A;
}
.statement-list .plane p.draft-message {
  font-weight: 500;
  font-size: 8px;
  line-height: 12px;
  padding: 10px 0 0 0;
  color: #2A5FCB;
}
.statement-list .plane p.rejected-message {
  font-weight: 500;
  font-size: 8px;
  line-height: 12px;
  padding: 10px 0 0 0;
  color: #E82A2A;
}
.statement-list .plane p.received-message {
  font-weight: 500;
  font-size: 8px;
  line-height: 12px;
  padding: 10px 0 0 0;
  color: #27AE60;
}
.statement-list .plane p.application-data {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #788FC8;
}
.statement-list .plane .col-item .comment {
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  color: #788FC8;
  padding: 0 10px;
}
.statement-list .plane .col-item .comment .red {
  color: #E82A2A;
}
.statement-list .plane .col-item .comment .green {
  color: #27AE60;
}
.statement-list .plane ul.specialty {
  list-style-type: none;
  margin: 10px 0 0 0;
}
.statement-list .plane ul.specialty li {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #788FC8;
}
.statement-head {
  position: relative;
  text-align: center;
  margin: 45px 0 15px 0;
}
.statement-head p {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #788FC8;
}

.study-program-list {
  max-width: 750px;
  position: relative;
  display: block;
  margin: 0 auto 15px;
}
.study-program-list .plane .icons {
  position: relative;
  display: block;
  width: 100%;
}
.study-program-list .plane .icons .push-up {
  position: absolute;
  display: block;
  left: -20px;
  top: 10px;
}
.study-program-list .plane .icons .push-up svg {
  width: 15px;
  height: 17px;
}
.study-program-list .plane .icons .push-down {
  position: absolute;
  display: block;
  left: -20px;
  top: 10px;
}
.study-program-list .plane .icons .push-down svg {
  width: 15px;
  height: 17px;
}
.study-program-list .plane .icons .push {
  position: absolute;
  display: flex;
  left: -20px;
  top: 10px;
  flex-direction: column;
}
.study-program-list .plane .icons .push a {
  position: relative;
  margin: 5px 0;
  transition: all 0.3s;
}
.study-program-list .plane .icons .push a svg {
  width: 15px;
  height: 17px;
  opacity: 0.3;
  transition: all 0.3s;
}
.study-program-list .plane .icons .push a:hover svg {
  opacity: 1;
}
.study-program-list .plane .icons .trash-bin {
  position: absolute;
  display: block;
  right: -20px;
  top: 27px;
}
.study-program-list .plane .icons .trash-bin svg {
  width: 13px;
  height: 15px;
}
.study-program-list .plane .items {
  width: 100%;
}
.study-program-list .plane .col-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 75px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #DCE2F2;
}
.study-program-list .plane .col-item:first-child {
  border-left: none;
}
.study-program-list .plane .col-item.specialty-block {
  flex-direction: column;
  align-items: baseline;
  padding: 10px 15px;
}
.study-program-list .plane .col-item svg.edit {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
}
.study-program-list .plane .col-item p {
  padding: 10px;
}
.study-program-list .plane .col-item p.title {
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #788FC8;
}
.study-program-list .plane .col-item p.orange {
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  color: #EF7F1A;
}
.study-program-list .plane .col-item p.green {
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  color: #27AE60;
}
.study-program-list .plane .col-item p.blue {
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  color: #2A5FCB;
}

.field-plane {
  display: flex;
  width: 100%;
  position: relative;
  background: #F5F7FC;
  border: 1px solid #DCE2F2;
  border-radius: 10px;
  justify-content: space-between;
  padding: 0 10px;
  height: 40px;
  margin-bottom: 15px;
}
.field-plane p {
  font-weight: 500;
  font-size: 12px;
  line-height: 40px;
  color: #788FC8;
}
.field-plane a {
  position: absolute;
  line-height: 40px;
  top: 0;
  right: 40px;
  font-weight: 500;
  font-size: 12px;
  text-decoration-line: underline;
  color: #788FC8;
}
.field-plane svg.delete {
  width: 17px;
  height: 17px;
  display: flex;
  align-self: center;
}
.field-plane svg.done {
  width: 15px;
  height: 15px;
  display: flex;
  align-self: center;
}

.enrolle-buttons {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 15px auto;
}
.enrolle-buttons a.btn {
  margin: 0 7px;
}
.enrolle-buttons a.btn.bg-transparent {
  background: transparent;
}
.enrolle-buttons a.btn.bg-transparent:hover {
  background: #EF7F1A;
}
.enrolle-buttons a.btn.solid {
  padding: 0 30px;
}

.enrolle-statement-list {
  max-width: 750px;
  position: relative;
  display: block;
  margin: 0 auto 15px auto;
}
.enrolle-statement-list .grid-4 {
  grid-template-columns: 2fr 2fr 1fr 60px;
}
.enrolle-statement-list .plane .col-item:first-child {
  flex-direction: row;
  justify-content: flex-start;
}
.enrolle-statement-list .plane.alarm:before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #2A5FCB;
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  top: -7px;
  left: -7px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
}
.enrolle-statement-list .plane .avatar {
  max-width: 90px;
  padding-right: 15px;
}
.enrolle-statement-list .plane .avatar svg {
  width: 50px;
  height: 50px;
}
.enrolle-statement-list .plane .icons {
  position: relative;
  display: block;
  width: 100%;
}
.enrolle-statement-list .plane .icons .push-up {
  position: absolute;
  display: block;
  left: -20px;
  top: 10px;
}
.enrolle-statement-list .plane .icons .push-up svg {
  width: 15px;
  height: 17px;
}
.enrolle-statement-list .plane .icons .push-down {
  position: absolute;
  display: block;
  left: -20px;
  top: 10px;
}
.enrolle-statement-list .plane .icons .push-down svg {
  width: 15px;
  height: 17px;
}
.enrolle-statement-list .plane .icons .push {
  position: absolute;
  display: block;
  left: -20px;
  top: 10px;
}
.enrolle-statement-list .plane .icons .push svg {
  width: 15px;
  height: 17px;
}
.enrolle-statement-list .plane .icons .trash-bin {
  position: absolute;
  display: block;
  right: -20px;
  top: 10px;
}
.enrolle-statement-list .plane .icons .trash-bin svg {
  width: 13px;
  height: 15px;
}
.enrolle-statement-list .plane .col-item {
  text-align: left;
}
.enrolle-statement-list .plane .name-block {
  border: none;
  flex-direction: column;
  align-items: stretch;
  padding-left: 0;
}
.enrolle-statement-list .plane .name-block p {
  text-align: left;
}
.enrolle-statement-list .plane .name-block p.number {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #3E3E3E;
  padding: 10px 10px 0 0;
}
.enrolle-statement-list .plane .name-block p.title {
  padding: 0 10px 10px 0;
}
.enrolle-statement-list .plane .col-item.title-block {
  justify-content: center;
  font-size: 11px;
  line-height: 16px;
  align-items: flex-start;
}
.enrolle-statement-list .plane .col-item.title-block p {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  color: #788FC8;
  text-align: left;
}
.enrolle-statement-list .plane .col-item.title-block p span {
  color: #3E3E3E;
  margin: 0 5px 0 0;
  display: block;
}
.enrolle-statement-list .plane .col-item:first-child {
  border-left: none;
}
.enrolle-statement-list .plane .col-item.specialty-block {
  flex-direction: column;
  align-items: baseline;
  padding: 10px 15px;
}
.enrolle-statement-list .plane .col-item .form-training {
  flex-flow: column;
  max-height: 60px;
}
.enrolle-statement-list .plane .col-item .form-training p {
  padding: 5px 0;
  line-height: 10px;
}
.enrolle-statement-list .plane .col-item svg.edit {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
}
.enrolle-statement-list .plane .col-item p {
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
}
.enrolle-statement-list .plane .col-item p.title {
  color: #788FC8;
}
.enrolle-statement-list .plane .col-item p.orange {
  color: #EF7F1A;
}
.enrolle-statement-list .plane .col-item p.green {
  color: #27AE60;
}
.enrolle-statement-list .plane .col-item p.blue {
  color: #2A5FCB;
}
.enrolle-statement-list .plane.disabled {
  cursor: not-allowed;
}
.enrolle-statement-list .plane.disabled p {
  color: #BDBDBD !important;
}
.enrolle-statement-list .plane.disabled p span {
  color: #BDBDBD !important;
}
.enrolle-statement-list .plane.disabled svg.zip path {
  fill: #BDBDBD !important;
}
.enrolle-container .grid-3 {
  grid-template-columns: 1fr 3fr 1fr;
}
body {
  overflow-x: hidden;
}
.form-captcha img {
  margin: 15px 0;
}
.suggestions-addon {
  left: auto !important;
  right: 10px;
}
.plane .col-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid #DCE2F2;
  padding: 15px 12px;
  text-align: center;
  min-height: 90px;
}
.plane .col-item:first-child {
  border-left: none;
}
/* grid */
.grid {
  display: grid;
  display: -ms-grid;
}
.pk-filter .grid {
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
}
.moderator-filter-application .grid {
  grid-template-columns: 2fr 1fr;
  -ms-grid-columns: 2fr 1fr;
}
.grid-3 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 2fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
}
.grid-4 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
}
.grid-5 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
}
.grid-6 {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
/* grid ie */
.col-item:nth-child(1) {
  -ms-grid-column: 1;
}
.col-item:nth-child(2) {
  -ms-grid-column: 2;
}
.col-item:nth-child(3) {
  -ms-grid-column: 3;
}
.col-item:nth-child(4) {
  -ms-grid-column: 4;
}
.col-item:nth-child(5) {
  -ms-grid-column: 5;
}
.col-item:nth-child(6) {
  -ms-grid-column: 6;
}
/* grid ie end */

input.error {
  border-color: red;
  color: red;
}
span.errortext {
  display: block;
  margin-block-start: .5rem;
  margin-block-end: -1.3em;
  margin-left: .2rem;
  color: red;
}
.about-service .text-inner a{
  color: inherit;
  text-decoration: underline;
}
.about-service .text-inner p:first-of-type {
  padding-bottom: 10px;
}
.list-box {
  margin-bottom: 30px;
}
.box-content-white .link-page {
    position: relative;
    margin-bottom: 20px;
    background: #F5F7FC;
    border-radius: 10px;
}
.box-content-white .link-page input {
    text-indent: 148px;
    background: transparent;
    margin-bottom: 0;
    position: relative;
    z-index: 5;
}
.box-content-white .link-page label {
    position: absolute;
    top: 13px;
    left: 15px;
    width: 150px;
    height: 0;
    z-index: 5;
    color: rgba(120, 120, 120, 0.86);
}
.box-content-white .link-page span {
    position: absolute;
    bottom: -2px;
}
.suggestions-addon[data-addon-type=clear] {
    background-size: 60% !important;
}