.fa_license-area{
  overflow: hidden;
}

@media (min-width: 992px) {
  .fa_top-section__logo-cont {
    padding-top: 11px;
  }
}
.license-slider__item a{
  border: none !important;
}

/*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-selelect span {
  display: block;
  padding-right: 33px;
  font-size: 16px;
  font-weight: normal;
  /*color: #7F8998;*/
  position: relative;

}

.programm-selelect span:before {
  position: absolute;
  display: block;
  content: '';
  top: 3px;
  right: 0;
  width: 12px;
  height: 12px;
  background: url(../images/prog-select.svg) center no-repeat;

}

.programm-header__right {
  position: relative;
}

.programm-selelect-wrapper {
  position: relative;
}

.retraining-programm {}



.retraining-programm ul {

  border-radius: 8px;
  padding: 7px 50px 30px 30px;
  margin: 0;

  list-style-type: none;

}


.retraining-programm ul a {
  font-size: 16px;
  color: #B1ECFF;
  line-height: 2;
  border-color: #B1ECFF;
  white-space: nowrap;

}

.retraining-programm ul a:hover {
  border-color: transparent;
  transition: border-color .3s;
}

.retraining-programm .current-menu-item a {
  color: #fff;
  border-color: transparent;
  font-weight: normal;
}

.retraining-aside .menu-item-780 a {
  color: #fff !important;
  border-color: transparent !important;
}

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

/*.programm-selelect {
  padding: 10px 14px;
  background-color: #103C8F;
  border-radius: 5px;
}*/



.search-form {
  width: 100%;
  height: 40px;
  line-height: 40px;

  background: #103C8F;


  border-radius: 5px;
  color: #FFFFFF;
  padding: 0 5px 0 14px;
  display: flex;
  align-items: center;
}

.search-form__inp::-webkit-input-placeholder {
  color: #fff;
}

.search-form__inp::-moz-placeholder {
  color: #fff;
}

/* Firefox 19+ */
.search-form__inp:-moz-placeholder {
  color: #fff;
}

/* Firefox 18- */
.search-form__inp:-ms-input-placeholder {
  color: #fff;
}

.search-form__inp:focus::-webkit-input-placeholder {
  color: transparent
}

.search-form__inp:focus::-moz-placeholder {
  color: transparent
}

.search-form__inp:focus:-moz-placeholder {
  color: transparent
}

.search-form__inp:focus:-ms-input-placeholder {
  color: transparent
}

.search-form__inp {
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-style: italic;
  width: calc(100% - 35px);
  color: #fff;
}

.search-form__btn {
  width: 35px;
  height: 35px;
  background: transparent url(../images/b-search.svg) center no-repeat;
  border: none;
  padding: 0;
  cursor: pointer;
}

.programm-header__right_search {
  display: flex;
}

.serch-area__result {
  width: 100%;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}

.serch-area__collapse {
  text-align: center;
}

.serch-area__collapse span {
  font-size: 14px;
  color: #B1ECFF;
  border-bottom: 1px dashed #B1ECFF;
}
.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 {


    margin-bottom: 8px
  }

  .retraining-programm {
    margin-bottom: 22px
  }

  .retraining-programm ul {
    background: #103C8F;
  }

  .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{
    display: none
  }

}

@media (min-width: 992px) {

  .programm-selelect {
    background: #0B3077;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 8px;
    width: 318px;
    padding: 12px 25px;
    transition: border-color .3s;
  }

  .programm-selelect span {

    padding-right: 48px;
    font-size: 21px;


  }

  .programm-selelect span:before {

    top: 0;

    width: 18px;
    height: 18px;
    background: url(../images/w-prog-select.svg) center no-repeat;
    transform: rotate(180deg);
    transition: all .3s;

  }

  .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-header {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    justify-content: space-between;
    flex-wrap: wrap;

  }

  .programm-selelect-wrapper:hover .retraining-programm {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .retraining-programm {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 45px;

    visibility: hidden;
    opacity: 0;
    pointer-events: none;

    /*background: #0B3077;*/
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-radius: 8px;


    transition: all .3s;


  }

  .retraining-programm ul {
    background-color: #0B3077;
    padding: 7px 0 30px 0;
  }

  .retraining-programm ul li.current-menu-item {
    background-color: #103C8F;
  }

  .retraining-programm ul li {
    padding: 0 50px 0 30px;
  }

  .retraining-programm ul a {
    font-size: 18px
  }

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

  .search-form {
    width: 217px;
    height: 52px;
    line-height: 52px;

    background: #0B3077;
    border: 1px solid rgba(255, 255, 255, 0.5);

    border-radius: 8px;

    padding: 0 9px 0 21px;

  }

  .search-form__inp {

    font-size: 17px;

    width: 166px;

  }

  .search-form__btn {
    width: 38px;
    height: 38px;
    background: transparent url(../images/search.svg) center no-repeat;

  }

  .programm-header__search {
    margin-left: 13px;
    margin-bottom: 0;
  }

  .serch-area__result {

    font-size: 21px;
    text-align: left
  }

  .serch-area__collapse {
    display: none
  }

  .programm-aside__search{
    display: none
  }
  
  .program-list__item_search{
    grid-template-columns: 34% 26% 20% 20% !important  ;
    
    gap: 0 !important;
  }

.program-list__col{
  min-width: 0;
}

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

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

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

.fa_doc-area__desc {
    width: 270px !important;
}

.baner_section {
   background: #103C8F;
 }

 .p-baner {
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 42px 13%;

 }

 .p-baner__text {
   color: #FFFFFF;
   padding: 5px 0 5px 35px;
   border-left: 2px solid #E05B23;
   margin-left: 35px;
 }

 @media (max-width: 991.98px) {
   .p-baner {
     padding: 42px 5%;
   }
 }

 .fa-logo-cont img{
  margin-right: 22px;
  margin-bottom: 16px;
 }

 .fa-logo-cont img:last-child{
  margin-right: 0;
 }

 .txt_oferta{
  font-size: 12px;
  color: #6D6D6D;
  margin-top: 15px;
 }

 @media (max-width: 767.98px) {   
  .fa-logo-cont img{
  margin-right: 10px;
 }
.txt_oferta{
  font-size: 11px;;
  margin-top: 10px;
  text-align: center;
 }
 .txt_oferta_ds{
  display: none;
 }
 .fa_footer__col:nth-child(2){
  padding-top: 0;
  border: none;
  padding-bottom: 15px;
 }
  .baner_section{
    background-color: #0B3077;
/*    padding-top: 6px;*/
  }

   .p-baner {
     padding: 28px 5%;
     background-color: #0B3077;
   }

   .p-baner__text {
     display: none;
   }

   .p-baner__img {
     width: 146px;
   }
 }
   @media (min-width: 768px) { 
     .txt_oferta_mb{
      display: none;
     }
   }


   .rekv-info {
     border-radius: 8px;
     background: #FFF;
     padding: 25px 27px;
     width: 731px;
     max-width: 100%;
   }

   .page-id-2492 {
     background: #F2F8FC;
   }

   .rekv-grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     grid-gap: 50px;
     margin-top: 30px;
   }

   .rekv-grid h3{
      color: #3AA1EC;
      
      font-size: 20px;     
      font-weight: 300;
      line-height: 21px;
   }

.rekv-grid img{
  width: 250px;
}

   @media (max-width: 767.98px) {
     .rekv-info {
       padding: 22px 11px;
     }

     .rekv-grid {
       grid-template-columns: repeat(1, 1fr);
       grid-gap: 5px;
       margin-top: 10px;
     }
    .rekv-grid h3{     
     
      font-size: 18px;
    }

    .rekv-grid h3:after{
      display: inline-block;  
      margin-left: 11px;    
      content: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'><path d='M10.9011 1.37199C10.9672 1.31672 11 1.24427 11 1.17192C11 1.09957 10.9672 1.02703 10.9011 0.97185C10.7691 0.861308 10.5553 0.861308 10.4234 0.97185L5.50003 5.09472L0.576523 0.97185C0.444867 0.861308 0.231056 0.861308 0.0988276 0.97185C-0.0329425 1.08239 -0.0329425 1.26145 0.0988276 1.37199L5.26135 5.69493C5.39312 5.80547 5.60682 5.80547 5.73916 5.69493L10.9011 1.37199Z' fill='%233AA1EC'/></svg>");
    }



    .rekv-grid h3 span{
      border-bottom: 1px dashed #3AA1EC;
    }

   }

   

 

