.banner {
  background: url("../pics/banner/banner2.png") no-repeat center;
}

.cian-100 {
  color: #d3eaff;
}

.blue.main {
  color: #37648f;
}

.blue.alex {
  color: #7092be;
}

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

h2.blue {
  color: #37648f;
}

.logoPic {
  width: 100%;
  background: url(/pics/logo.png) no-repeat center right;
}

.redLine {
  text-indent: 3rem;
}

.partnersLogos {
  justify-content: space-between;
}

@media (min-width: 992px) {
  .logoItem {
    display: flex;
    height: 120px;
    width: 120px;
  }
}

@media (min-width: 1200px) {
  .logoItem {
    height: 145px;
    width: 145px;
  }
}

#licBlock div#licences_container {
  justify-content: center;
  padding: 0;
}

#licBlock div#licences_container div .picCont {
  height: 300px;
  margin: 15px auto;
  text-align: center;
}

#licBlock div#licences_container div .picCont img {
  width: calc(100% - 30px);
}

#licBlock div#licences_container div p {
  margin-top: 50px;
}

#licBlock #c1, #licBlock #c2 {
  width: 25%;
  align-items: center;
  justify-content: space-between;
  margin: 0 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#about_v2 div#licences_container {
  justify-content: space-evenly;
  padding: 0;
}

#about_v2 div#licences_container div .picCont {
  height: 300px;
  margin: 30px auto;
  margin-bottom: 30px;
}

#about_v2 div#licences_container div .picCont img {
  height: 500px;
}

#about_v2 div#licences_container div .licDescr {
  background: linear-gradient(to top, whitesmoke 90%, rgba(245, 245, 245, 0));
  padding: 50px 50px 0 50px;
  margin-top: -50px;
  border-radius: 5px;
}

#about_v2 div#licences_container div p {
  margin-bottom: 35px;
}

#about_v2 #c1, #about_v2 #c2 {
  width: 40%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#customer_work {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding-bottom: 83px;
}

#customer_work .partnersLogos {
  background-color: #eeeeee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  flex-wrap: wrap;
}

#customer_work .logoItem {
  display: flex;
  border-radius: 10px;
  padding: 10px;
  align-items: center;
}

#customer_work .logoItem img {
  width: 100%;
  height: min-content;
}

#customer_v1 .logoItem {
  display: flex;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 10px;
  align-items: center;
}

#customer_v1 .logoItem img {
  width: 100%;
  height: min-content;
}

#customer_v2 .logoItem {
  display: flex;
  border-radius: 10px;
  padding: 10px;
  align-items: center;
}

#customer_v2 .logoItem img {
  width: 100%;
  height: min-content;
}

#customer_v3 .partnersLogos {
  background-color: #eeeeee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  flex-wrap: wrap;
}

#customer_v3 .logoItem {
  display: flex;
  border-radius: 10px;
  padding: 10px;
  align-items: center;
}

#customer_v3 .logoItem img {
  width: 100%;
  height: min-content;
}

#customer_v4 {
  padding: 50px 0;
  background-color: #eeeeee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#customer_v4 .logoItem {
  display: flex;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 10px;
  align-items: center;
}

#customer_v4 .logoItem img {
  width: 100%;
  height: min-content;
}

.threeCols {
  justify-content: space-between;
  padding: 0;
}

.threeCols div {
  border: 1px solid rgba(55, 100, 143, 0.2);
  width: 32%;
  padding: 0 15px;
}

.threeCols div .glabelOut {
  border: none;
  background: linear-gradient(rgba(207, 200, 192, 0.5), rgba(207, 200, 192, 0.5)), url("/pics/textures/light_toast.png");
  width: 80px;
  height: 90px;
  position: relative;
  top: -35px;
  margin: auto;
  padding: 0;
}

.threeCols div .glabelOut h3 {
  margin-top: -15px !important;
}

.threeCols div .glabelOut .glabel {
  border: 1px solid #37648f;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  color: #37648f;
  align-items: center;
  width: calc(100% - 10px);
  padding: 0;
  margin: auto;
  height: 70px;
}

#var2 > .threeCols {
  justify-content: space-between;
}

#var2 > .threeCols div {
  border: 5px solid rgba(55, 100, 143, 0.2);
  width: 32%;
  padding: 0 15px;
}

#var2 > .threeCols div .glabelOut {
  border: none;
  background: linear-gradient(rgba(207, 200, 192, 0.5), rgba(207, 200, 192, 0.5)), url("/pics/textures/light_toast.png");
  width: 90px;
  height: 60px;
  position: relative;
  top: -35px;
  margin: 0;
  padding: 0;
}

#var2 > .threeCols div .glabelOut .glabel {
  border: 5px solid #37648f;
  border-radius: 50%;
  background: #d3eaff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #37648f;
  align-items: center;
  width: calc(100% - 20px);
  margin: auto;
}

#var2 > .threeCols div h3 {
  width: 100%;
}

#var2 > .threeCols div p {
  color: #666666;
}

.color_trans {
  border: 1px solid rgba(0, 255, 255, 0);
}

#var3 h2 {
  margin-bottom: 60px;
}

#var3 p.container.redLine {
  margin-bottom: 60px !important;
}

#var3 > .threeCols {
  justify-content: space-between;
}

#var3 > .threeCols > div {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  width: 32%;
  padding: 0 15px;
}

#var3 > .threeCols > div .glabelOut {
  border: none;
  background: linear-gradient(rgba(207, 200, 192, 0.5), rgba(207, 200, 192, 0.5)), url("/pics/textures/light_toast.png");
  width: 80px;
  height: 80px;
  position: relative;
  top: -40px;
  margin: auto;
  padding: 5px 0;
  border-radius: 50%;
}

#var3 > .threeCols > div .glabelOut h3 {
  margin-top: -15px !important;
}

#var3 > .threeCols > div .glabelOut .glabel {
  border: 1px solid #37648f;
  border-radius: 50%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  color: #37648f;
  align-items: center;
  width: calc(100% - 10px);
  padding: 0;
  margin: auto;
  height: 70px;
}

#var4 > .threeCols {
  justify-content: space-between;
}

#var4 > .threeCols > div {
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  width: 32%;
  padding: 0 15px;
}

#var4 > .threeCols > div .glabelOut {
  border: none;
  background: linear-gradient(rgba(207, 200, 192, 0.5), rgba(207, 200, 192, 0.5)), url("/pics/textures/light_toast.png");
  width: 70px;
  height: 70px;
  position: initial;
  margin: 30px auto;
  padding: 0;
  border-radius: 7px;
}

#var4 > .threeCols > div .glabelOut h3 {
  margin-top: 30px !important;
}

#var4 > .threeCols > div .glabelOut .glabel {
  border: 2px solid #37648f;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  color: #37648f;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: auto;
  height: 70px;
}

#var4 > .threeCols #c1 {
  background-color: #eeeeee;
}

#var4 > .threeCols #c2 {
  background-color: #c4cccc;
}

#var4 > .threeCols #c3 {
  background-color: #37648f;
  color: #d3eaff;
}

#var4 > .threeCols #c3 .glabel {
  border: 2px solid #d3eaff;
  background: #37648f;
}

#var4 > .threeCols #c3 .glabel span {
  color: #d3eaff;
}
