.list-cards .list-cards__item__img {
  min-height: 168px;
  position: relative;
  overflow: hidden;
  max-height: 168px;
}
.list-cards .list-cards__item__img img {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: auto;
}
.list-cards.list-cards__result-search .list-cards__item__img {
  height: 100%;
  width: 100%;
}
.list-cards.list-cards__result-search .list-cards__item__img img {
  height: auto;
  width: 100%;
}

.list-cards__item__footer button, .list-cards__item__footer a {
  min-height: 37px;
  height: 37px;
}

.banners__item__img {
  position: relative;
  overflow: hidden;
}

.list-cards__item__desc__title, .list-cards__item__desc__title--banners {
  background: url(../img/logo_new.png) no-repeat;
  padding-left: 52px;
  background-size: contain;
}

.list-cards {
  position: relative;
}
.list-cards .programs {
  cursor: pointer;
}

.list-cards__result-search .list-cards__item__header {
  min-width: 278px;
}

.logo {
  background: url(../img/widget-img1.svg) no-repeat;
  background-position-x: 55px;
  background-position-y: -12px;
  background-size: 80px;
}

@media (max-width: 576px) {
  .logo {
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: 42px;
    width: 42px;
    height: 42px;
    margin-left: 7px;
  }

  .logo-border {
    height: 60px;
    background-image: url("../img/heade-logo-bg-2.svg");
    width: 67px;
  }

  .banners__item__img {
    min-height: 250px;
  }

  .modal-btn__cancel, .modal-btn__entry, .modal-btn__send, .modal-btn__back {
    width: 100px !important;
  }

  .modal-btns {
    margin: 1rem !important;
  }
}
@media (min-width: 576px) {
  .logo {
    background: url(../img/widget-img1.svg) no-repeat;
    background-position-x: 55px;
    background-position-y: -12px;
    background-size: 80px;
  }
}
.d-none {
  display: none !important;
}

.card-speakers .speaker__img {
  position: relative;
  height: 180px;
  width: 180px;
  border-radius: 50%;
  overflow: hidden;
}
.card-speakers .speaker__img img {
  position: absolute;
  max-width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.filter-item--prof {
  transition: 0.6s cubic-bezier(1, 0.07, 0.66, 1.17);
  overflow: hidden;
  height: 235px;
  position: relative;
}
.filter-item--prof .filter-item__checkbox:nth-child(6) {
  margin-top: 80px;
}
.filter-item--prof .filter-item__checkbox.opacity {
  opacity: 0.1;
  transition: 0.5s all;
}
.filter-item--prof--btn {
  position: absolute;
  bottom: 10px;
}
.filter-item--prof.open {
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  height: 455px;
}
.filter-item--prof.open .filter-item__checkbox:nth-child(6) {
  margin-top: unset;
}
.filter-item--prof.open .filter-item__checkbox.last {
  margin-bottom: 30px;
}
.filter-item--prof.open .filter-item__checkbox.opacity {
  opacity: 1;
}

.menu-widget {
  transition: all 0.4s ease-in-out;
}
.menu-widget--active, .menu-widget:hover {
  transform: rotate(180deg);
}

.widgets__b > a {
  display: block;
}

.wrap-gray {
  opacity: 0.2;
}

.footer {
  float: unset;
}

body {
  margin: 0;
  font-family: "Exo 2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #444;
  text-align: left;
  background: #F3F3F3;
}

.no_login .content {
  background: white;
  height: 100%;
}

.button.orange {
  background-color: #63a1fe;
  color: white;
  border-color: #5876d7;
  transition: 0.3s;
}
.button.orange:hover {
  color: #54A1FA;
}

.modal {
  /*font-family: Open Sans;*/
}
.modal-header {
  background: #5876D7;
  position: relative;
  text-align: center;
}
.modal-header h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
  width: 100%;
}
.modal-header .close {
  position: relative;
  right: 25px;
  font-size: 35px;
  color: #ffffff;
  opacity: 1;
  padding: 0px;
  top: 12px;
  font-weight: 100;
}
.modal-body {
  margin: 30px 30px 0;
}
.modal-body p {
  position: relative;
}
.modal .modal-input {
  width: 100%;
  padding: 7px 16px;
  border-radius: 5px;
  border: 1px solid #C3C3C3;
}
.modal .modal-input:focus {
  background: #F7F8FF;
  border: none;
}
.modal label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
}
.modal-btns {
  text-align: center;
  margin: 40px 0px 20px;
}
.modal-btn__cancel, .modal-btn__entry, .modal-btn__send, .modal-btn__back {
  border-radius: 5px;
  width: 170px;
  height: 44px;
  font-size: 14px;
  border: none;
  font-weight: 600;
}
.modal-btn__cancel, .modal-btn__back {
  background: #ffffff;
  border: 1px solid #C3C3C3;
  color: #54A1FA;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.11);
  margin-right: 10px;
}
.modal-btn__entry, .modal-btn__send {
  background: #63A1FE;
  box-shadow: 0px 3px 4px rgba(99, 161, 254, 0.5);
  color: #ffffff;
}
.modal-line {
  border: 1px dashed #D6D6D6;
  margin: 35px 0px 15px;
}

.forgot-password {
  font-size: 14px;
  text-align: right;
  position: relative;
  right: 5px;
  color: #686868;
  font-style: italic;
  position: absolute;
  right: 5px;
}
.forgot-password:hover {
  text-decoration: none;
  color: #686868;
}

.form-forgot__pass {
  display: none;
}

.form-auth .message, .form-forgot__pass .message, .form-reg .message {
  margin: 10px;
  text-align: center;
  height: 24px;
  display: block;
}

#modalReg .modal-btns {
  margin: 30px 0px 20px;
}

@media (max-width: 992px) {
  .filter {
    display: none;
  }
}
@media (max-width: 576px) {
  .header-title {
    margin-left: -12px;
  }
}
.about .list-cards__item__desc__title, .about .list-cards__item__desc__title--banners {
  background: transparent;
  padding: 0px;
  font-weight: 500;
  font-size: 24px;
  color: #444444;
}
.about .banners__item__text .title .agency_logo {
  width: 70px;
  height: 70px;
  background: url("../img/logo_new.png") #F7F7F7 center no-repeat;
  border-radius: 50%;
  background-size: 42px 32px;
}
.about .list-cards__item__desc__name--banners {
  font-size: 18px;
  line-height: 26px;
}
.about .banners__item__text {
  padding: 37px 0px;
}
.about .card-details .s1 {
  color: #7D7D7D;
  font-size: 16px;
  line-height: 20px;
  margin: 17px 0px;
}
.about .card-details .s2 {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 17px 0px;
}

.header-menu__link {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
}

.header-menu__profile {
  background: url("/img/i/listener_img/new/student.svg") no-repeat;
  background-size: cover;
  height: 46px;
  width: 46px;
  border-radius: 50px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.modal-profile {
  background: #fff;
  border-radius: 5px;
  width: 300px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 7;
  font: normal bold 14px "Exo 2";
  display: none;
  top: 66px;
  right: 12px;
}

.modal-profile__header {
  border: 1px solid #E5E5E5;
}

.modal-profile__header h3 {
  color: #63A1FE;
  display: flex;
  line-height: 18px;
  padding: 10px 12px 8px 18px;
  font-size: 16px;
  font-weight: 600;
}

.modal-profile__body {
  margin: 10px 16px;
  border-bottom: 1px dashed #D6D6D6;
  padding: 10px 0 14px;
  margin-bottom: 0px;
}

.modal-profile__body .modal-profile__img {
  background: #F7F7F7 url("/img/i/listener_img/new/Union.svg") center no-repeat;
  width: 54px;
  height: 54px;
  border-radius: 50px;
  float: left;
  margin-right: 13px;
}

.modal-profile__body .modal-profile__listener {
  color: #7D7D7D;
  margin: 9px 0 1px;
}

.modal-profile__body .modal-profile__username {
  font-weight: 500;
}

.modal-profile__body .multi_client {
  border-top: 1px solid #C4C4C4;
}

.modal-profile__body .multi_client .client-body {
  display: flex;
  align-items: center;
  padding: 10px 0 14px;
}

.modal-profile__body .multi_client .client-body:not(:last-child) {
  border-bottom: 1px dashed #d6d6d6;
}

.modal-profile__body .multi_client .client-body .client_img {
  background: #F7F7F7;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 13px;
}

.modal-profile__body .multi_client .client-body .client_img.client13 {
  background: #F7F7F7 url("/img/i/listener_img/new/Union.svg") center no-repeat;
}

.modal-profile__body .multi_client .client-body .client_info {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-profile__body .multi_client .client-body .client_info .btn {
  border: 1px solid #C3C3C3;
  border-radius: 4px;
  color: #7D7D7D;
  padding: 5px 18px;
}

.modal-profile__body .clear {
  clear: both;
}

.modal-profile__footer {
  padding: 10px 5px 10px;
  text-align: center;
}

.modal-profile__btn {
  background: #FFFFFF;
  border: 1px solid #C3C3C3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  width: 114px;
  height: 36px;
  margin: 0 5px;
  line-height: 34px;
  color: #7D7D7D;
  text-decoration: none;
}

.modal-profile__btn {
  background: #FFFFFF;
  border: 1px solid #C3C3C3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  width: 114px;
  height: 36px;
  margin: 0 5px;
  line-height: 34px;
  color: #7D7D7D;
  text-decoration: none;
}

.modal-profile__btn:hover {
  color: #54A1FA;
  text-decoration: none;
}

.bootstrap-select > .dropdown-toggle {
  background-color: #fff;
  border: 1px solid #C3C3C3;
}

button:focus {
  outline: none;
}

/*# sourceMappingURL=add.css.map */
