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

.top-section__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .top-section__logo_1 {
    margin-right: 6%;
  }
}

@media (min-width: 1200px) {
  .top-section__logo_2 {
    /*margin-right: 15%;*/
  }
}

.top-section__logo_1 img {
  width: 39px;
  height: 46px;
  margin-right: 14px;
}

@media (max-width: 767.98px) {
  .top-section__logo_1 img {
    width: 30px;
    height: 35px;
    margin-right: 3px;
  }
}

.top-section__logo_2 img {
  width: 53px;
  height: 53px;
  margin-right: 14px;
}

@media (max-width: 767.98px) {
  .top-section__logo_2 img {
    width: 38px;
    height: 38px;
    margin-right: 5px;
  }
}

.top-section__logo span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2858;
  /*white-space: nowrap;*/
}

@media (max-width: 767.98px) {
  .top-section__logo span {
    font-size: 10px;
  }
}

.top-section__logo_1 span {
  width: 200px;
}

@media (max-width: 767.98px) {
  .top-section__logo_1 span {
    width: 140px;
  }
}

.program-area {
  background: #F4F9FF;
}

.program-list__col_prof p {
  margin: 0;
}

@media (max-width: 991.98px) {
  .program-list__col_prof p {
    display: inline-block;
  }
  .program-list__col_price br {
    display: none;
  }
  .program-list__col_accreditation svg {
    display: none;
  }
}

@media (min-width: 992px) {
  .program-list__col_accreditation span {
    display: none;
  }
  .program-list__col_prof p {
    position: relative;
  }
  .program-list__col_prof p:before {
    position: absolute;
    display: block;
    left: -13px;
    top: 9px;
    width: 6px;
    height: 1px;
    background: #ED3A2F;
    content: '';
  }
}

.program-list__col:before {
  font-weight: 400;
}

@media (max-width: 991.98px) {
  .program-list__col_name {
    position: relative;
    padding-right: 30px;
  }
  .program-list__col_name:before {
    right: 11px;
    top: 8px;
    position: absolute;
    display: block;
    width: 10px;
    height: 6px;
    background: url(../images/prog-select.svg) center no-repeat;
    background-size: cover;
    content: '';
    -webkit-transition: rotate .6s;
    -o-transition: rotate .6s;
    transition: rotate .6s;
  }
  .active:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .program-list__item {
    padding: 16px 0;
  }
  .program-list__item-body {
    display: none;
    padding-bottom: 10px;
  }
}

.program-list__item-no {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.fa_footer__col_burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fa_footer .top-section__logo_2 {
  margin-right: 0;
}

.idk-label {
  font-size: 16px;
  padding: 15px 20px;
  border-radius: 8px;
  background: #F4F9FF;
  margin: 60px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .idk-label {
    font-size: 14px;
    padding: 13px 20px;
    margin: 40px 0;
  }
  .license-area__title {
    text-align: center;
  }
  .fa_maintabs-nav li {
    margin-right: 25px !important;
  }
  .fa_maintabs-nav li:nth-child(1), .fa_maintabs-nav li:nth-child(2), .fa_maintabs-nav li:nth-child(6) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .fa_maintabs-nav li:nth-child(3), .fa_maintabs-nav li:nth-child(4), .fa_maintabs-nav li:nth-child(5) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .doc-gal__title br {
    display: none;
  }
  .offer__note {
    font-size: 10px;
  }
}

@media (max-width: 767.98px) {
  #form-modal .reserved-form__info {
    display: none;
  }
}
