/* Load Fonts
-------------------------------------------------- */
@font-face {
  font-family: AGForeignerLightCLight; /* Имя шрифта */
  src: url(../fonts/AGForeignerLightC.otf); /* Путь к файлу со шрифтом */
}
@font-face {
  font-family: BlissProMedium; /* Имя шрифта */
  src: url(../fonts/BlissPro-Medium.otf); /* Путь к файлу со шрифтом */
}
@font-face {
  font-family: BlissPro; /* Имя шрифта */
  src: url(../fonts/BlissPro.otf); /* Путь к файлу со шрифтом */
}

/* GLOBAL STYLES
-------------------------------------------------- */

body {
  color: white;
  font-family: AGForeignerLightCLight;
  font-size: 22px;
}
.text-center {
    text-align: center;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}


/* CUSTOMIZE THE PAGE HEADER
-------------------------------------------------- */
.logo {
  display: inline-block;
  padding: 48px 0;
  width: 199px;
}
.blue-bg {
  background-color: #c3e2ff;
}
.title {
  letter-spacing: 0.2em;
  font-size: 41px;
  padding: 2px 0;
  line-height: 2em;
}
.waves {
  background-image: url(../img/waves.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  color: #20409a;
  padding-bottom: 20px;
}

/* CUSTOMIZE THE MIDDLE PAGE
-------------------------------------------------- */
.circles {
  position: relative;
  padding-top: 67px;
  padding-bottom: 18px;
}
.circles a {
  text-decoration: none;
}
.circles:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 47%;
  content: "";
  background-color: #c3e2ff;
}
.circle {
  display: inline-block;
  padding: 0 25px;
  padding-bottom: 60px;
}
.bottom-arc {
  position: relative;
  top: 190px;
  left: -8px;
  width: 254px;
  height: 75px;
  background-image: url(../img/underarc.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.circle:hover .bottom-arc {
  background-image: url(../img/underarchover.png);
}
.img-circular {
  margin:auto;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 118px;
  -webkit-border-radius: 118px;
  -moz-border-radius: 118px;
  width: 236px;
  height: 236px;
}
.img-circular .ws, .img-circular .g30, .img-circular .aqua {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  transform: scale(0.909);
  transition: all 0.3s ease;
}
.ws {
  background-image: url('../img/ws-logo.png');
  background-position: calc(50% + 1px) 50%;
  margin-top: -52px;
}
.g30 {
  background-image: url('../img/g30-logo.png');
  background-position: calc(50% + 5px) 50%;
  margin-top: -59px;
}
.aqua {
  background-image: url('../img/aqua-logo.png');
  background-position: calc(50% + 1px) 50%;
  margin-top: -64px;
}
.ws:hover, .g30:hover, .aqua:hover {
  transform: scale(1);
  transition: all 0.3s ease;
}
/* CUSTOMIZE FOOTER
-------------------------------------------------- */
.footer {
  background-color: white;
  line-height: 1.5em;
  padding: 15px 0;
}
.footer a {
  padding: 0 10px;
  text-decoration: none;
  color: #20409a;
  white-space: nowrap;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width:900px) {
.circles:before {
  position:absolute;
  z-index:-1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:"";
  background-color: #c3e2ff;
}

}
