/*** Images */
.img-adaptive img,
img.adaptive {
  width: 100%;
  height: auto;
}

/** Edit image */
form.node-image-form .image-preview {
  float: left;
  padding-right: 15px;
}
form.node-image-form .image-widget-data {
  overflow: hidden;
  padding-bottom: 2px;
}
form.node-image-form .image-widget-data .form-type-textfield {
  margin-top: 0;
}

/**  OLD Helpers */
#sys .col-md-12 {
  min-height: 0;
}

.jumbotron {
  background: none;
}

.element-hidden,
.hidden {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 6px);
}
details select.form-control:not([size]):not([multiple]) {
  height: 2.8rem;
  width: 80%;
}

a.tabledrag-handle .handle {
  width: 22px;
  height: 22px;
}

.container-inline .form-no-label {
  display: inline-block;
  width: 45%;
}
.container-inline input {
  box-sizing: border-box;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 0;
}

/**  //OLD Helpers */
.bootstrap-adaptive {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .bootstrap-adaptive {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-adaptive {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-adaptive {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-adaptive {
    max-width: 1140px;
  }
}

.modal {
  background-color: rgba(255, 255, 255, 0.82);
}
.modal-backdrop.show {
  opacity: 0;
}
.modal-header {
  display: block;
  margin: 0 0 35px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.modal-body {
  padding: 0;
  display: block;
  border: 0;
  border-radius: 0;
}
.modal--form .modal-dialog {
  max-width: 425px;
}
.modal .close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 1;
  z-index: 15;
  background: url("../images/modal-close-icon.png") no-repeat center;
  transition: background-color 0.4s;
}
@media (max-width: 767.98px) {
  .modal .close {
    top: 0;
    right: 0;
  }
}
.modal .close:hover {
  background-color: rgba(255, 255, 255, 0.07);
}
.modal .close:active {
  background-color: rgba(255, 255, 255, 0.21);
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal--form .modal-content {
  color: #fff;
  padding: 52px 55px 55px;
  border-radius: 5px;
  overflow: hidden;
  background: url("../images/sidebar-subscribe-bg.png") #1658da no-repeat center bottom;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .modal--form .modal-content {
    padding: 52px 40px 40px;
  }
}
@media (max-width: 360px) {
  .modal--form .modal-content {
    padding: 52px 30px 40px;
  }
}
.modal--form .modal-content .modal-title {
  font-family: "Futura PT";
  font-size: 29px;
  line-height: 1.35;
  margin-bottom: 8px;
}
.modal--form .modal-content .modal-text {
  font-size: 15px;
  line-height: 1.35;
}
.modal--form .modal-content .form-agree {
  font-size: 14px;
  line-height: 1.45;
  padding-top: 25px;
}
.modal--form .modal-content .form-actions {
  position: relative;
  overflow: hidden;
}
.modal--form .modal-content .form-actions::after {
  content: "";
  display: block;
  width: 26px;
  height: 100%;
  background: url("../images/airplane-icon-black.png") no-repeat center;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  top: 0;
  right: 18px;
  transition: transform 0.4s;
}
.modal--form .modal-content .form-actions:hover::after {
  transform: rotate(28deg);
}
.modal--form .modal-content .form-actions:active::after, .modal--form .modal-content .form-actions:focus::after {
  transform: translate3d(100px, 0, 0) rotate(26deg);
}
.modal--form .close {
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
}
.modal--form .btn--submit {
  display: flex;
  width: 100%;
  min-height: 60px;
  justify-content: flex-start;
}

#mediaModal {
  max-height: 100vh;
  overflow: hidden;
  background-color: rgba(38, 42, 49, 0.97);
}
@media (max-width: 767.98px) {
  #mediaModal {
    overflow: auto;
  }
}
#mediaModal .modal-dialog {
  max-width: 1010px;
}
@media (max-width: 1199.98px) {
  #mediaModal .modal-dialog {
    margin: 0 auto !important;
    padding: 50px 60px;
  }
}
@media (max-width: 767.98px) {
  #mediaModal .modal-dialog {
    padding: 50px 6px;
  }
}
#mediaModal .modal-content {
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  #mediaModal .close {
    top: 0;
    right: 0;
  }
}

#manager-menu {
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 20px;
  cursor: move;
  z-index: 20;
  background: #fff;
  max-width: 205px;
}
#manager-menu .contextual {
  display: none;
}
#manager-menu .toggle-manager {
  position: relative;
  z-index: 3;
  max-width: 1em;
  cursor: pointer;
}
#manager-menu h2 {
  margin: -1em 0 0.5em 1em;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  #manager-menu {
    display: none !important;
  }
}

.breadcrumb {
  padding: 0;
  margin: 0 0 40px;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.path-news .breadcrumb, .path-news-tags .breadcrumb {
  display: none;
}
.breadcrumb li {
  font-size: 14px;
  line-height: 1.25;
  color: #182642;
  position: relative;
  padding-right: 65px;
}
.breadcrumb li::before {
  content: none;
}
.breadcrumb li::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: 10px;
  width: 40px;
  height: 1px;
  background-color: #a0a5b9;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li a {
  border-bottom: solid 1px transparent;
  transition: color 0.4s, border-color 0.4s;
}
.breadcrumb li a:hover {
  border-color: #182642;
}
.breadcrumb li a:active {
  color: #1658da;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  margin: 0;
  padding: 15px 0 0;
  justify-content: center;
}
.pagination .pager__item {
  margin: 0 3px;
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.pagination .page-link {
  border: solid 1px transparent;
  border-radius: 5px;
  padding: 8px 14px;
  color: #182642;
  background-color: transparent;
  transition: border-color 0.4s, background-color 0.4s, color 0.4s;
}
.pagination .page-link:hover {
  color: #1658da;
  background-color: rgba(22, 88, 218, 0.09);
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-link:active {
  background-color: rgba(22, 88, 218, 0.17);
}
.pagination .is-active .page-link {
  border-color: #1658da;
  color: #1658da;
}
.pagination .pager__item--first,
.pagination .pager__item--last,
.pagination .pager__item--next,
.pagination .pager__item--previous {
  display: none;
}

.page-sidebar .menu {
  margin: 0;
}
@media (max-width: 991.98px) {
  .page-sidebar .menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-sidebar .menu-item {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 9px;
  position: relative;
}
.page-sidebar .menu-item:last-child {
  margin-bottom: -2px;
}
@media (max-width: 991.98px) {
  .page-sidebar .menu-item {
    margin: 0 9px 0 0;
  }
}
.page-sidebar .menu-item::before {
  content: "";
  display: block;
  position: absolute;
  left: -36px;
  top: 2px;
  bottom: 2px;
  width: 2px;
  background-color: #1658da;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .page-sidebar .menu-item::before {
    content: none;
  }
}
.page-sidebar .menu-item a {
  border-bottom: solid 1px transparent;
  transition: color 0.4s, border-color 0.4s;
  position: relative;
}
.page-sidebar .menu-item a:hover {
  border-color: rgba(24, 38, 66, 0.7);
}
.page-sidebar .menu-item .is-active {
  color: #1658da;
}
.page-sidebar .menu-item--active-trail::before {
  opacity: 1;
}

.h-0 {
  height: 0 !important;
}

.h-xs-up,
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .h-xs-down,
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .h-md-down,
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important;
  }
}

.h-xl-down,
.hidden-xl-down {
  display: none !important;
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
/*** Images */
.img-adaptive img,
img.adaptive {
  width: 100%;
  height: auto;
}

/** Edit image */
form.node-image-form .image-preview {
  float: left;
  padding-right: 15px;
}
form.node-image-form .image-widget-data {
  overflow: hidden;
  padding-bottom: 2px;
}
form.node-image-form .image-widget-data .form-type-textfield {
  margin-top: 0;
}

/**  OLD Helpers */
#sys .col-md-12 {
  min-height: 0;
}

.jumbotron {
  background: none;
}

.element-hidden,
.hidden {
  display: none;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 6px);
}
details select.form-control:not([size]):not([multiple]) {
  height: 2.8rem;
  width: 80%;
}

a.tabledrag-handle .handle {
  width: 22px;
  height: 22px;
}

.container-inline .form-no-label {
  display: inline-block;
  width: 45%;
}
.container-inline input {
  box-sizing: border-box;
}

.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 0;
}

/**  //OLD Helpers */
.bootstrap-adaptive {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .bootstrap-adaptive {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-adaptive {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-adaptive {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-adaptive {
    max-width: 1140px;
  }
}

.modal {
  background-color: rgba(255, 255, 255, 0.82);
}
.modal-backdrop.show {
  opacity: 0;
}
.modal-header {
  display: block;
  margin: 0 0 35px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.modal-body {
  padding: 0;
  display: block;
  border: 0;
  border-radius: 0;
}
.modal--form .modal-dialog {
  max-width: 425px;
}
.modal .close {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 1;
  z-index: 15;
  background: url("../images/modal-close-icon.png") no-repeat center;
  transition: background-color 0.4s;
}
@media (max-width: 767.98px) {
  .modal .close {
    top: 0;
    right: 0;
  }
}
.modal .close:hover {
  background-color: rgba(255, 255, 255, 0.07);
}
.modal .close:active {
  background-color: rgba(255, 255, 255, 0.21);
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal--form .modal-content {
  color: #fff;
  padding: 52px 55px 55px;
  border-radius: 5px;
  overflow: hidden;
  background: url("../images/sidebar-subscribe-bg.png") #1658da no-repeat center bottom;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .modal--form .modal-content {
    padding: 52px 40px 40px;
  }
}
@media (max-width: 360px) {
  .modal--form .modal-content {
    padding: 52px 30px 40px;
  }
}
.modal--form .modal-content .modal-title {
  font-family: "Futura PT";
  font-size: 29px;
  line-height: 1.35;
  margin-bottom: 8px;
}
.modal--form .modal-content .modal-text {
  font-size: 15px;
  line-height: 1.35;
}
.modal--form .modal-content .form-agree {
  font-size: 14px;
  line-height: 1.45;
  padding-top: 25px;
}
.modal--form .modal-content .form-actions {
  position: relative;
  overflow: hidden;
}
.modal--form .modal-content .form-actions::after {
  content: "";
  display: block;
  width: 26px;
  height: 100%;
  background: url("../images/airplane-icon-black.png") no-repeat center;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  top: 0;
  right: 18px;
  transition: transform 0.4s;
}
.modal--form .modal-content .form-actions:hover::after {
  transform: rotate(28deg);
}
.modal--form .modal-content .form-actions:active::after, .modal--form .modal-content .form-actions:focus::after {
  transform: translate3d(100px, 0, 0) rotate(26deg);
}
.modal--form .close {
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
}
.modal--form .btn--submit {
  display: flex;
  width: 100%;
  min-height: 60px;
  justify-content: flex-start;
}

#mediaModal {
  max-height: 100vh;
  overflow: hidden;
  background-color: rgba(38, 42, 49, 0.97);
}
@media (max-width: 767.98px) {
  #mediaModal {
    overflow: auto;
  }
}
#mediaModal .modal-dialog {
  max-width: 1010px;
}
@media (max-width: 1199.98px) {
  #mediaModal .modal-dialog {
    margin: 0 auto !important;
    padding: 50px 60px;
  }
}
@media (max-width: 767.98px) {
  #mediaModal .modal-dialog {
    padding: 50px 6px;
  }
}
#mediaModal .modal-content {
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  #mediaModal .close {
    top: 0;
    right: 0;
  }
}

#manager-menu {
  position: absolute;
  top: 100px;
  left: 100px;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px 0 #ccc;
  padding: 20px;
  cursor: move;
  z-index: 20;
  background: #fff;
  max-width: 205px;
}
#manager-menu .contextual {
  display: none;
}
#manager-menu .toggle-manager {
  position: relative;
  z-index: 3;
  max-width: 1em;
  cursor: pointer;
}
#manager-menu h2 {
  margin: -1em 0 0.5em 1em;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  #manager-menu {
    display: none !important;
  }
}

.breadcrumb {
  padding: 0;
  margin: 0 0 40px;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.path-news .breadcrumb, .path-news-tags .breadcrumb {
  display: none;
}
.breadcrumb li {
  font-size: 14px;
  line-height: 1.25;
  color: #182642;
  position: relative;
  padding-right: 65px;
}
.breadcrumb li::before {
  content: none;
}
.breadcrumb li::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: 10px;
  width: 40px;
  height: 1px;
  background-color: #a0a5b9;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li a {
  border-bottom: solid 1px transparent;
  transition: color 0.4s, border-color 0.4s;
}
.breadcrumb li a:hover {
  border-color: #182642;
}
.breadcrumb li a:active {
  color: #1658da;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0;
  margin: 0;
  padding: 15px 0 0;
  justify-content: center;
}
.pagination .pager__item {
  margin: 0 3px;
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.pagination .page-link {
  border: solid 1px transparent;
  border-radius: 5px;
  padding: 8px 14px;
  color: #182642;
  background-color: transparent;
  transition: border-color 0.4s, background-color 0.4s, color 0.4s;
}
.pagination .page-link:hover {
  color: #1658da;
  background-color: rgba(22, 88, 218, 0.09);
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-link:active {
  background-color: rgba(22, 88, 218, 0.17);
}
.pagination .is-active .page-link {
  border-color: #1658da;
  color: #1658da;
}
.pagination .pager__item--first,
.pagination .pager__item--last,
.pagination .pager__item--next,
.pagination .pager__item--previous {
  display: none;
}

.page-sidebar .menu {
  margin: 0;
}
@media (max-width: 991.98px) {
  .page-sidebar .menu {
    display: flex;
    flex-wrap: wrap;
  }
}
.page-sidebar .menu-item {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 9px;
  position: relative;
}
.page-sidebar .menu-item:last-child {
  margin-bottom: -2px;
}
@media (max-width: 991.98px) {
  .page-sidebar .menu-item {
    margin: 0 9px 0 0;
  }
}
.page-sidebar .menu-item::before {
  content: "";
  display: block;
  position: absolute;
  left: -36px;
  top: 2px;
  bottom: 2px;
  width: 2px;
  background-color: #1658da;
  opacity: 0;
}
@media (max-width: 991.98px) {
  .page-sidebar .menu-item::before {
    content: none;
  }
}
.page-sidebar .menu-item a {
  border-bottom: solid 1px transparent;
  transition: color 0.4s, border-color 0.4s;
  position: relative;
}
.page-sidebar .menu-item a:hover {
  border-color: rgba(24, 38, 66, 0.7);
}
.page-sidebar .menu-item .is-active {
  color: #1658da;
}
.page-sidebar .menu-item--active-trail::before {
  opacity: 1;
}

.h-0 {
  height: 0 !important;
}

.h-xs-up,
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .h-xs-down,
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .h-md-down,
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important;
  }
}

.h-xl-down,
.hidden-xl-down {
  display: none !important;
}

.text-formatted {
  font-size: 18px;
  line-height: 1.5;
}
.text-formatted p {
  margin: 0 0 30px;
  font-size: inherit;
  line-height: inherit;
}
.text-formatted ol,
.text-formatted ul {
  padding: 0 0 0 15px;
  margin: 0 0 25px;
}
.text-formatted ol li,
.text-formatted ul li {
  margin-bottom: 10px;
}
.text-formatted ul {
  list-style-type: none;
}
.text-formatted ul li {
  position: relative;
  padding-left: 12px;
}
.text-formatted ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 8px;
  left: -5px;
  background-color: #80859f;
}
.text-formatted h2,
.text-formatted h3,
.text-formatted h4,
.text-formatted h5 {
  font-family: "Futura PT";
  color: #182642;
  line-height: 1.1;
}
.course-collapse-body-text .text-formatted h2,
.course-collapse-body-text .text-formatted h3,
.course-collapse-body-text .text-formatted h4,
.course-collapse-body-text .text-formatted h5 {
  color: inherit;
}
.text-formatted h2 {
  font-size: 30px;
  margin: 0 0 30px;
}
.text-formatted h3 {
  font-size: 21px;
  margin: 0 0 25px;
}
.text-formatted h4 {
  font-size: 18px;
  margin: 0 0 25px;
}
.article .text-formatted {
  font-size: 17px;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}
.article .text-formatted p {
  margin-bottom: 20px;
}
.article .text-formatted p:last-child {
  margin-bottom: 0;
}
.article .text-formatted ul li::before {
  background-color: #e44726;
  top: 10px;
  left: -12px;
}
.text-formatted table {
  margin: 40px 0;
}
@media (max-width: 575.98px) {
  .text-formatted table {
    display: block;
    overflow: auto;
  }
}
.text-formatted table td,
.text-formatted table th {
  font-size: 14px;
  line-height: 1.35;
  color: #80859f;
  padding: 11px 23px;
  border: 0;
}
.text-formatted table td p,
.text-formatted table th p {
  margin: 0;
}
.text-formatted table thead td,
.text-formatted table thead th {
  font-weight: 500;
  color: #182642;
  padding: 14px 23px;
}
.text-formatted table tbody td {
  font-weight: 300;
  background-color: #fafafc;
}
.text-formatted table tbody tr:nth-child(2n) td {
  background-color: #f5f6f9;
}
.text-formatted table tbody tr:first-child td:first-child {
  border-top-left-radius: 5px;
}
.text-formatted table tbody tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.text-formatted table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.text-formatted table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.text-formatted p + table {
  margin-top: 10px;
}
.text-formatted a {
  color: #1658da;
  border-bottom: solid 1px rgba(22, 88, 218, 0.35);
  transition: border-color 0.4s, color 0.4s;
}
.text-formatted a:hover {
  color: #1658da;
  border-color: #1658da;
}
.text-formatted a:active {
  color: inherit;
}

/* FONTS */
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT/FuturaPT-Demi.eot");
  src: url("../fonts/FuturaPT/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT/FuturaPT-Demi.woff2") format("woff2"), url("../fonts/FuturaPT/FuturaPT-Demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT/FuturaPT-Heavy.eot");
  src: url("../fonts/FuturaPT/FuturaPT-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT/FuturaPT-Heavy.woff2") format("woff2"), url("../fonts/FuturaPT/FuturaPT-Heavy.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot");
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.eot");
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.eot");
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.eot");
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.eot");
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Italic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot");
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.eot");
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.eot");
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.eot");
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.eot");
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot");
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.eot");
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.eot");
  src: url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/TimesNewRoman/TimesNewRomanPS-BoldMT.eot");
  src: url("../fonts/TimesNewRoman/TimesNewRomanPS-BoldMT.eot?#iefix") format("embedded-opentype"), url("../fonts/TimesNewRoman/TimesNewRomanPS-BoldMT.woff2") format("woff2"), url("../fonts/TimesNewRoman/TimesNewRomanPS-BoldMT.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* EXTRA COLORS */
.inverse {
  color: #00deff;
}

/* LAYOUT */
body {
  font-family: "HelveticaNeueCyr";
  background-color: #ffffff;
  color: #182642;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  min-width: 375px;
}
body.cke_editable {
  background: #fff;
}

.bold {
  font-weight: bold;
}

/* HEADERS */
h1 {
  font-size: 2.25rem;
  line-height: 1.2em;
  font-weight: 500;
  font-family: "HelveticaNeueCyr";
  margin-bottom: 0.5em;
}

h2 {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 300;
  font-family: "HelveticaNeueCyr";
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.75rem;
  line-height: 1.2em;
  font-weight: 300;
  font-family: "HelveticaNeueCyr";
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 300;
  font-family: "HelveticaNeueCyr";
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 300;
  font-family: "HelveticaNeueCyr";
  margin-bottom: 0.5em;
}

h6 {
  font-size: 1rem;
  line-height: 1.2em;
  font-weight: 300;
  font-family: "HelveticaNeueCyr";
  margin-bottom: 0.5em;
}

/* ELEMENTS */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a.foxy {
  color: #ff6600;
  border-bottom: 2px solid;
  transition: border-color 200ms linear;
}
a.foxy:hover {
  border-color: transparent;
}

b,
strong {
  font-weight: 600;
}

blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

button:focus {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
table td,
table th {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
table tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.btn {
  font-family: inherit;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: solid 1px;
  border-radius: 4px;
  background: none;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  padding: 17px 30px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}
.btn--white {
  border-color: transparent;
  background-color: #fff;
  color: #182642;
}
.btn--white:hover {
  color: #1658da;
  background-color: #e6e6e6;
}
.btn--white:active {
  background-color: rgba(255, 255, 255, 0.8);
}
.btn--white-border {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: #fff;
}
.btn--white-border:hover {
  border-color: #fff;
}
.btn--white-border:active {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  color: #1658da;
}
.btn--blue-border {
  border-color: rgba(22, 88, 218, 0.34);
  background-color: transparent;
  color: #1658da;
}
.btn--blue-border:hover {
  border-color: #1658da;
}
.btn--blue-border:active {
  background-color: rgba(22, 88, 218, 0.5);
  border-color: rgba(22, 88, 218, 0.5);
  color: #1658da;
}
.btn--blue, .course-filter-submit .btn, .course-inline-form .form-actions input, .search-form .form-actions input, .subscribe-form .form-actions input, .node-form .btn {
  border-color: #1658da;
  background-color: #1658da;
  color: #fff;
}
.btn--blue:hover, .course-filter-submit .btn:hover, .course-inline-form .form-actions input:hover, .search-form .form-actions input:hover, .subscribe-form .form-actions input:hover, .node-form .btn:hover {
  color: #fff;
  background-color: #0f3c95;
  border-color: #0f3c95;
}
.btn--blue:active, .course-filter-submit .btn:active, .course-inline-form .form-actions input:active, .search-form .form-actions input:active, .subscribe-form .form-actions input:active, .node-form .btn:active {
  background-color: rgba(22, 88, 218, 0.8);
}
.btn--lb {
  border-color: #00f0ff;
  background-color: #00f0ff;
  color: #182642;
}
.btn--lb:hover {
  color: #182642;
  background-color: #00a8b3;
  border-color: #00a8b3;
}
.btn--lb:active {
  background-color: rgba(0, 240, 255, 0.8);
}
.btn-more {
  width: 100%;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-family: "Futura PT";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  transition: background-color 0.4s;
}
.btn-more--no-margin {
  margin-top: 0;
}
.btn-more-text {
  color: inherit;
  border-bottom: solid 2px #1658da;
  transition: border-color 0.4s, color 0.4s;
}
.btn-more:hover {
  background-color: #f7f7f7;
}
.btn-more:hover .btn-more-text {
  color: #1658da;
}
.btn-more:active {
  background-color: #ededed;
}
.node-form .btn {
  font-size: 14px;
  padding: 11px 15px;
}

.more-link {
  font-family: "Futura PT";
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 30px;
}
.more-link a {
  color: inherit;
  border-bottom: solid 2px #1658da;
  transition: border-color 0.4s, color 0.4s;
}
.more-link a:hover {
  color: #1658da;
}
.more-link a:active {
  border-color: transparent;
}

.more-button {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer {
  background-color: #edeff5;
}
.footer-top {
  border-bottom: solid 2px #fff;
  padding: 75px 0 60px;
}
@media (max-width: 991.98px) {
  .footer-top {
    padding: 50px 0;
  }
}
@media (max-width: 767.98px) {
  .footer-top {
    padding: 40px 0;
  }
}
.footer-top-row, .footer-bottom-row {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 767.98px) {
  .footer-top-row, .footer-bottom-row {
    display: block;
  }
}
.footer-top-col, .footer-bottom-col {
  padding: 0 15px;
}
@media (max-width: 767.98px) {
  .footer-top-col, .footer-bottom-col {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .footer-top-col--1 {
    display: none;
  }
}
.footer-top-col--2 {
  max-width: 370px;
}
@media (max-width: 991.98px) {
  .footer-top-col--2 {
    display: none;
  }
}
.footer-top-col--3, .footer-bottom-col--2 {
  width: 410px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .footer-top-col--3, .footer-bottom-col--2 {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .footer-top-col--3, .footer-bottom-col--2 {
    margin-bottom: 0;
  }
}
.footer-top-col--3 .bvi-panel-open-menu, .footer-bottom-col--2 .bvi-panel-open-menu {
  margin-top: 15px;
  display: block;
}
.footer-top-col--3 .bvi-panel-open-menu svg path, .footer-bottom-col--2 .bvi-panel-open-menu svg path {
  transition: 0.3s;
}
.footer-top-col--3 .bvi-panel-open-menu:hover svg path, .footer-bottom-col--2 .bvi-panel-open-menu:hover svg path {
  fill: #b97000;
}
.footer-top-label {
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 30px;
}
.footer-bottom {
  padding: 45px 0 55px;
  font-size: 14px;
  line-height: 1.45;
}
@media (max-width: 767.98px) {
  .footer-bottom {
    padding: 40px 0;
  }
}
.footer-bottom-col--1 {
  max-width: 690px;
}
@media (max-width: 991.98px) {
  .footer-bottom-col--2 {
    width: auto;
  }
}
.footer-bottom p {
  margin: 0 0 20px;
}
.footer-bottom p:last-child {
  margin-bottom: 0 !important;
}
.footer a {
  transition: color 0.4s;
}
.footer a:hover {
  color: #1658da;
}
.footer-text a {
  display: inline;
  color: #1658da;
  padding-bottom: 1px;
  border-bottom: solid 1px rgba(22, 88, 218, 0.4);
  transition: color 0.4s, border-color 0.4s;
}
.footer-text a:hover {
  color: #1658da;
  border-color: transparent;
}
.footer-text a:active {
  color: #0d337d;
}
.footer-text--small p {
  margin-bottom: 10px;
}
.footer .menu {
  margin: 0;
}
.footer .menu li {
  padding: 0;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 15px;
}
.footer .menu li a {
  transition: color 0.4s, border-color 0.4s;
  border-bottom: solid 1px transparent;
}
.footer .menu li a:hover {
  color: #1658da;
}
.footer .menu li a:active {
  border-color: rgba(24, 38, 66, 0.5);
}
.footer .menu li a.is-active {
  color: inherit;
  border-color: #182642;
}
.footer-menu--2 .menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.footer-menu--2 .menu li {
  padding: 0 10px;
  width: 50%;
}
.footer-contacts {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
}
.footer-contacts-item {
  margin-bottom: 12px;
}
.footer-contacts-item:last-child {
  margin-bottom: 0;
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.main-menu .classic-menu-dropdown {
  position: relative;
}
.main-menu .classic-menu-dropdown > a {
  float: left;
  padding-right: 0.7rem;
}
.main-menu .classic-menu-dropdown > span i {
  padding: 0.5rem 0;
  line-height: 1.5;
  color: #4183C4;
}
.main-menu .classic-menu-dropdown ul {
  left: 0;
  min-width: 175px;
  position: absolute;
  z-index: 1000;
  top: 90%;
  display: none;
  padding: 0.5rem;
  background-color: #ffffff;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 4px;
}
.main-menu .classic-menu-dropdown:hover ul {
  display: block;
}
#small-menu .main-menu {
  display: block;
  text-align: center;
}
#small-menu .main-menu li {
  padding: 0.5rem 0;
}
#small-menu .main-menu li.classic-menu-dropdown {
  position: relative;
}
#small-menu .main-menu li.classic-menu-dropdown > a {
  float: none;
}
#small-menu .main-menu li.classic-menu-dropdown .menu {
  position: static;
  float: none;
  display: none;
  border-radius: 0;
  padding: 0;
}
#small-menu .main-menu li.classic-menu-dropdown .menu li {
  text-align: center;
}
#small-menu .main-menu li.classic-menu-dropdown .menu-dropdown-trigger {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 15%;
  cursor: pointer;
}
#small-menu .main-menu li.classic-menu-dropdown.menu-item--is-open .menu-dropdown-trigger {
  transform: rotate(180deg);
}

.nav-toggler {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 0.3rem;
  border: 2px solid #038df3;
  margin: 0.3rem 0 0.3rem 0.6rem;
  background: #02b5e6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-toggler:focus {
  outline: none;
}
.nav-toggler span {
  height: 0.2rem;
  width: 1.4rem;
  position: absolute;
  background: #00deff;
  transition-duration: 0.3s;
}
.nav-toggler span:nth-child(2) {
  margin-top: 0;
  transform: rotate(45deg);
}
.nav-toggler span:last-child {
  margin-top: 0;
  transform: rotate(-45deg);
}
.nav-toggler.nav-info {
  border-radius: 100%;
}
.nav-toggler.nav-menu span:nth-child(3) {
  display: none;
}
.nav-toggler.collapsed.nav-menu span:nth-child(2) {
  margin-top: -25%;
  transform: none;
}
.nav-toggler.collapsed.nav-menu span:nth-child(3) {
  display: block;
}
.nav-toggler.collapsed.nav-menu span:last-child {
  margin-top: 25%;
  transform: none;
}
.nav-toggler.collapsed.nav-info span:nth-child(2) {
  margin-top: -0.5rem;
  transform: none;
  width: 0.2rem;
}
.nav-toggler.collapsed.nav-info span:last-child {
  margin-top: 0.2rem;
  transform: none;
  height: 0.9rem;
  width: 0.2rem;
}

.header {
  border-bottom: solid 2px rgba(237, 239, 245, 0.95);
  padding: 22px 0;
  background-color: #fff;
  position: relative;
  z-index: 16;
}
@media (max-width: 1199.98px) {
  .header {
    padding: 18px 0;
  }
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px;
}
.header-col {
  padding: 0 15px;
}
.header-col--1 {
  margin-left: -22px;
}
@media (max-width: 1199.98px) {
  .header-col--1 {
    margin-left: 0;
  }
}
.header-col--2 {
  width: 390px;
  flex-shrink: 0;
}
@media (max-width: 1199.98px) {
  .header-col--2 {
    width: auto;
    flex-shrink: 1;
  }
}
.header-col--3 {
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .header-col--3 {
    max-width: 320px;
  }
}
.header-col--3 .bvi-panel-open-menu {
  margin-right: 15px;
}
.header-col--3 .bvi-panel-open-menu svg path {
  transition: 0.3s;
}
.header-col--3 .bvi-panel-open-menu:hover svg path {
  fill: #b97000;
}
.header-logo {
  display: block;
  transition: opacity 0.4s;
}
@media (max-width: 1199.98px) {
  .header-logo {
    max-width: 310px;
  }
}
.header-logo:hover {
  opacity: 0.75;
}
.header-logo:active {
  opacity: 0.5;
}
.header-logo-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo-block .bvi-panel-open-menu {
  height: 30px;
}
.header-contacts {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
.header-contacts-col {
  padding: 0 15px;
}
.header-contacts-phone {
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 3px;
}
.header-contacts-phone a {
  border-bottom: solid 1px transparent;
  transition: border-color 0.4s, color 0.4s;
}
.header-contacts-phone a:hover {
  color: inherit;
  border-color: rgba(24, 38, 66, 0.5);
}
.header-contacts-phone a:active {
  color: #1658da;
  border-color: #182642;
}
.header-contacts-text {
  font-size: 14px;
  line-height: 1.35;
  text-align: center;
}
.header-address {
  font-size: 13px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 8px;
}
.header-link {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 600;
}
.header-link a {
  color: #1658da;
  border-bottom: solid 1px rgba(22, 88, 218, 0.4);
  transition: color 0.4s, border-color 0.4s;
}
.header-link a:hover {
  color: #b97000;
  border-bottom: solid 1px rgba(185, 112, 0, 0.4);
}
.header-link a:active {
  border-color: transparent;
}
.header-small {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 12px 0;
  background-color: #fff;
  box-shadow: 0 0 20px 10px rgba(24, 38, 66, 0.03);
  min-height: 80px;
  display: flex;
  align-items: center;
  border-bottom: solid 2px transparent;
}
.header-small-content {
  flex-grow: 1;
}
.header-small-content .container {
  padding-right: 60px;
}

.main-nav {
  position: sticky;
  top: 0;
  z-index: 15;
  background-color: #fff;
  box-shadow: 0 0 40px 20px rgba(24, 38, 66, 0.03);
}
@media (max-width: 991.98px) {
  .main-nav {
    position: fixed;
    box-shadow: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
  }
}
.toolbar-fixed .main-nav {
  top: 39px;
}
.toolbar-tray-open .main-nav {
  top: 79px;
}
.main-nav-inner {
  display: flex;
}
@media (max-width: 991.98px) {
  .main-nav-inner {
    position: relative;
  }
}
.main-nav-button {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 32px;
  margin-right: 30px;
}
@media (max-width: 1199.98px) {
  .main-nav-button {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .main-nav-button {
    margin: 0;
    position: absolute;
    top: 20px;
    right: -7px;
    width: 46px;
    padding: 7px;
  }
}
.main-nav-togglers {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: none;
  box-shadow: none;
  padding: 4px;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}
.main-nav-toggler {
  width: 100%;
  height: 2px;
  background-color: #1658da;
  margin-bottom: 6px;
  transition: opacity 0.4s, transform 0.4s, background-color 0.4s;
}
.dropdown-nav-opened .main-nav-toggler {
  background-color: rgba(35, 31, 32, 0.5);
}
.dropdown-nav-opened .main-nav-toggler--1 {
  transform: translateY(10px) rotate(135deg);
}
.dropdown-nav-opened .main-nav-toggler--2 {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.main-nav-toggler--3 {
  margin-bottom: 0;
}
.dropdown-nav-opened .main-nav-toggler--3 {
  transform: translateY(-16px) rotate(45deg);
}
.main-nav-togglers:hover .main-nav-toggler {
  background-color: #b97000;
}
.main-nav-togglers:hover .main-nav-toggler--2 {
  transform: translate3d(-5px, 0, 0);
}
.main-nav-togglers:active .main-nav-toggler {
  background-color: #000;
}
.main-nav-menu {
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .main-nav-menu {
    display: none;
  }
}
.main-nav .nav {
  justify-content: space-between;
  margin: 0 -10px;
}
@media (max-width: 1199.98px) {
  .main-nav .nav {
    margin: 0 -2px;
  }
}
.main-nav .nav .menu-item {
  padding: 0;
  color: #1658da;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-nav .nav .menu-item {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .main-nav .nav .menu-item {
    font-size: 15px;
  }
}
.main-nav .nav .menu-item.active {
  color: #182642;
}
.main-nav .nav .nav-link {
  padding: 20px 10px;
  transition: color 0.4s;
}
@media (max-width: 1199.98px) {
  .main-nav .nav .nav-link {
    padding: 18px 2px;
  }
}
.main-nav .nav .nav-link:hover {
  color: #b97000;
}
.main-nav .nav .nav-link:active {
  color: #182642;
}

.mobile-logo {
  font-family: "Times New Roman";
  font-size: 19px;
  line-height: 1.1;
  font-weight: bold;
}
@media (max-width: 360px) {
  .mobile-logo {
    font-size: 5.3vw;
  }
}

.dropdown-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 17;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
}
@media (max-width: 991.98px) {
  .dropdown-nav {
    height: 100%;
    padding-bottom: 92px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
}
.toolbar-fixed .dropdown-nav {
  top: 39px;
}
.toolbar-tray-open .dropdown-nav {
  top: 79px;
}
.site-not-ready .dropdown-nav {
  display: none;
}
.dropdown-nav-opened .dropdown-nav {
  opacity: 1;
  pointer-events: auto;
}
.dropdown-nav-top {
  border-bottom: solid 2px rgba(237, 239, 245, 0.95);
  padding: 22px 0;
  position: relative;
  z-index: 11;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .dropdown-nav-top {
    padding: 15px 0;
  }
}
@media (max-width: 991.98px) {
  .dropdown-nav-top {
    padding: 12px 0;
    flex-shrink: 0;
  }
}
@media (max-width: 767.98px) {
  .dropdown-nav-top {
    min-height: 80px;
    display: flex;
    align-items: center;
  }
  .dropdown-nav-top .container {
    flex-grow: 1;
  }
}
.dropdown-nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px;
}
.dropdown-nav-col {
  padding: 0 15px;
}
.dropdown-nav-col--1 {
  margin-left: -22px;
}
@media (max-width: 1199.98px) {
  .dropdown-nav-col--1 {
    margin-left: 0;
  }
}
.dropdown-nav-col--2 {
  flex-grow: 1;
  max-width: 600px;
}
@media (max-width: 991.98px) {
  .dropdown-nav-col--2 {
    padding: 0;
  }
}
.dropdown-nav-col--3 {
  width: 100px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .dropdown-nav-col--3 {
    width: 64px;
  }
}
.dropdown-nav-col--3 .main-nav-togglers {
  width: 40px;
  height: 40px;
}
.dropdown-nav-bottom {
  padding: 70px 0;
  transform: translate3d(0, -100%, 0);
  background-color: #fff;
  opacity: 0;
  box-shadow: 0 0 40px 20px rgba(24, 38, 66, 0.03);
  transition: opacity 0.4s, transform 0.4s;
}
@media (max-width: 1199.98px) {
  .dropdown-nav-bottom {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .dropdown-nav-bottom {
    flex-grow: 1;
    overflow: auto;
    box-shadow: none;
    padding: 40px 0 20px;
  }
}
.dropdown-nav-opened .dropdown-nav-bottom {
  opacity: 1;
  transform: none;
}
.dropdown-nav-menu {
  margin: 0;
  padding: 0;
  column-count: 4;
  column-gap: 5px;
  list-style-type: none;
}
@media (max-width: 991.98px) {
  .dropdown-nav-menu {
    column-count: auto;
    column-gap: 0;
  }
}
.dropdown-nav-menu .menu {
  margin: 0;
  padding: 30px 0 0;
  list-style-type: none;
}
.dropdown-nav-menu .menu-item {
  padding: 0;
  margin: 0 0 17px;
  font-size: 15px;
  line-height: 1.3;
  font-weight: normal;
}
.dropdown-nav-menu > .menu-item {
  font-size: 22px;
  font-weight: bold;
  page-break-inside: avoid;
  margin-bottom: 20px;
  padding-left: 62px;
}
@media (max-width: 1199.98px) {
  .dropdown-nav-menu > .menu-item {
    padding-left: 30px;
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .dropdown-nav-menu > .menu-item {
    padding-left: 0;
  }
}
.dropdown-nav-menu > .menu-item > .nav-link {
  border: 0;
  display: block;
  margin: 0;
}
.dropdown-nav-menu .classic-menu-dropdown {
  margin: 0 0 40px;
}
.dropdown-nav-menu .nav-link {
  display: inline;
  padding: 0;
  border-bottom: solid 1px transparent;
  transition: color 0.4s, border-color 0.4s;
}
.dropdown-nav-menu .nav-link:hover {
  color: #b97000;
}
.dropdown-nav-menu .nav-link:active {
  border-color: rgba(185, 112, 0, 0.35);
}
.dropdown-nav-menu .active .nav-link {
  border-color: rgba(24, 38, 66, 0.35);
}

/*...543   544....767   768....991   992....1199   1200...*/
/*__xs__   ____sm____   ____md____   ____lg_____   ___xl__*/
.kint footer {
  min-height: 0;
}

.kint dt.kint-parent > .kint-popup-trigger {
  z-index: 10;
  position: relative;
}

#drupal-live-announce {
  height: 0;
}

.region-tabs {
  height: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  width: auto;
  font-size: 0.875em;
  line-height: 1.1em;
}
.region-tabs nav {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  z-index: 8;
  padding: 0 0 0 0.1em;
  margin: 0;
  overflow: hidden;
  border: none;
  background: none;
}
.region-tabs nav li {
  display: block;
  float: left;
  vertical-align: bottom;
  margin: 0 0 0 0.35em;
}
.region-tabs nav li a {
  color: #000;
  opacity: 0.65;
  background-color: #efefef;
  display: block;
  padding: 0.3em 0.5em 0.2em;
  border: solid 1px #9ab1df;
  border-radius: 3px;
  white-space: nowrap;
  line-height: 1.2;
}
.region-tabs nav li a:hover {
  opacity: 1;
}
.region-tabs nav li.active a {
  background-color: #ffffff;
}
.region-tabs .block-local-actions-block nav {
  left: 0;
}
.region-tabs .block > div.contextual {
  display: none !important;
}
.region-tabs ul.secondary {
  position: absolute;
  top: 25px;
  right: 0;
  float: right;
  z-index: 8;
  padding: 0 0 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: none;
}

.contextual-region.view .contextual button {
  background-color: #fff7da;
}
.contextual-region.node .contextual button {
  background-color: #f0fff4;
}

html {
  position: relative;
  min-height: 100%;
}

#main {
  position: relative;
}
.node--type-additional #main, .node--type-gallery #main, .node--type-news #main, .node--type-information #main, .page-node-32 #main, .path-about #main, .path-courses #main, .path-frontpage #main, .path-media #main, .path-news #main, .path-news-tags #main, .path-taxonomy #main {
  background-color: #edeff5;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1210px;
  }
}

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

.page {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 85px 0;
}
@media (max-width: 991.98px) {
  .page {
    padding: 50px 0;
    display: block;
  }
}
.page--404 {
  padding: 0;
}
.page-content {
  flex-grow: 1;
  max-width: 100%;
}
.page--with-sidebar .page-content {
  max-width: 785px;
  padding-left: 62px;
}
@media (max-width: 1199.98px) {
  .page--with-sidebar .page-content {
    padding-left: 0;
  }
}
.node--type-gallery .page--with-sidebar .page-content, .page-node-32 .page--with-sidebar .page-content, .path-about .page--with-sidebar .page-content {
  padding-left: 0;
}
.page-sidebar {
  width: 285px;
  flex-shrink: 0;
  margin-left: 110px;
  padding-left: 35px;
  border-left: solid 1px #d0d2de;
}
@media (max-width: 1199.98px) {
  .page-sidebar {
    width: 260px;
    margin-left: 35px;
  }
}
@media (max-width: 991.98px) {
  .page-sidebar {
    width: 100%;
    margin: 40px 0 0;
  }
}
.path-news .page-sidebar, .path-news-tags .page-sidebar, .path-articles .page-sidebar, .path-articles-tags .page-sidebar {
  width: 380px;
  margin-left: 20px;
  padding: 79px 0 0;
  border: 0;
  align-self: normal;
}
@media (max-width: 991.98px) {
  .path-news .page-sidebar, .path-news-tags .page-sidebar, .path-articles .page-sidebar, .path-articles-tags .page-sidebar {
    padding: 40px 0 0;
    width: 100%;
    margin: 0;
  }
}
.path-news .page-sidebar .region-sidebar, .path-news-tags .page-sidebar .region-sidebar, .path-articles .page-sidebar .region-sidebar, .path-articles-tags .page-sidebar .region-sidebar {
  position: sticky;
  top: 82px;
}
@media (max-width: 1199.98px) {
  .node--type-news .page-sidebar {
    display: none;
  }
}
.page-title {
  font-family: "Futura PT";
  font-size: 38px;
  line-height: 1.05;
  margin: 0 0 40px;
}
@media (max-width: 767.98px) {
  .page-title {
    font-size: 32px;
  }
}
@media (max-width: 360px) {
  .page-title {
    font-size: 8.5vw;
  }
}
.page-404 {
  padding: 160px 0;
  display: flex;
  align-items: center;
  background: url("../images/page-404-bg.png") no-repeat right center;
}
.page-404-content {
  max-width: 360px;
}
.page-404-title {
  font-family: "Futura PT";
  font-size: 54px;
  line-height: 1;
  margin: 0 0 40px;
}
.page-404-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 60px;
}
.page-404 .search-form {
  max-width: 340px;
}
@media (max-width: 991.98px) {
  .page-wrapper {
    padding-top: 80px;
  }
}

.node-form {
  max-width: 1180px;
  margin: 0 auto;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -20px;
}
@media (max-width: 1199.98px) {
  .grid {
    justify-content: center;
  }
}
.grid-col {
  flex-grow: 1;
  padding: 0 10px;
  margin-bottom: 20px;
}
.grid-col--33 {
  max-width: 33.333%;
}
@media (max-width: 1199.98px) {
  .grid-col--33 {
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .grid-col--33 {
    max-width: 100%;
  }
}
.grid-col--50 {
  max-width: 50%;
}
@media (max-width: 991.98px) {
  .grid-col--50 {
    max-width: 100%;
  }
}
.grid-col--66 {
  max-width: 66.6666%;
}
@media (max-width: 1199.98px) {
  .grid-col--66 {
    max-width: 100%;
  }
}

.messages {
  box-shadow: none;
  border: 0;
  color: #fff;
  margin: 0 0 15px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.25;
}
.messages a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
  transition: color 0.4s, border-color 0.4s;
}
.messages a:hover {
  color: #fff;
  border-color: #fff;
}
.messages a:active {
  border-color: rgba(255, 255, 255, 0.5);
}
.messages--error {
  background: #F44336;
}
.messages--status {
  background: #4CAF50;
}
.messages--warning {
  background: #FF9800;
}

.form .form-item {
  margin: 0 0 11px;
}
.form .form-actions {
  margin: 0;
}
.form .form-control {
  background-color: transparent;
  border: solid 1px rgba(198, 203, 222, 0.6);
  border-radius: 4px;
  padding: 20px 25px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.35;
  color: inherit;
  margin: 0;
  box-sizing: border-box;
  box-shadow: none;
  background-image: none;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
}
.form .form-control:hover {
  border-color: #c6cbde;
  background-color: rgba(255, 255, 255, 0.07);
}
.form .form-control:focus {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  outline: none;
}
.form .form-control.error {
  border: solid 1px #F44336;
}
.form .form-control::-webkit-input-placeholder {
  color: inherit;
  transition: opacity 0.4s;
}
.form .form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form .form-control::-moz-placeholder {
  color: inherit;
  transition: opacity 0.4s;
}
.form .form-control:focus::-moz-placeholder {
  opacity: 0;
}
.form .form-control:-moz-placeholder {
  color: inherit;
  transition: opacity 0.4s;
}
.form .form-control:focus:-moz-placeholder {
  opacity: 0;
}
.form .nice-select {
  height: auto;
  float: none;
}
.form .nice-select::after {
  width: 9px;
  height: 9px;
  border-color: #182642;
  margin-top: -5px;
  right: 18px;
}
@media (max-width: 991.98px) {
  .form .nice-select .list {
    width: 100%;
  }
}
.form select.form-control {
  height: auto !important;
  min-height: 62px;
}
.form .ajax-progress,
.form label {
  display: none;
}
.form .chosen-container-multi {
  position: relative;
  background-color: transparent;
  border: solid 1px rgba(198, 203, 222, 0.6);
  border-radius: 4px;
  padding: 20px 25px;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.35;
  color: inherit;
  margin: 0;
  box-sizing: border-box;
  box-shadow: none;
  background-image: none;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  padding: 0 50px 0 10px;
  background-color: #fff;
  display: flex;
  min-height: 62px;
}
.form .chosen-container-multi:hover {
  border-color: #c6cbde;
  background-color: rgba(255, 255, 255, 0.07);
}
.form .chosen-container-multi:focus {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  outline: none;
}
.form .chosen-container-multi.error {
  border: solid 1px #F44336;
}
.form .chosen-container-multi::-webkit-input-placeholder {
  color: inherit;
  transition: opacity 0.4s;
}
.form .chosen-container-multi:focus::-webkit-input-placeholder {
  opacity: 0;
}
.form .chosen-container-multi::-moz-placeholder {
  color: inherit;
  transition: opacity 0.4s;
}
.form .chosen-container-multi:focus::-moz-placeholder {
  opacity: 0;
}
.form .chosen-container-multi:-moz-placeholder {
  color: inherit;
  transition: opacity 0.4s;
}
.form .chosen-container-multi:focus:-moz-placeholder {
  opacity: 0;
}
.form .chosen-container-multi.chosen-container-active {
  background-color: transparent;
  border-color: #1658da;
}
.form .chosen-container-multi::after {
  content: "";
  display: block;
  width: 52px;
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/select-arrow.png") no-repeat center;
  transition: transform 0.4s;
}
.form .chosen-container-multi:hover {
  border-color: #c6cbde;
  background-color: rgba(22, 88, 218, 0.05);
}
.form .chosen-container-multi:hover::after {
  transform: translate3d(0, 3px, 0);
}
.form .chosen-container-multi .chosen-choices {
  border: 0;
  padding: 0 0 0 15px;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  box-shadow: none !important;
}
.form .chosen-container-multi .chosen-choices input {
  margin: 0 !important;
  height: 28px !important;
  padding: 0 !important;
  color: #182642 !important;
}
.form .chosen-container-multi .chosen-choices .search-choice {
  flex-shrink: 0;
  border-radius: 3px;
  border: 0;
  font-size: 12px;
  padding: 5px 20px 5px 8px;
  margin: 0 5px 0 0;
  background: none;
  background-color: #1658da;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  backface-visibility: hidden;
  position: relative;
  max-width: 70%;
  box-shadow: none;
}
.form .chosen-container-multi .chosen-choices .search-choice-close {
  background: none !important;
  top: 0 !important;
  right: 0 !important;
  height: 100% !important;
  display: flex !important;
  width: 18px !important;
  align-items: center;
  justify-content: center;
  padding: 0 0 2px;
  transition: background-color 0.4s;
}
.form .chosen-container-multi .chosen-choices .search-choice-close:hover {
  background-color: #0f3c95 !important;
}
.form .chosen-container-multi .chosen-choices .search-choice-close:active {
  background-color: #0a2966 !important;
}
.form .chosen-container-multi .chosen-choices .search-choice-close::before {
  content: "x";
  font-size: 10px;
  color: #fff;
}
.form .chosen-container-multi .chosen-drop {
  border-color: rgba(198, 203, 222, 0.6);
  box-shadow: 0 0 40px 20px rgba(24, 38, 66, 0.07);
  left: 0;
  margin-top: 3px;
}
.form .chosen-container-multi .chosen-drop li {
  font-size: 15px;
  line-height: 1.35;
  color: #182642;
  padding: 10px 15px 10px 25px;
  background: none;
  transition: background-color 0.4s, border-color 0.4s;
}
.form .chosen-container-multi .chosen-drop li.highlighted {
  background: none;
  background-color: #1658da;
  color: #fff;
}
.form .chosen-container-multi .chosen-drop li.result-selected {
  background: none;
  background-color: #edeff5;
  cursor: not-allowed;
}

.subscribe-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .subscribe-form {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.subscribe-form .course-section-title, .subscribe-form .course-write-title, .subscribe-form .course-section-header-title {
  line-height: 1;
  font-weight: bold;
}
.subscribe-form-col--left {
  width: 365px;
  margin-right: 30px;
}
@media (max-width: 1199.98px) {
  .subscribe-form-col--left {
    margin: 0 0 30px;
  }
}
@media (max-width: 767.98px) {
  .subscribe-form-col--left {
    width: 100%;
  }
}
.subscribe-form-col--right {
  flex-grow: 1;
  max-width: 620px;
  padding-bottom: 15px;
}
.course-section--social .subscribe-form-col--right {
  max-width: 735px;
  padding-bottom: 10px;
}
.subscribe-form form {
  display: flex;
  margin: 0 -6px;
}
@media (max-width: 767.98px) {
  .subscribe-form form {
    display: block;
  }
}
.subscribe-form .form-wrapper {
  flex-grow: 1;
  padding: 0 6px;
  margin-bottom: 12px;
  width: calc(50% - 64px);
}
@media (max-width: 767.98px) {
  .subscribe-form .form-wrapper {
    width: 100%;
  }
}
.subscribe-form .form-actions {
  width: 76px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: center;
  position: relative;
  margin: 0 0 24px;
}
@media (max-width: 767.98px) {
  .subscribe-form .form-actions {
    width: 100%;
  }
}
.subscribe-form .form-actions input {
  min-height: 62px;
  width: 100%;
  font-size: 0;
}
@media (max-width: 767.98px) {
  .subscribe-form .form-actions input {
    font-size: 16px;
  }
}
.subscribe-form .form-actions::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/airplane-icon-white.png") no-repeat center;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  top: 0;
  right: 0;
  transition: transform 0.4s;
}
@media (max-width: 767.98px) {
  .subscribe-form .form-actions::after {
    content: none;
  }
}
.subscribe-form .form-actions:hover::after {
  transform: rotate(28deg);
}
.subscribe-form .form-actions:active::after, .subscribe-form .form-actions:focus::after {
  transform: translate3d(100px, 0, 0) rotate(26deg);
}
.subscribe-form .form-control:hover {
  border-color: #c6cbde;
  background-color: rgba(22, 88, 218, 0.05);
}
.subscribe-form .form-control:focus {
  background-color: transparent;
  border-color: #1658da;
}
.subscribe-form .form-agree {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  padding-top: 5px;
}
.subscribe-form .form-agree a {
  color: #1658da;
  border-bottom: solid 1px rgba(22, 88, 218, 0.35);
  transition: border-color 0.4s, color 0.4s;
}
.subscribe-form .form-agree a:hover {
  border-color: #1658da;
}
.subscribe-form .form-agree a:active {
  color: inherit;
}

@media (max-width: 991.98px) {
  .search-form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 15px;
    background-color: #edeff5;
  }
}
.search-form form {
  display: flex;
}
.search-form .form-control:hover {
  border-color: #c6cbde;
  background-color: rgba(22, 88, 218, 0.05);
}
.search-form .form-control:focus {
  background-color: transparent;
  border-color: #1658da;
}
.search-form .form-type-search {
  margin: 0;
  flex-grow: 1;
}
.search-form .form-actions {
  width: 64px;
  margin-left: 12px;
  flex-shrink: 0;
}
.search-form .form-actions input {
  font-size: 0;
  min-height: 100%;
  background-image: url("../images/form-search-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
.search-form .form-actions input:active {
  background-image: url("../images/form-search-icon.png") !important;
}

.sidebar-subscribe {
  color: #fff;
  padding: 30px 35px;
  border-radius: 5px;
  overflow: hidden;
  background: url("../images/sidebar-subscribe-bg.png") #1658da no-repeat center bottom;
  background-size: cover;
}
.sidebar-subscribe-title {
  font-family: "Futura PT";
  font-size: 23px;
  line-height: 1.35;
  margin-bottom: 25px;
}
.sidebar-subscribe form {
  display: flex;
  flex-wrap: wrap;
}
.sidebar-subscribe .form-agree {
  font-size: 14px;
  line-height: 1.45;
  padding-top: 25px;
}
.sidebar-subscribe .form-actions {
  width: 62px;
  flex-shrink: 0;
  flex-grow: 0;
  align-self: center;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 11px;
}
.sidebar-subscribe .form-actions input {
  min-height: 62px;
  width: 100%;
  font-size: 0;
}
.sidebar-subscribe .form-actions::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/airplane-icon-black.png") no-repeat center;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  top: 0;
  right: 0;
  transition: transform 0.4s;
}
.sidebar-subscribe .form-actions:hover::after {
  transform: rotate(28deg);
}
.sidebar-subscribe .form-actions:active::after, .sidebar-subscribe .form-actions:focus::after {
  transform: translate3d(100px, 0, 0) rotate(26deg);
}
.sidebar-subscribe .field--name-field-email {
  width: calc(100% - 62px - 11px);
}
.sidebar-subscribe .field--name-field-email .form-item {
  margin: 0;
}
.sidebar-subscribe .field--name-field-subscribe-interests {
  flex-grow: 1;
}
.sidebar-subscribe .chosen-container-multi {
  background-color: transparent;
  border-radius: rgba(198, 203, 222, 0.6);
  color: #fff;
}
.sidebar-subscribe .chosen-container-multi.chosen-container-active {
  background-color: transparent;
  border-color: #fff;
}
.sidebar-subscribe .chosen-container-multi .chosen-choices input {
  color: #fff !important;
}
.sidebar-subscribe .chosen-container-multi::after {
  background-image: url("../images/select-white-arrow.png");
}

.course-promo {
  padding: 52px 0 110px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #1658da;
}
@media (max-width: 767.98px) {
  .course-promo {
    padding: 50px 0;
  }
}
.course-promo--light {
  color: #fff;
}
.course-promo-content {
  max-width: 530px;
}
.course-promo-title {
  font-family: "Futura PT";
  font-size: 54px;
  line-height: 1.05;
  margin: 0 0 35px;
}
@media (max-width: 767.98px) {
  .course-promo-title {
    font-size: 43px;
  }
}
@media (max-width: 400px) {
  .course-promo-title {
    font-size: 10vw;
  }
}
.course-promo--size-1 .course-promo-title .field {
  display: block;
  font-size: 70%;
}
.course-promo-dates {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 75px;
}
@media (max-width: 767.98px) {
  .course-promo-dates {
    font-size: 21px;
    margin-bottom: 35px;
  }
}
.course-promo-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -12px;
}
.course-promo-button {
  padding: 0 6px;
  margin-bottom: 12px;
}
.course-promo .tags {
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .course-promo .tags {
    margin-bottom: 40px;
  }
}
.course-section {
  padding: 95px 0;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .course-section {
    padding: 80px 0;
  }
}
@media (max-width: 767.98px) {
  .course-section {
    padding: 40px 0;
  }
}
.course-section--anchor {
  padding: 40px 0 0 0;
}
.course-section--about {
  padding: 115px 0;
}
@media (max-width: 1199.98px) {
  .course-section--about {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .course-section--about {
    padding: 50px 0;
  }
}
.course-section--gray {
  background-color: #edeff5;
}
.course-section--dark {
  background-color: #363944;
  color: #fff;
}
.course-section--form {
  padding: 75px 0;
}
@media (max-width: 1199.98px) {
  .course-section--form {
    padding: 65px 0;
  }
}
@media (max-width: 767.98px) {
  .course-section--form {
    padding: 35px 0;
  }
}
.course-section--write {
  padding: 45px 0;
  background: url("../images/course-write-section-bg.png") #1658da no-repeat center;
  background-size: cover;
  color: #fff;
}
.course-section--diploma {
  padding: 50px 0;
  background: url("../images/diploma-section-bg.jpg") #976c23 no-repeat center;
  background-size: cover;
  color: #fff;
}
.course-section--steps {
  padding: 120px 0 80px;
}
@media (max-width: 767.98px) {
  .course-section--steps {
    padding: 40px 0;
  }
}
.course-section--subscribe {
  padding: 80px 0 75px;
}
@media (max-width: 767.98px) {
  .course-section--subscribe {
    padding: 40px 0;
  }
}
.course-section--social {
  padding: 100px 0 90px;
}
@media (max-width: 767.98px) {
  .course-section--social {
    padding: 40px 0;
  }
}
.course-section--direction {
  padding: 85px 0;
}
@media (max-width: 767.98px) {
  .course-section--direction {
    padding: 40px 0;
  }
}
.course-section--social .course-section-title, .course-section--social .course-write-title, .course-section--social .course-section-header-title {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .course-section--social .course-section-title, .course-section--social .course-write-title, .course-section--social .course-section-header-title {
    text-align: center;
    max-width: 500px;
  }
}
.course-section-title, .course-write-title, .course-section-header-title {
  font-family: "Futura PT";
  font-size: 36px;
  line-height: 1.25;
  margin: 0 0 40px;
}
@media (max-width: 767.98px) {
  .course-section-title, .course-write-title, .course-section-header-title {
    font-size: 32px;
    line-height: 1.15;
  }
}
@media (max-width: 400px) {
  .course-section-title, .course-write-title, .course-section-header-title {
    font-size: 8vw;
  }
}
.course-section-title--center {
  text-align: center;
}
.course-section-subtitle {
  font-size: 15px;
  line-height: 1.5;
  color: #182642;
  margin-top: -15px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .course-section-subtitle br {
    display: none;
  }
}
.course-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .course-section-header {
    display: block;
  }
}
.course-section-header-left {
  flex-grow: 1;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .course-section-header-left {
    margin: 0 0 30px;
  }
}
.course-section-header-title {
  margin-bottom: 5px;
}
.course-section-header-text {
  font-size: 15px;
  line-height: 1.35;
}
.course-section-header .btn {
  font-weight: 600;
  padding: 19px 35px;
}
.course-section-party {
  background: url(../images/course-party-bg.jpg) no-repeat center center;
  border-radius: 5px;
  margin: 20px 0 25px;
  padding: 25px 25px;
  box-shadow: 0px 1px 26px 0px rgba(84, 99, 142, 0.05);
  color: #fff;
  font-size: 17px;
}
@media (min-width: 768px) {
  .course-section-party {
    padding: 25px 40px;
  }
}
@media (min-width: 1200px) {
  .course-section-party {
    padding: 25px 70px;
  }
}
.course-section-party h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .course-section-party h4 {
    font-size: 25px;
    margin-bottom: 0;
  }
}
.course-section-party .col {
  padding: 0 15px;
}
.course-section-party .col-left {
  flex-basis: 46%;
}
.course-section-party .col-right {
  flex-basis: 54%;
}
.course-section-footer {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .course-section-footer {
    flex-direction: column;
  }
}
.course-section-footer--center {
  justify-content: center;
}
.course-section-footer-button {
  margin-right: 22px;
}
@media (max-width: 767.98px) {
  .course-section-footer-button {
    margin: 0 0 15px;
  }
}
.course-section-footer-button .btn {
  min-width: 250px;
}
.course-section-footer-text {
  font-size: 18px;
  line-height: 1.25;
  font-family: "Futura PT";
}
.course-section-footer-text a {
  color: inherit;
  border-bottom: solid 2px #1658da;
  transition: border-color 0.4s, color 0.4s;
}
.course-section-footer-text a:hover {
  color: #1658da;
}
.course-section-footer-text a:active {
  border-color: transparent;
}
.course-section--dark .course-section-footer-text a {
  border-color: #00f0ff;
}
.course-section--dark .course-section-footer-text a:hover {
  color: #00f0ff;
}
.course-section--dark .course-section-footer-text a:active {
  border-color: transparent;
}
.course-section-footer-tinkoff {
  margin-left: 20px;
}
.course-section-footer-tinkoff span {
  display: block;
  font-family: inherit;
  cursor: pointer;
  color: #1658da;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #a5a4ee;
  border-radius: 3px;
  width: 100%;
  padding: 16px 20px;
  max-width: 250px;
  transition: color 200ms linear, border-color 200ms linear;
}
.course-section-footer-tinkoff span.open {
  border-color: transparent;
  background: #f8f9fb;
  box-shadow: inset 0px 3px 5px 0px rgba(17, 84, 227, 0.2);
}
.course-section-footer-tinkoff span.open:hover {
  color: #1658da;
  border-color: transparent;
}
.course-section-footer-tinkoff span:hover {
  color: #0f3c95;
  border-color: #9fb1d5;
}
@media (min-width: 1200px) {
  .course-section-footer-tinkoff span {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .course-section-footer-tinkoff span {
    margin-top: 20px;
  }
}
.course-section-form {
  display: none;
}
.user-logged-in .course-section-form {
  display: block;
}
.course-about-row {
  display: flex;
}
@media (max-width: 991.98px) {
  .course-about-row {
    display: block;
  }
}
.course-about-col--left {
  width: 290px;
  margin-right: 55px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .course-about-col--left {
    width: auto;
    margin: 0 0 50px;
  }
}
.course-about-col--right {
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .course-about-params {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.course-about-params .field {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .course-about-params .field {
    width: 50%;
    padding: 0 15px;
  }
}
@media (max-width: 360px) {
  .course-about-params .field {
    width: 100%;
  }
}
.course-about-params .field:last-child {
  margin-bottom: 0;
}
.course-about-params .field__label {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 11px;
}
.course-about-params .field__item {
  font-size: 20px;
  line-height: 1.25;
  color: #1658da;
}
.course-about-params .field--name-field-course-duration .field__item, .course-about-params .field--name-field-course-price .field__item {
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .course-about-params .field--name-field-course-duration .field__item, .course-about-params .field--name-field-course-price .field__item {
    font-size: 20px;
    font-weight: normal;
  }
}
.course-about-params .field--name-field-course-duration a, .course-about-params .field--name-field-course-price a {
  font-size: 15px;
}
.course-about-title {
  font-family: "Futura PT";
  font-size: 36px;
  line-height: 1.25;
  margin: 0 0 60px;
}
@media (max-width: 991.98px) {
  .course-about-title {
    margin-bottom: 40px;
  }
}
.course-about--seo {
  padding-top: 115px;
}
.course-suitable {
  display: flex;
  margin-bottom: 30px;
}
.course-suitable-slider {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .course-suitable {
    display: block;
    margin-bottom: 0;
  }
}
.course-suitable .flickity-viewport {
  width: 100%;
}
.course-suitable .flickity-page-dots {
  display: none;
}
@media (max-width: 991.98px) {
  .course-suitable .flickity-page-dots {
    display: block;
    position: static;
    padding-top: 10px;
    text-align: center;
  }
}
.course-suitable .flickity-page-dots .dot {
  margin: 0 6px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #c6c9d6;
  opacity: 1;
  transition: transform 0.4s, background-color 0.4s;
}
.course-suitable .flickity-page-dots .dot:hover {
  transform: scale(1.5) perspective(1px);
}
.course-suitable .flickity-page-dots .dot.is-selected {
  background-color: #1658da;
  transform: none;
}
.course-suitable-left {
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .course-suitable-left {
    margin-bottom: 30px;
  }
}
.course-suitable-form {
  width: 280px;
  flex-shrink: 0;
  margin-left: 20px;
  border-radius: 5px;
  background: url("../images/suitable-form-bg.png") #1658da no-repeat center bottom;
  background-size: cover;
  box-shadow: 0 1px 26px 0 rgba(84, 99, 142, 0.05);
  overflow: hidden;
  color: #fff;
  padding: 40px 30px 35px;
}
@media (max-width: 767.98px) {
  .course-suitable-form {
    width: 100%;
    margin: 0;
  }
}
.course-suitable-form-title {
  font-family: "Futura PT";
  font-size: 23px;
  line-height: 1.3;
  margin: 0 0 35px;
}
.course-suitable-form .form-agree {
  font-size: 14px;
  line-height: 1.35;
  padding-top: 35px;
  letter-spacing: 0.5px;
}
.course-suitable-form .form-agree a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.45);
  transition: border-color 0.4s;
}
.course-suitable-form .form-agree a:hover {
  border-color: #fff;
}
.course-suitable-form .form-agree a:active {
  border-color: transparent;
}
.course-suitable-form .form-actions {
  position: relative;
  overflow: hidden;
}
.course-suitable-form .form-actions::after {
  content: "";
  display: block;
  width: 26px;
  height: 100%;
  background: url("../images/airplane-icon-black.png") no-repeat center;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  top: 0;
  right: 18px;
  transition: transform 0.4s;
}
.course-suitable-form .form-actions:hover::after {
  transform: rotate(28deg);
}
.course-suitable-form .form-actions:active::after, .course-suitable-form .form-actions:focus::after {
  transform: translate3d(100px, 0, 0) rotate(26deg);
}
.course-suitable-form .btn--submit {
  display: flex;
  width: 100%;
  min-height: 60px;
  justify-content: flex-start;
}
.course-suitable-slider {
  height: 100%;
  margin: 0 -10px;
}
.course-suitable-slider .flickity-viewport {
  min-height: 100%;
}
.course-suitable-slider .flickity-prev-next-button {
  padding: 0;
  border-radius: 0;
  width: 35px;
  height: 61px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: opacity 0.4s, transform 0.4s;
}
.course-suitable-slider .flickity-prev-next-button.previous {
  background-image: url("../images/suitable-slider-arrow-left.png");
  left: -140px;
}
@media (max-width: 1599px) {
  .course-suitable-slider .flickity-prev-next-button.previous {
    left: -50px;
  }
}
.course-suitable-slider .flickity-prev-next-button.previous:hover {
  transform: translate3d(-3px, -50%, 0);
}
.course-suitable-slider .flickity-prev-next-button.next {
  background-image: url("../images/suitable-slider-arrow-right.png");
  right: -140px;
}
@media (max-width: 1599px) {
  .course-suitable-slider .flickity-prev-next-button.next {
    right: -50px;
  }
}
.course-suitable-slider .flickity-prev-next-button.next:hover {
  transform: translate3d(3px, -50%, 0);
}
.course-suitable-slider .flickity-prev-next-button:hover {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.course-suitable-slider .flickity-prev-next-button:active {
  opacity: 0.5;
}
.course-suitable-slider .flickity-prev-next-button:focus {
  outline: none;
  box-shadow: none;
}
.course-suitable-slider .flickity-prev-next-button svg {
  display: none;
}
@media (max-width: 1365px) {
  .course-suitable-slider .flickity-prev-next-button {
    display: none;
  }
}
.course-suitable-slider .flickity-prev-next-button.next {
  right: -440px;
}
@media (max-width: 1599px) {
  .course-suitable-slider .flickity-prev-next-button.next {
    right: -350px;
  }
}
.course-suitable-slide {
  min-height: 100%;
  width: 33.333%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1199.98px) {
  .course-suitable-slide {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .course-suitable-slide {
    width: 100%;
  }
}
.course-learn {
  margin: 0 -10px;
}
.course-learn-col {
  width: 50%;
  margin-bottom: 20px;
  position: relative;
  padding: 0 10px;
}
@media (max-width: 991.98px) {
  .course-learn-col {
    width: 100%;
  }
}
.course-learn-col:nth-child(2) {
  margin-top: -90px;
}
@media (max-width: 991.98px) {
  .course-learn-col:nth-child(2) {
    margin-top: 0;
  }
}
.course-learn-number {
  position: absolute;
  top: 45px;
  left: 70px;
  color: #1658da;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .course-learn-number {
    display: none;
  }
}
.course-learn-item {
  border: solid 1px #edeff5;
  padding: 70px 60px;
}
@media (max-width: 991.98px) {
  .course-learn-item {
    padding: 40px 30px;
  }
}
.course-learn-title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .course-learn-title {
    font-size: 22px;
  }
}
.course-learn-text .text-formatted {
  font-size: 18px;
}
.course-collapse {
  position: relative;
  margin-bottom: 8px;
  background-color: rgba(76, 79, 92, 0.4);
}
.course-collapse-number {
  position: absolute;
  top: 27px;
  left: 30px;
  color: #00f0ff;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .course-collapse-number {
    display: none;
  }
}
.course-collapse-header {
  padding: 25px 35px 25px 88px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.4s;
}
@media (max-width: 767.98px) {
  .course-collapse-header {
    padding: 20px;
  }
}
.course-collapse-header::after {
  content: "";
  width: 14px;
  height: 9px;
  flex-shrink: 0;
  margin-left: 20px;
  background: url("../images/course-collapse-arrow.png") no-repeat center;
  transform: rotate(180deg);
  transition: transform 0.4s;
}
.course-collapse-header:hover {
  background-color: rgba(76, 79, 92, 0.6);
}
.course-collapse-header:hover::after {
  transform: rotate(180deg) translate3d(0, 3px, 0);
}
.course-collapse-header:active {
  background-color: #585b6a;
}
.course-collapse-header.collapsed::after {
  transform: none;
}
.course-collapse-header.collapsed:hover::after {
  transform: translate3d(0, 3px, 0);
}
.course-collapse-title {
  font-size: 18px;
  line-height: 1.25;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .course-collapse-title {
    font-size: 17px;
  }
}
.course-collapse-body-top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #00f0ff;
  font-size: 18px;
  line-height: 1.35;
}
@media (max-width: 767.98px) {
  .course-collapse-body-top {
    display: block;
  }
}
.course-collapse-body-top .field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 25px;
}
@media (max-width: 767.98px) {
  .course-collapse-body-top .field {
    margin: 0 0 15px;
  }
}
.course-collapse-body-top .field:last-child {
  margin-right: 0;
}
.course-collapse-body-top .field__label {
  font-weight: normal;
  margin-right: 4px;
}
.course-collapse-body-top .field__label::after {
  content: ":";
}
.course-collapse-body-text {
  display: flex;
  color: #c2c5d2;
  font-size: 16px;
  line-height: 1.35;
}
.course-collapse-body-text .text-formatted {
  font-size: inherit;
  line-height: inherit;
}
.course-collapse-body-text .text-formatted ol li,
.course-collapse-body-text .text-formatted ul li {
  margin-bottom: 14px;
}
.course-collapse-inner {
  padding: 15px 40px 30px 88px;
}
@media (max-width: 767.98px) {
  .course-collapse-inner {
    padding: 15px 20px;
  }
}
.course-inline-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .course-inline-form {
    flex-direction: column;
  }
}
.course-inline-form-left {
  margin-right: 50px;
}
@media (max-width: 1199.98px) {
  .course-inline-form-left {
    margin-right: 40px;
  }
}
@media (max-width: 991.98px) {
  .course-inline-form-left {
    width: 100%;
    margin: 0 0 30px;
  }
}
.course-inline-form-right {
  flex-grow: 1;
  max-width: 635px;
  padding-top: 10px;
}
@media (max-width: 1199.98px) {
  .course-inline-form-right {
    min-width: 560px;
  }
}
@media (max-width: 991.98px) {
  .course-inline-form-right {
    max-width: 100%;
    min-width: 0;
  }
}
.course-inline-form form {
  display: flex;
  margin: 0 -6px;
}
@media (max-width: 767.98px) {
  .course-inline-form form {
    display: block;
  }
}
.course-inline-form .form-wrapper {
  flex-grow: 1;
  padding: 0 6px;
  margin-bottom: 12px;
  width: calc(50% - 162px);
}
@media (max-width: 767.98px) {
  .course-inline-form .form-wrapper {
    width: 100%;
  }
}
.course-inline-form .form-actions {
  width: auto;
  flex-shrink: 0;
  flex-grow: 0;
}
.course-inline-form .form-actions input {
  min-height: 62px;
  width: 150px;
}
@media (max-width: 767.98px) {
  .course-inline-form .form-actions input {
    width: 100%;
  }
}
.course-inline-form .form-control:hover {
  border-color: #c6cbde;
  background-color: rgba(22, 88, 218, 0.05);
}
.course-inline-form .form-control:focus {
  background-color: transparent;
  border-color: #1658da;
}
.course-inline-form .form-agree {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  text-align: right;
}
.course-section--direction .course-inline-form .form-agree {
  text-align: left;
}
@media (max-width: 991.98px) {
  .course-inline-form .form-agree {
    text-align: center;
  }
}
.course-inline-form .form-agree a {
  color: #1658da;
  border-bottom: solid 1px rgba(22, 88, 218, 0.35);
  transition: border-color 0.4s;
}
.course-inline-form .form-agree a:hover {
  border-color: #1658da;
}
.course-inline-form .form-agree a:active {
  color: inherit;
}
.course-write {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .course-write {
    display: block;
  }
}
.course-write-title {
  font-size: 30px;
  margin: 0 30px 0 0;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .course-write-title {
    margin: 0 0 30px;
    font-size: 28px;
  }
}
.course-diploma {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -25px;
  font-family: "Futura PT";
}
@media (max-width: 767.98px) {
  .course-diploma {
    flex-direction: column;
    margin: 0;
  }
}
.course-diploma .field {
  padding: 0 25px;
}
@media (max-width: 767.98px) {
  .course-diploma .field {
    padding: 0;
    margin-bottom: 25px;
  }
}
.course-diploma .field--name-field-title {
  font-size: 36px;
  line-height: 1.25;
}
.course-diploma .field--name-field-subtitle {
  font-size: 23px;
  line-height: 1.15;
}
@media (max-width: 767.98px) {
  .course-diploma .field--name-field-subtitle {
    margin-bottom: 0;
  }
}
.course-diploma .field--name-field-image img {
  max-width: 250px;
  max-height: 250px;
  height: auto;
  width: auto;
  object-fit: contain;
  transform-origin: right top;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 3;
}
.course-diploma .field--name-field-image img:hover {
  z-index: 10;
  transform: scale(2.5);
  transition: transform 0.5s;
}
.course-become {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 15px;
}
.course-become-col {
  padding: 0 10px;
  width: 25%;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .course-become-col {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .course-become-col {
    width: 100%;
  }
}
.course-become-item {
  background-color: #3f424e;
  padding: 25px 23px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.course-become-title {
  font-size: 18px;
  line-height: 1.35;
  font-weight: bold;
  margin-bottom: 35px;
  flex-grow: 1;
}
.course-become-price {
  font-weight: 300;
  padding-left: 5px;
}
.course-become-price .field__label {
  font-weight: inherit;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 5px;
}
.course-become-price .field__item {
  font-size: 30px;
  line-height: 1.15;
  color: #00f0ff;
}
.course-steps {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 45px;
}
@media (max-width: 991.98px) {
  .course-steps {
    justify-content: center;
  }
}
.course-steps-col {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 33.333%;
}
@media (max-width: 991.98px) {
  .course-steps-col {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .course-steps-col {
    width: 100%;
  }
}
.course-steps-item {
  min-height: 100%;
  box-shadow: 0 1px 26px 0 rgba(84, 99, 142, 0.05);
  background-color: #edeff5;
  border-radius: 5px;
  padding: 40px 45px 65px;
}
@media (max-width: 1199.98px) {
  .course-steps-item {
    padding: 35px 35px 50px;
  }
}
.course-steps-number {
  font-size: 15px;
  line-height: 1.15;
  font-weight: 300;
  color: #1658da;
  margin-bottom: 60px;
}
.course-steps-title {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 27px;
}
.course-steps-text {
  font-size: 15px;
  line-height: 1.65;
  color: #80859f;
  max-width: 255px;
}
.course-teaser {
  min-height: 100%;
  display: flex;
}
.course-teaser-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  backface-visibility: hidden;
  box-shadow: 0 1px 26px 0 rgba(84, 99, 142, 0.05);
  transition: background-color 0.4s, transform 0.4s, box-shadow 0.4s;
}
.course-teaser-inner:hover {
  transform: translate3d(0, -6px, 0);
}
.course-teaser-inner:active {
  background-color: #f2f2f2;
  box-shadow: none;
}
.course-teaser-promo {
  position: relative;
  color: #fff;
  background-color: #1658da;
}
.course-teaser-inner--dark .course-teaser-promo {
  color: #182642;
}
.course-teaser-image {
  min-height: 310px;
  display: flex;
}
.course-teaser-image .field {
  flex-grow: 1;
}
.course-teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-teaser-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 90px 35px 82px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.course-teaser-date {
  position: absolute;
  top: 33px;
  left: 33px;
  right: 33px;
  font-size: 15px;
  line-height: 1.25;
}
.course-teaser-title {
  font-size: 18px;
  line-height: 1.35;
  font-weight: bold;
  min-height: 72px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.course-teaser-fakelink {
  display: inline;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  transition: border-color 0.4s, color 0.4s;
}
.course-teaser-inner--dark .course-teaser-fakelink {
  border-color: rgba(24, 38, 66, 0.3);
}
.course-teaser-inner:hover .course-teaser-fakelink {
  border-color: #fff;
}
.course-teaser-inner--dark:hover .course-teaser-fakelink {
  color: #1658da;
  border-color: #1658da;
}
.course-teaser-tags {
  position: absolute;
  bottom: 29px;
  left: 32px;
  right: 0;
}
.course-teaser-tags .tags {
  display: block;
  margin: 0 -3px;
  opacity: 0;
  -webkit-mask-image: -webkit-linear-gradient(left, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0.7) 88%, rgba(0, 0, 0, 0) 97%);
}
.course-teaser-tags .tags.flickity-enabled {
  opacity: 1;
  transition: opacity 0.6s;
}
.course-teaser-tags .tags-item {
  padding: 0;
  margin: 0 3px;
  cursor: pointer;
  white-space: nowrap;
}
.course-teaser-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.course-teaser-body-items {
  display: flex;
  border-top: solid 2px #f2f2f2;
}
.course-teaser-body-items .field__label {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 3px;
}
@media (max-width: 575.98px) {
  .course-teaser-body-items .field__label {
    font-size: 4vw;
  }
}
.course-teaser-body-items .field__label::after {
  content: ":";
}
.course-teaser-body-items .field__item {
  font-size: 30px;
  line-height: 1.15;
  color: #1658da;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 575.98px) {
  .course-teaser-body-items .field__item {
    font-size: 8vw;
  }
}
.course-teaser-body-item {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  padding: 16px 15px 16px 25px;
}
@media (max-width: 575.98px) {
  .course-teaser-body-item {
    padding: 15px;
  }
}
.course-teaser-body-item .field {
  max-width: 100%;
}
.course-teaser-body-item--left {
  border-right: solid 1px #f2f2f2;
}
.course-teaser-body-item--right {
  border-left: solid 1px #f2f2f2;
}
.course-teaser.is-dragging .course-teaser-inner {
  pointer-events: none;
  transform: translate3d(0, -6px, 0);
}
.course-teaser .field--name-field-course-form-of-training {
  padding: 18px 28px 20px 32px;
  font-size: 15px;
  line-height: 1.35;
  display: flex;
  min-height: 80px;
}
.course-teaser .field--name-field-course-form-of-training .field__label {
  font-weight: 600;
  margin-right: 12px;
}
.course-teaser .field--name-field-course-form-of-training .field__label::after {
  content: ":";
}
.course-teaser .field--name-field-course-form-of-training .field__item {
  flex-grow: 1;
  font-weight: 500;
}
.course-filter {
  margin-bottom: 10px;
}
.course-filter-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 991.98px) {
  .course-filter-row {
    flex-direction: column;
  }
}
.course-filter-col {
  padding: 0 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.course-filter-col--left {
  max-width: 450px;
}
.course-filter-col--right {
  max-width: 730px;
}
@media (max-width: 991.98px) {
  .course-filter-col {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .course-filter-col {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.course-filter-label {
  display: block !important;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0 20px 0 0;
}
@media (max-width: 1199.98px) {
  .course-filter-label {
    margin-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .course-filter-label {
    margin: 0 15px 10px 0;
  }
  .course-filter-col--right .course-filter-label {
    width: 100%;
    margin: 0 0 10px;
  }
}
.course-filter-field {
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .course-filter-field {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .course-filter-field--search {
    max-width: calc(100% - 76px);
  }
}
.course-filter .form-control:hover {
  border-color: #c6cbde;
  background-color: rgba(22, 88, 218, 0.05);
}
.course-filter .form-control:focus {
  background-color: transparent;
  border-color: #1658da;
}
.course-filter-submit {
  width: 64px;
  margin-left: 12px;
  flex-shrink: 0;
  align-self: normal;
}
@media (max-width: 767.98px) {
  .course-filter-submit {
    margin-bottom: 10px;
  }
}
.course-filter-submit .btn {
  font-size: 0;
  min-height: 100%;
  background-image: url("../images/form-search-icon.png");
  background-repeat: no-repeat;
  background-position: center;
}
.course-filter-submit .btn:active {
  background-image: url("../images/form-search-icon.png") !important;
}
.course-block, .media-block {
  position: relative;
  min-height: 300px;
}
.course-block::before, .media-block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  background: url("../images/ajax-preloader.svg") rgba(237, 239, 245, 0.9) no-repeat center 150px;
  background-size: 150px;
  transition: opacity 0.4s;
}
@media (max-width: 767.98px) {
  .course-block::before, .media-block::before {
    position: fixed;
    z-index: 5;
    background-position: center;
  }
}
.course-block.is-loading::before, .is-loading.media-block::before {
  opacity: 1;
  pointer-events: auto;
}
.course-block-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -15px 44px;
}
@media (max-width: 1199.98px) {
  .course-block-header {
    display: block;
    margin: 0 0 40px;
  }
}
.course-block-col {
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  .course-block-col {
    padding: 0;
    margin-bottom: 20px;
  }
}
.course-block-title {
  font-family: "Futura PT";
  font-size: 36px;
  line-height: 1.25;
}
.course-block-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -14px;
}
.course-block-button {
  margin: 0 10px 10px 0;
}
.course-block-button:last-child {
  margin-right: 0;
}
.course-block-button .btn {
  min-width: 0;
  font-size: 15px;
  padding: 13px 15px;
  letter-spacing: 0;
}
.course-block-button .btn--white {
  box-shadow: 0 1px 8px 0 rgba(84, 99, 142, 0.08);
}
.course-tinkoff-form {
  background: #fff;
  display: none;
}

.suitable-item {
  flex-grow: 1;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  backface-visibility: hidden;
  box-shadow: 0 1px 26px 0 rgba(84, 99, 142, 0.05);
}
.suitable-item-content {
  padding: 35px 25px 30px 30px;
}
.suitable-item-image img {
  width: 100%;
}
.suitable-item-title {
  font-size: 21px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 20px;
}
.suitable-item-description {
  font-size: 15px;
  line-height: 1.4;
  color: #83858f;
}
.suitable-item-description .field__label {
  font-size: 15px;
  color: #182642;
  margin: 0 0 12px;
}
.suitable-item-description .field__label::after {
  content: ":";
}

.price-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px -6px;
}
@media (max-width: 991.98px) {
  .price-blocks {
    justify-content: center;
  }
}
.price-blocks--big {
  margin: 0 -10px;
}
.price-col {
  padding: 0 6px;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .price-col {
    width: 100%;
  }
}
.price-blocks--big .price-col {
  padding: 0 10px;
  width: 33.333%;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .price-blocks--big .price-col {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .price-blocks--big .price-col {
    width: 100%;
  }
}
.price-short-block {
  background-color: #edeff5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100%;
  padding: 22px 40px;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  .price-short-block {
    padding: 20px;
    flex-direction: column;
    text-align: center;
  }
}
.price-short-block-title {
  font-size: 18px;
  font-weight: 500;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .price-short-block-title {
    margin: 0 0 15px;
  }
}
.price-short-block-price, .price-big-block-price {
  font-size: 30px;
  font-weight: 300;
  color: #1658da;
}
.price-big-block {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 26px 0 rgba(84, 99, 142, 0.05);
  text-align: center;
  padding: 70px 20px 145px;
  position: relative;
  min-height: 100%;
}
@media (max-width: 1199.98px) {
  .price-big-block {
    padding: 50px 20px 140px;
  }
}
.price-big-block-title {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
  margin-bottom: 48px;
}
.price-big-block-text {
  font-size: 15px;
  line-height: 2.1;
  color: #80859f;
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
  padding-left: 21px;
}
@media (max-width: 1199.98px) {
  .price-big-block-text {
    line-height: 1.9;
  }
}
.price-big-block-price {
  font-size: 36px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px 50px;
}

#block-course-list {
  margin-bottom: 30px;
}

.tinkoff-form {
  border-top: 2px solid #edeff5;
  border-bottom: 2px solid #edeff5;
  margin-top: 55px;
  padding: 7px 0 15px 0;
}
.paragraph--type--course-price-big .tinkoff-form {
  border: 0;
}
.tinkoff-form form,
.tinkoff-form .form {
  font-family: "HelveticaNeueCyr";
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.tinkoff-form form .btn,
.tinkoff-form .form .btn {
  padding-left: 25px;
  padding-right: 25px;
}
.tinkoff-form form .form-item,
.tinkoff-form .form .form-item {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 0 6px;
}
.tinkoff-form form .form-item-course-price,
.tinkoff-form .form .form-item-course-price {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .tinkoff-form form .form-item-course-price,
  .tinkoff-form .form .form-item-course-price {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .tinkoff-form form .form-item-course-price,
  .tinkoff-form .form .form-item-course-price {
    padding-right: 22px;
    width: 192px;
  }
}
.tinkoff-form form .form-item-course-price select,
.tinkoff-form .form .form-item-course-price select {
  height: auto !important;
  padding: 17px 10px;
}
.tinkoff-form form .form-item-course-price select:focus,
.tinkoff-form .form .form-item-course-price select:focus {
  outline: none;
  box-shadow: none;
}
.tinkoff-form form .form-item-course-title,
.tinkoff-form .form .form-item-course-title {
  width: 100%;
}
@media (min-width: 768px) {
  .tinkoff-form form .form-item-course-title,
  .tinkoff-form .form .form-item-course-title {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .tinkoff-form form .form-item-course-title,
  .tinkoff-form .form .form-item-course-title {
    padding-right: 30px;
    width: calc(100% - 614px);
  }
}
.tinkoff-form form .form-item-email,
.tinkoff-form .form .form-item-email {
  width: 100%;
  max-width: 300px;
  flex-shrink: 0;
}
.tinkoff-form form .form-item-email input,
.tinkoff-form .form .form-item-email input {
  padding: 15px 10px;
}
.tinkoff-form form .form-item-email input:focus,
.tinkoff-form .form .form-item-email input:focus {
  outline: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .tinkoff-form form .form-item-email,
  .tinkoff-form .form .form-item-email {
    width: 40%;
  }
}
@media (min-width: 992px) {
  .tinkoff-form form .form-item-email,
  .tinkoff-form .form .form-item-email {
    width: 262px;
  }
}
.tinkoff-form form .form-item-submit,
.tinkoff-form .form .form-item-submit {
  width: 160px;
  flex-shrink: 0;
}
.tinkoff-form form .form-item-submit input,
.tinkoff-form .form .form-item-submit input {
  width: 100%;
}
@media (min-width: 768px) {
  .tinkoff-form form .form-item-submit,
  .tinkoff-form .form .form-item-submit {
    margin-top: 50px;
  }
}
.tinkoff-form form .form-item-agree,
.tinkoff-form .form .form-item-agree {
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
}
.tinkoff-form form .form-item-agree a,
.tinkoff-form .form .form-item-agree a {
  color: #1658da;
  border-bottom: solid 1px rgba(22, 88, 218, 0.35);
  transition: border-color 0.4s;
}
.tinkoff-form form .form-item-agree a:hover,
.tinkoff-form .form .form-item-agree a:hover {
  border-color: #1658da;
}
.tinkoff-form form .form-item-agree a:active,
.tinkoff-form .form .form-item-agree a:active {
  color: inherit;
}
@media (min-width: 992px) {
  .tinkoff-form form .form-item-agree,
  .tinkoff-form .form .form-item-agree {
    text-align: right;
  }
}
.tinkoff-form form .form-item label,
.tinkoff-form form .form-item .label,
.tinkoff-form .form .form-item label,
.tinkoff-form .form .form-item .label {
  display: block;
  color: #80859f;
  font-size: 15px;
  margin: 0 0 13px 0;
  font-weight: normal;
}
.tinkoff-form form .form-item .text,
.tinkoff-form .form .form-item .text {
  color: #182642;
  font-size: 18px;
  line-height: 1.3em;
}

.teachers-big {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.teachers-big .teachers-slide {
  margin-bottom: 20px;
}
.teachers-small {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.teachers-small .teachers-slide {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .teachers-small .teachers-slide {
    width: 50%;
  }
}
.teachers-small .teacher-teaser {
  display: flex;
  padding: 40px 35px;
}
.teachers-small .teacher-teaser-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 30px;
  flex-shrink: 0;
}
.teachers-small .teacher-teaser-content {
  padding: 0;
}
.teachers-slider {
  margin: 0 -10px;
}
.teachers-slider .flickity-viewport {
  min-height: 100%;
}
.teachers-slider .flickity-prev-next-button {
  padding: 0;
  border-radius: 0;
  width: 35px;
  height: 61px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: opacity 0.4s, transform 0.4s;
}
.teachers-slider .flickity-prev-next-button.previous {
  background-image: url("../images/suitable-slider-arrow-left.png");
  left: -140px;
}
@media (max-width: 1599px) {
  .teachers-slider .flickity-prev-next-button.previous {
    left: -50px;
  }
}
.teachers-slider .flickity-prev-next-button.previous:hover {
  transform: translate3d(-3px, -50%, 0);
}
.teachers-slider .flickity-prev-next-button.next {
  background-image: url("../images/suitable-slider-arrow-right.png");
  right: -140px;
}
@media (max-width: 1599px) {
  .teachers-slider .flickity-prev-next-button.next {
    right: -50px;
  }
}
.teachers-slider .flickity-prev-next-button.next:hover {
  transform: translate3d(3px, -50%, 0);
}
.teachers-slider .flickity-prev-next-button:hover {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.teachers-slider .flickity-prev-next-button:active {
  opacity: 0.5;
}
.teachers-slider .flickity-prev-next-button:focus {
  outline: none;
  box-shadow: none;
}
.teachers-slider .flickity-prev-next-button svg {
  display: none;
}
@media (max-width: 1365px) {
  .teachers-slider .flickity-prev-next-button {
    display: none;
  }
}
.teachers-slider .flickity-page-dots {
  display: none;
}
@media (max-width: 991.98px) {
  .teachers-slider .flickity-page-dots {
    display: block;
    position: static;
    padding-top: 10px;
    text-align: center;
  }
}
.teachers-slider .flickity-page-dots .dot {
  margin: 0 6px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #c6c9d6;
  opacity: 1;
  transition: transform 0.4s, background-color 0.4s;
}
.teachers-slider .flickity-page-dots .dot:hover {
  transform: scale(1.5) perspective(1px);
}
.teachers-slider .flickity-page-dots .dot.is-selected {
  background-color: #1658da;
  transform: none;
}
.teachers-slide {
  width: 100%;
  padding: 0 10px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .teachers-slide {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .teachers-slide {
    width: 25%;
  }
}

.teacher-teaser {
  flex-grow: 1;
  background-color: #fff;
  min-height: 100%;
  border-radius: 5px;
  overflow: hidden;
  backface-visibility: hidden;
  box-shadow: 0 1px 26px 0 rgba(84, 99, 142, 0.05);
}
.teacher-teaser-image img {
  width: 100%;
}
.teacher-teaser-content {
  padding: 35px 30px 40px;
}
.teacher-teaser-title {
  font-size: 21px;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 18px;
}
.teacher-teaser-description {
  color: #80859f;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}
.teacher-preview {
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  backface-visibility: hidden;
  margin-bottom: 21px;
  display: flex;
}
@media (max-width: 767.98px) {
  .teacher-preview {
    flex-direction: column;
    margin: 0 auto 20px;
  }
}
.teacher-preview-image {
  width: 250px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .teacher-preview-image {
    width: 100%;
    text-align: center;
  }
}
.teacher-preview-content {
  flex-grow: 1;
  padding: 50px 40px;
}
@media (max-width: 767.98px) {
  .teacher-preview-content {
    padding: 30px 20px;
  }
}
.teacher-preview-title {
  font-size: 21px;
  line-height: 1.25;
  font-weight: bold;
}
.teacher-preview-description {
  font-size: 14px;
  line-height: 1.55;
  margin-top: 21px;
}
.teacher-preview-description .text-formatted {
  font-size: inherit;
  line-height: inherit;
}
.teacher-preview-description p {
  margin-bottom: 20px;
}

.additional-teaser {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.additional-teaser-link {
  display: block;
  position: relative;
  border-radius: 5px;
  flex-grow: 1;
  overflow: hidden;
  backface-visibility: hidden;
}
.additional-teaser-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.5;
  background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  transition: opacity 0.4s;
}
.additional-teaser-link:hover::before {
  opacity: 0.7;
}
.additional-teaser-link:active::before {
  opacity: 0.9;
}
.additional-teaser-image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.additional-teaser-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  color: #fff;
  padding: 55px 60px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .additional-teaser-content {
    padding: 30px;
  }
}
.additional-teaser-title {
  font-family: "Futura PT";
  max-width: 250px;
  font-size: 30px;
  line-height: 1.25;
}
.additional-teaser-fakelink {
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  transition: border-color 0.4s;
}
.additional-teaser:hover .additional-teaser-fakelink {
  border-color: #fff;
}
.additional-teaser:active .additional-teaser-fakelink {
  border-color: transparent;
}

.article {
  position: relative;
}
.article-image {
  margin-bottom: 45px;
  position: relative;
}
.article-image .field {
  border-radius: 5px;
  overflow: hidden;
  backface-visibility: hidden;
  background-color: #cccfdb;
}
.article-image a {
  display: block;
  transition: opacity 0.4s, transform 0.4s;
}
.article-image a:hover {
  opacity: 0.9;
  transform: scale(1.015) perspective(1px);
}
.article-image a:active {
  opacity: 0.7;
}
.article-image img {
  display: block;
  width: 100%;
}
.article-date {
  position: absolute;
  top: 0;
  left: -62px;
  max-width: 60px;
  height: 100%;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .article-date {
    position: static;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.article-date-content {
  padding-top: 45px;
  position: sticky;
  top: 30px;
}
@media (max-width: 991.98px) {
  .article-date-content {
    position: static;
    padding: 0;
    display: flex;
    align-items: center;
  }
}
.toolbar-fixed .article-date-content {
  top: 69px;
}
.toolbar-tray-open .article-date-content {
  top: 109px;
}
.article-date--no-offset .article-date-content {
  padding-top: 0;
}
.article-date-big {
  color: #1658da;
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .article-date-big {
    margin: 0 5px 0 0;
  }
}
.article-date-small {
  font-size: 14px;
  line-height: 1.55;
  color: #80859f;
}
.article-quote {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 85px 48px 40px;
}
.article-quote::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 45px;
  width: 90px;
  height: 70px;
  pointer-events: none;
  background: url("../images/article-quote-icon.png") no-repeat center;
}
.article-quote .field {
  color: #80859f;
  font-size: 17px;
  line-height: 1.6;
}
.article-quote .field--name-field-title {
  font-weight: bold;
  margin-bottom: 28px;
  line-height: 1.5;
}
.article-slider {
  margin: 0 -10px;
}
.article-slider .flickity-prev-next-button {
  padding: 0;
  border-radius: 0;
  width: 25px;
  height: 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: opacity 0.4s, transform 0.4s;
}
.article-slider .flickity-prev-next-button.previous {
  background-image: url("../images/slider-blue-arrow-left.png");
  left: -60px;
}
.article-slider .flickity-prev-next-button.previous:hover {
  transform: translate3d(-3px, -50%, 0);
}
.article-slider .flickity-prev-next-button.next {
  background-image: url("../images/slider-blue-arrow-right.png");
  right: -60px;
}
.article-slider .flickity-prev-next-button.next:hover {
  transform: translate3d(3px, -50%, 0);
}
.article-slider .flickity-prev-next-button:hover {
  background-color: transparent;
}
.article-slider .flickity-prev-next-button:active {
  opacity: 0.5;
}
.article-slider .flickity-prev-next-button:focus {
  outline: none;
  box-shadow: none;
}
.article-slider .flickity-prev-next-button svg {
  display: none;
}
@media (max-width: 1199.98px) {
  .article-slider .flickity-prev-next-button {
    display: none;
  }
}
.article-slider .flickity-page-dots {
  max-width: calc(100% - 520px);
  overflow: hidden;
  bottom: 3px;
  right: 10px;
  text-align: right;
}
@media (max-width: 767.98px) {
  .article-slider .flickity-page-dots {
    position: static;
    max-width: 100%;
    padding-top: 10px;
    text-align: center;
  }
}
.article-slider .flickity-page-dots .dot {
  margin: 0 6px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #c6c9d6;
  opacity: 1;
  transition: transform 0.4s, background-color 0.4s;
}
.article-slider .flickity-page-dots .dot:hover {
  transform: scale(1.5) perspective(1px);
}
.article-slider .flickity-page-dots .dot.is-selected {
  background-color: #1658da;
  transform: none;
}
.article-slide {
  width: 100%;
  padding: 0 10px;
}
.article-slide .field--name-field-image {
  border-radius: 5px;
  overflow: hidden;
  backface-visibility: hidden;
  background-color: #cccfdb;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 490px;
}
@media (max-width: 767.98px) {
  .article-slide .field--name-field-image {
    height: 360px;
  }
}
.article-slide .field--name-field-image img {
  display: block;
  object-fit: contain;
}
.article-slide .field--name-field-title {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.45;
  font-style: italic;
  margin-top: -12px;
  opacity: 0;
  transition: opacity 0.4s 0.2s;
}
.article-slide.is-selected .field--name-field-title {
  opacity: 1;
}
.article .tags {
  position: absolute;
  right: 0;
  top: -62px;
}
@media (max-width: 767.98px) {
  .article .tags {
    position: static;
    margin-bottom: 20px;
  }
}
.article .paragraph {
  margin-bottom: 55px;
}
.article .paragraph:last-child {
  margin-bottom: 0;
}
.article .field__item .paragraph {
  margin-bottom: 0;
}

.important-text {
  border-radius: 5px;
  overflow: hidden;
  backface-visibility: hidden;
  padding: 50px 70px 45px 50px;
  background: url("../images/important-text-bg.jpg") #a7802a no-repeat center;
  background-size: cover;
  color: #fff;
  font-size: 18px;
  line-height: 1.45;
}
@media (max-width: 575.98px) {
  .important-text {
    padding: 30px;
  }
}
.important-text-row {
  display: flex;
  align-items: flex-start;
}
.important-text-icon {
  font-size: 220px;
  line-height: 0.7;
  font-weight: 300;
  margin-right: 40px;
}
@media (max-width: 575.98px) {
  .important-text-icon {
    display: none;
  }
}
.important-text-content {
  flex-grow: 1;
}
.important-text-title {
  font-weight: bold;
  margin-bottom: 25px;
}
.important-text-description {
  font-weight: 300;
}

.paragraph-title {
  font-family: "Futura PT";
  font-size: 30px;
  line-height: 1.25;
  margin: 0 0 27px;
}
.paragraph-files {
  margin: 0 -5px -10px;
  display: flex;
  flex-wrap: wrap;
}
.paragraph-files-item {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .paragraph-files-item {
    width: 100%;
  }
}
.paragraph-file {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 18px 27px;
  transition: background-color 0.4s;
}
.paragraph-file:hover {
  background-color: #f7f7f7;
}
.paragraph-file:active {
  background-color: #ededed;
}
.paragraph-file-icon {
  width: 36px;
  height: 44px;
  margin-right: 25px;
  flex-shrink: 0;
  overflow: hidden;
  padding: 0 5px 12px;
  display: flex;
  align-items: flex-end;
  background: url("../images/paragraph-file-icon.png") no-repeat center;
}
.paragraph-file-icon-type {
  flex-grow: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #1658da;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  line-height: 1.15;
}
.paragraph-file-content {
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.35;
}
.paragraph-file-title {
  color: #1658da;
  font-weight: 500;
  margin-bottom: 3px;
}
.paragraph-file-data {
  font-size: 14px;
  color: #80859f;
}

.news-preview {
  margin-bottom: 35px;
  line-height: 1.35;
}
.news-preview--small {
  margin: 0;
  padding: 10px 0;
}
.news-preview-title {
  font-size: 15px;
  margin-bottom: 12px;
}
.news-preview-title a {
  border-bottom: solid 1px transparent;
  transition: border-color 0.4s, color 0.4s;
}
.news-preview-title a:hover {
  color: #b97000;
  border-color: rgba(185, 112, 0, 0.21);
}
.news-preview-title a:active {
  border-color: #b97000;
}
.news-preview--small .news-preview-title {
  margin-bottom: 0;
}
.news-preview-date {
  font-size: 14px;
  color: #80859f;
}
.news-teaser {
  margin-bottom: 55px;
}
.news-teaser-image {
  margin-bottom: 25px;
}
.news-teaser-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .news-teaser-title {
    font-size: 21px;
  }
}
.news-teaser-link {
  padding-bottom: 2px;
  border-bottom: solid 1px rgba(24, 38, 66, 0.2);
  transition: color 0.4s, border-color 0.4s;
}
.news-teaser-link:hover {
  color: #b97000;
  border-color: rgba(185, 112, 0, 0.2);
}
.news-teaser-link:active {
  border-color: #b97000;
}
.news-teaser-introtext {
  font-size: 16px;
  line-height: 1.6;
  color: #80859f;
  margin-bottom: 20px;
}
.news-block {
  padding: 95px 0 60px;
}
@media (max-width: 767.98px) {
  .news-block {
    padding: 40px 0;
  }
}
.news-block-title {
  font-family: "Futura PT";
  font-size: 36px;
  line-height: 1.15;
  margin: 0 0 45px;
}
@media (max-width: 575.98px) {
  .news-block-title {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.news-block .sidebar-subscribe {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rubrics-block {
  color: #fff;
  background: url("../images/rubrics-block-bg.jpg") #b97000 no-repeat center;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  padding: 30px 35px;
  margin-bottom: 20px;
  box-shadow: 0 1px 26px 0 rgba(84, 99, 142, 0.05);
}
.rubrics-block-title {
  font-family: "Futura PT";
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 25px;
}

.block-views-blockinformation-block-2 .view-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.block-views-blockinformation-block-2 .view-content .views-row {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .block-views-blockinformation-block-2 .view-content .views-row {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .block-views-blockinformation-block-2 .view-content .views-row {
    width: 33.33%;
  }
}
.block-views-blockinformation-block-2 .news-teaser {
  margin: 0;
}
.block-views-blockinformation-block-2 .article-date {
  display: none;
}
.block-views-blockinformation-block-2 .course-section {
  padding-bottom: 0;
}

.contacts-map {
  width: 100%;
  height: 500px;
  max-height: 70vh;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .contacts-map {
    height: 360px;
    max-height: 60vh;
  }
}
.contacts-list {
  overflow: hidden;
  margin-right: -395px;
  margin-top: -35px;
}
@media (max-width: 1205px) {
  .contacts-list {
    margin-right: 0;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
  }
}
.contacts-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 70px;
}
@media (max-width: 1205px) {
  .contacts-row {
    order: 1;
    margin: 0 -15px;
  }
}
.contacts-row--end {
  justify-content: flex-end;
}
@media (max-width: 1205px) {
  .contacts-row--end {
    order: 3;
    justify-content: flex-start;
  }
}
.contacts-row--last {
  margin-bottom: 0;
}
@media (max-width: 1205px) {
  .contacts-row--last {
    order: 2;
  }
}
.contacts-item {
  width: 33.333%;
  flex-grow: 1;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 1205px) {
  .contacts-item {
    padding: 0 15px;
  }
}
@media (max-width: 767.98px) {
  .contacts-item {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .contacts-item {
    width: 100%;
  }
}
.contacts-item--3 {
  max-width: 290px;
  flex-grow: 0;
}
.contacts-item-title {
  font-size: 15px;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 17px;
  color: #182642;
}
.contacts-item-text {
  font-size: 21px;
  line-height: 1.35;
  max-width: 305px;
}
.contacts-item-text a {
  display: inline;
  color: inherit;
  padding-bottom: 1px;
  border-bottom: solid 1px transparent;
  transition: color 0.4s, border-color 0.4s;
}
.contacts-item-text a:hover {
  color: #1658da;
  border-color: #1658da;
}
.contacts-item-text a:active {
  color: #0d337d;
  color: #0d337d;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -27px;
}
@media (max-width: 991.98px) {
  .gallery-list {
    margin: 0 -15px;
  }
}
.gallery-list-item {
  width: 33.333%;
  padding: 0 27px;
  margin-bottom: 54px;
}
@media (max-width: 991.98px) {
  .gallery-list-item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .gallery-list-item {
    width: 50%;
  }
}
.gallery-list-item--hidden {
  display: none;
}
.gallery-list-link {
  display: block;
  overflow: hidden;
  box-shadow: 0 1px 26px 0 rgba(84, 99, 142, 0.21);
  transition: opacity 0.4s, box-shadow 0.4s;
}
.gallery-list-link:hover {
  opacity: 0.9;
  box-shadow: none;
}
.gallery-list-link:active {
  opacity: 0.7;
}
.gallery-list-image {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.gallery-list-link:hover .gallery-list-image {
  transform: scale(1.015) perspective(1px);
}

.history-list {
  display: flex;
  margin: 0 -25px -85px;
  position: relative;
}
@media (max-width: 991.98px) {
  .history-list {
    margin: 0 -15px;
  }
}
@media (max-width: 767.98px) {
  .history-list--desktop {
    display: none;
  }
}
.history-list--mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .history-list--mobile {
    display: block;
  }
}
.history-list::before {
  content: "";
  display: block;
  position: absolute;
  top: -115px;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background-color: #e0e2eb;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .history-list::before {
    top: -80px;
  }
}
@media (max-width: 767.98px) {
  .history-list::before {
    content: none;
  }
}
.history-column {
  width: 50%;
  flex: 0 0 50%;
  padding: 0 25px 50px;
}
@media (max-width: 991.98px) {
  .history-column {
    padding: 0 15px;
  }
}
.history-column--2 {
  position: relative;
  top: -115px;
}
@media (max-width: 991.98px) {
  .history-column--2 {
    top: -80px;
  }
}
.history-teaser {
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}
.history-teaser::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #1658da;
  z-index: 5;
  transform: translate3d(17px, -48%, 0);
}
@media (max-width: 991.98px) {
  .history-teaser::before {
    transform: translate3d(7px, -48%, 0);
  }
}
.history-column--2 .history-teaser::before {
  left: auto;
  right: 100%;
  transform: translate3d(-17px, -48%, 0);
}
@media (max-width: 991.98px) {
  .history-column--2 .history-teaser::before {
    transform: translate3d(-7px, -48%, 0);
  }
}
@media (max-width: 767.98px) {
  .history-teaser::before {
    content: none;
  }
}
.history-teaser::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 4;
}
@media (max-width: 991.98px) {
  .history-teaser::after {
    border-width: 15px 15px 0 0;
  }
}
.history-column--2 .history-teaser::after {
  left: auto;
  right: 100%;
  border-width: 0 25px 20px 0;
  border-color: transparent #fff transparent transparent;
}
@media (max-width: 991.98px) {
  .history-column--2 .history-teaser::after {
    border-width: 0 15px 15px 0;
  }
}
@media (max-width: 767.98px) {
  .history-teaser::after {
    content: none;
  }
}
.history-teaser-inner {
  border-radius: 5px;
  overflow: hidden;
  backface-visibility: hidden;
}
.history-teaser-content {
  padding: 35px;
}
.history-teaser-title {
  font-size: 60px;
  line-height: 1;
  font-weight: 200;
  color: #1658da;
  margin-bottom: 24px;
}
.history-teaser .text-formatted {
  font-size: 15px;
  line-height: 1.7;
}
.history-teaser .text-formatted p {
  margin: 0 0 21px;
}
.history-teaser .text-formatted p:last-child {
  margin: 0;
}
.history-teaser .field--name-field-image {
  margin-top: -10px;
}
.history-teaser .field--name-field-image a {
  display: block;
  overflow: hidden;
  transition: opacity 0.4s, box-shadow 0.4s;
}
.history-teaser .field--name-field-image a img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.history-teaser .field--name-field-image a:hover {
  opacity: 0.9;
  box-shadow: none;
}
.history-teaser .field--name-field-image a:hover img {
  transform: scale(1.015) perspective(1px);
}
.history-teaser .field--name-field-image a:active {
  opacity: 0.7;
}

.media-list {
  margin-bottom: 20px;
}
.media-picture {
  position: relative;
  overflow: hidden;
}
.media-picture .tags {
  position: absolute;
  top: 58px;
  left: 35px;
  right: 0;
  z-index: 3;
  margin: 0 -2px -4px;
}
.media-picture .tags-item {
  padding: 0 2px;
  margin-bottom: 4px;
}
.media-picture .tags-item-content {
  background-color: #fff;
  color: #1658da;
  border-color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  padding: 3px 6px;
}
.media-picture .tags-item-content:active, .media-picture .tags-item-content:hover {
  color: #1658da;
  border-color: #fff;
  background-color: #fff;
}
.media-picture a {
  display: flex;
  min-height: 100%;
}
.media-picture img {
  display: block;
  object-fit: cover;
  min-height: 100%;
  transition: opacity 0.4s, transform 0.4s;
}
@media (max-width: 1199.98px) {
  .media-picture img {
    min-width: 100%;
  }
}
.media-title {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .media-title {
    font-size: 21px;
  }
}
@media (max-width: 360px) {
  .media-title {
    font-size: 5.5vw;
  }
}
.media-title-fakelink {
  display: inline;
  border-bottom: solid 1px rgba(24, 38, 66, 0.3);
  transition: border-color 0.4s;
}
.media-params {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -15px;
}
.media-params-item {
  padding: 0 15px;
}
.media-params-date {
  font-size: 14px;
  color: #80859f;
}
.media-params-attached {
  display: flex;
  align-items: center;
}
.media-params-attached-icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
}
.media-params-attached--photo .media-params-attached-icon {
  background-image: url("../images/media-params-icon-photo.png");
}
.media-params-attached--video .media-params-attached-icon {
  background-image: url("../images/media-params-icon-video.png");
}
.media-params-attached-label {
  font-size: 14px;
  color: #1658da;
  font-weight: 500;
}
.media-preview {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  backface-visibility: hidden;
  height: 100%;
}
.media-preview-inner {
  display: flex;
}
@media (max-width: 767.98px) {
  .media-preview-inner {
    flex-direction: column;
  }
}
.media-preview-content {
  padding: 55px 55px 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .media-preview-content {
    padding: 40px 30px;
  }
}
@media (max-width: 575.98px) {
  .media-preview-content {
    padding: 25px;
  }
}
.media-preview .media-picture {
  width: 380px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  .media-preview .media-picture {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .media-preview .media-picture {
    width: 100%;
  }
}
.media-preview .media-params {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .media-preview .media-params {
    margin-bottom: 20px;
  }
}
.media-teaser {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  backface-visibility: hidden;
  height: 100%;
}
.media-teaser-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.media-teaser-content {
  padding: 30px 35px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .media-teaser-content {
    padding: 25px;
  }
}
.media-teaser .tags {
  top: auto;
  bottom: 20px;
}
.media-teaser .media-title {
  font-size: 18px;
  margin-bottom: 21px;
}
@media (max-width: 360px) {
  .media-teaser .media-title {
    font-size: 5.5vw;
  }
}
.media-teaser .media-picture--news .tags {
  bottom: auto;
  top: 20px;
}
.media-node {
  cursor: pointer;
}
.media-node:hover .media-title-fakelink {
  border-color: rgba(24, 38, 66, 0.9);
}
.media-node:hover .media-picture img {
  opacity: 0.9;
  transform: scale(1.015) perspective(1px);
}
.media-node:active .media-title-fakelink {
  border-color: #1658da;
}
.media-node:active .media-picture img {
  opacity: 0.7;
}
.media-buttons {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  margin-top: -82px;
  pointer-events: none;
  position: relative;
  z-index: 4;
}
@media (max-width: 767.98px) {
  .media-buttons {
    margin-top: 0;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.media-button {
  margin-left: 10px;
  pointer-events: auto;
}
@media (max-width: 767.98px) {
  .media-button {
    margin: 0 10px 10px 0;
  }
}
.media-button .btn {
  min-width: 0;
  font-size: 15px;
  padding: 13px 19px;
}
.media-button .btn--white {
  box-shadow: 0 1px 8px 0 rgba(84, 99, 142, 0.08);
}
.media-gallery {
  opacity: 0;
  position: relative;
  transition: opacity 0.4s 0.4s;
}
@media (max-width: 767.98px) {
  .media-gallery {
    padding: 60px 0;
  }
}
.show .media-gallery {
  opacity: 1;
}
.media-gallery-big {
  background-color: #262a31;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
}
@media (max-width: 1199.98px) {
  .media-gallery-big {
    max-height: 70vh;
  }
}
.media-gallery-big-image {
  display: block;
}
@media (max-width: 1199.98px) {
  .media-gallery-big-image {
    max-height: 100%;
    object-fit: cover;
  }
}
.media-gallery-title {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px 15px;
  color: #182642;
  font-size: 16px;
  transition: opacity 0.3s, transform 0.3s;
}
.media-gallery-title--hidden {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
@media (max-width: 767.98px) {
  .media-gallery-title {
    display: none;
  }
}
.media-gallery-thumbs {
  margin: 0 -3px;
}
.media-gallery-thumbs.flickity-enabled {
  position: static;
}
.media-gallery-thumbs .flickity-prev-next-button {
  padding: 0;
  border-radius: 0;
  width: 35px;
  height: 61px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: opacity 0.4s, transform 0.4s;
  top: 0;
  bottom: 105px;
  height: auto;
  transform: none;
}
.media-gallery-thumbs .flickity-prev-next-button.previous {
  background-image: url("../images/suitable-slider-arrow-left.png");
  left: -140px;
}
@media (max-width: 1599px) {
  .media-gallery-thumbs .flickity-prev-next-button.previous {
    left: -50px;
  }
}
.media-gallery-thumbs .flickity-prev-next-button.previous:hover {
  transform: translate3d(-3px, -50%, 0);
}
.media-gallery-thumbs .flickity-prev-next-button.next {
  background-image: url("../images/suitable-slider-arrow-right.png");
  right: -140px;
}
@media (max-width: 1599px) {
  .media-gallery-thumbs .flickity-prev-next-button.next {
    right: -50px;
  }
}
.media-gallery-thumbs .flickity-prev-next-button.next:hover {
  transform: translate3d(3px, -50%, 0);
}
.media-gallery-thumbs .flickity-prev-next-button:hover {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.media-gallery-thumbs .flickity-prev-next-button:active {
  opacity: 0.5;
}
.media-gallery-thumbs .flickity-prev-next-button:focus {
  outline: none;
  box-shadow: none;
}
.media-gallery-thumbs .flickity-prev-next-button svg {
  display: none;
}
@media (max-width: 1199.98px) {
  .media-gallery-thumbs .flickity-prev-next-button {
    bottom: 7vh;
    width: 32px;
    background-size: contain;
  }
}
@media (max-width: 767.98px) {
  .media-gallery-thumbs .flickity-prev-next-button {
    display: none;
  }
}
.media-gallery-thumbs .flickity-prev-next-button:disabled {
  pointer-events: auto;
}
.media-gallery-thumbs .flickity-prev-next-button.previous {
  background-image: url("../images/white-slider-arrow-left.png");
  left: -160px;
}
@media (max-width: 1365px) {
  .media-gallery-thumbs .flickity-prev-next-button.previous {
    left: -100px;
  }
}
@media (max-width: 1199.98px) {
  .media-gallery-thumbs .flickity-prev-next-button.previous {
    left: -47px;
  }
}
.media-gallery-thumbs .flickity-prev-next-button.previous:hover {
  transform: translate3d(-3px, 0, 0);
}
.media-gallery-thumbs .flickity-prev-next-button.next {
  background-image: url("../images/white-slider-arrow-right.png");
  right: -160px;
}
@media (max-width: 1365px) {
  .media-gallery-thumbs .flickity-prev-next-button.next {
    right: -100px;
  }
}
@media (max-width: 1199.98px) {
  .media-gallery-thumbs .flickity-prev-next-button.next {
    right: -47px;
  }
}
.media-gallery-thumbs .flickity-prev-next-button.next:hover {
  transform: translate3d(3px, 0, 0);
}
.media-gallery-thumb {
  display: block;
  width: 16.6666666667%;
  padding: 0 3px;
  transition: transform 0.4s;
}
.is-dragging .media-gallery-thumb {
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .media-gallery-thumb {
    width: 20%;
  }
}
.media-gallery-thumb:hover {
  transform: scale(1.015) perspective(1px);
}
.media-gallery-thumb-content {
  background-color: #262a31;
}
.media-gallery-thumb-image {
  display: block;
  opacity: 0.25;
  transition: opacity 0.4s, transform 0.4s;
}
.media-gallery-thumb:hover .media-gallery-thumb-image {
  opacity: 0.35;
}
.media-gallery-thumb--is-active .media-gallery-thumb-image {
  opacity: 1 !important;
}
.media-gallery .slider-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 38px;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}
@media (max-width: 1199.98px) {
  .media-gallery .slider-counter {
    display: none;
  }
}
.media-gallery .slider-counter-divider {
  margin: 0 3px;
}
.media-gallery .slider-counter-num--current {
  font-size: 30px;
  color: #4ef5ff;
  font-weight: 300;
  line-height: 1;
  padding-bottom: 8px;
}
.media-gallery .slider-counter-num--all {
  padding-left: 2px;
}
.media-video {
  width: 100%;
  height: 600px;
  max-height: 60vh;
  border: 0;
}
@media (max-width: 767.98px) {
  .media-video {
    height: 400px;
  }
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px -8px;
}
.tags-item {
  padding: 0 4px;
  margin-bottom: 8px;
}
.tags-item-content {
  display: block;
  font-size: 14px;
  line-height: 1.25;
  border: solid 1px rgba(22, 88, 218, 0.24);
  color: #1658da;
  border-radius: 3px;
  padding: 3px 8px;
  font-weight: 500;
  transition: color 0.4s, border-color 0.4s, background-color 0.4s;
}
.tags-item-content:hover {
  color: #b97000;
  border-color: #b97000;
}
.tags-item-content:active {
  background-color: rgba(185, 112, 0, 0.15);
}
.tags-item-content--active {
  background-color: #b97000;
  border-color: #b97000 !important;
  color: #fff;
}
.--tags-light .tags-item-content, .course-promo--light .tags-item-content {
  border: solid 1px rgba(255, 255, 255, 0.3);
  color: #fff;
}
.--tags-light .tags-item-content:hover, .course-promo--light .tags-item-content:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
}
.--tags-light .tags-item-content:active, .course-promo--light .tags-item-content:active {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.17);
}
.--tags-light .tags-item-content {
  margin: 0 3px;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.social-col {
  padding: 0 5px;
  flex-grow: 1;
  max-width: 130px;
  margin-bottom: 10px;
}
.social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  min-width: 80px;
  border-radius: 5px;
  color: #fff;
  font-size: 34px;
  transition: background-color 0.4s;
}
.social-item:hover {
  color: #fff;
}
.social-item--vk {
  background-color: #49739f;
}
.social-item--vk:hover {
  background-color: #395a7c;
}
.social-item--vk:active {
  background-color: #294059;
}
.social-item--instagram {
  background-color: #363944;
}
.social-item--instagram:hover {
  background-color: #4d5160;
}
.social-item--instagram:active {
  background-color: #63697d;
}
.social-item--twitter {
  background-color: #009acd;
}
.social-item--twitter:hover {
  background-color: #00749a;
}
.social-item--twitter:active {
  background-color: #004d67;
}
.social-item--facebook {
  background-color: #3b5998;
}
.social-item--facebook:hover {
  background-color: #2d4373;
}
.social-item--facebook:active {
  background-color: #1e2e4f;
}
.social-text {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 500;
  padding-top: 15px;
}
@media (max-width: 1199.98px) {
  .course-section--social .social-text {
    text-align: center;
  }
}

.front-slider .flickity-prev-next-button {
  padding: 0;
  border-radius: 0;
  width: 35px;
  height: 61px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  transition: opacity 0.4s, transform 0.4s;
}
.front-slider .flickity-prev-next-button.previous {
  background-image: url("../images/suitable-slider-arrow-left.png");
  left: -140px;
}
@media (max-width: 1599px) {
  .front-slider .flickity-prev-next-button.previous {
    left: -50px;
  }
}
.front-slider .flickity-prev-next-button.previous:hover {
  transform: translate3d(-3px, -50%, 0);
}
.front-slider .flickity-prev-next-button.next {
  background-image: url("../images/suitable-slider-arrow-right.png");
  right: -140px;
}
@media (max-width: 1599px) {
  .front-slider .flickity-prev-next-button.next {
    right: -50px;
  }
}
.front-slider .flickity-prev-next-button.next:hover {
  transform: translate3d(3px, -50%, 0);
}
.front-slider .flickity-prev-next-button:hover {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.front-slider .flickity-prev-next-button:active {
  opacity: 0.5;
}
.front-slider .flickity-prev-next-button:focus {
  outline: none;
  box-shadow: none;
}
.front-slider .flickity-prev-next-button svg {
  display: none;
}
@media (max-width: 1365px) {
  .front-slider .flickity-prev-next-button {
    display: none;
  }
}
.front-slider .flickity-prev-next-button:disabled {
  pointer-events: auto;
}
.front-slider .flickity-prev-next-button.previous {
  background-image: url("../images/front-slider-arrow-left.png");
  left: 12%;
}
.front-slider .flickity-prev-next-button.next {
  background-image: url("../images/front-slider-arrow-right.png");
  right: 12%;
}
.front-slider .flickity-page-dots {
  position: absolute;
  width: auto;
  bottom: 105px;
  right: calc((100% - 1250px) / 2);
}
@media (max-width: 1365px) {
  .front-slider .flickity-page-dots {
    right: 0;
    left: 0;
    bottom: 50px;
  }
}
.front-slider .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  margin-right: 20px;
  background-color: #fff;
  opacity: 0.4;
  transition: opacity 0.4s, transform 0.4s;
}
.front-slider .flickity-page-dots .dot:hover {
  opacity: 1;
}
.front-slider .flickity-page-dots .dot.is-selected {
  transform: scale(1.5);
  opacity: 1;
}

.slide-teaser {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.slide-teaser-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.slide-teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-teaser-content {
  position: relative;
  flex-grow: 1;
  min-height: 100%;
  z-index: 4;
  color: #fff;
  padding: 60px 0 100px;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.05) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.slide-teaser-inner {
  max-width: 1055px;
  margin: 0 auto;
  position: relative;
  padding-top: 80px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .slide-teaser-inner {
    min-height: 55vh;
  }
}
.slide-teaser-tags {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
.slide-teaser-tags .field {
  display: flex;
  flex-wrap: wrap;
}
.slide-teaser-tags .field__item {
  font-size: 13px;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
  color: #97977a;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 5px 5px 0;
  letter-spacing: 2px;
}
.slide-teaser-title {
  font-family: "Futura PT";
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 45px;
  max-width: 745px;
}
@media (max-width: 767.98px) {
  .slide-teaser-title {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .slide-teaser-title {
    font-size: 9.5vw;
  }
}
.slide-teaser-title a {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  transition: border-color 0.4s;
}
.slide-teaser-title a:hover {
  border-color: #fff;
}
.slide-teaser-title a:active {
  border-color: #b97000;
}
.slide-teaser-description {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}

.about-front {
  background-color: #363944;
  color: #fff;
}
.about-front-content {
  display: flex;
}
.about-front-column--left {
  width: calc((100% - 1180px) / 2 + 260px);
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  background: url("../images/about-front-bg.jpg") #a98741 no-repeat center top;
  background-size: cover;
}
@media (max-width: 1365px) {
  .about-front-column--left {
    width: 320px;
  }
}
@media (max-width: 991.98px) {
  .about-front-column--left {
    display: none;
  }
}
.about-front-column--right {
  flex-grow: 1;
  max-width: 920px;
  padding: 105px 0 105px 125px;
}
@media (max-width: 1365px) {
  .about-front-column--right {
    padding: 60px 15px 80px 40px;
  }
}
@media (max-width: 767.98px) {
  .about-front-column--right {
    padding: 40px 15px;
  }
}
.about-front-menu {
  flex-shrink: 0;
  width: 260px;
  padding: 130px 30px 105px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1365px) {
  .about-front-menu {
    padding: 80px 30px;
  }
}
.about-front-menu .menu {
  margin: 0;
  padding: 0 0 50px;
  list-style-type: none;
  position: sticky;
  top: 80px;
}
.about-front-menu .menu-item {
  padding: 0;
  margin-bottom: 40px;
}
.about-front-menu a {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  transition: border-color 0.4s;
}
.about-front-menu a.is-active {
  color: inherit !important;
}
.about-front-menu a:hover {
  border-color: #fff;
}
.about-front-menu a:active {
  border-color: transparent;
}
.about-front-link {
  position: relative;
  z-index: 4;
}
.about-front-title {
  font-family: "Futura PT";
  font-size: 44px;
  line-height: 1.25;
}
@media (max-width: 767.98px) {
  .about-front-title {
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .about-front-title {
    font-size: 10vw;
  }
}
.about-front-subtitle {
  font-family: "Futura PT";
  font-size: 27px;
  margin-bottom: 80px;
}
@media (max-width: 767.98px) {
  .about-front-subtitle {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
.about-front-pluses {
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .about-front-pluses {
    padding-bottom: 30px;
  }
}
.about-front-plus {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .about-front-plus {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.about-front-plus-icon {
  width: 70px;
  flex-shrink: 0;
  margin-right: 35px;
}
@media (max-width: 767.98px) {
  .about-front-plus-icon {
    width: auto;
    margin: 0 0 20px;
  }
}
.about-front-plus-text {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.7;
  max-width: 580px;
}
.about-front-stats {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 767.98px) {
  .about-front-stats {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
}
.about-front-stat {
  padding: 0 15px;
  flex-grow: 1;
}
@media (max-width: 767.98px) {
  .about-front-stat {
    margin-bottom: 30px;
  }
}
.about-front-stat-number {
  font-weight: 200;
  font-size: 72px;
  line-height: 1;
  color: #00f0ff;
  margin-bottom: 12px;
  text-indent: -10px;
}
@media (max-width: 767.98px) {
  .about-front-stat-number {
    text-indent: 0;
  }
}
.about-front-stat-label {
  font-size: 16px;
  line-height: 1.3;
}

#synapse-custom-ajax-cover script {
  display: none !important;
}

.title-hidden {
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

#block-seo-block-catalog {
  padding-top: 70px;
}
/*# sourceMappingURL=_maps/index.css.map */
