@media (min-width: 992px) {
  .fa_top-section__logo-cont {
    padding-top: 11px;
  }
}

/*start button with loader*/
.fa_form__inp-submit.active {
  background: #E05B23 url(../images/loader.gif) center no-repeat;
  background-size: auto 22px;
  font-size: 0;
}

/*eof button with loader*/

.graduates-prezent__mediabox img {
  max-height: 350px;
}



.programm-header__right {
  position: relative;
}











.programm-header__right_search {
  display: flex;
}



.programm-aside__search {
  /*margin-bottom: 22px;*/
}

.navigation h2 {
  display: none !important;
}

@media (max-width: 767.98px) {}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .programm-header__search-title {
    font-size: 36px !important;
  }
}

@media (max-width: 991.98px) {
  .programm-header__right {
    display: none
  }

  .programm-selelect {}



  .programm-header_serch {
    /*flex-direction: column*/
  }

  .serch-area__result {}

  .programm-header__search-cont {
    display: none;
    margin-bottom: 14px;
  }

  .programm-header__title {
    margin-bottom: 14px !important;
  }

  .serch-area .program-list {
    margin-top: 20px
  }

  .program-list__col_razdel {}

}

@media (min-width: 992px) {

  .fa_footer__top {
  }

  /*.programm-selelect-wrapper:hover span:before {
    transform: rotate(0);
    top: 6px;
  }*/

  /* .programm-selelect-wrapper:hover .programm-selelect {
    border-color: transparent;
  }*/

  .programm-header .fa_title {
    margin-bottom: 0;
    /*margin-right: 23px*/
  }



  .programm-selelect-wrapper:hover .retraining-programm {}



  .retraining-aside .programm-selelect {
    display: none
  }





  .programm-aside__search {
    display: none
  }



}

.rukovod-table {
  border-collapse: collapse;
}

.rukovod-table tr td {
  padding: 5px;
  border: 1px solid grey;
}

.wp-block-table {
  border-collapse: collapse;
}

.wp-block-table tr td {
  padding: 5px;
  border: 1px solid grey;
}

/* Block cookies */

.cookies {
  position: fixed;
  z-index: 10000000000;
  bottom: 0;
  background: #282828;

  width: 100%;




  padding: 16px 0;
  max-width: 100%;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .6s;
}

.cookies.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.cookies_container {
  display: flex;
  align-items: center;
}

.cookies_text {

  font-size: 12px;
  color: #fff;
  line-height: 18px;
}

.cookies_text a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  transition: border-color .3s;

  &:hover {
    border-color: transparent;
  }
}

.cookies_btn {
  height: 34px;
  width: 60px;
  background: #0094FF;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  font-weight: 300;
  color: #FFFFFF;
  font-size: 15px;
  margin-left: 6%;
  flex-shrink: 0;

}

@media (max-width: 767.98px) {
  .cookies {
    padding: 12px 0;
  }

  .cookies_btn {

    margin-left: 8px;
  }

  .cookies_container {
    justify-content: space-between;
  }

}

.varriant-area {}

.varriant-area__body {}

.varriant-area__title {}

.varriant-area__subtitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 112%;
  color: #000000;
  padding-left: 7px;
  border-left: 2px solid #ED3A2F;
  display: block;
  margin-bottom: 6px;
}

.varriant-area__media img {
  /*width: 100%;*/
  height: 227px;
  max-width: none;
  display: block;
}
@media (min-width: 576px) { 
  .varriant-area__media img{
    height: auto;
    width: 100%;
  }
}

h2.title.varriant-area__title {
  text-align: left;
}

.varriant-area p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .varriant-area__title {
    width: 80%;
  }

  .varriant-area {
    padding-bottom: 0;
  }

  .varriant-area__container {
    padding-bottom: 16px;
  }
}

@media (min-width: 992px) {

  h2.title.varriant-area__title {
    /*margin-bottom: 20px;*/
  }

  .varriant-area {
    background: #FFF url(../images/varriant-bg.jpg) calc(50% - 80px) top no-repeat;
    background-size: auto 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 85px;
  }

  .varriant-area p {
    margin-bottom: 25px;
    line-height: 125%;
    /*width: 80%;*/
  }

  .varriant-area__container {
    position: relative;
    z-index: 2;
  }

  .varriant-area__body {
    width: 57%;
    margin-left: auto;
  }

  .varriant-area__media {
    display: none;
  }

  .varriant-area__subtitle {
    font-size: 20px;
    padding-left: 9px;
  }
}

@media (min-width: 1200px) {
  .varriant-area {
    background-size: auto 520px;
    height: 520px;
  }

  .varriant-area p {
    /*width: 80%;*/
  }
}

.varriant-area_2 {
  background: #F4F9FF;
}

.varriant-area_2__body {}

.varriant-area_2__title {}

.varriant-area_2__subtitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 112%;
  color: #000000;
  padding-left: 7px;
  border-left: 2px solid #ED3A2F;
  display: block;
  margin-bottom: 6px;
}

.varriant-area_2__media img {
  height: 260px;
  max-width: none;
  display: block;
}
@media (max-width: 575.98px) { 
  .varriant-area_2__media img{
    transform: translateX(-50px);
  }  
}
@media (min-width: 576px) { 
  .varriant-area_2__media img{
    height: auto;
    width: 100%;
  }
}

h2.title.varriant-area_2__title {
  text-align: left;
}

.varriant-area_2__btn {
  margin-top: 14px;
  padding: 11px 22px;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .varriant-area_2 {
    padding-bottom: 0;
  }

  .varriant-area_2__container {
    /*padding-bottom: 16px;*/
  }
}

@media (min-width: 992px) {
  .varriant-area_2__btn {
    margin-top: 30px;
    padding: 13px 25px;
    font-size: 18px;
  }

  h2.title.varriant-area_2__title {
    /*margin-bottom: 20px;*/
  }

  .varriant-area_2 {
    background: #F4F9FF url(../images/varriant_2-bg.jpg) calc(50% - 75px) top no-repeat;
    background-size: auto 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 85px;
  }

  .varriant-area_2 p {
    margin-bottom: 25px;
    line-height: 125%;
  }

  .varriant-area_2__container {
    position: relative;
    z-index: 2;
  }

  .varriant-area_2__body {
    width: 55%;
  }

  .varriant-area_2__media {
    display: none;
  }

  .varriant-area_2__subtitle {
    font-size: 20px;
    padding-left: 9px;
  }
}

@media (min-width: 1200px) {
  .varriant-area_2 {
    background-size: auto 505px;
    height: 505px;
  }

  .varriant-area_2 p {}
}

.varriant-area_3 {}

.varriant-area_3__body {}

.varriant-area_3__title {}

.varriant-area_3__subtitle {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 112%;
  color: #000000;
  padding-left: 7px;
  border-left: 2px solid #ED3A2F;
  display: block;
  margin-bottom: 6px;
}

.varriant-area_3__media img {
  /*width: 100%;*/
  height: 310px;
  max-width: none;
  display: block;
}
@media (min-width: 576px) { 
  .varriant-area_3__media img{
    height: auto;
    width: 100%;
  }
}

h2.title.varriant-area_3__title {
  text-align: left;
}

.varriant-area_3 p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .varriant-area_3__title {
    /*width: 80%;*/
  }

  .varriant-area_3 {
    padding-bottom: 0;
  }

  .varriant-area_3__container {
    padding-bottom: 16px;
  }
}

@media (min-width: 992px) {

  h2.title.varriant-area_3__title {
    /*margin-bottom: 20px;*/
  }

  .varriant-area_3 {
    background: #FFF url(../images/varriant_3-bg.jpg) calc(50% - 80px) top no-repeat;
    background-size: auto 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 90px;
  }

  .varriant-area_3 p {
    margin-bottom: 25px;
    line-height: 125%;
    /*width: 80%;*/
  }

  .varriant-area_3__container {
    position: relative;
    z-index: 2;
  }

  .varriant-area_3__body {
    width: 57%;
    margin-left: auto;
  }

  .varriant-area_3__media {
    display: none;
  }

  .varriant-area_3__subtitle {
    font-size: 20px;
    padding-left: 9px;
  }
}

@media (min-width: 1200px) {
  .varriant-area_3 {
    background-size: auto 560px;
    height: 560px;
  }

  .varriant-area_3 p {
    /*width: 80%;*/
  }
}

.doc-area {
  background: #F4F9FF;
}

.doc-notes {
  border-radius: 8px;
  background: #fff;
  padding: 24px 17px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 23px;
}

.doc-notes__item {
  display: flex;
  gap: 17px;
  align-items: center;
}

.doc-notes__mediabox {
  padding-top: 3px;
  height: 42px;
  border-right: 1px solid #ED3A2F;
  flex: 0 0 50px;

}

.doc-notes__body {
  flex: 1;
  font-size: 14px;
}

.doc-notes__img {
  display: block;
}

.doc-notes__img_1 {
  width: 34px;
  height: 34px;
}

.doc-notes__img_2 {
  width: 38px;
  height: 38px;
}

@media (min-width: 992px) {
  .doc-notes {
    flex-direction: row;
    gap: 60px;
    padding: 23px 44px;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 78px;
  }

  .doc-notes__item {
    gap: 20px;
    flex: 1;
  }

  .doc-notes__mediabox {
    /*padding-top: 3px;*/
    height: 50px;
    flex: 0 0 67px;

  }

  .doc-notes__img_1 {
    width: 45px;
    height: 45px;
  }

  .doc-notes__img_2 {
    width: 50px;
    height: 50px;
  }

  .doc-notes__body {
    font-size: 15px;
  }
}

.reserved-form {
  max-width: 760px
}

@media (min-width: 768px) {
  .reserved-form {
    background: #FFFFFF;
    border-radius: 9px;
    overflow: hidden
  }
}

@media (max-width: 767.98px) {
  .reserved-form__body {
    background: #FFFFFF;
    border-radius: 9px;
    padding: 20px
  }
}

@media (min-width: 768px) {
  .reserved-form__body {
    padding: 16px;
  }
}

@media (min-width: 992px) {
  .reserved-form__body {
    padding: 32px;
    /*padding-bottom: 0;*/
  }
}

@media (min-width: 1200px) {
  .reserved-form__body {
    padding: 38px 45px 25px 45px
  }
}

@media (max-width: 767.98px) {
  .reserved-form_modal .reserved-form__body {
    padding: 15px 20px 25px
  }
}

.reserved-form__header {
  margin-bottom: 16px
}

@media (min-width: 992px) {
  .reserved-form__header {
    margin-bottom: 14px
  }
}

@media (max-width: 767.98px) {
  .reserved-form__info {
    margin-top: 28px;
    /*background: #F4F9FF url(../images/m-reserved-bg.jpg) right center no-repeat;*/
  }
}

@media (min-width: 768px) {
  .reserved-form__info {
    padding: 16px;
    display: flex;
    align-items: center;
    background-color: #F4F9FF
  }
}

@media (min-width: 992px) {
  .reserved-form__info {
    padding: 32px 16px;
  }
}

@media (min-width: 1200px) {
  .reserved-form__info {
    padding: 25px 45px
  }
}

.reserved-form__info h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: normal;
  font-size: 16px;
  width: 190px
}

@media (max-width: 767.98px) {
  .reserved-form__info h3 br {
    display: none;
  }
}

@media (min-width: 768px) {
  .reserved-form__info h3 {
    flex: 0 0 33%;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .reserved-form__info h3 {
    font-size: 18px;
    padding-right: 40px;
  }
}

.reserved-form__info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 150px
}

@media (min-width: 767px) {
  .reserved-form__info ul {
    display: flex;
    align-items: center;
    gap: 5%;
    width: auto;
  }
}

@media (min-width: 1200px) {
  .reserved-form__info ul {
    width: 100%
  }
}

@media (min-width: 1200px) {
  .reserved-form__info ul br {
    display: none
  }
}

.reserved-form__info ul li {
  padding-left: 19px;
  position: relative;
  margin-bottom: 7px;
  font-size: 14px
}

@media (min-width: 1200px) {
  .reserved-form__info ul li {
    padding-left: 10px;
    /*margin-bottom: 11px;*/
    font-size: 15px
  }
}

.reserved-form__info ul li:last-child {
  margin-bottom: 0
}

.reserved-form__info ul li:before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  top: 8px;
  width: 10px;
  height: 2px;
  background-color: #ED3A2F
}

@media (min-width: 768px) {
  .reserved-form__info ul li {
    /* border-left: 2px solid #ED3A2F;
    padding-left: 11px;*/
  }

  .reserved-form__info ul li:before {
    top: 50%;
    width: 2px;
    height: 30px;
    transform: translateY(-50%);
  }
}

@media (min-width: 1200px) {
  .reserved-form__info ul li:before {
    /*width: 12px*/
  }
}

.reserved-form h2 {
  margin: 0
}

@media (max-width: 991.98px) {
  .reserved-form h2 {
    display: inline;
    font-weight: 300;
    font-size: 23px;
    margin-right: 3px;
    line-height: 1
  }
}

@media (min-width: 768px) {
  .reserved-form h2 {
    font-weight: normal
  }
}

@media (min-width: 992px) {
  .reserved-form h2 {
    font-size: 31px
  }
}



.form__row {
  margin-bottom: 7px
}

@media (min-width: 768px) {
  .form__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-bottom: 20px
  }
}

.form__group {
  font-size: 12px
}

@media (min-width: 768px) {
  .form__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px
  }
}

.form__group p {
  margin: 0;
  margin-top: 6px;
  max-width: 261px
}

@media (min-width: 768px) {
  .form__group p {
    margin-top: 0;
    max-width: 100%;
  }
}

.profil-area {
  background: #EAF4FF;
}

.profil-area__container {
}
.container {
}

.profil-area__title {

}
.profiles-cont {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.profiles {
  border-radius: 8px;
  background: #fff;
  padding: 17px 22px 25px;
  font-size: 14px;
}
.profiles-cont__item {
  flex: 1;
}
.profiles__title {
padding-bottom: 14px;
margin-bottom: 14px;
margin-top: 0;
font-weight: 400;
font-size: 16px;
line-height: 1.25;
color: #ed3a2f;
border-bottom: 1px solid #ed3a2f;
}
.profiles__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.profiles__list li{
  padding: 6px 0;
  font-weight: 300;
  line-height: 1.28571;
  color: #000;
  font-family: "IBM Plex Sans", sans-serif;
  transition: all 0.3s ease;

}
/*.profiles__list li:not(:last-child){
  border-bottom: 1px dashed #bbc6d7;
}*/
.profiles__list li.with-border {
    border-bottom: 1px dashed #bbc6d7;
}
.profiles__list li:last-child {
    border-bottom: none !important;
}
.profiles__footer {
  padding-top: 15px;  
}
.profiles__more {
  font-weight: 400;
  line-height: 1.42857;
  color: #ed3a2f;
  text-decoration: none;
  border-bottom: 1px solid #ed3a2f;
}

@media (min-width: 992px) {
  .profiles-cont {
    margin-top: 70px;
    flex-direction: row;
  }

  .profiles {
    padding: 22px 30px 36px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
  }

  .profiles__title {
    font-size: 20px;
    margin-bottom: 22px;
    min-height: 65px;
    min-height: 65px;
  }

  .profiles__list li {
    padding: 8px 0;
    line-height: 1.3125;
  }

  .profiles__footer {
    margin-top: auto;
  }
  .profiles__more{
    transition: all .3s;
  }
  .profiles__more:hover{
    border-color: transparent;
  }
}

.form__btn-submit.active {
  background: #ED3A2F url(../images/loader.gif) center no-repeat;   
  background-size: auto 32px;
  font-size: 0;
}
