@import url("../fonts/WorkSans/stylesheet.css");
@import url("../fonts/DINPro/stylesheet.css");
html, body {
  height: 100%;
  line-height: 1.65;
  background: #FBFBFF;
  color: #575D68; }

.icms-body-toolbox h1, article > h1 {
  font-size: 24px;
  font-family: "Din Pro";
  font-weight: 700;
  color: #101828; }

.breadcrumb {
  color: #B8B9C0;
  padding: 2rem 0; }
  .breadcrumb-item.active {
    color: #101828; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      margin-right: 0.2rem;
      background-color: #B8B9C0;
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 4px;
      display: inline-block; }

header {
  font-size: 1.25rem; }

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select {
  padding-right: 45px !important;
  background: url(../images/fpmi/icons/filter_arrow.svg) right 25px top 25px no-repeat; }
  select:focus {
    background: url(../images/fpmi/icons/filter_arrow_active.svg) right 25px top 25px no-repeat; }
  select option {
    color: #B8B9C0; }

.menu-main.navbar-nav a.nav-link:hover {
  color: #fc7f38; }

.navbar-light .navbar-toggler {
  border: none;
  position: absolute;
  right: 0;
  padding: 0 0 2px 0; }
  .navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/fpmi/icons/burger_menu.svg");
    width: 2rem;
    height: 1rem; }

.navbar-light .navbar-collapse .navbar-toggler {
  padding-top: 0;
  padding-right: 1rem; }
  .navbar-light .navbar-collapse .navbar-toggler .navbar-toggler-icon {
    background-image: url("../images/fpmi/icons/clouse.svg");
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -4px; }

.icms-frontpage header {
  background: url(../images/fpmi/header_bg.jpg) center no-repeat;
  background-size: cover;
  color: #fff; }
  .icms-frontpage header .icms-header__middle {
    background: none; }
  .icms-frontpage header .icms-header__bottom .btn {
    width: 100% !important; }

.icms-frontpage h1 {
  font-family: "Din Pro";
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 1rem; }

.icms-frontpage .navbar-light .navbar-toggler-icon {
  background-image: url("../images/fpmi/icons/burger_menu_white.svg"); }

.btn {
  border-color: #FF9A60;
  padding: 1rem 2rem;
  font-weight: bold; }

.btn-primary:hover {
  background-color: #FF9A60;
  border-color: #FF9A60; }

.btn-primary:active {
  background-color: #DE5D14;
  border-color: #DE5D14; }

.btn-secondary {
  color: #101828;
  background-color: #fff; }
  .btn-secondary:hover {
    color: #FC7F38;
    border-color: #FC7F38;
    background-color: #fff; }
  .btn-secondary:active {
    color: #FFFFFF;
    background-color: #DE5D14 !important;
    border-color: #DE5D14 !important; }

.icms-header__bottom .btn-secondary {
  background: none;
  color: #fff; }
  .icms-header__bottom .btn-secondary:hover {
    color: #FC7F38; }

.breadcrumb:after {
  display: none; }

footer {
  line-height: 1.6; }

.footer-contacts {
  font-size: 1rem; }
  .footer-contacts h6 {
    font-weight: 600;
    line-height: 1.6; }
  .footer-contacts p {
    margin-bottom: 1rem; }
  .footer-contacts a {
    text-decoration: underline; }

.search-widget {
  margin-top: 2rem; }

.footer-copy {
  font-size: 1rem; }
  .footer-copy a {
    color: #fff; }
  .footer-copy .social-links {
    padding-left: 0;
    margin: 2rem 0; }
    .footer-copy .social-links li {
      display: flex;
      font-size: 12px;
      list-style: none;
      margin-bottom: 2rem;
      align-items: center; }
      .footer-copy .social-links li a {
        margin-right: 0.5rem; }
        .footer-copy .social-links li a img {
          min-width: 40px; }

.leader-widget {
  position: relative;
  margin: 100px 0 100px; }
  .leader-widget q {
    font-size: 1.125rem;
    line-height: 1.66;
    font-weight: 500;
    font-style: italic;
    color: #000; }
  .leader-widget cite {
    font-size: 12px;
    line-height: 1.3;
    font-style: normal;
    color: #B8B9C0;
    position: static;
    font-size: 14px;
    line-height: 1.3; }

.target-widget {
  margin-bottom: 68px;
  font-size: 1rem; }
  .target-widget h3 {
    font-size: 24px;
    margin-top: 70px;
    margin-bottom: 1rem;
    font-weight: 700; }

.search-widget .form-control {
  background: none;
  height: 48px; }

.search-widget .submit {
  display: block;
  font-size: 1rem;
  width: 100%;
  padding: 16px 32px;
  background: #FC7F38;
  border-radius: 0.5rem;
  border: none;
  margin-top: 0.5rem;
  font-weight: 700;
  color: #fff; }

summary::-webkit-details-marker {
  display: none; }

summary::-moz-list-bullet {
  list-style-type: none; }

summary::marker {
  display: none; }

summary {
  display: inline-block;
  padding: 10px 0 10px 58px;
  font-size: 1.4em;
  cursor: pointer;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px; }

summary:before {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background: url("../images/fpmi/icons/arrow_right.svg") center no-repeat;
  position: absolute;
  top: 20px;
  left: 14px; }

details[open] {
  margin-bottom: 32px; }
  details[open] > summary:before {
    transform: rotate(90deg);
    top: 21px;
    left: 14px; }

#scroll-top {
  display: none; }

.news_list .item {
  margin-bottom: 32px; }
  .news_list .item > a {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 70%;
    border-radius: 0.5rem;
    overflow: hidden; }
  .news_list .item:nth-child(4n + 1) > a {
    background: url(../images/fpmi/news-1.png) center no-repeat;
    background-size: cover; }
  .news_list .item:nth-child(4n + 2) > a {
    background: url(../images/fpmi/news-2.png) center no-repeat;
    background-size: cover; }
  .news_list .item:nth-child(4n + 3) > a {
    background: url(../images/fpmi/news-3.png) center no-repeat;
    background-size: cover; }
  .news_list .item:nth-child(4n) > a {
    background: url(../images/fpmi/news-4.png) center no-repeat;
    background-size: cover; }
  .news_list .item h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #fff;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px 20px;
    margin-bottom: 0;
    width: 100%; }
  .news_list .item .teaser {
    background: #E7F1FD;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    color: #101828;
    display: none;
    font-size: 1.25rem;
    line-height: 1.4; }
    .news_list .item .teaser .teaser-text {
      padding: 20px 12% 50px; }
    .news_list .item .teaser .see-more {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      padding: 35px 30px 15px;
      text-align: right;
      background-image: linear-gradient(to bottom, transparent, #E7F1FD 20%);
      font-size: 1rem; }

.teachers_list_item {
  padding: 2rem 0; }

.teachers_list .teacher-photo-bg {
  border-radius: 0.5rem;
  width: 100%;
  padding-top: 100%;
  background-size: cover !important; }

.teachers_list h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  color: #101828;
  font-style: normal;
  margin-bottom: 1rem; }

.teachers_list .teacher-office {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  padding-right: 1.5rem; }

.teachers_list .teacher-contacts {
  border-left: solid 1px #101828;
  line-height: 1;
  padding-left: 6px; }
  .teachers_list .teacher-contacts p:first-of-type {
    margin-top: 0; }
  .teachers_list .teacher-contacts p:last-of-type {
    margin-bottom: 0; }

.content-courses .category_description {
  margin-bottom: 40px; }

.courses_list_item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px #C3DFFD;
  margin-top: 0 !important; }
  .courses_list_item:first-of-type {
    border-top: solid 1px #C3DFFD; }

.courses_list summary {
  margin-bottom: 2rem; }

.courses_list .courses-param {
  font-size: 1rem;
  padding: 10px;
  border-radius: 0.5rem;
  border: solid 1px #2B91FD;
  color: #575D68;
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
  line-height: 25px; }
  .courses_list .courses-param.cours-type {
    border: solid 1px #575D68; }
  .courses_list .courses-param.cours-reg {
    color: #575D68; }
  .courses_list .courses-param.cours-lector {
    line-height: 15px;
    margin-bottom: 0.5rem; }

.courses_list h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #101828;
  margin-bottom: 0.5rem; }
  .courses_list h3 + p {
    line-height: 30px; }

.courses_list p {
  color: #B8B9C0;
  margin: 0; }

.courses_list time {
  color: #101828;
  min-height: 40px;
  margin-bottom: 28px; }
  .courses_list time .day {
    font-size: 1.5rem;
    font-weight: 600;
    padding-right: 30px;
    line-height: 80%; }
  .courses_list time .date {
    padding-left: 0.5rem;
    border-left: solid 1px #101828;
    line-height: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.courses_list .time {
  font-size: 1rem;
  color: #101828; }

.courses_list .location {
  font-size: 0.75rem;
  color: #B8B9C0;
  margin-bottom: 0.5rem; }

.courses_list .courses-img {
  min-width: 276px;
  border-radius: 0.5rem;
  background-size: cover;
  width: 100%;
  padding-bottom: 100%;
  display: block; }
  .courses_list .courses-img.mobile {
    padding-bottom: 0;
    margin-bottom: 0.5rem;
    position: relative; }
    .courses_list .courses-img.mobile > div {
      width: 100%;
      height: 0;
      background: rgba(0, 0, 0, 0.6);
      padding-bottom: 100%;
      border-radius: 0.5rem; }
    .courses_list .courses-img.mobile h3 {
      font-size: 1rem;
      font-weight: 700;
      color: #fff;
      line-height: 1.5rem;
      position: absolute;
      bottom: 20px;
      padding: 0 20px;
      margin-bottom: 0; }

.courses_list .img-col {
  padding-right: 2rem;
  padding-left: 26px; }

.courses_list a:hover {
  text-decoration: none; }

.schedule_list {
  margin-top: 100px;
  margin-bottom: 200px; }
  .schedule_list table {
    color: #101828;
    width: 100%; }
    .schedule_list table th {
      background: #C3DFFD;
      padding: 18px 1rem;
      line-height: 20px;
      border-bottom: 1px solid #101828;
      border-top: 1px solid #101828;
      border-left: 2px solid #101828;
      border-right: 2px solid #101828; }
      .schedule_list table th:first-of-type {
        border-left: 1px solid #101828; }
      .schedule_list table th:last-of-type {
        border-right: 1px solid #101828; }
    .schedule_list table tr td {
      padding: 28px 1rem 18px;
      border-bottom: 1px solid #101828;
      border-left: 2px solid #101828;
      border-right: 2px solid #101828;
      line-height: 20px;
      overflow: hidden; }
      .schedule_list table tr td:first-of-type {
        border-left: 1px solid #101828; }
      .schedule_list table tr td:last-of-type {
        border-right: 1px solid #101828; }
  .schedule_list_mobile {
    margin-top: 2.5rem;
    margin-bottom: 100px;
    padding-bottom: 50px !important; }
    .schedule_list_mobile table {
      border-top: 1px solid #101828;
      font-size: 1rem; }
      .schedule_list_mobile table th {
        border-top: none;
        padding: 28px 1rem 18px; }
        .schedule_list_mobile table th:last-of-type {
          border-right: 2px solid #101828; }
  .schedule_list .swiper-nav {
    margin-top: 2.5rem;
    position: relative; }
    .schedule_list .swiper-nav .swiper-button-next {
      width: 32px;
      height: 32px;
      bottom: -30px;
      right: 0;
      top: auto; }
      .schedule_list .swiper-nav .swiper-button-next::after {
        content: "";
        width: 32px;
        height: 32px;
        background-image: url(../images/fpmi/icons/swiper_arrow_next.svg); }
    .schedule_list .swiper-nav .swiper-button-prev {
      width: 32px;
      height: 32px;
      bottom: -30px;
      left: 0;
      top: auto; }
      .schedule_list .swiper-nav .swiper-button-prev::after {
        content: "";
        width: 32px;
        height: 32px;
        background-image: url(../images/fpmi/icons/swiper_arrow_back.svg); }
    .schedule_list .swiper-nav .swiper-pagination {
      text-align: right;
      font-size: 12px;
      line-height: 160%;
      color: #101828;
      font-weight: 500; }

.schedule-filter label {
  display: none; }

.schedule-filter .close {
  display: none; }

.schedule-filter .form-row {
  margin-left: -16px;
  margin-right: -16px; }

.schedule-filter .btn-primary {
  color: #fff; }

.schedule-filter .field {
  padding: 0 1rem;
  margin-bottom: 2rem; }
  .schedule-filter .field .black + .chosen-container .chosen-single, .schedule-filter .field .black + .chosen-container .chosen-results {
    color: #101828 !important;
    border: solid 1px #101828; }
    .schedule-filter .field .black + .chosen-container .chosen-single div:after, .schedule-filter .field .black + .chosen-container .chosen-results div:after {
      display: none; }
  .schedule-filter .field .chosen-container .chosen-single {
    padding: 1rem 1.5rem;
    line-height: 140%;
    height: auto; }
    .schedule-filter .field .chosen-container .chosen-single div {
      width: 2.75rem;
      padding: 0; }
      .schedule-filter .field .chosen-container .chosen-single div:after {
        width: 18px;
        height: 12px;
        background-image: url(../images/fpmi/icons/filter_arrow.svg);
        background-size: contain;
        left: 0px;
        top: 1.18rem; }
  .schedule-filter .field .chosen-container .chosen-single, .schedule-filter .field .chosen-container .chosen-results {
    color: #B8B9C0 !important; }
    .schedule-filter .field .chosen-container .chosen-single .result-selected, .schedule-filter .field .chosen-container .chosen-results .result-selected {
      color: #101828; }
      .schedule-filter .field .chosen-container .chosen-single .result-selected.highlighted, .schedule-filter .field .chosen-container .chosen-results .result-selected.highlighted {
        color: #fff; }
  .schedule-filter .field .chosen-container.chosen-container-active .chosen-single {
    color: #101828 !important; }
  .schedule-filter .field .chosen-container.chosen-with-drop .chosen-single div:after {
    background-image: url(../images/fpmi/icons/filter_arrow_active.svg); }

.schedule-filter .filter_input {
  padding: 1rem 1.5rem;
  height: auto;
  color: #B8B9C0;
  border: solid 1px #B8B9C0; }
  .schedule-filter .filter_input.black {
    color: #101828;
    border: solid 1px #101828;
    background: none; }

.schedule-filter .f_auditorium, .schedule-filter .f_lector {
  display: none; }

.schedule-filter .chosen-container .chosen-drop, .schedule-filter .chosen-container-active.chosen-with-drop .chosen-single {
  border: solid 1px #101828; }

.navbar-collapse.collapse.show {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: 100;
  background: #E7F1FD;
  padding: 2rem 1rem 4rem; }
  .navbar-collapse.collapse.show ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80%;
    margin-top: 10%; }
  .navbar-collapse.collapse.show .nav-item {
    border-bottom: solid 1px #B8B9C0;
    padding: 2rem 0 1rem; }
    .navbar-collapse.collapse.show .nav-item .nav-link {
      padding: 0;
      font-size: 1.25rem;
      line-height: 150%; }

.icms-widget__teachers_list .teacher-photo-bg {
  position: relative; }
  .icms-widget__teachers_list .teacher-photo-bg h3 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    padding: 1.25rem 2rem;
    margin: 0;
    position: absolute;
    bottom: 0; }

.icms-widget__teachers_list .teaser {
  margin-top: 1rem;
  color: #101828; }

.icms-widget__teachers_list .main-content {
  margin-top: 0.5rem;
  max-height: 114px;
  overflow: hidden;
  position: relative;
  transition: 1s;
  transition-duration: .2s;
  color: #575D68; }
  .icms-widget__teachers_list .main-content:hover {
    max-height: none; }
  .icms-widget__teachers_list .main-content:hover .grad {
    display: none; }
  .icms-widget__teachers_list .main-content .grad {
    background: linear-gradient(to bottom, #FBFBFF, transparent 0%, transparent 75%, white);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

@media (min-width: 576px) {
  .footer-copy {
    font-size: 1.125rem; }
    .footer-copy .social-links li {
      font-size: 1rem; }
  .icms-body-toolbox, article > h1 {
    margin-bottom: 2.5rem; }
  .courses_list .courses-param {
    width: auto;
    font-size: 0.75rem;
    padding: 0.5rem;
    white-space: nowrap;
    margin-bottom: 0.5rem;
    border: solid 1px #C3DFFD;
    line-height: 19px;
    color: #575D68; }
    .courses_list .courses-param.cours-type {
      background: none; }
    .courses_list .courses-param.cours-lector {
      line-height: 19px; } }

@media (min-width: 768px) {
  .icms-body-toolbox h1, article > h1 {
    font-size: 34px; }
  .news_list .item > a {
    padding-bottom: 50%; }
    .news_list .item > a:hover {
      text-decoration: none; }
      .news_list .item > a:hover .teaser {
        display: block; }
  .news_list .item h3 {
    padding: 0 12% 9%;
    font-weight: 700;
    line-height: 1.6; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    justify-content: flex-end; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .icms-frontpage header {
    min-height: 100vh;
    height: 100%; }
    .icms-frontpage header .icms-header__middle .navbar-light .navbar-nav .nav-link {
      color: #fff; }
      .icms-frontpage header .icms-header__middle .navbar-light .navbar-nav .nav-link:hover {
        color: #FC7F38; }
    .icms-frontpage header .icms-header__bottom .btn {
      width: auto !important; }
  .icms-frontpage h1 {
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.03em;
    margin-bottom: 40px; }
  .leader-widget {
    position: relative;
    margin: 100px 0 200px; }
    .leader-widget q {
      font-size: 2rem;
      line-height: 3rem;
      font-family: 'DIN Pro';
      font-style: italic;
      font-weight: 400; }
    .leader-widget cite {
      font-size: 1.125rem;
      position: absolute;
      bottom: 0;
      right: 0; }
  .target-widget {
    margin-bottom: 94px;
    font-size: 1.125rem; }
    .target-widget h3 {
      margin-bottom: 2.5rem;
      font-weight: 600; }
  footer {
    line-height: 1.4; }
  .footer-copy {
    font-size: 1.25rem; }
    .footer-copy .social-links {
      margin: 0 0 70px; }
      .footer-copy .social-links li {
        font-size: 1.25rem;
        margin-bottom: 1.5rem; }
    .footer-copy .copy {
      height: 105px; }
  .footer-contacts {
    font-size: 1.125rem; }
    .footer-contacts p {
      margin-bottom: 1rem; }
      .footer-contacts p.feed-back {
        height: 70px; }
  .search-widget {
    margin-top: 3.5rem; }
    .search-widget form {
      position: relative; }
    .search-widget .form-control {
      border-radius: 0;
      border: none;
      border-bottom: 2px solid #B8B9C0;
      color: #B8B9C0;
      font-size: 1rem;
      height: 50px;
      padding-left: 20px; }
      .search-widget .form-control:focus, .search-widget .form-control:active {
        box-shadow: none;
        border-bottom: 2px solid #B8B9C0; }
      .search-widget .form-control::placeholder {
        color: #B8B9C0;
        font-size: 1rem; }
    .search-widget .submit {
      position: absolute;
      bottom: 12px;
      right: 10px;
      width: 27px;
      height: 27px;
      background: url(../images/fpmi/icons/search.svg) center no-repeat;
      border: none;
      font-size: 0;
      line-height: 0;
      padding: 0; }
  .teachers_list_item {
    margin: 0 !important;
    border-bottom: 1px solid #C3DFFD; }
    .teachers_list_item:first-of-type {
      border-top: 1px solid #C3DFFD; }
  .teachers_list h3 {
    font-size: 32px;
    font-weight: 700; }
  .teachers_list .teacher-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .teachers_list .teacher-info .teacher-teaser p {
      font-weight: 600;
      font-size: 24px;
      line-height: 140%; }
    .teachers_list .teacher-info .teacher-status ul {
      margin-bottom: -0.5rem; }
      .teachers_list .teacher-info .teacher-status ul li {
        border: 1px solid #FC7F38;
        border-radius: 8px;
        padding: 0.5rem;
        line-height: 0;
        margin: 0 0.5rem 0.5rem 0; }
        .teachers_list .teacher-info .teacher-status ul li:hover {
          background: none; }
        .teachers_list .teacher-info .teacher-status ul li span {
          padding: 0;
          color: #101828; }
  .courses_list .location {
    margin-top: 1rem;
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1230px; } }
