body.awc {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
section.awc_body {
  width: 1110px;
  margin: 0 auto;
}
section.awc_body * {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
header.awc {
  background-color: #2f434e;
  width: 100%;
  height: 70px;
  min-width: 320px;
}
header.awc section.awc_body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
header.awc section.awc_body .awc_left {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 550px;
  justify-content: space-between;
}
header.awc section.awc_body .awc_left nav.awc {
  flex-grow: 2;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
}
@media (max-width: 708px) {
  header.awc section.awc_body .awc_left nav.awc {
    display: none;
  }
}
header.awc section.awc_body .awc_left nav.awc > div a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
header.awc section.awc_body .awc_left nav.awc > div a:hover {
  text-decoration: underline;
}
header.awc section.awc_body .awc_right {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header.awc section.awc_body .awc_right .awc_lang {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
header.awc section.awc_body .awc_right .awc_but_login {
  height: 36px;
  display: block;
  background-color: transparent;
  color: #3bbbbc;
  border: 1px solid #3bbbbc;
  text-decoration: none;
  line-height: 34px;
  border-radius: 4px;
  padding: 0 25px;
  margin: 0 25px;
}
header.awc section.awc_body .awc_right .awc_but_reg {
  height: 36px;
  display: block;
  background-color: #3bbbbc;
  color: #fff;
  text-decoration: none;
  line-height: 36px;
  border: 0;
  border-radius: 4px;
  padding: 0 25px;
}
@media (max-width: 480px) {
  header.awc section.awc_body .awc_right .awc_but_reg {
    display: none;
  }
}
footer.awc {
  font-family: 'Open Sans', sans-serif;
  background-color: #2f434e;
}
footer.awc section.awc_body .awc_top {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 75px;
  align-items: center;
  border-bottom: 1px solid #5d7784;
}
footer.awc section.awc_body .awc_top .awc_buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
footer.awc section.awc_body .awc_top .awc_buttons .awc_lang {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
footer.awc section.awc_body .awc_top .awc_buttons .awc_but_but1 {
  height: 36px;
  line-height: 36px;
  border: 0;
  padding: 0 45px;
  background-color: #3bd660;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  margin-left: 20px;
}
footer.awc section.awc_body .awc_middle {
  display: flex;
  flex-direction: row;
  padding: 55px 0 55px 0;
  width: 100%;
  justify-content: space-around;
}
footer.awc section.awc_body .awc_middle > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: #99b2be;
}
footer.awc section.awc_body .awc_middle > div span {
  color: #99b2be;
  line-height: 28px;
}
footer.awc section.awc_body .awc_middle > div span.awc_title {
  color: #3bbbbc;
  border-bottom: 1px solid #3bbbbc;
  display: block;
  width: 195px;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 20px;
}
footer.awc section.awc_body .awc_middle > div a {
  color: #99b2be;
  text-decoration: none;
  line-height: 28px;
}
footer.awc section.awc_body .awc_bottom {
  border-top: 1px solid #5d7784;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
footer.awc section.awc_body .awc_bottom span {
  color: #99b2be;
}
/*# sourceMappingURL=test.css.map */

section.awc_body {
  width: 1110px;
  margin: 0 auto;
  overflow-x: hidden;
}
section.awc_body * {
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 1110px) {
  section.awc_body {
    width: 100%;
    min-width: 300px;
  }
}
section.awc_top {
  font-family: 'Open Sans', sans-serif;
  background-color: #3bbbbc;
  text-align: center;
  padding: 50px 10px;
  min-width: 300px;
}
section.awc_top section.awc_body {
  color: #fff;
  font-size: 16px;
}
section.awc_top section.awc_body p {
  max-width: 822px;
  margin: 40px auto 0 auto;
}
section.awc_top section.awc_body div img {
  max-width: 100%;
}
section.awc_instrs {
  padding: 60px 10px;
}
section.awc_instrs section.awc_body {
  color: #000;
}
section.awc_instrs section.awc_body h2 {
  margin: 0 0 50px 0;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}
section.awc_instrs section.awc_body ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none inside;
  column-count: 2;
}
@media (max-width: 610px) {
  section.awc_instrs section.awc_body ul {
    column-count: 1;
  }
}
section.awc_instrs section.awc_body ul li {
  break-inside: avoid;
  font-size: 16px;
  padding-right: 50px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 610px) {
  section.awc_instrs section.awc_body ul li {
    padding-right: 0;
  }
}
section.awc_instrs section.awc_body ul li img {
  position: absolute;
  display: block;
}
section.awc_instrs section.awc_body ul li span {
  margin-left: 50px;
  display: block;
}
section.awc_stat {
  font-family: 'Open Sans', sans-serif;
  padding: 50px 10px;
  background-color: #f7f8fa;
  min-width: 300px;
}
section.awc_stat section.awc_body h2 {
  font-size: 30px;
  margin: 0 0 50px 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
}
section.awc_stat section.awc_body div.awc_stat {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 1050px;
}
@media (max-width: 1049px) {
  section.awc_stat section.awc_body div.awc_stat {
    width: 100%;
    flex-direction: column;
    justify-content: start;
  }
}
section.awc_stat section.awc_body div.awc_stat > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1049px) {
  section.awc_stat section.awc_body div.awc_stat > div {
    margin-bottom: 60px;
  }
}
section.awc_stat section.awc_body div.awc_stat > div div:first-child {
  font-size: 24px;
  font-weight: 600;
}
section.awc_stat section.awc_body div.awc_stat > div div:last-child {
  font-size: 16px;
}
section.awc_projects {
  font-family: 'Open Sans', sans-serif;
  padding: 60px 10px;
  max-width: 100%;
  min-width: 300px;
  overflow: hidden;
}
section.awc_projects section.awc_body h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0;
}
section.awc_projects section.awc_body ul.awc_projects {
  display: block;
  list-style: none inside;
  margin: 50px 0 0 0;
  padding: 0;
  width: 100%;
  column-count: 2;
  break-inside: avoid;
}
@media (max-width: 1098px) {
  section.awc_projects section.awc_body ul.awc_projects {
    column-count: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section.awc_projects section.awc_body ul.awc_projects > li {
  width: 539px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 352px;
  margin-bottom: 32px;
  break-inside: avoid;
}
@media (max-width: 538px) {
  section.awc_projects section.awc_body ul.awc_projects > li {
    width: 100%;
    min-width: 300px;
  }
}
section.awc_projects section.awc_body ul.awc_projects > li .awc_img {
  cursor: pointer;
  flex-grow: 0;
}
section.awc_projects section.awc_body ul.awc_projects > li .awc_img img {
  width: 100%;
}
section.awc_projects section.awc_body ul.awc_projects > li .awc_img a {
  width: 100%;
  height: 100%;
  display: block;
}
section.awc_projects section.awc_body ul.awc_projects > li .awc_link {
  margin-top: 10px;
  margin-bottom: 6px;
  flex-grow: 0;
}
section.awc_projects section.awc_body ul.awc_projects > li .awc_link a {
  color: #3bbbbc;
  text-decoration: underline;
}
section.awc_projects section.awc_body ul.awc_projects > li .awc_link a:hover {
  text-decoration: none;
}
section.awc_projects section.awc_body ul.awc_projects > li .awc_title {
  font-size: 24px;
  margin-bottom: 8px;
  flex-grow: 0;
}
section.awc_projects section.awc_body ul.awc_projects > li .awc_text {
  font-size: 16px;
  text-align: justify;
  line-height: 26px;
  overflow-y: hidden;
  flex-grow: 2;
}
section.awc_article section.awc_body .awc_img {
  width: 100%;
  background: linear-gradient(to right, #1c5e91, #1aa7ea);
  display: flex;
  justify-content: center;
  align-items: center;
}
section.awc_article section.awc_body .awc_img img {
  max-width: 100%;
}
section.awc_article section.awc_body .awc_inner {
  width: 730px;
  margin: 0 auto 40px auto;
}
@media (max-width: 730px) {
  section.awc_article section.awc_body .awc_inner {
    width: calc(100% - 20px);
    margin: 0 10px 40px 10px;
    overflow: hidden;
  }
}
section.awc_article section.awc_body .awc_links {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.awc_article section.awc_body .awc_links div:first-child a {
  color: #3abbbc;
  font-size: 16px;
}
section.awc_article section.awc_body .awc_social {
  height: 30px;
  margin-top: 30px;
}
section.awc_article section.awc_body .awc_social a {
  text-decoration: none;
  margin-right: 10px;
}
section.awc_article section.awc_body h1 {
  font-size: 36px;
  margin: 20px 0;
}
section.awc_article section.awc_body div.awc_content {
  font-family: 'Open Sans', sans-serif;
}
/*# sourceMappingURL=awc.css.map */