/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img,
legend {
  border: 0;
}
legend,
th {
  padding: 0;
}
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;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000000;
}
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;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  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] {
  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;
  -moz-box-sizing: content-box;
  -webkit-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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --purple: #418bb7;
}
#gdpr-cookie-message {
  position: fixed;
  right: 0px;
  bottom: 0px;
  max-width: 100%;
  background-color: #003896c9;
  padding: 25px 80px 10px 80px;;
  border-radius: 0px;
  box-shadow: 0 6px 6px rgba(0,0,0,0.25);
  font-family: system-ui;
  z-index: 99999;
}
#gdpr-cookie-message h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message a {
  color: #dcecf6;
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255,255,255,0.75);
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: #2160cc;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-accept{
  color:#000;
}
#gdpr-cookie-accept {background: #9ac2d9;}

.item-list-prog{font-size: 15px;margin: 0;line-height: 18px;}
.nav-group {
  margin-left: -5px;
  margin-right: -5px;
}

.nav-group .nav-item {
  position: relative;
  height: 150px;
  padding-left: 5px;
  padding-right: 5px;
}

.nav-group .nav-item .nav-item-body{
  display: inline-grid;
  justify-items: center;
}

.nav-group .nav-item .nav-item-body .nav-item-img{
  height: 50px;
  display: block;
}

.nav-group .nav-item .nav-item-body .nav-item-img path{
  fill:#8FB5E1;
}

.nav-group .nav-item .nav-item-body span{
  font-size: 22px;
  line-height: 160%;
}

.nav-group .nav-item a{
  background: #002B83;
  color: #8FB5E1;
  text-align: center;
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
}

.nav-group .nav-item a:hover{
  fill: #fff;
  color: #fff;
  text-decoration: none;
}

.btn-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
}

.btn-long-arrow {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  color: #003896;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  padding-left: 15px;
}

.arrow{
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-color: #fff;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.arrow i{
  color: #003896;
}

.btn-long-arrow:hover{
  text-decoration: none;
}

.attention {
  background-color: #EA2A2A;
  color: #fff;
  font-weight: 500;
}

.attention .arrow {
  background-color: #EA2A2A;
  color: #fff;
}

.attention .arrow i{
  color: #fff;
}

.attention:hover {
  color: #fff;
  font-weight: 600;
}

.mb15 {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .btn-long-arrow {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.btn-section {
  display: block;
  min-height: 0px;
  height: 100%;
  padding: 30px;
  background-color: #8FB5E1;
  color: #fff;
  font-size: 22px;
  background-size: cover;
  background-position: center;
  align-items: center;
}

.btn-section:hover {
  text-decoration: none;
  background-color: #003896;
  color: #fff;
}

@media (max-width: 1199px) {
  .btn-section {
    font-size: 18px;
  }
}

.sections-grid [class*="col"]{
  margin-bottom: 30px;
}

.btn-icon-blue {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #8FB5E1;
  font-size: 24px;
  justify-content: space-between;
}

.btn-icon-blue:hover {
  text-decoration: none;
  background-color: #003896;
  color: #fff;
}

.btn-icon-blue i{
  margin-right: 15px;
}

@media (max-width: 767px) {
  .sections-grid {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
  }

  .sections-grid [class*="col"]{
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    background-color: #8FB5E1;
  }

  .btn-section {
    font-size: 16px;
    min-height: inherit;
    padding: 0px 15px;
    min-height: 50px;
    max-width: 540px;
    margin: auto;
    display: flex;
  }

  .btn-section i {
    width: 50px;
    height: 50px;
    font-size: 30px;
    padding-top: 10px;
    display: inline-table;
  }

  .btn-section .item-text {
    align-self: center;
  }

  .btn-icon-blue {
    font-size: 16px;
  }
}

.block-menu {
  margin-right: -7px;
  margin-left: -7px;
}

.block-menu [class*="col"]{
  padding-right: 7px;
  padding-left: 7px;
  margin-bottom: 14px;
}

.block-menu .item-menu{

}

.block-menu .item-menu .item-link{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  place-content: center;
  padding: 15px;
  color: #fff;
  background-color: #8FB5E1;
  -webkit-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}

@media (min-width: 768px) {
  .block-menu .item-menu .item-link{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

.block-menu .item-menu .item-link:hover {
  text-decoration: none;
  background-color: #003896;
  -webkit-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}

.block-menu .item-menu .item-link .item-text {
  font-size: 20px;
  line-height: 35px;
}

@media (max-width: 1199px) {
  .block-menu .item-menu .item-link .item-text {
    font-size: 16px;
    line-height: 22px;
  }

  .block-menu .item-menu .item-link i {
    font-size: 2.2em;
  }
}

@media (max-width: 767px) {
  .nav-main-block {
    width: 100%;
    max-width: none;
    margin-bottom: 15px;
  }

  .nav-main-block .block-menu {
    margin-right: -15px;
    margin-left: -15px;
  }

  .nav-main-block .block-menu [class*="col"] {
    padding-right: 0;
    padding-left: 0;
    margin-bottom:0;
    background-color: #8FB5E1;
    text-align: -webkit-center;
  }

  .nav-main-block .block-menu  .item-menu a{
    max-width: 540px;
    place-content: inherit;
    padding: 0px 15px;
  }

  .block-menu .item-menu .item-link .item-text {
    font-size: 16px;
    line-height: inherit;
    margin-left: 15px;
  }

  .block-menu .item-menu .item-link i {
    width: 50px;
    height: 50px;
    font-size: 30px;
    padding-top: 8px;
  }
}

.clr-icon-main {
  color: #003896;
}

.icon {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url('images/all-icons.png') 0 0 no-repeat;
}

@media screen and (min-resolution: 192dpi) {
  .icon {
    background-image: url(images/all-icons@2x.png);
    background-size: 200px 300px;
  }
}
.icon-dd {
  background-position: 0 0;
}
.icon-lk {
  background-position: 0 -60px;
}
.icon-map-marker {
  background-position: 0 -80px;
}
.icon-map-marker-bold {
  background-position: -20px -80px;
}
.icon-special-version {
  background-position: -40px -80px;
  width: 25px;
}
.icon-big-clock {
  background-position: -40px -40px;
  width: 28px;
  height: 28px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.icon-big-clock-white {
  background-position: -40px -140px;
  width: 32px;
  height: 32px;
  opacity: .7;
}
.icon-big-phone {
  background-position: -40px 0;
  height: 30px;
  width: 15px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.icon-search {
  background-position: 0 -40px;
}
.icon-search-white {
  background-position: -20px -40px;
}
.icon-close {
  background-position: 0 -100px;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.icon-close:hover {
  opacity: 1;
}
.icon-social-vk {
  background-position: 0 -120px;
}
.icon-social-tw {
  background-position: 0 -140px;
}
.icon-social-fb {
  background-position: 0 -160px;
}
.icon-social-inst {
  background-position: 0 -180px;
}
.icon-social-in {
  background-position: 0 -200px;
}
.icon-social-gplus {
  background-position: 0 -220px;
}
.icon-social-yt {
  background-position: 0 -240px;
}
/*
.icon-arrow-right {
  background-position: -80px -40px;
}
.icon-arrow-left {
  background-position: -100px -40px;
}
.icon-arrow-down {
  background-position: -100px -60px;
}
*/
.icon-arrow-white-right {
  background-position: -80px -100px;
}
.icon-arrow-white-left {
  background-position: -100px -100px;
}
.icon-pdf {
  background-position: -40px -100px;
  width: 40px;
  height: 40px;
}

.btn-icon {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: 0 0 no-repeat;
  background-size: 30px 30px;
  background-position: center
}

.icon-arrow-right {
  background-image: url(images/icons/bootstrap-icons/chevron-right.svg);
}
.icon-arrow-left {
  background-image: url(images/icons/bootstrap-icons/chevron-left.svg);
}
.icon-arrow-down {
  background-image: url(images/icons/bootstrap-icons/chevron-down.svg);
}
.icon-arrow-up {
  background-image: url(images/icons/bootstrap-icons/chevron-up.svg);
}

.input {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  position: relative;
  margin-bottom: 10px;
  color: #1c1c1c;
  vertical-align: middle;
  border: solid 1px transparent;
  outline: none;
  background-color: #dcecf6;
  -webkit-appearance: none;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.input:hover {
  background-color: #157fc4;
  color: #ffffff;
}
.input:focus {
  outline: none;
  border-color: #157fc4;
  background-color: transparent;
  color: #157fc4;
}
textarea.input {
  padding: 10px 20px;
  height: auto;
}
select.input {
  padding: 0;
  cursor: pointer;
  -webkit-appearance: menulist;
}
select.input[multiple],
select.input.multiple {
  -webkit-appearance: inherit;
}
.input[type="number"],
.input[type="date"],
.input[type="time"] {
  padding: 0 0 0 20px;
}
.input[type="color"] {
  padding: 0;
}
.input-required,
.input:required {
  border-color: #ea5600;
}
.input.disabled,
.input-disabled,
.input:disabled {
  opacity: .5;
}
.input.disabled:hover,
.input-disabled:hover,
.input:disabled:hover {
  background-color: #dcecf6;
  color: #1c1c1c;
}
.white-inputs .input,
.input.input-white {
  background-color: #ffffff;
  border-width: 2px;
}
.white-inputs .input:hover,
.input.input-white:hover {
  color: #157fc4;
  background-color: #ffffff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2) ;
}
.white-inputs .input:focus,
.input.input-white:focus {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
  box-shadow: none;
}
.white-inputs .input:focus:-moz-placeholder,
.input.input-white:focus:-moz-placeholder {
  color: #d9d9d9;
}
.white-inputs .input:focus:-ms-input-placeholder,
.input.input-white:focus:-ms-input-placeholder {
  color: #d9d9d9;
}
.white-inputs .input:focus::-webkit-input-placeholder,
.input.input-white:focus::-webkit-input-placeholder {
  color: #d9d9d9;
}
.white-inputs .input.disabled,
.input.input-white.disabled,
.white-inputs .input-disabled,
.input.input-white-disabled,
.white-inputs .input:disabled,
.input.input-white:disabled {
  opacity: .5;
}
.white-inputs .input.disabled:hover,
.input.input-white.disabled:hover,
.white-inputs .input-disabled:hover,
.input.input-white-disabled:hover,
.white-inputs .input:disabled:hover,
.input.input-white:disabled:hover {
  color: #1c1c1c;
  background-color: #ffffff;
  box-shadow: none;
}
.white-inputs .input:-moz-placeholder,
.input.input-white:-moz-placeholder {
  color: #828282;
}
.white-inputs .input:-ms-input-placeholder,
.input.input-white:-ms-input-placeholder {
  color: #828282;
}
.white-inputs .input::-webkit-input-placeholder,
.input.input-white::-webkit-input-placeholder {
  color: #828282;
}
.white-inputs select.input:focus,
.white-inputs select.input:hover,
select.input-white:focus,
select.input-white:hover {
  color: #157fc4 !important;
  background-color: #ffffff !important;
}
.input-block-level,
.input-block {
  width: 100%;
}
.checkbox {
  position: absolute;
  left: -9999px;
}
.checkbox + label {
  cursor: pointer;
  margin-top: 4px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox + label > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  background: #ffffff;
  cursor: pointer;
  border: solid 2px #1c1c1c;
  border-radius: 4px;
  position: relative;
}
.checkbox + label:hover > span {
  border-color: #1c1c1c;
}
.checkbox:checked + label > span {
  border-color: #1c1c1c;
}
.checkbox:checked + label > span:before {
  content: ' ';
  position: absolute;
  border: solid #157fc4;
  border-width: 0 0 2px 2px;
  height: 5px;
  width: 11px;
  left: 2px;
  top: 3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox:focus + label > span {
  border-color: #157fc4;
}
.checkbox:focus + label {
  color: #157fc4;
}
.checkbox:checked:disabled + label > span,
.checkbox:checked:disabled + label:hover > span {
  border-color: #1c1c1c;
  background-color: #4f4f4f;
  cursor: default;
}
.checkbox:checked:disabled + label > span:before,
.checkbox:checked:disabled + label:hover > span:before {
  border-color: #1c1c1c;
}
.checkbox:disabled + label > span,
.checkbox:disabled + label > span:hover,
.checkbox:disabled + label:hover > span {
  border-color: #1c1c1c;
  background-color: #363636;
  cursor: default;
}
.checkbox:disabled + label > span:before,
.checkbox:disabled + label > span:hover:before,
.checkbox:disabled + label:hover > span:before {
  border-color: #1c1c1c;
}
.checkbox:disabled + label,
.checkbox:disabled + label:hover {
  color: #1c1c1c;
  cursor: default;
}
.radio {
  position: absolute;
  left: -9999px;
}
.radio + label {
  cursor: pointer;
  margin-top: 4px;
  display: inline-block;
}
.radio + label > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 4px 0 0;
  vertical-align: middle;
  background: #ffffff;
  cursor: pointer;
  border: solid 2px #1c1c1c;
  position: relative;
  border-radius: 10px;
}
.radio + label:hover > span,
.radio + label:focus > span {
  border-color: #1c1c1c;
}
.radio:checked + label > span {
  border-color: #1c1c1c;
}
.radio:checked + label > span:before {
  content: ' ';
  position: absolute;
  height: 10px;
  width: 10px;
  background: #157fc4;
  left: 3px;
  top: 3px;
  border-radius: 5px;
}
.radio:focus + label > span {
  border-color: #157fc4;
}
.radio:focus + label {
  color: #157fc4;
}
.radio:checked:disabled + label > span,
.radio:checked:disabled + label:hover > span {
  border-color: #1c1c1c;
  background-color: #4f4f4f;
  cursor: default;
}
.radio:checked:disabled + label > span:before,
.radio:checked:disabled + label:hover > span:before {
  background: #1c1c1c;
}
.radio:disabled + label > span,
.radio:disabled + label > span:hover,
.radio:disabled + label:hover > span {
  border-color: #1c1c1c;
  background-color: #363636;
  cursor: default;
}
.radio:disabled + label > span:before,
.radio:disabled + label > span:hover:before,
.radio:disabled + label:hover > span:before {
  background: #1c1c1c;
}
.radio:disabled + label,
.radio:disabled + label:hover {
  color: #1c1c1c;
  cursor: default;
}
.bx-auth-reg .alert p {
  margin: 0 !important;
}
.form-control {
  margin: 1em 0;
}
.form-control .input {
  margin: 0;
}
.form-label {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .form-label {
    text-align: left;
  }
}
.responsive-table {
  position: relative;
  width: 100%;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 0;
}
.table th,
.table td {
  padding: 10px;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
  border-top: 1px solid #ededed;
}
.table th {
  font-weight: bold;
  background: #f7f7f7;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ededed;
}
.table .table {
  background-color: #f5f5f5;
}
.table-bordered {
  border: 1px solid #ededed;
  border-collapse: separate;
  border-left: 0;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ededed;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered tbody + tbody tr:first-child td {
  border-top: solid 2px #ededed;
}
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
  background-color: rgba(24, 24, 24, 0.1);
}
.primary-box .table-striped tbody > tr:nth-child(even) > td,
.primary-box .table-striped tbody > tr:nth-child(even) > th,
.secondary-box .table-striped tbody > tr:nth-child(even) > td,
.secondary-box .table-striped tbody > tr:nth-child(even) > th {
  background-color: rgba(255, 255, 255, 0.2);
}
.table-hover tr:hover > th,
.table-hover tr:hover > td {
  background-color: #f5f5f5;
}
.table-noborder th,
.table-noborder td {
  border: 0;
  padding: 8px;
}
.table-noborder th p:first-child,
.table-noborder td p:first-child {
  margin-top: 0;
}
.table-noborder th p:last-child,
.table-noborder td p:last-child {
  margin-bottom: 0;
}
.table-noborder th:first-child,
.table-noborder td:first-child {
  padding-left: 0;
}
.table-noborder th:last-child,
.table-noborder td:last-child {
  padding-right: 0;
}
.table-program {
  margin-bottom: 0;
}
.table-program small {
  font-size: 100%;
  font-weight: normal;
}
.primary-box .table-program small,
.secondary-box .table-program small {
  opacity: .8;
}
.table-program th {
  background-color: transparent;
}
.table-program th,
.table-program td {
  padding: 10px;
}
.table-gray-header th {
  background-color: transparent;
  border-bottom: solid 1px rgba(24, 24, 24, 0.2);
  color: #828282;
  font-weight: normal;
}
.table-gray-header th:first-child,
.table-gray-header td:first-child {
  padding-left: 0;
}
.table-gray-header th:last-child,
.table-gray-header td:last-child {
  padding-right: 0;
}
.table.va-middle td,
.table.va-middle th {
  vertical-align: middle;
}
.table.ta-center td,
.table.ta-center th {
  text-align: center;
}
.table-schedule {
  border: 0;
  border-collapse: collapse;
}
.table-schedule col {
  border-left: solid 1px #cecece;
}
.table-schedule col:first-child {
  border-left: 0;
}
.table-schedule col:nth-child(2) {
  border-left: 0;
}
.table-schedule tr {
  border-bottom: solid 1px #cecece;
}
.table-schedule tr td.vertical-separator {
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
.table-schedule tr:last-child {
  border-bottom: 0;
}
.table-schedule tr:last-child td {
  border-bottom: 0;
}
.table-schedule tr:last-child td:first-child {
  border-left: 0;
}
.table-schedule td,
.table-schedule th {
  padding: 0;
}
.table-schedule td.vertical-separator,
.table-schedule th.vertical-separator {
  padding: 0;
  border: 0;
  width: 10px;
}
.table-schedule td.horisontal-separator,
.table-schedule th.horisontal-separator {
  border: 0;
  border-left: solid 1px #ffffff;
  padding: 0;
  height: 10px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .table-schedule td.horisontal-separator,
  .table-schedule th.horisontal-separator {
    height: 15px;
  }
}
@media (min-width: 992px) {
  .content {
    width: 970px;
  }
}
@media (min-width: 768px) {
  .content {
    width: 750px;
  }
}

@media (min-width: 1280px) {
  .table-schedule td.horisontal-separator,
  .table-schedule th.horisontal-separator {
    height: 20px;
  }
  .content {
    width: 1130px;
  }
}
.table-schedule thead th {
  background: #45a3ba;
  color: #ffffff;
  font-weight: normal;
  border: solid 1px #45a3ba;
  padding: 10px;
  vertical-align: middle;
}
@media (min-width: 1280px) {
  .table-schedule thead th {
    padding: 15px;
  }
}
.table-schedule thead th .h2 {
  color: #ffffff;
}
.table-schedule thead th.vertical-separator {
  border-bottom: solid 1px #45a3ba;
}
.table-schedule thead th.holiday {
  position: relative;
}
.table-schedule thead th.holiday:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  margin-top: -16px;
  right: 15px;
  width: 32px;
  height: 32px;
  opacity: .7;
  background: url('images/all-icons.png') no-repeat -40px -180px;
}
@media screen and (min-resolution: 192dpi) {
  .table-schedule thead th.holiday:before {
    background-image: url(images/all-icons@2x.png);
    background-size: 200px 300px;
  }
}
.table-schedule thead th.old-day {
  color: rgba(255, 255, 255, 0.7);
}
.table-schedule thead th.old-day .h2 {
  color: rgba(255, 255, 255, 0.7);
}
.table-schedule thead th:first-child {
  border-top-left-radius: 4px;
}
.table-schedule thead th:last-child {
  border-top-right-radius: 4px;
}
.table-schedule td {
  background: #ffffff;
  color: #828282;
  height: 80px;
  width: 15%;
  position: relative;
  border-color: #cecece;
}
.table-schedule td .table td {
  height: 0;
}
.table-schedule td:nth-child(2) {
  border-left: 0;
}
.table-schedule td.one-lection,
.table-schedule td.double-lection {
  cursor: pointer;
}
.table-schedule td.one-lection:hover,
.table-schedule td.double-lection:hover {
  border: solid 1px #157fc4;
  background: #dcecf6;
}
.table-schedule td.current {
  border: solid 1px #157fc4;
  background: #dcecf6;
}
.table-schedule td.old-day {
  color: rgba(130, 130, 130, 0.8);
  cursor: default;
}
.table-schedule td.old-day:hover {
  border-color: #cecece;
  background-color: #ffffff;
}
.table-schedule td.old-day .va-top,
.table-schedule td.old-day .va-bottom,
.table-schedule td.old-day .text-dark {
  color: rgba(130, 130, 130, 0.8) !important;
}
.table-schedule td .table {
  margin-bottom: 0;
  background-color: transparent;
}
.table-schedule td .table.h100p {
  height: 100%;
}
.table-schedule td .table tr {
  border: 0;
}
.table-schedule td .table td {
  border: 0;
  padding: 10px;
  background-color: transparent;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .table-schedule td .table td {
    padding: 10px 15px;
  }
}
@media (min-width: 1280px) {
  .table-schedule td .table td {
    padding: 15px 20px;
  }
}
.table-schedule td.double-lection .table td {
  padding: 0;
}
.table-schedule td.double-lection .table tr:first-child {
  border-bottom: solid 1px #cecece;
}
.table-schedule td.double-lection .table .table td {
  padding: 10px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .table-schedule td.double-lection .table .table td {
    padding: 10px 15px;
  }
}
@media (min-width: 1280px) {
  .table-schedule td.double-lection .table .table td {
    padding: 15px 20px;
  }
}
.table-schedule td.double-lection .table .table tr:first-child {
  border: 0;
}
.table-schedule tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.table-schedule tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.table-schedule .va-top {
  font-size: 16px;
}
.table-schedule .va-top,
a.table-schedule .va-top {
  color: #1c1c1c;
}
.table-schedule .va-bottom {
  font-size: 14px;
}
.table-schedule-session tr td {
  width: auto;
}
.table-schedule-session tr td,
.table-schedule-session tr td.horisontal-separator {
  border: 0;
}
.table-schedule-session tr td.horisontal-separator {
  padding: 0;
}
.table-schedule-session td {
  padding: 15px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .table-schedule-session td {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .table-schedule-session td {
    padding: 30px;
  }
}
.table-schedule-session td.td-time {
  text-align: center;
  vertical-align: middle;
  font-size: 36px;
  line-height: 45px;
  color: #1c1c1c;
  border-right: solid 1px #cecece;
  padding: 20px 30px 20px 20px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .table-schedule-session td.td-time {
    padding: 30px 40px 30px 30px;
  }
}
@media (min-width: 1280px) {
  .table-schedule-session td.td-time {
    padding: 40px 60px 40px 50px;
  }
}
.table-schedule-session td.td-time small {
  font-size: 14px;
  color: #828282;
  display: block;
}
.table-schedule-session tr:first-child td:first-child {
  border-top-left-radius: 4px;
  border-top: 0;
}
.table-schedule-session tr:first-child td:last-child {
  border-top-right-radius: 4px;
  border-top: 0;
}
.table-schedule-session tr:first-child tr.vertical-separator {
  border-bottom: solid 1px #ffffff;
}
.table-schedule-session tr:last-child td.vertical-separator {
  border-top: solid 1px #ffffff;
}
.table-schedule-session td.vertical-separator {
  width: 10px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .table-schedule-session td.vertical-separator {
    width: 15px;
  }
}
@media (min-width: 1280px) {
  .table-schedule-session td.vertical-separator {
    width: 20px;
  }
}
.table-schedule-session .teacher-foto {
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-top: 4px;
  float: left;
  margin-right: 15px;
  border-radius: 18px;
}
.td-time {
  width: 20px !important;
}
th.td-time {
  padding-left: 0;
  padding-right: 0;
}
td.td-time {
  padding: 10px 0;
  color: #1c1c1c;
}
@media (min-width: 992px) and (max-width: 1279px) {
  td.td-time {
    padding: 10px 0;
  }
}
@media (min-width: 1280px) {
  td.td-time {
    padding: 15px 0;
  }
}
.schedule-badge {
  position: absolute;
  top: 0;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 50px solid rgba(21, 127, 196, 0.15);
  border-left: 50px solid transparent;
}
.schedule-badge span {
  position: absolute;
  top: -45px;
  right: 10px;
}

.table-org {
  text-align-last: center;
  font-size: 14px;
}

.table-org thead tr th {
  background: #E6EEF6;
  border-bottom: none;
}

.table-org tr td{
  border: 1px solid #8FB5E1;
  border-top: none;
  background: #fff;
}

.table-org tr td:first-child {
  border-left: none;
}

.table-org tr td:last-child {
  border-right: none;
}

.table-org tr td{
  text-align: center;
}

.table-text-align-left tr td{
  text-align: left;
}
html {
  height: 100%;
}
* html body {
  height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  position: relative;
}
html,
button,
input,
select,
textarea {
  color: #1c1c1c;
}
body {
  font-size: 18px;
  line-height: 25px;
  font-family: 'Roboto', "PT Sans", PTsans, Arial, sans-serif;
  color: #1c1c1c;
  background: #f3f4f6;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: rgba(0, 0, 0, 0.2);
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
.bxedtaskbarset img {
  max-width: none;
}
.bx-yandex-view-map img {
  max-width: inherit;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
  line-height: 20px;
}
a,
.pseudolink {
  color: #157fc4;
  text-decoration: none;
}
a:hover,
.pseudolink:hover,
a.active,
.pseudolink.active {
  color: #157fc4;
  text-decoration: underline;
}
*[data-target-self],
*[data-target-blank],
.pseudolink {
  cursor: pointer;
}
h1,
.h1 {
  margin-top: 0;
  font: normal 18px/40px 'Roboto', "PT Sans", PTSerifCaption, "Times New Roman", Times, serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  h1,
  .h1 {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 26px;
  }
}
h2,
.h2 {
  font: normal 16px/25px "PT Sans", PTsans, Arial, sans-serif;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font: normal 22px/30px "PT Sans", PTsans, Arial, sans-serif;
    text-transform: none;
  }
}
h3,
.h3 {
  font: bold 16px/30px "PT Sans", PTsans, Arial, sans-serif;
}
.breadcrumb {
  background-color: transparent;
}

.breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #828282;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (min-width: 767px) {
  .breadcrumb ul {
    margin-top: 0;
  }
}
.breadcrumb ul li {
  display: inline-block;
  margin: 0 15px 0 0;
}
.breadcrumb ul li a {
  color: #828282;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.header-submenu {
  display: block;
  float: right;
  color: #003896;
}

.header-submenu ul{
  display: flex;
}

.header-submenu ul li{
  margin: 10px;
}

.header-submenu ul li a{
  color: #003896;
}

.header-submenu .top-link {
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-align: right;
}

.top-add-info ul li{
  margin: 5px 10px;
}

.top-add-info ul li a i{
  padding-right: 5px;
}

.header-tool ul li{
  padding-left: 45px;
  margin-bottom: 5px;
}

.header-tool ul li .btn{
	padding: 0;
}

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

.prenav-block {
  width: 100%;
  height: 185px;
  background: #fff;
}

.prenav-block .container, .prenav-block .container .row{
  height: 100%;
}

.top-nav-menu {
  width: 100%;
  background: #003896;
}
.top-nav-menu .navbar {
  padding: 0;
  width: 100%;
}

.top-nav-menu .navbar-nav {
  width: 100%;
  text-align: center;
}

.top-nav-menu .nav-item > .nav-link {
  font-size: 18px;
  line-height: 160%;
  color: #fff;
}

.top-nav-menu .nav-item > .nav-link::after {
  content: none;
}

.top-nav-menu .nav-item {
  font-size: 22px;
  line-height: 160%;
  color: #fff;
  position: static;
  /*width: inherit;*/
}
.top-nav-menu .nav-item.show a{color: red;}

.top-nav-menu .nav-item .dropdown-menu {
  width: 1285px;
  border: 0;
  border-radius: 0;
  box-shadow: 0 1000px 0 1000px rgb(25 70 186 / 50%);
}

.top-nav-menu .nav-item .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 140%;
  padding: 5px 20px;
  color: #003896;
  white-space: inherit;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  float: left;
  display: flex;
}

.dropdown-item {
  /*clear: none !important;*/
  width: 360px;
}
.dropdown-menu {
  padding: 35px 15px !important;
  margin: 0;
}

.top-nav-menu .nav-item .dropdown-menu .dropdown-item:hover {
  border-color: #003896;
  border-bottom-color: rgba(143, 181, 225, 0.4);
}

.top-nav-menu .nav-item .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0px;
}

.top-nav-block ul,
.top-nav-block li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-nav-block li {
  float: left;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.top-nav-block li a {
  font: normal 16px/30px "PT Sans", PTsans, Arial, sans-serif;
  text-decoration: none;
  color: #157fc4;
  display: block;
  padding: 10px;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
@media (min-width: 992px) {
  .top-nav-block li a {
    font-size: 18px;
    padding: 10px 15px;
  }
}
@media (min-width: 1280px) {
  .top-nav-block li a {
    font-size: 20px;
    padding: 10px 20px;
  }
}
.top-nav-block li a:hover {
  color: #ffffff;
  background: #45a3ba;
}
.top-nav-block li.parent > a {
  padding-right: 30px;
  position: relative;
}
.top-nav-block li.parent > a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url('images/all-icons.png') no-repeat 0 -20px;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
@media (min-width: 992px) {
  .top-nav-block li.parent > a {
    padding-right: 40px;
  }
  .top-nav-block li.parent > a:after {
    right: 15px;
  }

}
@media (min-width: 1280px) {
  .top-nav-block li.parent > a {
    padding-right: 50px;
  }
  .top-nav-block li.parent > a:after {
    right: 20px;
  }
}
.top-nav-block li.parent > a:hover:after {
  background-position: 0 0;
}
.top-nav-block li:hover > a,
.top-nav-block li:focus > a,
.top-nav-block li.parent:hover,
.top-nav-block li > a:hover,
.top-nav-block li > a:focus,
.top-nav-block li.parent.active > a,
.top-nav-block li.parent.current > a,
.top-nav-block li.current a {
  color: #ffffff;
  background: #45a3ba;
}
.top-nav-block li:hover > a:after,
.top-nav-block li:focus > a:after,
.top-nav-block li.parent:hover:after,
.top-nav-block li > a:hover:after,
.top-nav-block li > a:focus:after,
.top-nav-block li.parent.active > a:after,
.top-nav-block li.parent.current > a:after,
.top-nav-block li.current a:after {
  background-position: 0 0;
}
.top-nav-block li:hover .second-level,
.top-nav-block li:focus .second-level,
.top-nav-block li.active .second-level {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.top-nav-block .parent .parent a:after {
  content: none;
}
.second-level {
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 200;
  background: #45a3ba;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.second-level .content {
  margin: 0 auto !important;
}
.second-level ul {
  padding: 30px 20px;
}
.second-level li {
  width: 25%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.second-level li a {
  display: inline-block;
  padding: 5px 0;
  font: normal 18px/30px "PT Sans", PTsans, Arial, sans-serif;
  color: #ffffff;
}
.second-level li a:hover {
  text-decoration: underline;
  background: transparent;
}
.third-level {
  display: none;
}
.top-nav-block.hovered li,
.top-nav-block.hovered li a,
.top-nav-block.hovered li.parent > a:after,
.top-nav-block.hovered .second-level {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*
NAVMOB
*/

.special-vision {
  text-align: start;
}

.top-nav-menu .special-vision > .nav-link{
  padding-left: 15px;
  font-size: 16px;
}

.m-l-a{
 margin-left: auto;
}

.lang-btn {
 color: #fff;
 font-weight: bold;
}

.lang-btn:hover, .lang-btn:focus {
 background-color: #FFF;
 color: #000;
}

.lang-dropdown {
 min-width: 4rem;
 margin: 0;
}

.lang-dropdown .dropdown-item{
  padding: .375rem .75rem;
  font-weight: bold;
}


.header-nav-mob .top-nav-menu .navbar-collapse .navbar-nav .nav-item {
  border-top: 1px solid rgba(225, 225, 225, 0.3);
}

.header-nav-mob .top-nav-menu .nav-item .dropdown-menu {
  background-color: inherit;
}

.header-nav-mob .top-nav-menu .nav-item .dropdown-menu .dropdown-item {
  color: #9CBDE3;
  border-bottom: 0px;
}

.cn-modal {
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,.4);
}
.cn-modal .content {
  color: #1c1c1c;
}
.cn-modal-close,
.cn-modal-close.mfp-close {
  color: #1c1c1c;
  cursor: pointer;
  margin: 0;
  line-height: 50px;
  padding: 0;
  width: 50px;
  height: 50px;
  display: inline-block;
  font-size: 40px;
}
.cn-modal-header {
  font-size: 28px;
  padding: 15px 40px 15px 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,.1);
  background: #ffffff;
  border-radius: 5px 5px 0 0;
}
.cn-modal-content {
  padding: 20px;
}
.cn-modal-footer {
  padding: 20px;
}
.cn-modal-error {
  margin: -20px -20px 0;
  padding: 10px 20px;
  background: #a42338;
  color: #157fc4;
}
.cn-modal-error p {
  margin: 0;
  font-weight: bold;
}
.cn-modal-error font.errortext,
.cn-modal-error font.notetext {
  color: inherit !important;
}
.cn-modal-error.noerror {
  background: #409990;
}
.cn-modal-errors {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 0 15px 0 0;
  border: solid 1px #fff;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 10px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #fff;
}
.hamburger {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  padding: 12px;
  top: 0;
  right: 0;
  z-index: 500;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .hamburger {
    display: block;
  }
}
.icon-hamburger {
  position: relative;
  margin-top: 11px;
  margin-bottom: 7px;
}
.icon-hamburger,
.icon-hamburger:before,
.icon-hamburger:after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
.icon-hamburger:before,
.icon-hamburger:after {
  position: absolute;
  content: "";
}
.icon-hamburger:before {
  top: -6px;
}
.icon-hamburger:after {
  top: 6px;
}
.hamburger.active .icon-hamburger {
  background-color: transparent;
}
.hamburger.active .icon-hamburger:before,
.hamburger.active .icon-hamburger:after {
  background-color: #ffffff;
}
.hamburger.active .icon-hamburger:before {
  -moz-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.hamburger.active .icon-hamburger:after {
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
.mobile-nav-wrapper {
  top: 50px;
  bottom: 0;
  left: 0;
  z-index: 250;
  position: fixed;
  display: none;
  width: 100%;
  background: #157fc4;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav-wrapper.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mobile-nav-inner {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}
.mobile-nav .ios-fix {
  height: 110%;
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  -webkit-transform: translateY(-5%);
  transform: translateY(-5%);
  padding-top: 10%;
  padding-bottom: 10%;
}
.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav ul a {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 15px 20px;
}
.mobile-nav ul a:active,
.mobile-nav ul a:hover {
  text-decoration: none;
}
.mobile-nav ul .col {
  padding: 0;
}
.mobile-nav ul li a {
  text-transform: uppercase;
}
.mobile-nav ul li.parent a:after,
.mobile-nav ul li.parent li.parent a:after {
  position: absolute;
  content: "";
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('images/all-icons.png') no-repeat -80px -60px;
}
@media screen and (min-resolution: 192dpi) {
  .mobile-nav ul li.parent a:after,
  .mobile-nav ul li.parent li.parent a:after {
    background-image: url(images/all-icons@2x.png);
    background-size: 200px 300px;
  }
}
.mobile-nav ul li.parent li a:after,
.mobile-nav ul li.parent li.parent li a:after {
  content: none;
}
.mobile-nav ul li.parent li.parent a:after {
  margin: 2px 0 0 2px;
}
.mobile-nav ul li.parent li.parent.active a:after {
  background-position: -80px -80px;
}
.mobile-nav ul li li a {
  text-transform: none;
  background: transparent;
}
.mobile-nav ul li.active {
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: none;
  transition: none;
}
.mobile-nav ul li.active > a {
  background: rgba(24, 24, 24, 0.3);
}
.mobile-nav ul li.active > a + .second-level,
.mobile-nav ul li.active > a + .third-level {
  display: block;
  height: auto;
  opacity: 1;
}
.mobile-nav ul li.active > a:after {
  background-position: -80px -80px;
}
.mobile-nav ul .second-level,
.mobile-nav ul .third-level {
  position: static;
  background: rgba(24, 24, 24, 0.1);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition: none;
  transition: none;
}
.mobile-nav ul .second-level li,
.mobile-nav ul .third-level li {
  width: 100%;
  padding-right: 0;
}
.mobile-nav ul .third-level li a {
  padding-left: 40px;
}
.mobile-nav > ul {
  background: rgba(24, 24, 24, 0.3);
  margin: 10px 20px 20px;
  border-radius: 3px;
}
.mobile-nav > ul > li:first-child a {
  border-radius: 3px 3px 0 0;
}
.mobile-nav > ul > li:last-child a {
  border-radius: 0 0 3px 3px;
}
.no-scroll {
  word-wrap: break-word;
}
/* perfect-scrollbar v0.6.3 */
.ps-container {
 /* -ms-touch-action: none;*/
 /*overflow: hidden !important;*/
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: rgba(24, 24, 24, 0.3);
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  height: 8px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  
  width: 4px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: rgba(24, 24, 24, 0.3);
  border-radius: 4px;
  -webkit-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  right: 0;
  width: 4px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(24, 24, 24, 0.3);
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: rgba(24, 24, 24, 0.1);
  opacity: 0.9;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(24, 24, 24, 0.3);
}
/* ==========================================================================
   РЎРµР»РµРєС‚С‹ */
/* ========================================================================== */
select.styler {
  opacity: 0;
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: opacity ease .1s;
  transition: opacity ease .1s;
}
.jq-selectbox.opacity-one {
  opacity: 1;
}
.jq-selectbox.disabled .jq-selectbox__select {
  background: #dcecf6;
  color: #181818;
  opacity: .7;
  cursor: default;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  min-height: 20px;
  padding: 5px 20px;
  color: #ffffff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.jq-selectbox li.selected,
.jq-selectbox li:hover {
  color: #ffffff;
}
.jq-selectbox li.disabled {
  color: #dcecf6;
  cursor: default;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #ffffff;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-selectbox__select {
  height: 40px;
  padding: 0 40px 0 15px;
  border-radius: 2px;
  background: #dcecf6;
  color: #181818;
  font: 16px / 40px "PT Sans", PTsans, Arial, sans-serif;
}
.jq-selectbox__select:hover,
.jq-selectbox__select:active,
.focused .jq-selectbox__select,
.dropdown .jq-selectbox__select {
  background: #157fc4;
  color: #ffffff;
}
.jq-selectbox__select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
}
.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-top: -4px;
  margin-left: -2px;
  border: solid 2px #1c1c1c;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.focused .jq-selectbox__trigger-arrow,
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-selectbox:active .jq-selectbox__trigger-arrow,
.dropdown .jq-selectbox__trigger-arrow {
  border-color: #ffffff;
}
.opened .jq-selectbox__trigger-arrow {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-color: #1c1c1c;
}
.jq-selectbox__dropdown {
  top: 40px;
  width: 100%;
  margin: 0;
  padding: 0 17px 15px 0;
  margin-top: -2px;
  font: 16px / 20px "PT Sans", PTsans, Arial, sans-serif;
  background: #157fc4;
  border-radius: 3px;
  min-width: 180px;
}
.jq-selectbox__search {
  margin: 0;
  padding: 15px 3px 10px 20px;
}
.jq-selectbox__search input {
  width: 100%;
  margin: 0;
  padding: 0 15px;
  height: 40px;
  display: block;
  outline: none;
  border: solid 1px #ffffff;
  border-radius: 2px;
  color: #ffffff;
  background: #157fc4;
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__not-found {
  margin: 0;
  padding: 5px 0 0 20px;
  color: #ffffff;
  font-size: 14px;
}
.white-inputs .jq-selectbox li,
.jq-selectbox.input-white li {
  color: #1c1c1c;
}
.white-inputs .jq-selectbox li.selected,
.jq-selectbox.input-white li.selected,
.white-inputs .jq-selectbox li:hover,
.jq-selectbox.input-white li:hover {
  color: #157fc4;
}
.white-inputs .jq-selectbox .jq-selectbox__select,
.jq-selectbox.input-white .jq-selectbox__select {
  background: #ffffff;
  color: #181818;
  font: 16px / 40px "PT Sans", PTsans, Arial, sans-serif;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.white-inputs .jq-selectbox .jq-selectbox__select:hover,
.jq-selectbox.input-white .jq-selectbox__select:hover,
.white-inputs .jq-selectbox .jq-selectbox__select:active,
.jq-selectbox.input-white .jq-selectbox__select:active {
  background: #ffffff;
  color: #157fc4;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2) ;
}
.white-inputs .jq-selectbox .jq-selectbox__dropdown,
.jq-selectbox.input-white .jq-selectbox__dropdown {
  background: #ffffff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2) ;
}
.white-inputs .jq-selectbox .jq-selectbox__search input,
.jq-selectbox.input-white .jq-selectbox__search input {
  background-color: #ffffff;
  color: #157fc4;
  border-color: #157fc4;
}
.white-inputs .jq-selectbox .jq-selectbox__search input:-moz-placeholder,
.jq-selectbox.input-white .jq-selectbox__search input:-moz-placeholder {
  color: #828282;
}
.white-inputs .jq-selectbox .jq-selectbox__search input:-ms-input-placeholder,
.jq-selectbox.input-white .jq-selectbox__search input:-ms-input-placeholder {
  color: #828282;
}
.white-inputs .jq-selectbox .jq-selectbox__search input::-webkit-input-placeholder,
.jq-selectbox.input-white .jq-selectbox__search input::-webkit-input-placeholder {
  color: #828282;
}
.white-inputs .jq-selectbox .jq-selectbox__not-found,
.jq-selectbox.input-white .jq-selectbox__not-found {
  color: #1c1c1c;
}
.white-inputs .jq-selectbox.focused .jq-selectbox__trigger-arrow,
.jq-selectbox.input-white.focused .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox.dropdown .jq-selectbox__trigger-arrow,
.jq-selectbox.input-white.dropdown .jq-selectbox__trigger-arrow {
  border-color: #157fc4;
}
.white-inputs .jq-selectbox.focused .jq-selectbox__select,
.jq-selectbox.input-white.focused .jq-selectbox__select,
.white-inputs .jq-selectbox.dropdown .jq-selectbox__select,
.jq-selectbox.input-white.dropdown .jq-selectbox__select {
  background: #ffffff;
  color: #157fc4;
}
.white-inputs .jq-selectbox.disabled:hover .jq-selectbox__select,
.jq-selectbox.disabled.input-white:hover .jq-selectbox__select {
  color: #1c1c1c;
}
.jq-selectbox.input-white:active .jq-selectbox__trigger-arrow,
.jq-selectbox.input-white:hover .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox:active .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-color: #157fc4;
}
.jq-selectbox.disabled.input-white:active .jq-selectbox__trigger-arrow,
.jq-selectbox.disabled.input-white:hover .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox.disabled:active .jq-selectbox__trigger-arrow,
.white-inputs .jq-selectbox.disabled:hover .jq-selectbox__trigger-arrow {
  border-color: #1c1c1c;
}
/* ==========================================================================
   COMMON STYLES */
/* ========================================================================== */
.container-white,
.white-box {
  background: #ffffff;
  color: #828282;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.container-white h1,
.white-box h1,
.container-white .h1,
.white-box .h1,
.container-white h2,
.white-box h2,
.container-white .h2,
.white-box .h2,
.container-white h3,
.white-box h3,
.container-white .h3,
.white-box .h3 {
  color: #1c1c1c;
}
.container-m50 {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .container-m50 {
    margin: 50px 0;
  }
  /*
  .content {
    width: 750px;
  }*/
}

.container-mb30 {
  margin-bottom: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb-md-30 {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .mb-md-none {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .container-fluid-md {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.container-mb50 {
  margin-bottom: 50px;
}
.container-mb70 {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .container-mb70 {
    margin-bottom: 70px;
  }
}
.white-box {
  border-radius: 4px;
}
.primary-border-box {
  border-top: solid 4px #157fc4;
}
.padding-box {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding-box {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .padding-box {
    padding: 20px;
  }
}
@media (min-width: 1280px) {
  .padding-box {
    padding: 30px;
  }
}
.padding-box > p:first-child {
  margin-top: 0;
}
.padding-box > p:last-child {
  margin-bottom: 0;
}
.negative-padding-box {
  margin: 0 -20px -20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .negative-padding-box {
    margin: 0 -10px -10px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .negative-padding-box {
    margin: 0 -20px -20px;
  }
}
@media (min-width: 1280px) {
  .negative-padding-box {
    margin: 0 -30px -30px;
  }
}
@media (max-width: 768px) {
  .big-padding-box {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .big-padding-box {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .big-padding-box {
    padding: 30px;
  }
}
@media (min-width: 1280px) {
  .big-padding-box {
    padding: 55px;
  }
}
.big-padding-box li {
  line-height: 30px;
}
.primary-box,
.secondary-box,
.additional-box {
  color: #ffffff;
  border-radius: 4px;
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .primary-box,
  .secondary-box,
  .additional-box {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .primary-box,
  .secondary-box,
  .additional-box {
    padding: 30px;
  }
}
@media (min-width: 1280px) {
  .primary-box,
  .secondary-box,
  .additional-box {
    padding: 40px;
  }
}
.primary-box a,
.secondary-box a,
.additional-box a {
  color: #ffffff;
}
.primary-box h1,
.secondary-box h1,
.primary-box .h1,
.secondary-box .h1,
.primary-box h2,
.secondary-box h2,
.primary-box .h2,
.secondary-box .h2,
.primary-box h3,
.secondary-box h3,
.primary-box .h3,
.secondary-box .h3 {
  color: #ffffff;
}
.primary-box a.btn-cta,
.secondary-box a.btn-cta {
  color: #157fc4;
}
.primary-box {
  background: #157fc4;
}
.secondary-box {
  background: #45a3ba;
}
.container-big-primary .secondary-box {
  background-color: rgba(69, 163, 186, 0.5);
}
.additional-box {
  background: #dcecf6;
}
.white-hero {
  padding: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .white-hero {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .white-hero {
    padding: 30px;
  }
}
@media (min-width: 1280px) {
  .white-hero {
    padding: 60px 40px;
  }
}
@media (min-width: 992px) {
  .white-hero .hero-image {
    float: right;
    width: 60%;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .white-hero h1,
  .white-hero .h1 {
    float: left;
    width: 40%;
  }
}
@media (max-width: 768px) {
  .big-image-col {
    margin-left: -5px;
    margin-right: -5px;
    position: static;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .padding-box .big-image-col {
    margin-left: -20px;
    margin-right: -20px;
  }
  .big-image-col img {
    width: 100%;
  }
}
.container-big-primary {
  background: #157fc4;
  color: #ffffff;
}
.container-dark-transparent {
  background: rgba(24, 24, 24, 0.3);
  font-size: 16px;
  padding: 10px 0;
}
.container-top-header {
  background: #157fc4;
  color: #ffffff;
}
.container-top-header a,
.container-top-header .open-menu {
  display: inline-block;
  padding: 15px 5px;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .container-top-header a,
  .container-top-header .open-menu {
    padding: 15px;
  }
}
.container-top-header a:hover,
.container-top-header .open-menu:hover {
  text-decoration: none;
  background: #106196;
}
.container-top-header .open-menu {
  float: right;
  width: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .container-top-header a:first-child {
    padding-left: 10px;
    margin-left: 5px;
  }
}
.logo-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  float: left;
  padding: 15px 0;
}
.logo-block a {
  font-family: Roboto;
  font-style: normal;
  text-decoration: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #003896;
  text-transform: uppercase;
}
.logo-block a.logo {
  margin-right: 15px;
  margin-left: 15px;
}
.logo-block a.logo img, .logo-block a.logo svg{
  width: 90px;
  max-width: inherit;
}
.logo-minpro img {
  width: 120px;
  max-width: inherit;
}

@media (max-width: 1199px) {
  .logo-block a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .logo-block a.logo img, .logo-block a.logo svg{
    width: 50px;
    max-width: inherit;
  }
}
.logo-block a .h1 {
  line-height: 30px;
}
.logo-block a small {
  font-size: 16px;
  color: #828282;
  line-height: 20px;
  font-family: "PT Sans", PTsans, Arial, sans-serif;
}
.container-footer .logo-block .logo{
  width: 55px;
  height: 65px;
}

.container-footer .logo-block a.logo img{
  width: 55px;
}
.container-footer .logo-block a {
  font-size: 18px;
  color: #fff;
}
.header-info-block {
  line-height: 30px;
  color: #1c1c1c;
}
@media (max-width: 768px) {
  .header-info-block {
    margin: 10px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-info-block {
    margin: 20px 0;
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .header-info-block {
    margin: 30px 0;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .header-info-block {
    margin: 40px 0;
  }
}
@media (min-width: 992px) {
  .header-info-block {
    width: 40%;
    float: left;
  }
  .header-info-block:first-child {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .header-info-block .icon {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.header-nav-mob .navbar-brand {
  width: 55px;
}

.header-nav-mob .navbar-brand img{
  width: 55px;
  height: 65px;
}

.header-nav-mob .navbar-toggler {
  color: #fff;
  font-size: 2rem;
}

.svg-eye {
  width: 1.7rem;
  height: 1.7rem;
}

.nav-top-svg {
  width: 1.2rem;
  height: 1.2rem;
}

.language {
  position: relative;
}

.language .dropdown-menu {
  padding: 13px !important;
  margin: 0;
  border: 0;
  border-radius: 0;
  min-width: inherit;
  width: 65px;
  border: 1px solid #c8d2e8;
}

.language .dropdown-item {
  padding: .25rem 0.5rem;
  margin: 0;
  border: 0;
  border-radius: 0;
  width: 35px;
}

.search-block {}

.container-search {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 1500;
 display: none;
 overflow: hidden;
 overflow-y: auto;
 width: 100%;
 height: 100%;
 background-color: #fff;
 -webkit-overflow-scrolling: touch;
}
.container-search.opened {
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.container-search .content {
  margin: 0 auto !important;
}
.search-form-block {
  height: 50px;
  overflow: hidden;
}
.search-form-block .icon-search-white {
  opacity: .5;
  float: left;
  margin: 15px 20px 15px 0;
}
.search-input {
  background: #ffffff;
  color: #003896;
  font-size: 20px;
  height: 30px;
  margin: 10px 0;
  border: 2px solid #fff;
  border-bottom-color: #003896;
  padding: 0;
  outline: none;
  display: block;
  width: 100%;
}
.search-input::-ms-clear {
  display: none;
}
.search-close-button {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #003896;
}
.search-close-button .icon {
  margin: 15px;
}
.search-close-button:hover .icon {
  opacity: 1;
}
.search-suggestions {
  display: none;
  padding: 40px 20px;
  font-size: 20px;
}
.search-suggestions mark {
  background: #157fc4;
  color: #ffffff;
}
.search-suggestions .search-result-item {
  padding: 10px;
  display: block;
  color: #003896;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.search-suggestions .search-result-item:hover {
  background: #8FB5E1;
  color: #fff;
}
.search-suggestions .search-count {
  opacity: .5;
  padding-left: 10px;
}
.search-suggestions .btn {
  margin-left: 10px;
}
.big-slider {
  display: none;
}
.slider-item {
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 767px) {
  .slider-item .col {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .slider-item-text {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0) 100%);
    min-height: 270px;
    padding: 15px;
  }
  .slider-item-text .h1 {
    color: #ffffff;
    font: normal 18px/25px "PT Sans", PTsans, Arial, sans-serif;
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .slider-item-text {
    margin-top: 80px;
    background: rgba(24, 24, 24, 0.7);
    color: #ffffff;
    padding: 40px 40px 40px;
    border-radius: 4px 4px 0 0;
  }
}
.slider-item .h1 {
  margin-bottom: 30px;
}
.slider-item-description {
  min-height: 100px;
}
@media (min-width: 768px) {
  .slider-item-description {
    min-height: 120px;
  }
}
@media (min-width: 992px) {
  .slider-item-description {
    min-height: 200px;
  }
}
@media (min-width: 1280px) {
  .slider-item-description {
    min-height: 210px;
  }

  .header_nav .top-nav-menu .container{
  max-width:1320px
}
}
.big-slider-nav {
  margin-top: 40px;
}
.owl-next,
.owl-prev {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  display: inline-block !important;
  background: url('images/all-icons.png') no-repeat -80px 0;
  cursor: pointer;
}
@media screen and (min-resolution: 192dpi) {
  .owl-next,
  .owl-prev {
    background-image: url(images/all-icons@2x.png);
    background-size: 200px 300px;
  }
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #002b83;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-color: #002b83;
}

/* TAB */

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #003896;
  background-color: inherit;
  border: none;
  border-bottom: 5px solid #003896;
}

.nav-tabs .nav-link {
  border: none;
  color: #003896;
  text-decoration: none;
}

.tab-content {position:relative;}
.tab-content .tab-link-external {
	position: absolute;
	top: -54px;
	right: 0px;
}
.tab-content .tab-link-external a{
  font-size: 16px;
  text-decoration: none;
  color: #003896;
}
.tab-content .tab-link-external a i{
	font-size: 12px;
	margin-left: 10px;
}

.news-list a:hover{
  text-decoration: none;
}

@media (max-width: 767px){
  .news-list .card-body {
    font-size: 14px;
  }
}

.news-list .card-footer{
  border: 0px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.news-list .card-footer a{
  font-size: 14px;
  line-height: 160%;
  color: #000000;
}

.img-bg-news {
  height: 215px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-largebg-news{
  height: auto; /** 330px***/
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.img-largebg-news img{width: 100%}

.news-list .card-footer .cat-tag{
  background: #F3F4F6;
  padding: 3px 5px 3px 17px;
  margin: 5px 7px;
  position: relative;
}

.news-list .card-footer .cat-tag::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 13px;
  height: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.news-list .card-footer .cat-tag::after:hover {
  width: 5px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.news-list .news-item{
  border-radius: 0;
  border: 1px solid transparent;
  margin: -1px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.news-list .news-item:hover{
  border-color: #8FB5E1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 992px) {
  .news-list .news-item{
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: 13px;
  }
}

.news-list .news-item .detail-link{
  color: #000;
  height: -webkit-fill-available;
}

.card-img, .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.block-campus-link a > img:hover, .block-campus-link a:hover > img:not(:hover){
  opacity: 0.5;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.news-list .news-item .detail-link:hover {
  text-decoration: none;
}

.news-list .news-item h5:hover, .news-list .news-item .detail-link:hover h5:not(:hover){
  color: #002B83;
}

.news-list .news-item img{
  border-radius: 0;
}

.news-list .news-item h5{
  font-weight: bold;
}

.news-list .news-item .card-date{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  text-align: center;
  color: #002B83;
  padding: 15px 11px 10px 11px;
  font-size: 18px;
  line-height: 17px;
  text-transform: lowercase;
  white-space: pre-line;
  width: min-content;
}

.news-list .news-item .card-date strong{
  font-size: 30px;
  line-height: 16px;
  font-weight: 700;
}

.news-list .tag-news {
  padding: 10px;
}

.news-list .tag-news .tag {
  margin: 10px;
  color: #000;
  background-color: #E6EEF6;
  border: none;
  border-radius: 10px;
}

.news-list .tag-news .tag:hover {
  background-color: #c4d2e0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.news-list > [class*="col-"] {
  margin-bottom: 30px;
}

.search-tags-cloud {
  margin-bottom: 15px;
}

.search-tags-cloud .tag {
  color: #fff;
  background-color: #8FB5E1;
  border: none;
  border-radius: 0;
  font-size: 22px;
  line-height: 35px;
}

.search-tags-cloud .tag:hover {
  text-decoration: none;
  background-color: #c4d2e0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* EVENTS LIST*/

.events-list .card {
  margin-bottom: 30px;
}

/* NEWS DETAIL*/
.news-detail {
  background-color: #fff;
  padding: 30px;
}

.news-detail h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}

.news-detail p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
}

.news-detail > img{
  width: 100%;
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
}

.poster{
  background-color: #fff;
  min-height: 112px;
  position: relative;
  float: left;
}

.poster img{
  width: 100%;
}

.poster .card-date{
  /*position: absolute;*/
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  text-align: center;
  color: #002B83;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  text-transform: lowercase;
  white-space: pre-line;
  width: min-content;
  margin: 15px 30px;
}

.poster .card-date strong {
  font-size: 48px;
  line-height: 42px;
  font-weight: 700;
}


@media (max-width: 768px) {
  .news-detail {
    background-color: #fff;
    padding: 15px;
  }

  .news-detail > img{
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.sidebar-nav {
  margin: 20px;
}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav ul ul {
  display: none;
  padding: 15px 0;
}
.sidebar-nav li {
  margin-left: -20px;
  margin-right: -20px;
}
.sidebar-nav li a {
  display: block;
  padding: 5px 10px 5px 20px;
  border-left: solid 4px transparent;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active {
  text-decoration: underline;
}
.sidebar-nav li.current > a,
.sidebar-nav li.active > a {
  text-decoration: none;
  color: #1c1c1c;
  border-color: #157fc4;
}
.sidebar-nav li.current > ul,
.sidebar-nav li.active > ul {
  display: block;
}
.sidebar-nav li:first-child a {
  padding-top: 0;
}
.sidebar-nav li:last-child a {
  padding-bottom: 0;
}
.sidebar-nav li li {
  margin: 0;
}
.sidebar-nav li li a {
  color: #157fc4;
  border-color: transparent;
  padding-left: 40px;
  padding: 3px 10px 3px 40px;
}
.sidebar-nav li li.current,
.sidebar-nav li li.active {
  border-color: #157fc4;
}
.sidebar-nav li.parent > a:after {
  position: relative;
  content: ' ';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0 0 15px;
  border: solid 2px #b5b5b5;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 4px;
  top: -2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidebar-nav li.parent.current > a:after {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.sidebar-info-block {
  color: #1c1c1c;
}
.sidebar-info-block .icon {
  width: 40px;
  margin-top: 15px;
}
.sidebar-info-block .icon-big-phone {
  width: 30px;
  margin-left: 10px;
}
/* ==========================================================================
   PAGE-NAVIGATION */
/* ========================================================================== */
.page-navigation {
  display: inline-block;
}
.page-navigation-wrapper {
  text-align: center;
}
.page-navigation .right-arr,
.page-navigation .left-arr,
.page-navigation .page-navigation-pages a {
  display: inline-block;
  line-height: 30px;
  min-width: 20px;
  text-align: center;
  border-radius: 20px;
  padding: 0 5px;
  color: #1c1c1c;
  box-shadow: none;
}
.page-navigation .right-arr:hover,
.page-navigation .left-arr:hover,
.page-navigation .page-navigation-pages a:hover {
  text-decoration: none;
  color: #157fc4;
}
.page-navigation .right-arr,
.page-navigation .left-arr {
  width: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #828282;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.page-navigation .right-arr:hover,
.page-navigation .left-arr:hover {
  color: #1c1c1c;
}
.page-navigation-pages {
  background: #ffffff;
  color: #828282;
  border-radius: 20px;
  display: inline-block;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.page-navigation-pages a.current {
  padding: 0 9px;
  color: #157fc4;
  box-shadow: inset 0 0 0 1px  #157fc4;
}
.page-navigation-pages a:not(:first-child) {
  margin-left: 3px;
}
.page-navigation-pages a:first-child {
  /* padding: 0 5px 0 12px; */
}
.page-navigation-pages a:last-child {
  /* padding: 0 12px 0 5px; */
}
/* ==========================================================================
   FACULTY-ITEM */
/* ========================================================================== */
.faculty-item {
  margin-top: 30px;
}
.faculty-item:first-child {
  margin-top: 0;
}
.faculty-item h3,
.faculty-item .h3 {
  margin: 0 0 10px 0;
}
.faculty-item .vertical-separator {
  display: inline-block;
  margin: 0 15px;
  opacity: .5;
}
.faculty-item-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faculty-item-links a {
  display: block;
  position: relative;
  background: #ffffff;
  color: #828282;
  border-radius: 5px;
  font: normal 20px/30px "PT Sans", PTsans, Arial, sans-serif;
  color: #157fc4;
  text-decoration: none;
  padding: 10px 30px 10px 15px;
  margin: 10px 0;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faculty-item-links a:hover {
  text-decoration: none;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2) ;
}
.faculty-item-links a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  content: "";
  width: 20px;
  height: 20px;
  background: url('images/all-icons.png') no-repeat -80px -40px;
}
@media screen and (min-resolution: 192dpi) {
  .faculty-item-links a:after {
    background-image: url(images/all-icons@2x.png);
    background-size: 200px 300px;
  }
}
.faculty-item-links-big.faculty-item-links a:after {
  background-position: -100px -60px;
}
.faculty-item-links a .item-date {
  color: #828282;
}
.faculty-item-info {
  margin-bottom: 30px;
}
.faculty-item-box > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faculty-item-box > ul > li {
  background: #ffffff;
  color: #828282;
  border-radius: 5px;
  font: normal 20px/30px "PT Sans", PTsans, Arial, sans-serif;
  color: #157fc4;
  padding: 0;
  margin: 10px 0;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faculty-item-box > ul > li:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2) ;
}
.faculty-item-box > ul > li > a {
  text-decoration: none;
  display: block;
  position: relative;
  font: normal 22px/30px "PT Sans", PTsans, Arial, sans-serif;
  padding: 20px 40px 20px 25px;
  margin: 0 0;
}
.faculty-item-box > ul > li > a small {
  display: inline-block;
  margin-left: 20px;
  color: #828282;
}
.faculty-item-box > ul > li > a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  content: "";
  width: 20px;
  height: 20px;
  background: url('images/all-icons.png') no-repeat -100px -60px;
}
@media screen and (min-resolution: 192dpi) {
  .faculty-item-box > ul > li > a:after {
    background-image: url(images/all-icons@2x.png);
    background-size: 200px 300px;
  }
}
.faculty-item-box > ul > li > a.opened:after {
  background-position: -100px -80px;
}
.faculty-item-box > ul .faculty-item {
  margin: 20px -30px 0;
}
.faculty-item-box-inner {
  display: none;
  padding: 20px 30px 0;
  border-top: solid 1px #ededed;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 20px;
}
.faculty-list-list li {
  margin: 5px 0;
}
.faculty-list-list li:first-child {
  margin-top: 0;
}
.faculty-list-list li:last-child {
  margin-bottom: 0;
}

.rectorate-item h3,
.rectorate-item .h3 {
  margin-top: 0;
}
.rectorate-item h4,
.rectorate-item .h4 {
  font: normal 18px/25px "PT Sans", PTsans, Arial, sans-serif;
}
.rectorate-item h4 a,
.rectorate-item .h4 a {
  color: #1c1c1c;
}

.program-item-box > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.program-item-box > ul > li {
  background: #ffffff;
  color: #828282;
  border-radius: 5px;
  font: normal 20px/30px "PT Sans", PTsans, Arial, sans-serif;
  color: #157fc4;
  padding: 0 30px;
  margin: 30px 0;
}
.program-item-box > ul .program-item {
  margin: 20px -30px 0;
}
.program-item-box-header {
  text-decoration: none;
  display: block;
  position: relative;
  font: normal 22px/30px "PT Sans", PTsans, Arial, sans-serif;
  padding: 20px 0 15px 0;
  border-bottom: solid 1px #ededed;
}
.program-item-box-header small {
  display: inline-block;
  color: #828282;
}
.program-item-box-inner {
  color: #1c1c1c;
  font-size: 16px;
  line-height: 20px;
}
.gos-accreditation-text {
  text-transform: uppercase;
  padding: 8px 0 8px 40px;
  font: bold 16px/24px "PT Sans", PTsans, Arial, sans-serif;
  display: inline;
  color: #1c1c1c;
  position: relative;
}
@media (min-width: 1280px) {
  .gos-accreditation-text {
    display: inline-block;
  }
}
.gos-accreditation-text:after {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 27px 24px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAuCAMAAABQ68okAAAB9VBMVEUAAABHfcNHfcNHfcNHfcNHfMNHfcNHfcNGfMNGfMNHfcNHfcNHfcNHfMNHfMNHfcNHfcNHfMNHfcNHfcNGfMJHfcNGfMJHfMNHfMNHfMNHfcNHfMNGfMNHfMNHfcNGfMNGfMNHfMNHfcNHfcNHfMNGfMJGfMJGfMNGfMJHfcNHfcNHfMNHfcNGfMNHfMNHfcNHfcNHfMNGfMNHfcNHfMNGfMJHfcNHfcNHfMNGfMNHfMNGfMJGfMNHfMNHfcNGfMJHfMNHfMNGfMNHfcNGfMJHfMNHfcNGfMJGfMJHfMNHfcNHfMNGfMNHfcNGfMNGfMNHfcNHfcNHfMNGfMNHfcNHfcNHfcNHfMNGfMJHfcNHfcNHfMNHfMNHfcNHfMNHfcNHfMNHfcNHfcNHfcNHfcNHfcNHfcNHfcNHfMNGfMJHfMNGfMJHfcNHfcNHfMNHfcNHfMNGfMNHfcNGfMNGfMNHfcNHfMNHfcNHfcNHfcNHfcNHfcNHfMNGfMNHfMNHfcNHfMNHfcNHfcNHfcNGfMJHfMNHfMNHfcNHfcNHfcNGfMJGfMNGfMNHfcNHfcNHfMNHfcNHfcNGfMNHfcNHfcNHfcNGfMNGfMNHfMNGfMJHfcNGfMJGfMNHfcNHfcNHfMNGfMJHfcNHfMNHfcNHfMNGfMJGfMPs1rtiAAAAo3RSTlMAD1Q/aRwB/gH84QTaD45g9WXIV/xOCsdv/vzT/kOaEY0JqBzK/bEVPJepB5gusiv6lvmb0VEon/AQSzeRdFYGE+1WXQL3LNf0A/I8fQY26uXoIjwD2dSj+UYkn+ZagvkBHvjjguv7J9IICwMZFcE6QEK29Sq8z5Hv8LENLgigym0J0yDpHqzuChNhU+Z6Ld8wZ+OjzdvO+8Dq4pkCnKIEv79CZ9gmMwAAAhRJREFUeNqV1WNzXlEUhuHdNmmS2kJq27Zt27Zt2+b9POt3dtLMZNq8wTnXaM9ec39dK+X2++ePvEmDbyU0zNl0/2z4lSs5dKGbkb7nac7eVgBfvuZoWrdCgvLG2ZMOG1BgTcjRHOhqQDF4UfZm04MgQMOXZW86lWGANh0yJzPKhSPQ+gGZm0fHJST8tE/m5s46hUCcmZK5uboVQpI6j8vcnLyIQeClmZsnu7Fw4P6lWZttXUII5GbNszYtuwAEsHBEKvCyxuZVt0BCIaYXDHduL3lzq7ApKlEgQGpRMDx83/B2V6rmcWfEX27TNFVz7zwB/tQo/adtO2FJQSxeXb05cde2ZD7cTP9ovwNjBOGWqbrLkoUtx/VrVb+nNgoHgUzvVODhR0IQEnGjOFV6fgkLA6hJj1ToSsdAOGRYtSZVKN5jQkhAu0apJs3fIwcGNLKoYiEeBAtC4J6pZse6YhkHiDFDjpw2KASGZr1SLY6+swWSgI5bqp6438BUq+IXBBCATYDAshmV6rD5NQKDbYdAEGJlg1SX8SsgZEBCBBaovvswbJYgwkCAAXQu1Wf5RASAQ8IO9s9P9VrSSgpAETgCTc10seZJVLLEvkkpi8mjAwQgRFHKpmEZgANgwdqU0ZwyhCEUbXOcuxIjAWPnpuw62ci4fcrjGQL1bZxy2UvA7JRTC2jSNG9UOpRpKbfSQTNTXf4ALSFjLFGk+uwAAAAASUVORK5CYII=');
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 27px;
  height: 24px;
}
.document-link {
  display: inline-block;
}
.document-link:before,
.document-link:after {
  content: " ";
  display: table;
}
.document-link:after {
  clear: both;
}
.document-link .icon {
  float: left;
}
.document-link a {
  display: block;
  overflow: hidden;
}
.links-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.links-list li {
  font-size: 22px;
  color: #157fc4;
  margin: 20px 0;
}
.links-list a {
  text-decoration: none;
  border-bottom: solid 1px transparent;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.links-list a:hover {
  border-bottom-color: inherit;
}
.links-list .has-child > a {
  position: relative;
}
.links-list .has-child > a:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: .3em 0 0 15px;
  border: solid 2px #828282;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.links-list .has-child > a.opened:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: .4em;
  border-color: #157fc4;
}
.links-list .has-child ul {
  display: none;
}
.links-list .has-child li {
  margin: 15px 0;
  padding-left: 20px;
}
.links-list .has-child li a {
  font-size: 16px;
}
.teachers-item {
  color: #1c1c1c;
  line-height: 25px;
}
.teachers-item h2 a,
.teachers-item .h2 a {
  color: #1c1c1c;
  text-decoration: none;
}
.teachers-item h2 a:hover,
.teachers-item .h2 a:hover {
  color: #157fc4;
}
.teacher-info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .teacher-info {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.teacher-info-position {
  color: #1c1c1c;
  font-size: 18px;
  line-height: 22px;
}
.teacher-table {
  margin-top: 37px;
}
.teacher-table td {
  border-top: 0px;
  padding: 12px 18px;
  font-size: 18px;
  line-height: 24px;
}
.teacher-table td:nth-child(2n) {
  color: #1c1c1c;
}
@media (max-width: 768px) {
  .teacher-table td:nth-child(2n) {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .teacher-table td:nth-child(2n+1) {
    padding-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .teacher-table td {
    width: 100%;
  }
}
.teacher-table td p:first-child {
  margin-top: 0;
}
.teacher-table td p:last-child {
  margin-bottom: 0;
}
.teacher-table .col {
  float: none;
}
.teacher-description {
  color: #1c1c1c;
  margin-top: 41px;
  margin-bottom: 10px;
  line-height: 30px;
}
.vertical-filter-box {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding: 10px 0;
}
.vertical-filter-box.first {
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  margin-top: 20px;
}
.vertical-filter-box.active .vertical-filter-header:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 0px;
}
.vertical-filter-box.active .vertical-filter-content {
  display: block;
}
.vertical-filter-header {
  position: relative;
  padding: 5px 15px 5px 0;
  cursor: pointer;
}
.vertical-filter-header:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  display: inline-block;
  width: 4px;
  height: 4px;
  border: solid 2px #ffffff;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.vertical-filter-content {
  margin-top: 15px;
  display: none;
}
.container-footer {
  color: #ffffff;
  background: #003896;
  width: 100%;
  padding: 50px 0;
}
.container-footer a {
  font-size: 14px;
  line-height: 120%;
  color: #8FB5E1;
}
.container-footer a:hover {
  color: #fff;
}
.container-footer .h4 {
  font-size: 18px;
  line-height: 120%;
  color: #F2F2F2;
}

@media (max-width: 767px) {
  .container-footer .h4 {
    font-size: 16px;
    line-height: 120%;
  }
}


.social-network {
  display: inline-block;
  width: 30px;
}
.social-network + .social-network {
  margin-left: 5px;
}

.info-footer [class^="col-"]{
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .info-footer [class^="col-"]{
    margin-bottom: 15px;
  }
}


.footer-menu-content .card-columns {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}
.footer-menu-content .card-columns .card{
  margin-bottom: 30px;
  background-color: inherit;
  background-clip: inherit;
  border: inherit;
  border-radius: inherit;
}
@media (max-width: 768px) {
  .footer-menu-content .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer-menu-content .card-columns .card{
    margin-bottom: 0;
  }
}
.footer-menu-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu-content ul ul {
  display: none;
}
.footer-menu-content ul ul li{
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer-menu-content ul ul {
    display: block;
  }
}
.footer-menu-content h4,
.footer-menu-content .h4 {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .footer-menu-content h4,
  .footer-menu-content .h4 {
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
  }
  .footer-menu-content h4:after,
  .footer-menu-content .h4:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: .5em 0 0 15px;
    border: solid 2px #ffffff;
    border-top: 0;
    border-right: 0;
    border-radius: 0 0 0 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .footer-menu-content h4.opened:after,
  .footer-menu-content .h4.opened:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: .6em;
    border-color: #ffffff;
  }
}
.map-block {
  border-radius: 0 0 4px 4px;
}
.switch-block {
  display: inline-block;
  background: #ffffff;
  border-radius: 15px;
  line-height: 0;
  font-size: 0;
  margin-bottom: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.switch-block-item {
  color: #828282;
  text-decoration: none;
  display: inline-block;
  font: normal 16px/20px "PT Sans", PTsans, Arial, sans-serif;
  padding: 5px 25px;
  border-radius: 15px;
}
.switch-block-item.active {
  color: #157fc4;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px #157fc4;
}
.info-box-close {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  vertical-align: text-top;
  opacity: .7;
}
.info-box-close:hover {
  opacity: 1;
}
.info-box-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -20px 0 0 -10px;
  content: "\00D7";
  font: normal 24px/40px Georgia, serif;
  vertical-align: middle;
}
.schedule-header {
  color: rgba(255, 255, 255, 0.7);
  padding: 30px 0;
  font-size: 14px;
}
.schedule-header h1,
.schedule-header .h1 {
  color: #ffffff;
}
.session-info {
  line-height: 20px;
}
.session-info .h3 {
  line-height: 20px;
}
.session-info:before,
.session-info:after {
  content: " ";
  display: table;
}
.session-info:after {
  clear: both;
}
.week-link {
  color: #ffffff;
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  margin-top: 5px;
}
.week-link:hover {
  color: #ffffff;
}
.week-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('images/all-icons.png') no-repeat -80px 0;
}
@media screen and (min-resolution: 192dpi) {
  .week-link:after {
    background-image: url(images/all-icons@2x.png);
    background-size: 200px 300px;
  }
}
.week-link-prev {
  padding-left: 40px;
}
.week-link-prev:after {
  left: 5px;
}
.week-link-prev:hover:after {
  background-position: -100px 0;
}
.week-link-next {
  padding-right: 40px;
}
.week-link-next:after {
  right: 5px;
  background-position: -80px -20px;
}
.week-link-next:hover:after {
  background-position: -100px -20px;
}
.special-settings {
  display: none;
}
.special-aaVersion-on .special-settings {
  display: flex;
}
.aa-show {
  display: none;
}
.special-aaVersion-on .aa-show {
  display: inline-block;
  float: right;
}
.special-aaVersion-on .aa-hide {
  display: none;
}
ol.unstyled,
ul.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.big-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
ul.big-list li {
  margin: 5px 0;
  font-size: 18px;
  line-height: 25px;
}
.ta-center,
.table th.ta-center,
.table td.ta-center {
  text-align: center;
}
.ta-left,
.table th.ta-left,
.table td.ta-left {
  text-align: left;
}
.ta-right,
.table th.ta-right,
.table td.ta-right {
  text-align: right;
}
.va-bottom,
.table th.va-bottom,
.table td.va-bottom {
  vertical-align: bottom;
}
.va-top,
.table th.va-top,
.table td.va-top {
  vertical-align: top;
}
.va-middle,
.table th.va-middle,
.table td.va-middle {
  vertical-align: middle;
}
.td-n {
  text-decoration: none;
}
.td-u {
  text-decoration: underline;
}
.tt-u {
  text-transform: uppercase;
}
.tt-n {
  text-transform: none;
}
.hide,
.d-n {
  display: none;
}
.show,
.d-b {
  display: block;
}
.inline-block,
.d-ib {
  display: inline-block;
}
.inline,
.d-i {
  display: inline;
}
.invisible,
.vis-h {
  visibility: hidden;
}
.verdana {
  font-family: Verdana, sans-serif;
}
.tahoma {
  font-family: Tahoma, sans-serif;
}
.arial {
  font-family: Arial, sans-serif;
}
.p-r,
.pos-r {
  position: relative;
}
.p-a,
.pos-a {
  position: absolute;
}
.p-f,
.pos-f {
  position: fixed;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.ov-h {
  overflow: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible,
.viz-h {
  visibility: hidden;
}
.p0 {
  padding: 0;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.pt0 {
  padding-top: 0;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pr0 {
  padding-right: 0;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr40 {
  padding-right: 40px;
}
.pb0 {
  padding-bottom: 0;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl0 {
  padding-left: 0;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl40 {
  padding-left: 40px;
}
.m0 {
  margin: 0;
}
.m10 {
  margin: 10px;
}
.m20 {
  margin: 20px;
}
.m30 {
  margin: 30px;
}
.m40 {
  margin: 40px;
}
.m50 {
  margin: 50px;
}
.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mr0 {
  margin-right: 0;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml0 {
  margin-left: 0;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.text-light,
a.text-light {
  color: #828282;
}
.text-dark,
a.text-dark {
  color: #1c1c1c;
}
.text-muted,
a.text-muted {
  color: #cfcfcf;
}
.text-primary,
a.text-primary {
  color: #157fc4;
}
.text-secondary,
a.text-secondary {
  color: #45a3ba;
}
.text-additional,
a.text-additional {
  color: #dcecf6;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
.fz26 {
  font-size: 26px;
}
.fz30 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .mb-fz12 {
    font-size: 12px;
  }
  .mb-fz14 {
    font-size: 14px;
  }
  .mb-fz16 {
    font-size: 16px;
  }
  .mb-fz18 {
    font-size: 18px;
  }
  .mb-fz20 {
    font-size: 20px;
  }
  .mb-fz22 {
    font-size: 22px;
  }
  .mb-fz24 {
    font-size: 24px;
  }
  .mb-fz26 {
    font-size: 26px;
  }
  .mb-fz30 {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tablet-fz12 {
    font-size: 12px;
  }
  .tablet-fz14 {
    font-size: 14px;
  }
  .tablet-fz16 {
    font-size: 16px;
  }
  .tablet-fz18 {
    font-size: 18px;
  }
  .tablet-fz20 {
    font-size: 20px;
  }
  .tablet-fz22 {
    font-size: 22px;
  }
  .tablet-fz24 {
    font-size: 24px;
  }
  .tablet-fz26 {
    font-size: 26px;
  }
  .tablet-fz30 {
    font-size: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .dt-fz12 {
    font-size: 12px;
  }
  .dt-fz14 {
    font-size: 14px;
  }
  .dt-fz16 {
    font-size: 16px;
  }
  .dt-fz18 {
    font-size: 18px;
  }
  .dt-fz20 {
    font-size: 20px;
  }
  .dt-fz22 {
    font-size: 22px;
  }
  .dt-fz24 {
    font-size: 24px;
  }
  .dt-fz26 {
    font-size: 26px;
  }
  .dt-fz30 {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .ld-fz12 {
    font-size: 12px;
  }
  .ld-fz14 {
    font-size: 14px;
  }
  .ld-fz16 {
    font-size: 16px;
  }
  .ld-fz18 {
    font-size: 18px;
  }
  .ld-fz20 {
    font-size: 20px;
  }
  .ld-fz22 {
    font-size: 22px;
  }
  .ld-fz24 {
    font-size: 24px;
  }
  .ld-fz26 {
    font-size: 26px;
  }
  .ld-fz30 {
    font-size: 30px;
  }
}
.alert {
  border: solid 1px #ea5600;
  background: rgba(234, 86, 0, 0.1);
  color: #ea5600;
  padding: 20px;
  border-radius: 5px;
}
.alert-info {
  color: #45a3ba;
  background: rgba(69, 163, 186, 0.2);
  border-color: #45a3ba;
}
.alert-success {
  color: #409990;
  background: rgba(64, 153, 144, 0.2);
  border-color: #409990;
}
.alert-error {
  color: #a42338;
  background: rgba(164, 35, 56, 0.2);
  border-color: #a42338;
}
.alert p:first-child {
  margin-top: 0;
}
.alert p:last-child {
  margin-bottom: 0;
}
.alert font.errortext,
.alert font {
  color: inherit !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clr {
  clear: both;
  height: 0;
  overflow: hidden;
}
.fleft,
.fll,
.fl-l {
  float: left;
}
.fright,
.flr,
.fl-r {
  float: right;
}
img[align="right"] {
  padding: 0 0 20px 20px;
}
img[align="left"] {
  padding: 0 20px 20px 0;
}
img.ta-center,
img[align="center"] {
  display: block;
  margin: 0 auto;
}

.photo-item-cont .photo-item-inner img {
  max-width: none;
}
.form-control-text {
  color: #1C1C1C;
}
.form-control-text h2 {
  margin-top: 0;
}
.form-control-btn {
  text-align: center;
}
.form-act-btn {
  display: inline-block;
  margin: 0 0 0 -5px;
}
.form-control-btn a.btn,
.form-control-btn button.btn,
.form-act-btn button.btn {
  width: 270px;
  padding: 0;
  display: block;
  margin: 50px auto 30px auto;
}
.form-control-btn a.btn:hover {
  text-decoration: none;
}
.form-control-btn a {
  max-width: 497px;
  display: block;
  margin: 0 auto;
  text-decoration: none;
}
.form-control-btn a:hover {
  text-decoration: underline;
}
.form-control-btn {

}
.white-box_authors .form-label {
  text-align: left;
  line-height: 20px;
  padding-bottom: 4px;
}
.white-box_authors b,
.white-box_authors .form-label b {
  margin-top: 22px;
  display: block;
  margin-bottom: 14px;
}
.white-box_authors .form-choise {
  height: 40px;
  border: 1px solid #157FC4;
  display: inline-block;
  border-radius: 2px;
}
.white-box_authors .form-choise a {
  width: 135px;
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background: #DCECF6;
  color: #157FC4;
}
.white-box_authors .form-choise a.active {
  background: white;
  color: #1C1C1C;
}
.white-box_authors .form-choise a:hover {
  background: #157FC4;
  color: white;
}
.white-box_authors .form-choise a:first-child {
  border-right: 1px solid #157FC4;
}
.white-box_authors .del {
  display: none;
  width: auto;
}
.white-box_authors .small-text,
.white-box_authors .small-text p {
  font-size: 14px;
  line-height: normal;
  color: #828282;
}
.white-box_authors .small-text .morelink {
  margin-top: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.white-box_authors .form-headline_mb0 {margin-bottom: 0;}
.white-box_authors p {
  margin-top: 0;
  line-height: 22px;
  font-size: 16px;
  color: #1C1C1C;
}
.white-box_authors b {
  font-weight: 600;
  line-height: normal;
  font-size: 18px;
  color: #1C1C1C;
}
.white-box_authors .complete {display: none;}
#where {display: none;}
.white-box_authors .form-del-author {
  font-weight: 600;
  line-height: 40px;
  font-size: 14px;
  color: #157FC4;
}
.white-box_authors .form-add-author {
  margin: 15px 0;
}
.white-box_authors .form-textarea {
  margin: 20px 0 30px 0;
}
.btn-empty-blue {
  background: #FFFFFF;
  border: 1px solid #157FC4;
  color: #157FC4;
}
.alert-success-form {
  background: #157FC4;
  text-align: center;
  border-radius: 0;
  border: none;
  text-align: center;
  padding: 80px 20px 60px 20px;
}
.alert-success-form .col-10 {
  margin: 0 auto;
}
.alert-success-form p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
  text-align: center;
  color: #FFFFFF;
}
.alert-success-form p b {
  line-height: 39px;
  font-size: 28px;
  color: white;
  font-weight: normal;
  margin-bottom: 38px;
}
.alert-success-form button {
  font-size: 16px;
  color: #157FC4;
  margin-top: 50px;
}
.alert-success-form-title {
  margin-bottom: 38px;
}
.alert-success-form button:hover {
  background: #106196;
}
.added-author {
  display: none;
}
.added-author.show-author {
  display: block;
}
.white-box_authors .filename {
  background: #fff;
  border: 0;
  margin: 20px 0 0px 0;
  padding-left: 35px;
}
.white-box_authors .show-upload {
  display: inline-block;
}
.white-box_authors .delete-upload {
  width: 20px;
  height: 24px;
  background: url(images/all-icons-black.png) no-repeat 1px -100px;
  padding: 0;
  margin: 0px 0 -8px 15px;
  transform: scale(0.65);
  filter: opacity(0.50);
  cursor: pointer;
}
.white-box_authors .delete-upload:hover {
  filter: none;
}
.white-box_authors .form-file-upload {
  position: relative;
  overflow: hidden;
  width: 205px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #157FC4;
  border-radius: 30px;
  color: #157FC4;
  text-align: center;
}
.white-box_authors .form-file-upload:hover {
  background: #DCECF6;
}
.white-box_authors .form-file-upload input[type="file"] {
  display: none;
}
.filename {
  display: none;
  color: #157FC4;
  position: relative;
}
.filename:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 24px;
  display: inline-block;
  top: 0;
  left: 0;
  margin-right: 16px;
  background: url('images/file-upload.png') 0 0 no-repeat;
}
.form-file-upload {
  margin: 30px 0 30px 0;
}
.white-box_authors .form-file-upload label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.white-box_authors .form-file-upload span {
  line-height: 36px;
}
.white-box_authors .patronymic div:not(.form-label) {
  display: inline-block;
}
.white-box_authors .patronymic-label {
  margin-left: 40px;
}
.white-box_authors .form-calendar,
.white-box_authors .form-search {
  position: relative;
}
.white-box_authors .form-calendar input.input-block:hover ~ .icon-calendar,
.white-box_authors .form-search input.input-block:hover ~ .icon-search-black {
  filter: invert(1);
}
.white-box_authors .form-calendar input.input:focus:hover ~ .icon-calendar,
.white-box_authors .form-search input.input:focus:hover ~ .icon-search-black {
  filter: invert(0);
}
.icon-search-black {
  background-image: url(images/all-icons-black.png);
  background-position: 0 -38px;
  background-color: none;
  border: none;
  outline: none;
}
.icon-calendar {
  background-image: url(images/icons/bootstrap-icons/calendar4-week.svg);
  background-size: unset;
}
.icon-close-red {
  background-image: url(images/close-red.png);
  width: 22px;
  height: 22px;
  margin-right: 11px;
  background-size: unset;
}
.white-box_authors .icon-search-black,
.white-box_authors .icon-calendar {
  top: 10px;
  position: absolute;
  right: 10px;
}
.white-box_authors .form-table,
.white-box_authors .form-empty-appeals {
  margin-top: 22px;
}
.white-box_authors .form-table .form-row,
.white-box_authors .form-table .form-caption {
  display: flex;
  margin: 0px 0 -1px 0;
  justify-content: space-between;
}
.white-box_authors .form-table .form-caption b,
.white-box_authors .form-table .form-row span {
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 14px;
}
.white-box_authors .form-table .form-caption {
  background: #F7F7F7;
}
.white-box_authors .form-table .form-caption b {
  margin: 0;
  line-height: 22px;
  font-size: 14px;
  color: #828282;
}
.white-box_authors .form-table .form-caption b:nth-child(1),
.white-box_authors .form-table .form-caption b:nth-child(3),
.white-box_authors .form-table .form-row span:nth-child(1),
.white-box_authors .form-table .form-row span:nth-child(3) {
  width: 404px;
}
.white-box_authors .jq-selectbox li.selected:hover,
.white-box_authors .jq-selectbox li:hover {
  color: #157fc4;
  background: white;
}
.white-box_authors .jq-selectbox__dropdown {
  padding-right: 0;
}
.input-block_statistic {
  max-width: 97px;
  margin-bottom: 16px;
}
.rwd-table,
.rwd-table .rwd-table {
  min-width: 270px;
  width: 100%;
}
.rwd-table .rwd-table tr {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
.rwd-table .rwd-table th {
  display: none;
}
.rwd-table .rwd-table td {
  display: block;
}
.rwd-table .rwd-table td:before {
  content: attr(data-th) " ";
  font-weight: bold;
  display: inline-block;
}
.rwd-table .rwd-table th, .rwd-table .rwd-table td {
  text-align: left;
}
.rwd-table .rwd-table {
  overflow: hidden;
}
.rwd-table .rwd-table tr {
  border-color: #EDEDED;
}
.rwd-table tr {
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
}
.rwd-table th {
  display: none;
  padding: 10px 7px 11px 7px;
}
.rwd-table td {
  display: block;
  padding: 5px 14px;
}
.rwd-table td:first-child {
  padding: 11px 7px 12px 14px;
  background: #F7F7F7;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;

}
.rwd-table tr td {
  font-size: 12px;
}
.rwd-table td:before {
  content: attr(data-th) " ";
  display: inline-block;
}
.rwd-table tr {
  border-color: #EDEDED;

}
.rwd-table th, .rwd-table td:before {
  color: #828282;
  line-height: 16px;
  font-size: 12px;
}
.rwd-table tr td {
  text-align: right;
  font-size: 12px;
}
.rwd-table tr td:before {
  float: left;
}
.rwd-table .table-title, .rwd-table .table-title td, .rwd-table .table-title td:first-child {
  background: #F7F7F7;
  font-weight: bold;
  color: #828282;
}
.main-user-consent-request {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: -20px;
}
.main-user-consent-request input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.main-user-consent-request-announce {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: normal;
  color: #828282;
  float: left;
  padding-left: 23px;
  margin-bottom: 15px;
}
.main-user-consent-request-announce:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 5px 0 -23px;
  vertical-align: middle;
  background: #ffffff;
  cursor: pointer;
  border: solid 1px #d4d4d4;
  border-radius: 2px;
  position: relative;
}
.main-user-consent-request-announce:after {
  display: none;
  content: ' ';
  position: absolute;
  border: solid #157fc4;
  border-width: 0 0 2px 2px;
  height: 4px;
  width: 9px;
  left: 4px;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-user-consent-request input:checked + .main-user-consent-request-announce:after {
  display: block;
}
@media (min-width: 992px) {
  .rwd-table th:first-child {
    padding-left: 14px;
  }
  .rwd-table th {
    background: #F7F7F7;
  }
  .rwd-table td:first-child {
    background: white;
  }
  .rwd-table th,
  .rwd-table td {
    border: 1px solid #EDEDED;
  }
  .rwd-table .rwd-table td:before,
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th, .rwd-table td {
    display: table-cell;
    line-height: 22px;
    font-size: 12px;
    vertical-align: top;
    padding: 10px 7px 11px 7px;
  }
  .rwd-table th {
    line-height: 16px;
  }
  .rwd-table th {
    text-align: left;
  }
  .rwd-table td {
    text-align: right;
  }
  .rwd-table tr td:first-child {
    font-size: 14px;
    text-align: left;
    width: 313px;
  }
}
@media (max-width: 991px) {
  .rwd-table tr td {
    padding-right: 53px;
  }
  .rwd-table tr td:nth-child(2) {
    padding-top: 11px;
  }
  .rwd-table tr td:last-child {
    padding-bottom: 11px;
    border-bottom: 1px solid #EDEDED;
  }
}
@media screen and (max-width: 1280px) {

  .white-box_authors .patronymic-label {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .main-user-consent-request {
    margin-left: -15px;
  }
}
@media screen and (max-width: 1000px) {
  .form-act-btn button.btn {
    margin: 5px auto 15px auto;
    width: 250px;
  }
  .white-box_authors .form-table .form-caption {
    display: none;
  }
  .white-box_authors .form-table .form-row span:nth-child(1),
  .white-box_authors .form-table .form-row span:nth-child(3) {
    width: auto;
  }
  .white-box_authors .form-table .form-row {
    display: block;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    padding: 11px 14px;
    position: relative;
  }
  .white-box_authors .form-table .form-row span {
    border: 0;
    padding: 0;
  }
  .white-box_authors .form-table .form-row span:nth-child(3) {
    position: absolute;
    right: 14px;
    top: 11px;
  }
  .icon-close-red {
    float: left;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .white-box_authors.padding-box {
    padding: 20px;
  }
  .white-box_authors .patronymic-label {
    font-size: 14px;
    margin-left: 0px;
  }
  .checkbox + label.patronymic-label > span {
    margin-right: 2px;
  }
  .main-user-consent-request {
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .white-box_authors .patronymic-label {
    margin-left: 0px;
    margin-top: 10px;
    font-size: 16px;
  }
  .white-box_authors .form-choise a {
    width: 132px;
  }
  .white-box_authors .form-add-author {
    font-size: 14px;
  }
  .input-block_statistic {
    margin-bottom: 14px;
  }
  .main-user-consent-request {
    margin-left: -5px;
  }
}

.studrow {
  display: flex;
  width: 100%;
}

.studitem {
  background-position: center;
  background-size: cover;
  height: 300px;
  width: 100%;
}

.studitem .hovstud {
  width: 100%;
  height: 100%;
  background: rgba(0, 56, 150, 0.44);
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
  display: inline-grid;
  align-items: center;
  opacity: 0;
  transition: opacity linear 0.5s;
}

.studitem .hovstud:hover {
  opacity: 1;
  transition: opacity linear 0.5s;
}

@media (max-width: 1199px) {
  .studitem .hovstud {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .studitem .hovstud {
    font-size: 24px;
    line-height: 28px;
  }
}

.block-campus-link {
  position: relative;
}

.block-campus-link a > img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0.3;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.block-campus-link span {
  width: fit-content;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .block-campus-link span {
    font-size: 16px;
    line-height: 17px;
  }
}

.block-campus-link a > img:hover, .block-campus-link a:hover > img:not(:hover){
  opacity: 0.5;
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}

.block-campus-link span:hover {
  color: #fff;
}

.title-h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-h2 h2{
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  color: #003896;
  margin-bottom: 0;
}

.title-h2 h3{
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #003896;
  margin-bottom: 0;
}

.title-h2 h4,
.add-title {
  font-size: 24px;
  line-height: 29px;
  color: #003896;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .title-h2 h2{
    font-size: 24px;
    line-height: 28px;
  }
  .title-h2 h3{
    font-size: 18px;
    line-height: 22px;
  }
  .title-h2 h4,
  .add-title {
    font-size: 16px;
    line-height: 20px;
    color: #003896;
  }
}

.add-mute {color: #003896;}

.event-date {
  font-weight: bold;
}

.card-img-event img, .main-img-event img {width: 190px;}

.gallery {
  padding-left: 0;
  padding-right: 0;
}

.btn-attention {
  display: flex;
  padding: 10px 40px;
  background: #EA2A2A;
  color: #fff;
  font-size: 22px;
  line-height: 120%;
}

.btn-attention:hover{
  color: #fff;
  text-decoration: none;
}

.org [class*="col"] h3{
  color: #8FB5E1;
  text-transform: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.org [class*="col"] h4{
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.org [class*="col"] {
  margin-top: 15px;
  margin-bottom: 15px;
}

.org-sub {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #8FB5E1;
}

@media (max-width: 767px) {
  .org [class*="col"] h3{
    font-size: 18px;
    line-height: 22px;
  }

  .org [class*="col"] h4{
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .container-fluid > .org {
    padding-left: 0;
    padding-right: 0;
  }
}

.terr .card{
  border-radius: 0;
  color: #000;
}

.terr .card .card-text:hover,
.terr .card .card-title:hover,
.terr .card:hover {
  text-decoration: none;
}

.terr .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.terr .card .card-title{
  font-weight: bold;
}

.terr [class*="col"] {
  margin-bottom: 30px;
}

.terr .card-img, .terr .card-img-top{
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.terr .card-body {
  border-radius: none;
  border-left: 3px solid #8FB5E1;
}

.mission-quote {
  background-color: #E6EEF7;
}

.mission-quote .quote {
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
  font-size: 28px;
  line-height: 39px;
}

.mission-quote .com-start {
  font-weight: bold;
  font-size: 72px;
  line-height: 0px;
  color: #003896;
}

.mission-quote .com-end {
  font-weight: bold;
  font-size: 72px;
  line-height: 100px;
  color: #003896;
}

.note {
  padding: 15px 35px;
  background-color: #E6EEF6;
  position: relative;
}

.note p {
  margin-bottom: 0;
}

.note::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #8FB5E1;
}

.contact-card {margin-bottom: 30px;}

.contact-card .head-cont-card {
  padding: 5px 30px;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  background-color: #8FB5E1;
}

.contact-card .body-cont-card {
  border: 2px solid transparent;
  background-color: #fff;
}

.bg-none {
  background-color: #fff0 !important;
}

.contact-card .body-cont-card:hover {
  border: 2px solid #8FB5E1;
}

.contact-card .body-cont-card .info, .contact-card .body-cont-card .description {
  padding: 15px;
}

.contact-card .body-cont-card .info .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #003896;
}

.contact-card .body-cont-card .info .subtitle {
  color: #003896;
}

.contact-card .body-cont-card .info .cont-card-img {
  max-width: 156px;
  max-height: 207px;
  width: 156px;
  height: 207px;
  margin-right: 15px;
  background-color: #C4C4C4;
}
.bg-none .cont-card-img{background-color: #ffffff00 !important;}
.simple-cont-card .body-cont-card .info .cont-card-img {
  max-width: 113px;
  max-height: 150px;
  height: 113px;
  height: 150px;
}

.simple-cont-card .body-cont-card .info .subtitle{
  font-size: 18px;
  color: #000;
}

.accordion .card {
  margin-bottom: 30px;
  border-radius: 0;
  border: none;
}

.accordion .card:last-child {
  margin-bottom: 0;
}

.accordion .card .card-header.white {
  background-color: #fff;
  color: #003896;
  font-weight: 600;
  font-size: 18px;
}
.accordion .card .card-header.white {
  padding: 8px 15px;
}
.accordion .card .card-header {
  padding: 8px 30px 8px 15px;
  color: #FFF;
  background-color: #8FB5E1;
  font-size: 24px;
  line-height: 29px;
}

.accordion .card .card-body {
  padding: 15px 50px;
  font-family: Arial, Helvetica !important;
  font-size: 13pt;
}

.accordion-countries .card .card-header {
  padding: 5px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion .card .card-header:after {
  content: "\f077";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  float: right;        /* adjust as needed */
  color: white;         /* adjust as needed */
}
.accordion-white .card .card-header:after {
  content: "\f077";
}
.accordion .card .card-header.white:after{
  color: #003896;
}

@media (max-width: 1199px) {
  .accordion .card .card-header {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .contact-card .body-cont-card .info .cont-card-img {
    margin-bottom: 15px;
  }

  .accordion .card .card-header {
    font-size: 18px;
  }

  .accordion .card .card-body {
    padding: 15px 15px;
  }

  .accordion .card {
    margin-bottom: 15px;
  }
}

.accordion .card .collapsed:after {
  content: "\f078";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
}

.accordion-countries .card .card-body {
  padding: 0;
}

.accordion-countries .card .card-body .title .flag {
  margin-right: 15px;
  height: 61px;
  width: 95px;
}

/* ACCORD CLEAR
_______________________________________*/

.acc-clear .card .card-header {
  color: #003896;
  background-color: transparent;
  padding: 15px 0px;
  font-size: 32px;
  font-weight: bold;
}

.acc-clear .card{
  background-color: transparent;
}

.acc-clear .card .card-body {
  padding: 15px 0px;
  background-color: transparent;
}

.acc-clear .card .card-header:after{
	color: #003896;
	float: inherit;
	font-weight: 600;
  font-size: 1.5rem;
}

/* TITLE
___________________________________________*/

.infobox {
  padding:
}

.title-img {
  position: relative;
  height: 520px;
}

.title-img .title{
  position: absolute;
  bottom: 0;
  left: 0;
}

.title-img .title .img-title{
  background-color: #C4C4C4;
  max-height: 600px;
}

.title-img .title h2{
  display: table;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  background-color: #003896;
  padding: 10px 20px;
  margin-bottom: 0;
  margin-top: 0.5rem;
}

@media (max-width: 1199px) {
  .title-img .title h2{
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .title-img .title h2{
    font-size: 18px;
    line-height: 24px;
  }

  .title-img {
    height: 170px;
  }
}

@media (max-width: 575px) {
  .container > .title-img {
    margin-left: -15px;
    margin-right: -15px;
  }
}


.clr-main {
  color: #003896;
}
.clr-second {
  color: #8FB5E1;
}
.clr-paleblue {
  color: #E6EEF6;
}

.bg-main {
  background-color: #003896;
}
.content-block .bg-second,
.bg-second {
  background-color: #8FB5E1;
}
.content-block .bg-paleblue,
.bg-paleblue {
  background-color: #E6EEF6;
}

.content-block .bg-paleblue p,
.content-block .bg-second p{
  color: #fff;
}

/*List*/
.list-square {
  list-style: square;
  padding: 0;
  margin: 0;
  text-align-last: left;
}

.list-square li {
  margin-left: 17px;
}

.list-square li::marker {
  margin-left: 17px;
  color: #8FB5E1;
}

.list-square li p{
  margin-left: 15px;
  color: #000;
}

.accordion .card .card-body ul,
.content-block ul {
  list-style: square;
  padding: 0;
  margin: 0;
  text-align-last: left;
}

.accordion .card .card-body ul li,
.content-block ul li {
  margin-left: 17px;
}

.accordion .card .card-body ul li::marker,
.content-block ul li::marker {
  margin-left: 17px;
  color: #8FB5E1;
}

.accordion .card .card-body ul li p,
.content-block ul li p{
  margin-left: 15px;
  color: #000;
}


.inst-list .btn-inst-list {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  padding: 15px 20px;
  border-width: 0 3px 0 3px;
  border-style: solid;
}

.inst-list .btn-inst-list .title{
  color: #003896;
  display: -webkit-box;
  align-items: center;
  width: 80%;
  -webkit-box-align: center;
}

.inst-list .btn-inst-list .title i{
  margin-right: 15px;
  width: 40px;
  height: 40px;
}

.inst-list .btn-inst-list:hover{
  border-top-width: 3px;
  border-bottom-width: 3px;
  padding: 12px 20px;
  text-decoration: none;
}

@media (max-width: 767px) {
  .inst-list .btn-inst-list {
    margin-bottom: 15px;
  }
}
/* NEWS */
.tab-news {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  padding: 0 15px;
  margin: 0 0 30px 0;
  list-style: none;
  width: 100%;
}

.tab-news .tab-news-item {
  flex-grow: 1;
  margin: 0;
  text-align: center;
}

.tab-news .tab-news-item a{
  color: #003896;
  background: #FFF;
  display: block;
  padding: 5px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  text-decoration: none;
  border-bottom: 3px solid #8FB5E1;
}

.tab-news .tab-news-item a:hover{
  border-bottom-color: #003896;
}

.tab-news .tab-news-item .active{
  color: #FFF;
  background: #8FB5E1;
}

.news-cat {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  padding: 0 10px;
  margin: -5px 0;
  list-style: none;
}

.news-cat .news-cat-item {
  margin: 5px 5px;
}

.news-cat .news-cat-item a{
  display: block;
  padding: 0 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 35px;
}

@media (max-width: 1199px) {
  .news-cat .news-cat-item a{
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .news-cat .news-cat-item a{
    font-size: 14px;
    line-height: 25px;
  }

  .tab-news .tab-news-item a{
    font-size: 18px;
    line-height: 30px;
  }

  .tab-news {
    flex-flow: row wrap;
  }
}

.news-cat .news-cat-item .select{
  color: #fff;
}

.edu-cat{
  color: #002B83;
  background-color: #E6EEF6;
}

.news-cat .news-cat-item a:hover {
  text-decoration: none;
}

.large-title-photo {
  background-position: center;
  background-size: cover;
  min-height: 600px;
  height: 100%;
}

.large-title-photo .title{
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 15px;
}

.large-title-photo .title h1{
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  padding: 15px 30px;
  margin: 10px 0 0;
  background: #003896b8;
  color: #FFFFFF;
  display: table;
}


.edulist {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0 0 30px 0;
  margin: 0;
  list-style: none;
  color: #303030;
}

.edulist b a{
  color: #000;
}

.edulist span{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #303030;
}

.edulist h5{
  color: #002B83;
}

.edulist li:first-child{
  margin-left: 0;
}

.edulist li:last-child{
  margin-right: 0;
}

.edulist li{
  margin: 0 13px;
}

.exams-title {
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}

.dark-bg .exams-title {
  color: #fff;
}

.base-info {
  font-size: 16px;
  padding: 15px 50px 0;
  margin: 0 0 -15px 0;
  background-color: #fff;
}

.footer-edu {
  font-size: 16px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  min-height: 123px;
  padding: 15px 50px;
  background-color: #E6EEF6;
}

.footer-edu .edulist{
  text-align: center;
  margin: 0;
  padding: 0;
  flex-flow: wrap;
}

.footer-edu .edulist li strong{
  font-size: 20px;
  line-height: 160%;
  font-weight: 400;
}

.footer-edu .edulist li p{
  padding: 0;
  margin: 0;
}

.dark-bg .edulist li strong, .dark-bg .edulist li span{
  color: #fff;
}

.footer-edu .row > div:last-child{
  margin-top: 15px;
}

.footer-edu div > a{
  text-decoration: none;
  text-align: center;
  color: #003896;
  display: block;
  background: #fff;
  padding: 5px 10px;
}

.footer-edu a{
  color: #002B83;
}
.footer-edu a:hover{
  color: #002B83;
  text-decoration: none;
}

.footer-edu .exams {
  flex-direction: column;
  text-align: inherit;
}

.footer-edu .exams li {
  margin: 0;
  display: flex;
  align-items: center;
}

.footer-edu .exams li {
  margin: 0;
  display: flex;
  align-items: center;
}

.footer-edu .exams li .exam-item a {
  text-align: inherit;
}

.detail-footer .edulist li strong, .detail-footer .edulist li span{
  color: #fff;
}

@media (max-width: 991px) {
  .footer-edu {
    flex-flow: column;
  }
}

@media (max-width: 767px) {
  .footer-edu > div:not(:first-child){
    margin-top: 15px;
  }

  .edulist {
    flex-flow: wrap;
    padding: 0 0 15px;
  }

  .edulist li {
    margin: 0 15px 5px 0;
    flex-grow: 1;
  }

  .footer-edu {
    align-items: baseline;
  }

  .footer-edu .edulist{
    flex-flow: column;
  }

  .footer-edu .exams li{
    justify-content: space-between;
  }

  .footer-edu .edulist li{
    display: flex;
  }

  .footer-edu .edulist li .exam-item{
    text-align: left;
    max-width: inherit;
  }

  .footer-edu .edulist li strong {
    font-size: 18px;
  }
}

.content-block {
  padding: 30px 50px;
  background-color: #fff;
}

.content-block p:last-child{
  margin-bottom: 0px;
}


.blue-block {
  color: #fff;
  background-color: #8FB5E1;
}

.blue-block a{
  color: #003896;
}

@media (max-width: 575px) {
  .edulist {
    flex-flow: column;
  }

  .base-info {
    padding: 15px 15px 0;
  }

  .footer-edu {
    padding: 15px 15px;
  }
  .content-block {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.calendar__input, .calendar__input_ {
  display: none;
}

.calendar__marks {
  padding: 15px 0;
}

.calendar__mark {
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
  position: relative;
  margin-right: 10px;
}

.calendar__mark:before {
  content: '';
  width: 15px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.calendar__mark--available:before {
  background-color: #4fb6f5;
}

.calendar__mark--full:before {
  background-color: #feb900;
}

.calendar__days {
  padding: 15px 0;
}

/* COLOR */

.accordion .card .card-header.cat-all, .cat-all, .cat-all::after {background: #6CB0C6;}
.accordion .card .card-header.cat-ach, .cat-ach, .cat-ach::after {background: #dc6869;}
.accordion .card .card-header.cat-cul, .cat-cul, .cat-cul::after {background: #6CB0C6;}
.accordion .card .card-header.cat-med, .cat-med, .cat-med::after {background: #1B4C85;}
.accordion .card .card-header.cat-sci, .cat-sci, .cat-sci::after {background: #40A08A;}
.accordion .card .card-header.cat-int, .cat-int, .cat-int::after {background: #a16f9d;}
.accordion .card .card-header.cat-edu, .cat-edu, .cat-edu::after {background: #6263AA;}
.accordion .card .card-header.cat-par, .cat-par, .cat-par::after {background: #5f7fd1;}
.accordion .card .card-header.cat-spo, .cat-spo, .cat-spo::after {background: #D3B123;}
.accordion .card .card-header.cat-stu, .cat-stu, .cat-stu::after {background: #e09f5f;}
.accordion .card .card-header.cat-year, .cat-year, .cat-year::after {background: #aa9844;}


.clr--imus {color: #d70b4b!important;}/* Институт музыки, театра и хореографии */
.clr--iped {color: #b8d1d9!important;}/* Институт педагогики */
.clr--idef {color: #9999cc!important;}/* Институт дефектологического  образования и реабилитации */
.clr--iit {color: #6263aa!important;}/* Институт информационных технологий и технологического образования */
.clr--ichood {color: #df4993!important;}/* Институт детства */
.clr--iforlang {color: #2087a5!important;}/* Институт иностранных языков */
.clr--isport {color: #d3b123!important;}/* Институт физической  культуры и спорта */
.clr--ipsi {color: #af3580!important;}/* Институт психологии */
.clr--inorth {color: #dc5c13!important;}/* Институт народов севера */
.clr--iphyhum {color: #783c68!important;}/* Институт философии человека */
.clr--iiphy {color: #a4a19f!important;}/* Исследовательский  институт физики */
.clr--iiped {color: #a4a19f!important;}/* Исследовательский институт  педагогических проблем в образовании */
.clr--ipost {color: #a4a19f!important;}/* Институт постдипломного  образования */
.clr--ieast {color: #48c381!important;}/* Институт востоковедения */
.clr--feconom {color: #f5a53a!important;} /* Факультет экономики и управления */
.clr--fart {color: #c3171f!important;} /* Факультет художественного образования */
.clr--fslife {color: #127834!important;} /* Факультет безопасности  жизнедеятельности */
.clr--fgeo {color: #298b72!important;} /* Факультет географии */
.clr--fhistory {color: #a4183e!important;} /* Факультет истории  и социальных наук  */
.clr--ffilo {color: #95b8d2!important;} /* Филологический факультет */
.clr--flaw {color: #1b4c85!important;} /* Юридический факультет */
.clr--frulang {color: #c61d1a!important;} /* Факультет русского языка  как иностранного */
.clr--fbio {color: #9dc21e!important;} /* Факультет биологии */
.clr--fmath {color: #2ca137!important;} /* Факультет математики */
.clr--fphy {color: #6b2b86!important;} /* Факультет физики */
.clr--fchem {color: #e43735!important;} /* Факультет химии */

.ifa{
  display: flex;
  width: 45px;
  height: 44px;
}

.fbio_fi_i{
  background: url("iaf_icons/fbio_fi_icon.svg") center center/contain no-repeat;
}

.fchem_fi_i{
  background: url("iaf_icons/fchem_fi_icon.svg") center center/contain no-repeat;
}

.feco_fi_i{
  background: url("iaf_icons/feco_fi_icon.svg") center center/contain no-repeat;
}

.ffilo_i{
  background: url("iaf_icons/ffilo_icon.svg") center center/contain no-repeat;
}

.fgeo_fi_i{
  background: url("iaf_icons/fgeo_fi_icon.svg") center center/contain no-repeat;
}

.fhis_fi_i{
  background: url("iaf_icons/fhis_fi_icon.svg") center center/contain no-repeat;
}

.fizo_fi_i{
  background: url("iaf_icons/fizo_fi_icon.svg") center center/contain no-repeat;
}

.flaw_fi_i{
  background: url("iaf_icons/flaw_fi_icon.svg") center center/contain no-repeat;
}

.flife_i{
  background: url("iaf_icons/flife_icon.svg") center center/contain no-repeat;
}

.fmath_fi_i{
  background: url("iaf_icons/fmath_fi_icon.svg") center center/contain no-repeat;
}

.fphi_fi_i{
  background: url("iaf_icons/fphi_fi_icon.svg") center center/contain no-repeat;
}

.frus_fi_i{
  background: url("iaf_icons/frus_fi_icon.svg") center center/contain no-repeat;
}

.ichild_fi_i{
  background: url("iaf_icons/ichild_fi_icon.svg") center center/contain no-repeat;
}

.idef_fi_i{
  background: url("iaf_icons/idef_fi_icon.svg") center center/contain no-repeat;
}

.ieast_fi_i{
  background: url("iaf_icons/ieast_fi_icon.svg") center center/contain no-repeat;
}

.iflang_fi_i{
  background: url("iaf_icons/iflang_fi_icon.svg") center center/contain no-repeat;
}

.iit_fi_i{
  background: url("iaf_icons/iit_fi_icon.svg") center center/contain no-repeat;
}

.imus_fi_i{
  background: url("iaf_icons/imus_fi_icon.svg") center center/contain no-repeat;
}

.inotrh_fi_i{
  background: url("iaf_icons/inotrh_fi_icon.svg") center center/contain no-repeat;
}

.iped_i{
  background: url("iaf_icons/iped_icon.svg") center center/contain no-repeat;
}

.iph_fi_i{
  background: url("iaf_icons/iph_fi_icon.svg") center center/contain no-repeat;
}

.iphi_i{
  background: url("iaf_icons/iphi_icon.svg") center center/contain no-repeat;
}

.ipost_fi_i{
  background: url("iaf_icons/ipost_fi_icon.svg") center center/contain no-repeat;
}

.iproblem_fi_i{
  background: url("iaf_icons/iproblem_fi_icon.svg") center center/contain no-repeat;
}

.ipsy_fi_i{
  background: url("iaf_icons/ipsy_fi_icon.svg") center center/contain no-repeat;
}

.isport_fi_i{
  background: url("iaf_icons/isport_fi_icon.svg") center center/contain no-repeat;
}
/* Circle progressbar */
.advantage-prog{
  padding-top: 100px;
  padding-bottom: 100px;
  color: #002B83;
}

.advantage-prog h1{
  font-size: 100px;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 0;
}

.advantage-prog h5{
  line-height: 100%;
}

.progress-circle {
  position: relative;
  padding: 0;
  min-width: 200px;
  min-height: 200px;
  width: 200px;
  height: 200px;
  background-color: #8FB5E1;
  border-radius: 50%;
}

.progress-circle:after{
  border: none;
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 90%;
  height: 90%;
  background-color: #e6eef6;
  content: " ";
}

.progress-circle h2 {
  font-size: 48px;
  line-height: 100%;
  width: 100%;
  font-weight: bold;
  position: absolute;
  text-align: center;
  display: block;
  z-index: 2;
  top: calc(50% - 24px);
  margin-bottom: 0;
}

.left-half-clipper {
 border-radius: 50%;
 width: 100%;
 height: 100%;
 position: absolute;
 clip: rect(auto,auto,auto,auto);
}

.value-bar {
  position: absolute;
  clip: rect(0, 100px, 200px, 0);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #003896;
  box-sizing: border-box;
  transform: rotate(310deg);
}

.progress-circle .first50-bar {
  position: absolute;
  clip: rect(0, 200px, 200px, 100px);
  background-color: #003896;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

#line-advantage {
  width: 133px;
  margin: 10px;
}

#humans-advantage {
  width: 325px;
}

.flatpickr-calendar .event-count {
  position: absolute;
  justify-content: center;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 3px;
  display: flex;
  flex-wrap: wrap;
}

.flatpickr-calendar .event-count .event {
  width: 3px;
  height: 3px;
  display: block;
  content: " ";
  background: #3d8eb9;
  margin: 0 1px 2px 1px;
}
.flatpickr-calendar .event.busy {
  background: #f64747;
}
.flatpickr-days {
  overflow: inherit!important;
}
.flatpickr-innerContainer {
  overflow: inherit!important;
}
.flatpickr-calendar ul.day-events {
  right: 0;
  top: 38px;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  padding: 9px 0;
  background: #fff;
  box-shadow: 0px 2px 10px #999;
  list-style: none;
  max-width: 300px;
  z-index: 999;
  position: absolute;
  margin: 0;
  display: none;
}
.flatpickr-calendar .day-events a {
  display: block;
  padding: 3px 10px 3px 5px;
  width: 300px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  color: #002B83;
}
.flatpickr-calendar .day-events a:hover {
  border: none;
  background-color: #eee;
  background-image: none;
  color: #002B83;
  text-decoration: none;
}
.flatpickr-day:hover .day-events {
  display: block;
}

.row-flex {
  display: flex;
  flex-flow: row wrap;
}

.header-h1 {
  text-align: center;
  margin-bottom: .5rem;
}
.header-h1 h1 {
  background: #003896;
  margin-bottom: 0;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #fff;
}

.header-test {
  font-weight: 300;
  margin: 0;
  color: #fff;
  display: inline-block;
  padding: 7.5px 30px;
  min-height: 44px;
  background-color: #003896;
}

.header-hr {
  border: none;
  border-radius: 3px;
  height: 5px;
  background-color: #003896;
  margin: 0;
}

.full-btn {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  background: #8FB5E1;
  text-align: center;
  padding: 11px;
}

.full-btn:hover {
  background: #6393ca
}

.full-btn-arrow {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  background: #8FB5E1;
}

a > .full-btn-arrow {
  margin: 0;
}

a > .full-btn-large {
  height: calc(100% - 92px);
}

.full-btn-arrow .text{
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  background: #8FB5E1;
  text-align: left;
  padding: 10px 0px 10px 30px;
}

.full-btn-arrow .arrow-box{
  width: 44px;
  display: block;
  background: #003896;
}

.full-btn-arrow .arrow-box .arrow{
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  margin: 13px 9px;
}

.btn-icon-white {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  color: none;
  background-color: #8FB5E1;
  font-size: 24px;
  justify-content: space-between;
}

.list-counter-circle {
  list-style: none;
  counter-reset: list;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.list-counter-circle>li {
  position: relative;
  display: block;
  height: 2rem;
  line-height: 2rem;
  margin-left: 1.75rem;
  margin-bottom: .25rem;
  padding-left: 1rem;
  padding-right: .5rem;
  color: #254896;
  background: none;
  white-space: nowrap;
  border-radius: .25rem
}
.list-counter-circle>li:last-child {
  margin-bottom: 0;
}
.list-counter-circle>li::before {
  content: counter(list);
  counter-increment: list;
  position: absolute;
  left: -2rem;
  top: -.25rem;
  bottom: -.25rem;
  width: 2.5rem;
  line-height: 2rem;
  border-radius: 1.25rem;
  border: .25rem solid none;
  text-align: center;
  color: #fff;
  background:#7DA4D6;
}

.blue-box {
  background: #8FB5E1;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
}
.alternate-block .alternate-box {display: flex;}
.alternate-block .date {
  text-align: left;
  min-width: 180px;
  padding: 30px 0px;
  border-right: 8px solid #8FB5E1;
  width: 20%
}
.alternate-block .date > div {
  width: fit-content;
  font-weight: bold;
  font-size: 42px;
  line-height: 53px;
  text-align: center;
  color: #003896;
}
.alternate-block .info {
  padding: 30px 0 30px 54px;
  width: 80%;
}
.alternate-block strong {
  font-size: 24px;
  line-height: 29px;
  color: #003896;
  padding-bottom: 20px;
}
.alternate-block .info img {
  max-height: 380px;
  min-width: 550px;
  width: 100%;
  vertical-align: inherit;
}
.alternate-block .info p {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 0 50px 0 0;
}
.alternate-block:nth-child(odd) {background: none;}
.alternate-block:nth-child(even) {
  background: #f3f4f6;
}
.alternate-list {
  overflow: hidden;
}
.content {
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.content:before,
.content:after {
  content: " ";
  display: table;
}
.content:after {
  clear: both;
}
.alternate-block2 .alternate-box2 {
  display: flex;
}
.alternate-block2 .date2 {
  text-align: left;
  min-width: 120px;
  padding: 30px 0px;
  border-right: 8px solid #8FB5E1;
  width: 30%
}
.alternate-block2 .date2 > div {
  width: fit-content;
  font-weight: bold;
  font-size: 18px;
  /*line-height: 53px;*/
  text-align: center;
  color: #003896;
}
.alternate-block2 .info2 {
  padding: 30px 0 30px 54px;
  width: 80%;
}
.alternate-block2 strong {
  font-size: 18px;
  font-weight: bold;
  line-height: 29px;
  color: #003896;
  padding-bottom: 20px;
}
.alternate-block2 .info2 img {
  max-height: 60px;
  min-width: 60px;
  width: 100%;
  vertical-align: inherit;
}
.alternate-block2 .info2 p {
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 0 10px 0 0;
}
.alternate-block2:nth-child(odd) {
 backgroung:none;
}
.alternate-block2:nth-child(even) {
  background: #f3f4f6;
}
.alternate-list2 {overflow: hidden;}
.content2 {
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.content2:before,
.content2:after {
  content: " ";
  display: table;
}
.content2:after {clear: both;}
.regulations-univer li {
  list-style: none;
  background: url(images/checked.svg) no-repeat left top;
  padding-left: 50px;
  background-size: 30px;
  margin-bottom: 20px;
  min-height: 30px;
}
.regulations-univer .text{
  color: #000;
}
.regulations-univer ul{
  padding: 0;
}
.nonregulations-univer li {
  list-style: none;
  background: url(/upload/medialibrary/e63/non.svg) no-repeat left top;
  padding-left: 50px;
  background-size: 30px;
  margin-bottom: 20px;
  min-height: 30px;
}
.regulations-univer .text{
  color: #000;
}
.regulations-univer ul, .nonregulations-univer ul{
  padding: 0;
}
.cup-univer li {
  list-style: none;
  background: url(/upload/medialibrary/341/cup.svg) no-repeat left top;
  padding-left: 50px;
  background-size: 30px;
  margin-bottom: 20px;
  min-height: 30px;
}
.regulations-univer .text{
  color: #000;
}
.regulations-univer ul, .cup-univer ul{
  padding: 0;
}
.myvideo {
  position:relative;
  padding: 0 0 56.25% 0;
  height:0;
  overflow:hidden;
}
.myvideo iframe,.myvideo object,.myvideo embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.inline-link-3 {
  display: inline-block;
  position: relative;
  padding-left: 6px;
  text-decoration: none;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(255,255,255,0.9);
}
.inline-link-3:hover {color: #3C9CE7;}
.inline-link-3:before {
  content: "\25BA";
  font-size: 80%;
  display: inline-block;
  padding-right: 3px;
  pointer-events: none;
}
.inline-link-3:hover:before {
  color: #FFFFFF;
}
.btn-icon-white {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  color: #003896;
  background-color: #ffffff;
  font-size: 24px;
  justify-content: space-between;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #284694 #284694 #284694 #284694;
}
.bg-deepblue {background-color: #5E88D1;}
.contact-card2 .body-cont-card2 {
  border: 2px solid transparent;
  background-color: none;
}
.subject__item {
  position: relative;
  padding: 0.5rem 0;
}
.subject__checkbox-input[type='checkbox'] {
  visibility: hidden;
  position: absolute;
  top: 2px;
  left: 2px;
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.subject__label {
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: start;
  align-items: center;
  cursor: pointer;
  position: relative;
  /*color: #003896;*/
  font-size: 1rem;
  margin-bottom: 0;
}
.subject__check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  border-radius: 2px;
  background: #E9ECEF;
  margin-right: 0.5rem;
  -ms-flex: 0 0 1rem;
  flex: 0 0 1rem;
}
.subject__check::after {
  content: '';
  width: 10px;
  height: 5px;
  border-left: 2px solid #003896;
  border-bottom: 2px solid #003896;
  opacity: 0;
  -webkit-transform: translateY(-25%) rotate(-45deg);
  transform: translateY(-25%) rotate(-45deg);
}
.subject__checkbox-input:checked+.subject__label .subject__check::after {opacity: 1;}
.calculator__panel-section {
  margin-bottom: 1rem;
}
.calculator__panel-heading {
  margin-bottom: 1rem;
}
.calculator__panel-filter-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calculator__panel-filter-btn {
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  background: #e9ecef;
  color: #425665;
  border-radius: 0.125rem;
  text-decoration: none;
}

.calculator__panel-filter-btn:hover {
  color: #8FB5E1;
  text-decoration: none;
}

.calculator__panel-filter-btn.active {
  background: #003896;
  color: #fff;
  text-decoration: none;
}

.form-col {
  display: flex;
  flex-wrap: wrap;
}

.list-edu-prog {
  margin-top: -15px;
  margin-bottom: -15px;
}

.list-edu-prog .edu-prog-item {
  margin-top: 15px;
  margin-bottom: 15px;
}

.list-edu-prog .edu-prog-item a, .list-edu-prog .edu-prog-item a:hover{
  text-decoration: none;
}

.list-edu-prog .edu-prog-item .edu-prog-header{
  position: relative;
  height: 87px;
  max-height: 87px;
  background-color: #003896;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.list-edu-prog .edu-prog-item .edu-prog-header img{
	object-fit:cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.list-edu-prog .edu-prog-item .edu-prog-header div{
  position: absolute;
  padding: 15px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.list-edu-prog .edu-prog-item .edu-prog-header h1{
  color: #FFF;
  font-size: 16px;
  padding: 0;
  margin: 0;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25rem;
  height: 100%;
  max-height: 57px;
}

.list-edu-prog .edu-prog-item .edu-prog-body{
  padding: 15px 14px 14px 14px;
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transition: border 0.3s ease 0s;
}

.list-edu-prog .edu-prog-item:hover .edu-prog-body{
  background-color: #FFF;
  border-bottom: 1px solid #8FB5E1;
  border-left: 1px solid #8FB5E1;
  border-right: 1px solid #8FB5E1;
  transition: border 0.3s ease 0s;
}

.list-edu-prog .edu-prog-item .edu-prog-body p{
  color: #333333;
  font-size: 14px;
  padding: 0 0 5px 0;
  margin: 0;
  line-height: 1rem;
}
.teacher-gallery .owl-prev{
  text-indent: 0;
  background: #fff !important;
  height: 43px;
  position: absolute;
  top: 50%;
  width: 35px;
  z-index: 1000;
  left: -5%;
  cursor: pointer;
  color: #003896 !important;
  margin-top: -27px;
  font-size: 35px !important;
  font-weight: bold !important;
}

.teacher-gallery .owl-next {
  text-indent: 0;
  background: #fff !important;
  height: 43px;
  background: #fff;
  position: absolute;
  top: 50%;
  width: 35px;
  z-index: 1000;
  right: -5%;
  cursor: pointer;
  color: #003896 !important;
  margin-top: -27px;
  font-size: 35px !important;
  font-weight: bold !important;
}

.teacher-gallery .owl-prev:hover, .owl-next:hover {opacity: 0.5;}
.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
}

.popuptext {display: table;}
.popuptext p {margin-bottom: 10px;}

.teacher-gallery .item {position: relative;}
.teacher-gallery .item i {
  display: none;
  font-size: 2rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.teacher-gallery .item a {
  display: block;
  width: 100%;
  height: 410px;
  overflow: hidden;
}
.teacher-gallery .item a:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 76%;
  width: 86%;
  z-index: 1;
}
.teacher-gallery .item a:hover i {display: block;z-index: 2;}
.carousel-wrap{
  margin: 30px auto;
  padding: 0 0%;
  width: 100%;
  position: relative;
}
.owl-carousel.teacher-gallery .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
  background: #fff;
  padding: 25px 25px;
  height: 540px;
}
.teacher-gallery .item-fio{
  padding: 10px 25px 0 25px;
  text-align: center;
  font-weight: bold
}
.teacher-gallery .item-data{
  text-align: center;
  font-size: 13px;
}

.btn-item-blue{
  padding: 15px 0px 10px;
  background: #8fb5e1;
  color: #fff;
  border-radius: 30px;
  margin: 25px auto;
  display: block;
  width: 275px;
}
.btn-item-blue:active {
  transform: scale(0.95);
}

.accordion iframe { width: 100%; height: auto; aspect-ratio: 16/9; }

.item-blok-media .card-body {-ms-flex: 1 1 auto;flex: 1 1 auto;position: absolute;bottom: 0;background: rgba(0, 0, 0, 0.6);color: #fff;width: 100%;}
.item-blok-media .card {overflow: hidden; max-height: 100%;min-height: 358px;}
.item-blok-media .card:hover img{transform: scale(1.05);transition: 0.4s;}
.item-blok-media .card img{transition: 0.6s;}
.item-blok-media .card-title{margin: 0;}
.item-blok-media .card-body{padding: 10px 15px;}
.item-blok-media .card-date{color: #8FB5E1;font-weight: bold;padding-bottom: 13px;}

.card-date .arrow {background: #8FB5E1;float: right;color: #fff;padding: 0 10px;font-weight: normal;}
#news_button, #anons_button{background: #003896;color: white;text-shadow: none;width: 88%;margin-bottom: 15px;padding: 5px;}
.anons_partners {
  background: #003896;
  color: white;
  text-shadow: none;
  width: 88%;
  margin-bottom: 15px;
  padding: 11px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.anons_partners:hover {
  cursor: pointer;
  text-decoration: none;
}


#doublescrollcontent { overflow: auto; overflow-y: auto; max-height: 700px; }
#doublescrollcontent table { margin: 0; padding: 1em; width:100%; }
#doublescrollcontent table thead {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0
}
.auth_form input.btn, .changepasswd input.btn{background: #118aeb;color: white;}
.podkast-audio{display: flex;justify-content: center;align-items: center;height: 100%;border-left: 3px solid #8FB5E1;}
.podkast-audio audio{width: 100%;padding-left: 20px;}
@media (max-width: 500px) {
  .img-largebg-news {
    height: auto;
    background-size: contain;
  }
  .podkast-audio{padding: 10px 0;}
  .podkast-audio audio{padding: 0 20px;}
  .item-blok-media .card-title, .item-blok-media .card-date{font-size: 13px;}
  .item-blok-media .card{margin-bottom: 10px;min-height: auto;}
  .card-date .arrow {width: 20px;min-width: 20px;height: 22px;}
  .d-flex {display: block !important}
  td img {max-width: fit-content;}
  .table-scroll-x {overflow-x: scroll;margin-bottom: 30px;}

  
  #timer-number-value-6e3735a54fb25a3b15a94d1e50defef0-days,
  #timer-text-6e3735a54fb25a3b15a94d1e50defef0-days,
  #timer-number-value-6e3735a54fb25a3b15a94d1e50defef0-hours,
  #timer-text-6e3735a54fb25a3b15a94d1e50defef0-hours,
  #timer-number-value-6e3735a54fb25a3b15a94d1e50defef0-minutes,
  #timer-text-6e3735a54fb25a3b15a94d1e50defef0-minutes,
  #timer-number-value-6e3735a54fb25a3b15a94d1e50defef0-secundes,
  #timer-text-6e3735a54fb25a3b15a94d1e50defef0-secundes
  {font-size: 19px !important;}
  #timer6e3735a54fb25a3b15a94d1e50defef0 {min-width: 100% !important;height: 70px !important;}
  .timer-separator{padding: 0px 10px !important;}

  #bx_3218110189_35524 .card-img-top{background-size: contain;height: 240px;}
}

blockquote:before {
  content: "\201D";
  font-family: Vollkorn, serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 42px;
  color: #264796;
  margin: 20px 0 -14px;
  display: block;
}
blockquote {
  background: #D0DBED;
  border-radius: 5px;
  padding: 20px 15px 20px 20px;
  margin: 1em 0;
  
}
@media (max-width: 767px) {
  .top-nav-menu .nav-item .dropdown-menu {width: inherit;}
  .alternate-block2 .date2 {min-width: 100px;}
  .alternate-block2 .date2 > div{font-size: 18px;line-height: 28px;}
  .alternate-block .date {min-width: 100px;}
  .alternate-block .date > div{font-size: 24px;line-height: 28px;}
  .progress-circle {min-width: 100px;min-height: 100px;width: 100px;height: 100px;}
  .progress-circle h2 {font-size: 24px;top: calc(50% - 12px);}
  .left-half-clipper {width: 100%;height: 100%;}
  .value-bar {clip: rect(0, 50px, 100px, 0);width: 100%;height: 100%;}
  .progress-circle .first50-bar {clip: rect(0, 100px, 100px, 50px);width: 100%;height: 100%;}
  #line-advantage {width: 65px;margin: 5px;}
  #humans-advantage {width: 165px;}
  .advantage-prog{padding-top: 30px;padding-bottom: 30px;}
  .advantage-prog h1{font-size: 50px;}
  #gdpr-cookie-message {padding: 10px}
}
@media (min-width: 768px) {
  .row-cols-md-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 16.6%;
  }
}
@media (max-width: 991px) {
  .hi .dropdown-item:nth-child(2n) {display: none;}
  .hi .dropdown-item {width: 50px;}
  .dropdown-menu {padding: 0 15px !important;width: 80px; }
  .flatpickr-calendar ul.day-events {
    right: 0;
    left: 0;
    position: fixed;
    top: auto;
  }
}
@media (max-width: 1279px) {
  .alternate-list2 .alternate-block2 .info .alternate-box2 {flex-wrap: wrap;backgroung:none;}
  .alternate-list2 .alternate-block2 .info .alternate-box2 img{margin-top: 15px;min-width: 0px;backgroung:none;}
  .alternate-block2 .info2 {padding: 15px;display: block;}
  .alternate-block2 .info2 .image2 {text-align: center;}
  .alternate-list .alternate-block .info .alternate-box {flex-wrap: wrap;}
  .alternate-list .alternate-block .info .alternate-box img{margin-top: 15px;min-width: 0px;}
  .alternate-block .info {padding: 15px;display: block;}
  .alternate-block .info .image {text-align: center;}
}
@media (min-width: 992px) {
  .top-nav-menu .nav-item .dropdown-menu {columns: 3;-webkit-columns: 3;-moz-columns: 3;}
  .item-blok-media .col{overflow: hidden;height: 359px}
}





.body-cont-card2 .cont-card-img {
  max-width: 256px;
  max-height: 307px;
  width: 256px;
  height: 307px;
  margin-right: 15px;
  background-color: #C4C4C4;
}

.col-test-round {
 border-radius: 20px;
 background: #ADC3F0;

}


/* увеличение фото при клике */

.foto-previews > img {  
  padding: 10px;
  width: 270px;
  height: auto;
}

.fotobox {		
  display: none;
  position: fixed; top: 0;	left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  text-align: center;	
  background: rgba(0,0,0,0.9);   
}
.fotobox > img {  
	max-width: 90%;
	max-height: 80%;	
  border: 10px solid #fff;
  position: absolute; top: 50%; left: 50%;  
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fotobox:target {	
	outline: none;
	display: block;   
}

/* фон для анонса Масленицы */

.maslenitsa {
  background-image: url("https://herzen.spb.ru/upload/medialibrary/c67/4lmk2axli7sg8u3tjhj02ovxzb04thoe/sun_masl.png");
  height: 100%;
  width: 300;
  background-attachment: fixed, scroll;
  background-position: center;


}

.accordion-white .card .card-header {
  padding: 8px 30px 8px 15px;
  color: #264796;
  background-color: #fff;
  font-size: 19px;
  line-height: 23px;
}

.accordion-grey .card .card-header {
  padding: 8px 30px 8px 15px;
  color: #264796;
  background-color: #F3F4F6;
  font-size: 24px;
  line-height: 29px;
}
.accordion-grey>.card>.card-header, .accordion-white>.card>.card-header {
 border: 1px solid;
 border-color: #264796;
 margin-bottom: -1px;
}
.accordion-grey .card .card-header:after {
  content: "\f056";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  float: right;   
}

.accordion-grey .card .collapsed:after {
  content: "\f055";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  float: right; 
}

/*Этот контейнер автоматически выравнивает текст по ширине, сделан для ленты новостей*/
.text-in-news {
  text-align:justify;
}


/**************для одной кнопки***********************/
.banner1{
  margin-bottom: 30px;
}
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1145px;
}

/***** для баннера на главной *****/
.banner{
  background-image: url(/local/templates/modern_blue_o1/img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100%;
  width: 100%;
  margin-bottom: 30px;
}

.buttons-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px 50px;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  padding: 100px 20px;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.submit-button {
  background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
  color: white;
  border: none;
  border-radius: 25px;
  padding: 27px 40px;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
  min-width: 280px;
  max-width: 550px;
  width: 100%;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
  text-decoration: none;
  color: #fff;
}

.submit-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.3);
  text-decoration: none;
  color: #fff;
}

.button-text {
  display: block;
  white-space: nowrap;
}

.main-text {
  font-size: 23px;
  margin-bottom: 4px;
}

.sub-text {
  font-size: 18px;
  display: block;
}

@media (max-width: 768px) {
  .buttons-container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 15px;
    padding: 30px 15px;
  }
  .submit-button {
    min-width: 100%;
    max-width: 100%;
    padding: 18px 30px;
  }
  .main-text {
    font-size: 16px;
  }
  .sub-text {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .submit-button {
    padding: 16px 25px;
    min-width: 100%;
  }
  .main-text {
    font-size: 15px;
  }
  .sub-text {
    font-size: 12px;
  }
  .buttons-container {
    padding: 50px 10px;
  }
  
}

.submit-button {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.submit-button:nth-child(2) {
  animation-delay: 0.2s;
}

.submit-button:nth-child(3) {
  animation-delay: 0.4s;
}

.submit-button:nth-child(4) {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.buttons-container-mini {
  --buttons-margin-bottom: 30px; /* Переменная для управления отступом */
  
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Выравнивание по центру по горизонтали */
  align-items: center;     /* Выравнивание по центру по вертикали */
  gap: 15px;
  margin-bottom: var(--buttons-margin-bottom);
}

/***********************/