.cian-100 {
  color: #d3eaff;
}

div.picContainer {
  position: absolute;
  background: linear-gradient(rgba(0, 19, 63, 0.6), rgba(0, 19, 63, 0.6)), url("../../pics/lib_bg.jpg") no-repeat center;
  height: 725px;
  width: 100%;
}

#banner_services {
  margin: 99px 0 60px;
  padding: 0 !important;
  height: 400px !important;
}

#banner_services div.container {
  padding: 0;
  height: 690px;
  margin-top: 115px;
}

#banner_services div.container > div {
  position: absolute;
}

#banner_services div.container > div h2 {
  margin-bottom: 50px !important;
  font-size: 3rem !important;
}

#banner_services div.container ul#serviceList {
  font-family: "Museo Sans Cyrl 500";
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

#banner_services div.container ul#serviceList li {
  background-color: rgba(55, 100, 143, 0.8);
  color: #d3eaff;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0px;
  width: 23%;
  margin-bottom: 30px;
  height: 230px;
  border: 1px solid #dbd8d4;
  transition: .3s;
  transform: scale(1);
}

#banner_services div.container ul#serviceList li div.descrBl {
  height: 100%;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#banner_services div.container ul#serviceList li div.descrBl h4 {
  display: flex;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  color: #dbd8d4;
  margin: 0;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#banner_services div.container ul#serviceList li div.descrBl h4 a {
  color: #dbd8d4;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  transform: scale(1);
}

#banner_services div.container ul#serviceList li div.descrBl h4 a:hover {
  color: #badeff;
  color: white;
  transition: .3s;
  transform: scale(1.1);
}

#banner_services div.container ul#serviceList li div.descrBl p {
  display: flex;
  margin-top: 0;
  text-align: left;
  font-size: 1rem !important;
  align-self: center;
  color: #a1acb5;
  line-height: 1;
  height: 50%;
  padding-top: 37px;
  text-align: center;
}

#banner_services div.container ul#serviceList li:hover {
  background-color: rgba(41, 74, 106, 0.8);
  transition: .3s;
  transform: scale(1);
}

.main_container {
  margin: 0;
  padding: 0;
  background: linear-gradient(rgba(207, 200, 192, 0.5), rgba(207, 200, 192, 0.5)), url("/pics/textures/light_toast.png");
  padding-bottom:3rem;
}

#servicesBlockOut {
  flex-direction: column;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#servicesBlockOut > ul li {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #d3eaff;
}

.expertise_block {
  background-color: white;
  padding: 0px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.expertise_block .c1 {
  background-color: rgba(55, 100, 143, 0.8);
  background-size: cover;
  color: #fff;
  justify-content: center;
  align-items: center;
  flex-direction: row !important;
  margin-bottom: 15px;
  justify-content: flex-start;
  height: 75px;
}

.expertise_block .c1 h5 {
  font-size: 2rem;
  text-align: center;
  display: flex;
  margin: 10px 65px 10px;
}

.expertise_block .c1 .expIcon {
  display: flex;
}

.expertise_block .c1 .expIcon span {
  font-size: 30px;
  margin-left: 30px;
}

.expertise_block .expIn {
  margin-top: 15px;
  width: 100%;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 15px;
}

.expertise_block p {
  margin-bottom: 0 !important;
  text-indent: 50px;
  padding: 30px 15px;
}

.expertise_block .c2 {
  width: calc(100% - 30px);
  margin: auto;
}

.expertise_block .c2 ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  width: 100%;
  justify-content: space-between;
}

.expertise_block .c2 ul li {
  display: flex;
  list-style: none;
  background-color: #E5E5E5;
  min-height: 60px;
  transition: .3s;
  transform: scale(1);
  margin-bottom:5px;
}

.expertise_block .c2 ul li a {
  display: flex;
  width: 100%;
  background: url("/pics/arrows_circle_left_link_color.svg") no-repeat;
  background-size: 25px;
  padding: 0 15px 0 108px;
  background-position: 40px center;
  align-items: center;
  line-height: 1.2;
}

.expertise_block .c2 ul li:hover {
  background-color: #d8d8d8;
  transition: .3s;
  transform: scale(1.01);
}

.expertise_block .c2 ul li:hover a {
  background: url("/pics/arrows_circle_left_link_hover_color.svg") no-repeat;
  background-size: 25px;
  background-position: 40px center;
}

#expertise1 {
  position: relative;
}
