.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/bg03_1.png") no-repeat center;
  background-size: cover;
  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(63, 91, 130, 0.9);
  color: #d3eaff;
  display: flex;
  flex-direction: row;
  text-decoration: none;
  box-shadow: none;
  border-radius: 0px;
  width: 48%;
  margin-bottom: 30px;
  padding: 0 15px;
}

#banner_services div.container ul#serviceList li > div {
  display: flex;
  flex-direction: row;
  text-align: center;
  padding: 0;
  align-items: center;
}

#banner_services div.container ul#serviceList li > div div {
  padding: 15px;
}

#banner_services div.container ul#serviceList li > div div span {
  font-size: 3.5rem;
  color: #dbd8d4;
}

#banner_services div.container ul#serviceList li > div h4 {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1rem;
  color: #dbd8d4;
}

#banner_services div.container ul#serviceList li > div p {
  margin-top: 0;
  text-align: left;
  font-size: 0.8rem !important;
  align-self: center;
  color: #a1acb5;
  line-height: 1.3;
}

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

#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: 0;
}

.expertise_block .expIn {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 15px;
  position: relative;
}

.expertise_block .c1 {
  width: 30%;
  justify-content: center;
  align-items: center;
}

.expertise_block .c1 h5 {
  font-size: 2rem;
  text-align: center;
}

.expertise_block .c1 .expIcon span {
  font-size: 60px;
}

.expertise_block .c2 {
  margin-left: 15px;
  width: 70%;
}

.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;
}

.expertise_block .c2 ul li :hover {
  transition: .3s;
  transform: scale(1.01);
}

.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;
  transition: .3s;
  transform: scale(1);
}

.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 {
  //height: 545px;
  position: relative;
}

#expertise1 .c1 {
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(/pics/services/sks.JPG) no-repeat center;
  background-size: cover;
  color: #37648f;
}

#expertise1 .c2 ul li {
  background-color: #E5E5E5;
  min-height: 60px;
  margin-bottom: 5px;
}

#expertise1 .c2 ul li :hover {
  background-color: #d8d8d8;
}

#expertise2 {
  //height: 285px;
}

#expertise2 .c1 {
  background: linear-gradient(rgba(196, 204, 204, 0.8), rgba(196, 204, 204, 0.8)), url(/pics/services/truby1.JPG) no-repeat center;
  background-size: cover;
  color: #37648f;
}

#expertise2 .c2 ul li {
  background-color: #E5E5E5;
  min-height: 60px;
  margin-bottom:5px;
}

#expertise2 .c2 ul li:nth-child(2n) {
  background-color: #E5E5E5;
}

#expertise2 .c2 ul li:nth-child(2n) :hover {
  background-color: #d8d8d8;
}

#expertise2 .c2 ul li:nth-child(2n+1) {
  background-color: #bad7f1;
  color: #155c95;
}

#expertise2 .c2 ul li:nth-child(2n+1) :hover {
  background-color: #a5cbed;
}

#expertise3 {
  //height: 740px;
}

#expertise3 .c1 {
  background: linear-gradient(rgba(83, 154, 219, 0.8), rgba(83, 154, 219, 0.8)), url(/pics/services/truby2.JPG) no-repeat center;
  background-size: cover;
  color: #fff;
}

    #expertise3 .c2 ul li {
        background-color: #bad7f1;
        min-height: 60px;
        margin-bottom: 5px;
    }

#expertise3 .c2 ul li :hover {
  background-color: #a5cbed;
}

#expertise3 .c2 ul li :hover a {
  columns: #d3eaff;
}

#expertise4 {
  //height: 285px;
  //margin-bottom: 100px !important;
}

#expertise4 .c1 {
  background: linear-gradient(rgba(55, 100, 143, 0.8), rgba(55, 100, 143, 0.8)), url(/pics/services/truby1.JPG) no-repeat center;
  background-size: cover;
  color: #fff;
}

    #expertise4 .c2 ul li {
        min-height: 60px;
        margin-bottom: 5px;
    }

#expertise4 .c2 ul li a {
  color: #d3eaff;
  background: url("/pics/arrows_circle_left_link_lightColor.svg") no-repeat;
  background-size: 25px;
  padding: 0 15px 0 108px;
  background-position: 40px center;
}

#expertise4 .c2 ul li:nth-child(2n) {
  background-color: #37648f;
}

#expertise4 .c2 ul li:nth-child(2n) :hover {
  background-color: #3e71a1;
}

#expertise4 .c2 ul li:nth-child(2n+1) {
  background-color: #6797c5;
  color: #155c95;
}

#expertise4 .c2 ul li:nth-child(2n+1) :hover {
  background-color: #7aa4cc;
}
