.cian-100 {
  color: #d3eaff;
}

#first {
  margin-top: 100px;
  background: linear-gradient(rgba(222, 236, 255, 0.9), rgba(222, 236, 255, 0.9)), url("../pics/main/bg.png") no-repeat center;
}

#first #internal {
  padding-bottom: 50px;
}

#first #internal div#col1 h2 {
  margin: 50px 0;
  font-size: 3rem !important;
  font-family: "Merriweather", "Museo Sans Cyrl 500", "PT Serif", Arial, Helvetica, sans-serif !important;
  color: #37648f;
}

#first #internal div#col1 p {
  color: #37648f;
  margin-bottom: 50px;
}

#first #internal div#col1 a {
  color: #37648f;
  border: 2px solid #37648f;
  padding: 5px 15px;
  transition: .3s;
}

#first #internal div#col1 a:hover {
  text-decoration: none;
  color: #d3eaff;
  background-color: #37648f;
  transition: .3s;
}

#first #internal #col2 {
  margin-top: 50px;
}

#first #internal #col2 .carouselImgCont {
  height: 308px;
  background: linear-gradient(rgba(100, 100, 100, 0.7), rgba(100, 100, 100, 0.7)), url("../pics/main/bg.png") no-repeat center;
}

#second {
  background-size: cover;
  height: 400px;
}

#second .picCont {
  position: absolute;
  overflow: hidden;
  height: 400px;
  width: 100%;
  left: 0px;
}

#second .picCont .pic {
  position: absolute;
  height: 104%;
  width: 1920px;
  background: linear-gradient(rgba(0, 19, 63, 0.6), rgba(0, 19, 63, 0.6)), url("../../pics/lib_bg.jpg") no-repeat center;
  filter: blur(5px);
  left: calc((100% - 1920px)/2);
  background-color: rgba(55, 100, 143, 0.7);
}

#second #internal {
  padding-bottom: 50px;
  color: #bad7f1;
  flex-flow: row-reverse !important;
}

#second #internal #col1 h2 {
  margin: 50px 0;
  font-size: 3rem !important;
  font-family: "Merriweather", "Museo Sans Cyrl 500", "PT Serif", Arial, Helvetica, sans-serif !important;
}

#second #internal #col1 p {
  margin-bottom: 50px;
}

#second #internal #col1 a {
  color: #bad7f1;
  border: 2px solid #bad7f1;
  padding: 5px 15px;
  transition: .3s;
}

#second #internal #col1 a:hover {
  text-decoration: none;
  color: #37648f;
  background-color: #d3eaff;
  transition: .3s;
}

#second #internal > #col2 {
  background: url("../../pics/lib_bg.jpg") no-repeat center;
  background-position-y: center;
  margin-top: 53px;
  height: 90%;
  background-size: contain;
  padding: 0;
  background-position-x: 15px;
}

#third {
    background: linear-gradient(rgba(0, 19, 63, 0.72), rgba(0, 19, 63, 0.72)), url("../pics/main/bg.png") no-repeat center;
}

#third #internal {
  padding-bottom: 50px;
}

#third #internal div#col1 h2 {
  margin: 50px 0;
  font-size: 3rem !important;
  font-family: "Merriweather", "Museo Sans Cyrl 500", "PT Serif", Arial, Helvetica, sans-serif !important;
  color: #bad7f1;
}

#third #internal div#col1 p {
  color: #bad7f1;
  margin-bottom: 50px;
}

#third #internal div#col1 a {
  color: #bad7f1;
  border: 2px solid #bad7f1;
  padding: 5px 15px;
  transition: .3s;
}

#third #internal div#col1 a:hover {
  text-decoration: none;
  color: #37648f;
  background-color: #bad7f1;
  transition: .3s;
}

#third #internal #col2 {
  background: url("../../pics/lib_bg.jpg") no-repeat center;
  background-position-y: center;
  margin-top: 53px;
  height: 90%;
  background-size: contain;
  padding: 0;
  background-position-x: calc(100% - 15px);
}
