.search-bar {
  display: flex;
  flex: 1 1 auto;
  position: relative;
}
.search-bar__input {
  width: 100%;
  border: 1px solid #C1D2E3;
  padding: 10px 19px 10px 36px;
  outline: none;
}
.search-bar__input:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-right-width: 0;
}
.search-bar__input::placeholder {
  color: #BFC2D2;
}
.search-bar__submit-search-btn {
  background-color: #00AB4F;
  transition: background-color 0.3s;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 24px;
  display: flex;
  align-items: center;
}
.search-bar__submit-search-btn:hover {
  background-color: #226D3C;
}
.search-bar__submit-search-btn .icon-loupe {
  color: #fff;
}
.search-bar__prompt {
  position: absolute;
  z-index: 100;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 4px 18px rgba(48, 69, 167, 0.29);
  width: 100%;
  top: 100%;
}
.search-bar__prompt_hidden {
  display: none;
}
.search-bar__prompt-item {
  padding: 10px 20px;
  transition: background-color 0.3s;
  cursor: pointer;
  user-select: none;
}
.search-bar__prompt-item:hover {
  background-color: #eee;
}

.colleges-list {
  background-color: #EAF4FF;
}
.colleges-list .colleges {
  padding: 98px 0;
}
.colleges-list .colleges__search-prompt {
  max-width: 310px;
  margin-top: 0;
}
.colleges-list .colleges__search-bar {
  flex: 1 1 auto;
}
.colleges-list .colleges__search-field {
  width: 100%;
}
@media (max-width: 995px) {
  .colleges-list .colleges {
    padding: 30px 0;
  }
}

.search__prompt {
  position: absolute;
  z-index: 100;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 4px 18px rgba(48, 69, 167, 0.29);
  width: 100%;
  top: 100%;
}
.search__prompt_hidden {
  display: none;
}
.search__prompt-item {
  padding: 10px 20px;
  transition: background-color 0.3s;
  cursor: pointer;
  user-select: none;
}
.search__prompt-item:hover {
  background-color: #eee;
}

.colleges #pagination {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.colleges__header {
  display: flex;
  align-items: center;
}
.colleges__header_column {
  flex-direction: column;
  flex: 1 1 auto;
  max-width: 80%;
}
.colleges__header_column > .row {
  width: 100%;
}
.colleges__search-bar {
  display: flex;
  flex: 1 1 auto;
  position: relative;
}
.colleges__search-field {
  width: 100%;
  border: 1px solid #C1D2E3;
  padding: 10px 19px 10px 36px;
  outline: none;
}
.colleges__search-field:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-right-width: 0;
}
.colleges__search-field::placeholder {
  color: #BFC2D2;
}
.colleges__search-submit-btn {
  background-color: #00AB4F;
  transition: background-color 0.3s;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 24px;
  display: flex;
  align-items: center;
}
.colleges__search-submit-btn:hover {
  background-color: #226D3C;
}
.colleges__search-submit-btn .icon-loupe {
  color: #fff;
}
.colleges__search-prompt {
  color: #A6AAB9;
  align-self: flex-start;
  margin-top: 21px;
}
.colleges__view {
  margin-left: 92px;
}
.colleges__view-option {
  cursor: pointer;
  color: #BFC2D2;
  font-size: 20px;
  transition: color 0.1s;
}
.colleges__view-option:not(:first-of-type) {
  margin-left: 17px;
}
.colleges__view-option:hover {
  color: #a2a5b1;
}
.colleges__view-option_active {
  color: #00AB4F !important;
}
.colleges__list {
  margin-top: 68px;
  display: flex;
}
.colleges__list_row {
  flex-direction: column;
}
.colleges__list_row .colleges__item:not(:first-of-type) {
  margin-top: 15px;
}
.colleges__list_row .colleges__item .college {
  display: flex;
}
.colleges__list_row .colleges__item .college__photo {
  width: 30%;
}
.colleges__list_row .colleges__item .college__wrapper {
  width: 70%;
}
.colleges__list_row .colleges__item .college__title {
  border-bottom: none;
}
.colleges__list_squares {
  flex-wrap: wrap;
  justify-content: space-between;
}
.colleges__list_squares .colleges__item {
  flex: 1 1 32%;
  max-width: 32%;
}
.colleges__list_squares .colleges__item:nth-child(n+4) {
  margin-top: 30px;
}
.colleges__list_squares .colleges__item:last-of-type:not(:nth-child(3n)) {
  margin-right: auto !important;
}
.colleges__list_squares .colleges__item:last-of-type:not(:nth-child(3n)):not(:nth-child(3n+1)) {
  margin-left: 2%;
}
.colleges__list_squares .colleges__item:not(:nth-child(3n-2)) {
  margin-left: auto;
}
@media (max-width: 600px) {
  .colleges__list_squares .colleges__item {
    flex-basis: 100%;
    max-width: 100%;
  }
  .colleges__list_squares .colleges__item:not(:first-of-type) {
    margin-top: 20px;
  }
}
.colleges__item {
  transition: 0.3s;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 995px) {
  .colleges .container > .row:first-of-type {
    flex-direction: column;
    align-items: center;
  }
  .colleges__search-prompt {
    text-align: center;
    align-self: center;
    max-width: none !important;
    margin-top: 5px !important;
  }
  .colleges__header > .row {
    flex-direction: column-reverse;
    align-items: unset;
  }
  .colleges__list {
    margin-top: 30px;
  }
}

.college {
  border-radius: 10px;
  border: 1px solid #E7EDF3;
  height: 100%;
  transition: box-shadow 0.3s;
}
.college:hover {
  box-shadow: 0px 4px 18px rgba(48, 69, 167, 0.29);
}
.college__info {
  padding: 21px;
}
.college__title {
  font-size: 18px;
  padding: 15px 21px;
  border-bottom: 1px solid #E7EDF3;
  font-weight: 700;
  transition: color 0.1s;
  display: block;
}
.college__title span {
  top: 0.3rem;
}
.college__title:hover {
  color: #00AB4F;
}
.college__photo {
  padding: 10px 0;
  height: 218px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.college__info {
  list-style: initial !important;
}
.college__info li {
  margin-left: 21px;
}
.college__info li::marker {
  color: #3045A7;
  font-size: 20px;
}

/*# sourceMappingURL=colleges-list.css.map */
