.download:hover .romana_client_log_in {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.romana_section_title {margin-bottom: 12px;text-align: left;border-left: 4px solid #1771F6;padding-left: 4px;height: 20px;}
#resouces {display: flex;flex-wrap: wrap;}
.resouces-li {margin-right: 12px;width: 32.6%;flex: 0 0 32.6%;background-color: #fff;box-shadow: 0 1px 4px 1px #6c82be14;
box-sizing: border-box;padding: 12px;border-radius: 8px;margin-bottom: 12px;}
.resouces-li:nth-child(3n) { margin-right: 0; }
.avatar {width: 38px;height: 38px;border-radius: 50%;object-fit: cover;}
.nick_name {font-size: 15px;margin-left: 8px;color: #373a40;font-weight: 600;}
.resouces-h3 {height: 3em;margin: 12px 0 0;overflow: hidden;font-weight: normal;}
.resouces-title {color: rgb(44, 62, 80);font-size: 16px;line-height: 1.5em;}
.middle {
  text-align: center;
  position: relative;
  display: flex;
  width: 1200px;
  margin: 12px auto 0;
}
.middle_nav {
  padding: 8px 8px 8px 16px;
  background-color: #ffffff;
  line-height: 39px;
  flex: 0 0 150px;
  box-sizing: border-box;
}
.middle_nav_li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.middle_nav_li svg {
  color: rgb(206, 208, 214);
  width: 1em;
  height: 1em;
}
.middle_nav_li:hover {
  color: rgb(9, 64, 211);
}
.middle_nav_li:hover svg {
  color: rgb(9, 64, 211);
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

body{
  background: #eaeef7;
  font-family: 'Open Sans', sans-serif;
}

.search {
  width: 1200px;
  position: relative;
  display: flex;
  margin: 42px auto 0;
}

.searchTerm {
  width: 100%;
  border: 3px solid #1771F6;
  border-right: none;
  padding: 5px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #333333;
}

.searchTerm:focus{
  color: #333333;
}

.searchButton {
  width: 56px;
  height: 40px;
  border: 1px solid #1771F6;
  background: #1771F6;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}
