body {
  font-family: Ubuntu, sans-serif;
  color: #05183c;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  line-height: 68px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}

a {
  color: #0d53db;
  font-size: 18px;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 14px;
}

li {
  padding-bottom: 6px;
  color: #0d53db;
}

img {
  display: inline-block;
  max-width: 100%;
}

.m_h4 {
  display: inline-block;
  color: #05183c;
  font-size: 20px;
  line-height: 23px;
}

.m_h4.white_15 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 7px;
  color: #fff;
}

.m_h4._26top {
  margin-top: 26px;
}

.m_h4.blue {
  color: #0d53db;
}

.body {
  font-family: Ubuntu, sans-serif;
  color: #05183c;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

/*
.main_section {
  z-index: 1;
  height: 960px;
  margin-top: 60px;
  background-color: #0d53db;
  color: #fff;
}
*/

/* new year */

.main_section {
  z-index: 1;
  height: 960px;
  margin-top: 60px;
  background-color: #0D53DB;
 /*background-image: url('../images/M_HNY_2022_BG_v05-4.svg'), url('../images/M_HNY_2022_BG_v04_1.png'); */
  background-position: 0% 0%, 0% 0%;
  background-size: 1920px 960px, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: fixed, scroll;
  color: #fff;
}



.m_container {
  max-width: 1170px;
}

.m_container._90bottom {
  padding-bottom: 60px;
}

.m_h1 {
  font-size: 60px;
  line-height: 68px;
}

.m_h1._30bottom {
  margin-bottom: 30px;
}

.m_h1.accent {
  color: #0ddbaa;
}

.m_h1.blue {
  color: #0d53db;
}

.m_text_30 {
  color: #05183c;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

.m_text_30.white {
  color: #fff;
}

.m_text_18 {
  color: #05183c;
  font-size: 18px;
  line-height: 21px;
}

.m_text_18.w160 {
  width: 160px;
  margin-right: 15px;
}

.m_text_18.w160.white {
  color: #fff;
}

.m_text_18.eventclass {
  padding: 6px 9px;
  background-color: #0ddbaa;
  color: #0c3993;
}

.m_text_18._40top100bottom {
  margin-top: 40px;
  margin-bottom: 100px;
}

.m_text_18._40top100bottom._20top {
  margin-top: 20px;
  margin-bottom: auto;
}

.m_text_18._40top100bottom._20top.size {
  width: 480px;
}

.m_text_18._40top100bottom._80bottom {
  margin-bottom: auto;
}

.m_text_18.white {
  color: #fff;
}

.m_text_18._30top {
  margin-top: 30px;
}

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-top: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
}

.more:hover {
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.more.w--current {
  color: #fff;
  text-decoration: none;
}

.m_text_15 {
  color: #05183c;
  font-size: 15px;
  line-height: 17px;
}

.m_text_15.white {
  color: #fff;
}

.m_text_15._18top {
  margin-top: 18px;
}

.m_text_15.blue {
  color: #0d53db;
}

.m_text_15.blue._30top {
  margin-top: 10px;
}

.m_text_15.blue._10left {
  margin-left: 10px;
}

.m_text_15.blue.nd {
  text-decoration: none;
}

.m_text_15.gray {
  color: #626b7d;
}

.m_text_15.gray.footertext {
  float: left;
}

.m_text_15._20left {
  margin-left: 10px;
}

.m_text_15._10top {
  margin-top: 10px;
}

.m_text_15.w150 {
  width: 150px;
}

._40right {
  margin-right: 40px;
  text-decoration: none;
}

.menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.menu:hover {
  color: #0ddbaa;
  text-decoration: underline;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  height: 60px;
  clear: both;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
}

.main-text {
  margin-top: 142px;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

._14right {
  margin-right: 14px;
}

.mail {
  text-decoration: none;
}

.mail._50left {
  margin-left: 50px;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
}

.mail._50left:hover {
  color: #0ddbaa;
  text-decoration: underline;
}

.mail._20bootom {
  margin-bottom: 20px;
}

.top-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.separator {
  width: 1px;
  height: 16px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #b8c2d6;
}

.separator.white {
  background-color: #fff;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social_url {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #b8c2d6;
  border-radius: 50px;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
}

.social_url:hover {
  border-color: #0ddbaa;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.social_url.white {
  border-color: #fff;
}

.header_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_text_15_b {
  color: #05183c;
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
}

.m_text_15_b._20right {
  margin-right: 20px;
}

.m_text_15_b._20right.blue {
  color: #0d53db;
}

.m_text_15_b._20right.blue.hover:hover {
  color: #0ddbaa;
}

.m_text_15_b.blue {
  color: #0d53db;
}

.top-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news_section {
  margin-top: 60px;
  background-color: #fff;
}

.main_img {
  height: 1026px;
  margin-top: 55px;
  margin-left: -50px;
  padding-top: 8px;
  background-image: url('../images/Scr1-4_2.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-clip: border-box;
}

.event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, from(#0d53db), to(rgba(16, 84, 217, 0.07)));
  background-image: linear-gradient(90deg, #0d53db, rgba(16, 84, 217, 0.07));
}

.event.main_event {
  width: 400px;
  margin-top: 74px;
  margin-left: 228px;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  text-decoration: none;
}

.event.main_event:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#179275), color-stop(78%, rgba(16, 84, 217, 0.07)));
  background-image: linear-gradient(90deg, #179275, rgba(16, 84, 217, 0.07) 78%);
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.event.main_event.w--current {
  width: 270px;
  height: 164px;
  margin-top: 74px;
}

.event.second_event_1 {
  margin-top: 68px;
  margin-left: 40px;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.event.second_event_1:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#179275), color-stop(78%, rgba(16, 84, 217, 0.07)));
  background-image: linear-gradient(90deg, #179275, rgba(16, 84, 217, 0.07) 78%);
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.event.second_event_1.w--current {
  height: 164px;
}

.event.second_event_2 {
  margin-top: 36px;
  margin-left: 250px;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.event.second_event_2:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#179275), color-stop(77%, rgba(16, 84, 217, 0.07)));
  background-image: linear-gradient(90deg, #179275, rgba(16, 84, 217, 0.07) 77%);
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.event.second_event_2.w--current {
  height: 187px;
}

.event.second_event_3 {
  margin-top: 20px;
  margin-left: 40px;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.event.second_event_3:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#179275), color-stop(78%, rgba(16, 84, 217, 0.07)));
  background-image: linear-gradient(90deg, #179275, rgba(16, 84, 217, 0.07) 78%);
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.event.second_event_3.w--current {
  height: 164px;
}

.m_h3 {
  font-size: 26px;
  line-height: 30px;
}

.m_h3.clearmarginbottom {
  margin-top: 15px;
  margin-bottom: 0px;
}

.m_h3.white {
  color: #fff;
}

.image {
  position: static;
}

.play_button {
  position: absolute;
  margin-top: 83px;
  margin-left: 38px;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
}

.play_button:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.news_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  height: 208px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m_h2 {
  font-size: 40px;
}

.m_h2._80per {
  width: 82%;
  margin-top: 8px;
}

.m_h2._0top0bottom {
  margin-top: 0px;
  margin-bottom: 10px;
}

.m_h2._20bottom {
  margin-bottom: 30px;
}

.m_h2._30bot {
  margin-bottom: 30px;
}

._90top40bottom {
  margin-top: 90px;
  margin-bottom: 40px;
}

._90top40bottom.mobile._20bottom {
  margin-bottom: 20px;
}

._90top40bottom._10bottom {
  margin-bottom: 50px;
}

.about_section {
  background-color: #f0f4fb;
}

.all_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.all_news._60top100bottom {
  margin-top: 60px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.all_news._60top100bottom.move {
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
}

.all_news._60top100bottom.move:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

._20left {
  margin-left: 20px;
}

.onenews_link.w--current {
  text-decoration: none;
}

.arrow {
  position: absolute;
}

.m_text_22 {
  font-size: 22px;
  line-height: 26px;
}

.m_text_22._50percent {
  width: 570px;
}

.m_text_22._10top {
  padding-top: 10px;
}

.m_text_22.widht50 {
  width: 80%;
}

.m_text_22._50per {
  width: 50%;
}

.m_text_22._50per._30top {
  margin-top: 30px;
}

.m_text_22.blue {
  color: #0d53db;
  text-decoration: none;
}

.m_text_22._24top._50pre {
  width: 70%;
}

.m_text_22._24top._70per {
  width: 70%;
}

.m_text_22._40top {
  margin-top: 40px;
}

.m_text_22._160top140bot-center {
  width: 80%;
  margin-top: 160px;
  margin-bottom: 120px;
  color: #fff;
  text-align: center;
}

.m_text_22.white-center-90per {
  width: 90%;
  color: #fff;
  text-align: center;
}

.m_h4_m {
  color: #05183c;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
}

.m_h4_m.white_15 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
}

.m_h4_m._26top {
  margin-top: 26px;
}

.m_h4_m._26top._70per {
  width: 70%;
}

.m_h4_m._26top._70per.threedots {
  overflow: hidden;
  height: 200px;
}

.m_h4_m._26top._70per._w-decoration {
  text-decoration: none;
}

.m_h4_m.blue {
  color: #0d53db;
}

.m_h4_m._80per {
  width: 80%;
  margin-bottom: 20px;
}

.m_h4_m.s360 {
  width: 360px;
}

.m_h4_m.s360._30bottom {
  margin-bottom: 30px;
}

.m_h4_m._20bot {
  margin-bottom: 20px;
}

.m_h4_m._370w {
  width: 370px;
}

.m_h4_m._84per {
  width: 84%;
}

._20top.w--current {
  margin-top: 20px;
}

.a_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._35left {
  margin-left: -35px;
}

.list_text {
  color: #05183c;
  font-size: 15px;
}

.list {
  margin-top: 20px;
}

.list.newslist {
  margin-top: 30px;
  margin-bottom: 30px;
}

._90top100bottom {
  margin-top: 90px;
  margin-bottom: 100px;
}

.projects_section {
  background-image: url('../images/img_rep.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-y;
}

.projects_section._60top {
  margin-top: 60px;
}

._2pxblue {
  height: 2px;
  background-color: #0d53db;
}

.m_text_12 {
  font-size: 12px;
  line-height: 14px;
}

.m_text_12.s40 {
  width: 480px;
}

.m_text_12.gray {
  color: #626b7d;
}

.m_text_12._15bottom {
  margin-bottom: 10px;
}

.m_text_12.customer {
  margin-top: 20px;
}

.m_text_12.customer.diploma {
  float: left;
}

.m_text_12.customer.diploma.green {
  margin-top: 0px;
  color: #0ddbaa;
}

.m_text_12.diploma {
  float: left;
}

.green_span {
  color: #0ddbaa;
}

.image_570 {
  width: 570px;
  height: 320px;
}

.oneproject_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 570px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.separator_line_g {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/img_rep.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-x;
}

.contact_section {
  background-color: #f0f4fb;
}

.all_projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.all_projects._60top100bottom {
  margin-top: 60px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.all_projects._60top100bottom.move {
  display: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.all_projects._60top100bottom.move:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.all_projects._60top100bottom.move.sm {
  margin-top: 30px;
  margin-bottom: 30px;
}

.link_e-mail {
  text-decoration: none;
}

.link_e-mail.blue {
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  color: #0d53db;
}

.link_e-mail.blue:hover {
  color: #0ddbaa;
}

.footer {
  height: 60px;
}

.m_footer {
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.lightgray_span {
  color: #b8c2d6;
}

.leftmenu_section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.leftmenu {
  overflow: auto;
  width: 50vw;
  height: 100vh;
  background-color: #0ddbaa;
  box-shadow: 0 0 20px 20px rgba(5, 24, 60, 0.2);
}

.leftmenu_social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leftmenu_social._20pertop10perbottom {
  display: block;
  margin-top: 20%;
  margin-bottom: 10%;
}

.pdf {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

._10perleft {
  margin-top: 14px;
  margin-bottom: 20px;
  margin-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link {
  text-decoration: none;
}

.link.white {
  color: #fff;
}

.leftmenu_items {
  margin-top: 20%;
}

.oneproject {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.oneproject:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.m_column {
  padding-right: 0px;
  padding-left: 14px;
}

.m_column_map {
  padding-right: 0px;
  padding-left: 0px;
}

.m_columns {
  margin-right: 0px;
  margin-left: 0px;
}

.map {
  width: 100%;
}

.separator-2 {
  width: 1px;
  height: 16px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #b8c2d6;
}

.separator-2.white {
  background-color: #fff;
}

.social_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  font-size: 66px;
}

.heading-2 {
  font-size: 40px;
  line-height: 46px;
}

.heading-3 {
  font-size: 26px;
}

.heading-4 {
  font-size: 20px;
}

.text_section {
  margin-top: 100px;
}

.colors_section {
  margin-top: 100px;
}

.heading-5 {
  line-height: 23px;
}

.m_text_15_m {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
}

.m_text_15_m.gray {
  color: #626b7d;
}

.m_text_15_m._20left10top {
  margin-top: 10px;
  margin-left: 20px;
}

.m_text_15_m.blue {
  float: left;
  color: #0d53db;
}

.m_text_15_m._20left {
  margin-left: 10px;
}

.m_text_14 {
  font-size: 14px;
  line-height: 16px;
}

.m_text_14.gray {
  margin-top: 10px;
  color: #626b7d;
}

.m_text_14.gray._30bottom {
  margin-bottom: 30px;
}

.m_text_12_caps {
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}

.m_text_12_caps.s40 {
  width: 480px;
}

.m_text_12_caps.blue {
  color: #0d53db;
}

.m_text_12_caps.blue._10rightfloat {
  margin-right: 10px;
  float: left;
}

.m_text_12_par {
  font-size: 12px;
  line-height: 14px;
}

.m_text_12_par.s40 {
  width: 480px;
}

.m_text_12_b {
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

.m_text_12_b.s40 {
  width: 480px;
}

.m_text_12_b._60bottom {
  padding-bottom: 60px;
}

.m_blue {
  width: 100px;
  height: 100px;
  background-color: #0d53db;
}

.colorsblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_darkblue {
  width: 100px;
  height: 100px;
  background-color: #0c3993;
}

.m_turquoise {
  width: 100px;
  height: 100px;
  background-color: #b5dded;
}

.m_white {
  width: 100px;
  height: 100px;
  background-color: #fff;
}

.m_black {
  width: 100px;
  height: 100px;
  background-color: #05183c;
}

.m_gray {
  width: 100px;
  height: 100px;
  background-color: #626b7d;
}

.m_lightgray {
  width: 100px;
  height: 100px;
  background-color: #b8c2d6;
}

.m_verylightgray {
  width: 100px;
  height: 100px;
  background-color: #f0f4fb;
}

.m_accent {
  width: 100px;
  height: 100px;
  background-color: #0ddbaa;
}

.section {
  height: 100px;
}

._2pxverylightgray {
  height: 2px;
  background-color: #f0f4fb;
}

.newscol {
  margin-bottom: 40px;
}

.newscol._20bottom {
  margin-bottom: 60px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.breadcrumbs_ic {
  margin-right: 10px;
  margin-left: 10px;
}

.years {
  margin-top: 30px;
}

.oneyear_selected {
  margin-right: 30px;
  padding-bottom: 4px;
  border-bottom: 4px solid #0d53db;
}

.oneyear_selected._10bottom {
  margin-bottom: 10px;
  text-decoration: none;
}

.year_selected_div {
  display: none;
  height: 4px;
  margin-top: 5px;
  background-color: #0d53db;
}

.oneyear {
  margin-right: 30px;
  margin-bottom: 10px;
  text-decoration: none;
}

.oneyear._10bottom {
  margin-bottom: 10px;
}

.oneyear_archive {
  margin-right: 30px;
  border-bottom: 2px dotted #626b7d;
}

.oneyear_archive._10bottom {
  display: none;
  margin-bottom: 10px;
}

.archive_selected_div {
  display: none;
  height: 4px;
  margin-top: 5px;
  background-image: url('../images/2px_gray.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.backtonews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  text-decoration: none;
}

.backtonews_ic {
  margin-right: 10px;
  margin-left: 10px;
}

.dateandhtags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsname {
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f0f4fb;
}

.separator_big {
  width: 1px;
  height: 68px;
  background-color: #f0f4fb;
}

.image-2 {
  margin-right: 20px;
  margin-left: 20px;
}

.image-3 {
  width: 32px;
  height: 32px;
}

.image-4 {
  margin-right: 1px;
  margin-left: 10px;
}

.image-5 {
  margin-right: 10px;
  margin-left: 1px;
}

.nextnews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #f0f4fb;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sharelink {
  margin-right: 20px;
  margin-left: 20px;
}

.htags-1 {
  margin-right: 10px;
}

.separator-3 {
  width: 1px;
  height: 16px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #b8c2d6;
}

.separator-3.white {
  background-color: #fff;
}

.onenews_section {
  margin-top: 60px;
  background-color: #fff;
}

.morenews {
  background-color: #f0f4fb;
}

.morenewscol {
  margin-bottom: 60px;
}

.morenewscol._20bottom {
  margin-bottom: 60px;
}

.shareandnext_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsbody {
  margin-bottom: 90px;
}

.similarnews_img {
  width: 770px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.similarnews-1 {
  margin-top: 30px;
}

.similarnews-1.w--current {
  color: #05183c;
  text-decoration: none;
}

.similarnews-1._20bottom.w--current {
  margin-bottom: 20px;
}

.similarnews_line {
  width: 2px;
  margin-right: 30px;
  margin-left: 80px;
  background-color: #f0f4fb;
}

.similarnews_st {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.library_section {
  margin-top: 60px;
  background-color: #fff;
}

.onenews_link-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  width: 370px;
  height: 500px;
  margin-right: 20px;
  margin-bottom: 30px;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.onenews_link-2:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.onenews_link-2.w--current {
  text-decoration: none;
}

.news_container {
  margin-bottom: 60px;
}

.news_container.main {
  margin-bottom: 0px;
}

.technolist {
  width: 170px;
  height: 249px;
  margin-top: 20px;
  margin-right: 20px;
  float: left;
}

.librarymenu_1 {
  margin-top: 30px;
}

.libraryitem_selected {
  margin-right: 30px;
  padding-bottom: 4px;
  border-bottom: 4px solid #0d53db;
}

.libraryitem_selected div.gray {
  color: #0e60ff;
}

.libraryitem_selected._10bottom {
  margin-bottom: 10px;
  text-decoration: none;
}

.libraryitem {
  margin-right: 30px;
}

.libraryitem._10bottom {
  text-decoration: none;
}

.libraryitem_3_archive {
  display: inline-block;
  margin-right: 30px;
  border-bottom: 2px dotted #626b7d;
}

.libraryitem_3_archive._10bottom {
  margin-bottom: 10px;
}

.div-block {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #b8c2d6;
}

.librarymenu_2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.libraryitem_2_selected {
  margin-right: 30px;
  padding-bottom: 4px;
  border-bottom: 4px solid #0d53db;
}

.libraryitem_2_selected div.gray {
  color: #0e60ff;
}

.libraryitem_2_selected._10bottom {
  margin-bottom: 10px;
  text-decoration: none;
}

.libraryitem_2 {
  margin-right: 30px;
}

.libraryitem_2._10bottom {
  margin-bottom: 10px;
  text-decoration: none;
}

.librarymenu_3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.libraryitem_3_selected {
  margin-right: 30px;
  padding-bottom: 4px;
  border-bottom: 4px solid #0d53db;
}

.libraryitem_3_selected div.gray {
  color: #0e60ff;
}

.libraryitem_3_selected._10bottom {
  margin-bottom: 10px;
  text-decoration: none;
}

.libraryitem_3 {
  margin-right: 30px;
}

.libraryitem_3._10bottom {
  margin-bottom: 10px;
  text-decoration: none;
}

.library_col {
  margin-bottom: 60px;
}

.column-3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.library_article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  margin-top: 20px;
  margin-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #05183c;
  text-decoration: none;
}

.library_article.first {
  margin-top: 80px;
}

.separator_line_g_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/img_rep.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: repeat-x;
}

._95per {
  width: 95%;
}

.hide_lib_2_3 {
  display: inline-block;
  float: right;
}

.onelibdok {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  overflow: auto;
  height: 100vh;
  background-color: rgba(12, 57, 147, 0.88);
}

.libdokhead {
  margin: 10px 12% 2px;
  background-color: #fff;
}

.print_bt {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 8px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.printimg {
  margin-right: 10px;
  float: left;
}

.closebt {
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 8px;
  float: right;
}

.libdokbody {
  overflow: auto;
  margin-right: 12%;
  margin-left: 12%;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
}

.libtable {
  overflow: auto;
  margin-top: 30px;
  margin-bottom: 5px;
}

.libtable_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px solid #b8c2d6;
}

.libtable_line.lastline {
  border-bottom-width: 0px;
}

.libtable_cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #b8c2d6;
  border-bottom: 1px solid #b8c2d6;
  background-color: #f0f4fb;
}

.libtable_cell.lastcell {
  border-right-width: 0px;
}

.libannotation {
  margin-top: 30px;
}

.liblist {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 12px;
  list-style-type: decimal;
}

.liblistitem {
  color: #05183c;
  font-size: 12px;
}

.listdok {
  overflow: auto;
  margin-bottom: 40px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 404px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.backtomain {
  margin-top: 40px;
  color: #0d53db;
}

.reddiv {
  width: 100px;
  height: 100px;
  margin-top: 60px;
  background-color: red;
}

.breadcrumbs_link {
  text-decoration: none;
}

.backtoprojects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  text-decoration: none;
}

.oneproject_section {
  height: 100vh;
  margin-top: 60px;
  background-color: #fff;
}

.vacancies_section {
  height: auto;
  margin-top: 60px;
  background-color: #fff;
}

.about_section_page {
  margin-top: 60px;
}

.contact_section_page {
  margin-top: 60px;
}

.m_column_map_page {
  padding-right: 0px;
  padding-left: 0px;
}

.video_section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: none;
  overflow: auto;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(12, 57, 147, 0.88);
}

.m_video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video {
  display: none;
  width: 1280px;
  height: 720px;
}

.closevideo_bt {
  margin-top: 40px;
  margin-bottom: 40px;
}

.lastnewsmain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
}

.lastnewsmain:hover {
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.lastnews_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lastnewsimg_size {
  width: 200px;
}

.lastnewstext {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 230px;
  height: 102px;
  margin-left: 30px;
}

.m_h5 {
  line-height: 1.2em;
}

.m_h5.white {
  color: #fff;
}

.text-span {
  color: #b8c2d6;
}

.div-block-2 {
  width: 70px;
  height: 70px;
  border-style: solid;
  border-width: 2px;
  border-color: #0ddbaa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

._20bottom {
  margin-bottom: 20px;
}

.progressnum {
  width: 170px;
  height: 159px;
  margin-top: 10px;
  margin-right: 20px;
  float: left;
}

._60top60bottom {
  margin-top: 40px;
  margin-bottom: 40px;
}

._40top100bottom {
  margin-top: 40px;
  margin-bottom: 100px;
}

.more_sm {
  display: none;
  width: 250px;
  margin-top: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.more_sm.w--current {
  color: #fff;
  text-decoration: none;
}

.projecttype {
  display: none;
  margin-top: 30px;
}

.projecttype_selected {
  margin-right: 30px;
  padding-bottom: 4px;
  border-bottom: 4px solid #0d53db;
}

.projecttype_selected._10bottom {
  margin-bottom: 10px;
}

.projecttype_1 {
  margin-right: 30px;
}

.projecttype_1._10bottom {
  margin-bottom: 10px;
}

.library_col_div {
  margin-bottom: 60px;
}

._80per {
  width: 80%;
}

.onelibdok-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: none;
  overflow: auto;
  height: 100vh;
  background-color: rgba(12, 57, 147, 0.88);
}

.articles_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  clear: right;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.libtable_copy {
  display: none;
  overflow: auto;
  margin-top: 30px;
  margin-bottom: 5px;
}

.libtable_2 {
  margin-top: 30px;
}

.embed-table {
  overflow: auto;
  width: 100%;
  font-size: 15px;
  line-height: 1.4em;
}

.closebt_2 {
  margin-top: 8px;
  margin-right: 10px;
  margin-bottom: 8px;
  float: right;
}

.onearticle_section {
  margin-top: 60px;
  background-color: #fff;
}

.backtoarticles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  text-decoration: none;
}

.print {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #f0f4fb;
}

.print_img {
  margin-right: 20px;
  margin-left: 20px;
}

.ourprojects_sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.oneproject_sm {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #05183c;
  text-decoration: none;
}

.oneproject_sm._20bottom.w--current {
  margin-bottom: 20px;
}

.oneproject_sm.first {
  margin-top: 30px;
  color: #05183c;
  text-decoration: none;
}

.image-6 {
  width: 270px;
}

.oneproject_sm_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 266px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow_b {
  position: absolute;
  display: none;
}

.m_column_ng {
  height: 55ch;
  padding-right: 0px;
  padding-left: 0px;
}

.ng_img {
  height: 60ch;
  margin-top: -42px;
  background-image: url('../images/NG_img_01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link {
  width: 570px;
  height: 320px;
}

.image-7 {
  width: 570px;
  height: 320px;
}

.lightbox-link-2 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.map_ya_filter {
  display: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.g_map_link {
  display: none;
  color: #0d53db;
  font-size: 14px;
}

.lastcolumn {
  margin-bottom: 80px;
}

.lastcolumn.hidecolumn {
  display: none;
}

.text-span-2 {
  color: #0d53db;
}

.text-span-3 {
  color: #0d53db;
}

.text-span-4 {
  color: #0d53db;
}

.text-span-5 {
  color: #0d53db;
}

.img_diploma {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  margin-left: 20px;
}

.diploma_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer {
  margin-top: 20px;
}

.phone {
  color: #0d53db;
}

.counters {
  display: none;
  float: right;
}

.onecounter {
  margin-right: 10px;
  float: left;
}

.onecounter.last {
  margin-right: 0px;
}

.countercolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footertextcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  color: #0d53db;
  text-decoration: underline;
}

._w-decoration {
  text-decoration: none;
}

._w-decoration._12s {
  font-size: 12px;
}

._w-decoration.linkprojectname {
  color: #05183c;
  font-size: 20px;
  font-weight: 500;
}

._w-decoration.blockelement {
  display: block;
}

.section-2 {
  display: none;
}

.newsannotation {
  margin-top: 50px;
}

.sourcesitelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.one-vacancy {
  margin-right: -20px;
  margin-bottom: 20px;
  margin-left: -20px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #0d53db;
}

.list-text-v {
  color: #626b7d;
}

.list-text-v.bold {
  font-weight: 700;
}

._24top {
  margin-top: 24px;
  margin-bottom: 24px;
}

.list-add {
  margin-top: 10px;
  margin-bottom: 0px;
  list-style-type: decimal;
}

.vacancie-contact {
  margin-bottom: 100px;
}

.vacancie-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #05183c;
  text-decoration: none;
}

.vacancie-icon {
  width: 32px;
  height: 32px;
}

._0topbot {
  margin-top: 0px;
  margin-bottom: 0px;
}

.vacancie-img-1 {
  display: none;
}

.vacancie-img-2 {
  display: inline-block;
}

.vacancie-content {
  overflow: hidden;
  padding-top: 0px;
}

.scr01 {
  height: 760px;
  background-color: #f0f4fb;
}

.scr02-2 {
  background-color: #f0f4fb;
}

.more_ap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-top: 70px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.more_ap:hover {
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}

.more_ap.w--current {
  color: #fff;
  text-decoration: none;
}

.scr01_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ap_main-img {
  display: none;
  max-width: 630px;
}

.scr01_col2 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scr02-1_col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.scr02-img {
  max-width: 585px;
}

.scr02-1_col2_text {
  margin-left: 100px;
}

.scr02-1_col2 {
  padding-right: 0px;
  padding-left: 0px;
}

.scr02-2_col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.scr02-2_col2_text {
  margin-right: 100px;
}

.scr02-2_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scr02-1_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scr04-1 {
  background-color: #f0f4fb;
}

.scr04-3 {
  background-color: #f0f4fb;
}

.scr04-4 {
  background-color: #0d53db;
}

._160top120bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px;
  margin-bottom: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.oneproject_ap {
  width: 370px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #05183c;
  text-decoration: none;
}

.oneproject_ap:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.oneproject_ap._20bottom.w--current {
  margin-bottom: 20px;
}

.oneproject_ap.first {
  margin-top: 30px;
  color: #05183c;
  text-decoration: none;
}

.oneproject_ap_img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ap_projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scr04-5 {
  margin-top: -80px;
  margin-bottom: 100px;
}

.slider {
  width: 585px;
  height: 500px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  font-size: 16px;
}

.ap_main-img-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 630px;
  min-width: 630px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/M_A_main-img_BG.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.img-mineral {
  margin-left: 5px;
}

@media screen and (max-width: 991px) {
  .m_container {
    max-width: none;
    padding-right: 10px;
    padding-left: 10px;
  }

  .m_h1._30bottom {
    font-size: 50px;
  }

  .m_text_18._40top100bottom._20top {
    margin-bottom: 40px;
  }

  .m_text_18._40top100bottom._80bottom {
    margin-bottom: 30px;
  }

  .mail._50left {
    display: block;
  }

  .separator {
    display: none;
  }

  .social {
    display: none;
  }

  ._90top40bottom {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .all_news._60top100bottom {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .onenews_link {
    margin-bottom: 20px;
  }

  .arrow {
    display: none;
  }

  .bluebg {
    display: none;
    background-color: #0d53db;
  }

  .m_text_22._50per {
    width: auto;
  }

  .m_text_22._24top._70per {
    width: auto;
  }

  .m_text_22.white-center-90per {
    text-align: left;
  }

  ._90top100bottom {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .projects_section {
    background-image: none;
  }

  .all_projects._60top100bottom.w--current {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .leftmenu_section {
    display: none;
  }

  .separator-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .social_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .column {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .shareandnext_col {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .newsbody {
    margin-bottom: 40px;
  }

  .similarnews_img {
    width: auto;
  }

  .newsnext {
    margin-bottom: 30px;
  }

  .similarnews-1.w--current {
    margin-right: 100px;
  }

  .similarnews_line {
    margin-left: 0px;
  }

  .similarnews_st {
    margin-top: 20px;
  }

  .onenews_link-2 {
    width: auto;
    height: 386px;
    margin-bottom: 20px;
  }

  .libdokhead {
    margin-right: 6%;
    margin-left: 6%;
  }

  .libdokbody {
    margin-right: 6%;
    margin-left: 6%;
  }

  .ourprojects_sm {
    margin-top: 20px;
  }

  .oneproject_sm.w--current {
    margin-right: 100px;
  }

  .oneproject_sm_img {
    width: 570px;
  }

  .arrow_b {
    display: block;
  }

  .m_column_ng {
    display: none;
  }

  .countercolumn {
    display: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .newsannotation {
    margin-top: 40px;
  }

  .vacancie-contact {
    margin-bottom: 40px;
  }

  .scr01 {
    height: auto;
  }

  .more_ap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .scr01_col2 {
    display: none;
  }

  .scr02-1_col1 {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .scr02-img {
    max-width: 100%;
  }

  .scr02-1_col2_text {
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .scr02-1_col2 {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .scr02-2_col2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .scr02-2_col2_text {
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .scr02-2_columns {
    display: block;
  }

  .scr02-1_columns {
    display: block;
  }

  .scr04-1 {
    margin-bottom: 20px;
  }

  .scr04-3 {
    margin-bottom: 20px;
  }

  .oneproject_ap.w--current {
    margin-right: 100px;
  }

  .oneproject_ap_img {
    width: 570px;
  }

  .ap_projects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .scr04-5 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }

  .menu.w--current {
    display: none;
  }

  .mail._50left {
    display: none;
  }

  .separator {
    display: none;
  }

  .social {
    display: none;
  }

  .news_section {
    margin-top: 0px;
  }

  /*
  .blue-column {
    background-color: #0d53db;
  }
  */
  ._90top40bottom {
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  ._90top40bottom.mobile._20bottom {
    padding-left: 0px;
  }

  ._90top40bottom._10bottom {
    margin-bottom: 40px;
  }

  .bluebg {
    background-color: #0d53db;
  }

  .m_text_22.widht50 {
    width: auto;
  }

  .m_h4_m._26top._70per {
    width: auto;
  }

  .oneproject_img {
    width: auto;
  }

  .all_projects._60top100bottom {
    padding-right: 10px;
    padding-left: 10px;
  }

  .leftmenu {
    width: 80vw;
  }

  .m_column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .separator-2 {
    display: none;
  }

  .social_2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .breadcrumbs {
    padding-left: 10px;
  }

  .dateandhtags {
    margin-right: 10px;
    margin-left: 10px;
  }

  .library_article.first {
    margin-top: 20px;
  }

  ._95per {
    width: auto;
  }

  .libdokhead {
    margin-right: 2%;
    margin-left: 2%;
  }

  .libdokbody {
    margin-right: 2%;
    margin-left: 2%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .vacancies_section {
    margin-top: 60px;
  }

  ._80per {
    width: auto;
  }

  .oneproject_sm_img {
    width: auto;
  }

  .lastcolumn {
    margin-bottom: 60px;
  }

  .oneproject_ap_img {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .main_section {
    height: auto;
    padding-bottom: 20px;
  }

  .m_h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .m_h1._30bottom {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }

  .m_h1.accent {
    font-size: 32px;
    line-height: 34px;
  }

  .m_text_30.white {
    font-size: 22px;
    line-height: 24px;
  }

  .m_text_18.w160.white {
    width: 94px;
    margin-right: 10px;
    font-size: 13px;
    line-height: 16px;
  }

  .m_text_18._40top100bottom._20top.size {
    display: block;
    width: auto;
  }

  .m_text_18._40top100bottom._80bottom {
    display: block;
  }

  .progress {
    margin-top: 40px;
  }

  .more {
    display: none;
    margin-top: 20px;
  }

  .m_text_15.gray {
    margin-right: 10px;
    margin-left: 10px;
  }

  .main-text {
    margin-top: 60px;
  }

  .news_section {
    margin-top: 0px;
  }

  .m_h3 {
    margin-right: 10px;
    margin-left: 0px;
  }

  .news_img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .m_h2 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 28px;
    line-height: 32px;
  }

  .m_h2._0top0bottom {
    font-size: 28px;
    line-height: 32px;
  }

  .m_h2._30bot {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  ._90top40bottom {
    margin: 20px 10px 30px 0px;
    padding-left: 0px;
  }

  ._90top40bottom.mobile {
    margin-left: 0px;
  }

  ._90top40bottom._10bottom {
    margin-bottom: 20px;
  }

  .all_news._60top100bottom.w--current {
    margin-right: 10px;
    margin-left: 10px;
  }

  .arrow {
    display: block;
  }

  .bluebg {
    display: none;
  }

  .m_text_22.widht50 {
    width: auto;
    margin-right: 10px;
    margin-left: 0px;
  }

  .m_text_22._40top {
    margin-top: 20px;
    font-size: 20px;
  }

  .m_text_22.white-center-90per {
    font-size: 20px;
  }

  .m_h4_m._26top._70per {
    width: auto;
  }

  .m_h4_m.s360._30bottom {
    width: auto;
  }

  .list {
    margin-right: 10px;
    margin-left: 10px;
  }

  .projects_section {
    background-image: none;
  }

  .m_text_12.s40 {
    width: auto;
  }

  .image_570 {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .oneproject_img {
    width: auto;
  }

  .all_projects._60top100bottom {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .all_projects._60top100bottom.w--current {
    margin-right: 10px;
    margin-left: 10px;
  }

  .leftmenu {
    width: 80vw;
  }

  .m_column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .m_text_12_caps.s40 {
    width: auto;
  }

  .m_text_12_par.s40 {
    width: auto;
  }

  .m_text_12_b.s40 {
    width: auto;
  }

  .oneyear {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dateandhtags {
    margin-right: 0px;
    margin-left: 0px;
  }

  .htags-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .newsnext {
    margin-bottom: 20px;
  }

  .similarnews-1.w--current {
    margin-right: 40px;
  }

  .similarnews_line {
    display: none;
  }

  .technolist {
    height: auto;
  }

  .libraryitem_selected._10bottom {
    margin-right: 20px;
  }

  .libraryitem {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .libraryitem._10bottom {
    margin-right: 20px;
  }

  .libraryitem_2_selected._10bottom {
    margin-right: 20px;
  }

  .libraryitem_2 {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .libraryitem_2._10bottom {
    margin-right: 20px;
  }

  .libraryitem_3_selected._10bottom {
    margin-right: 20px;
  }

  .libraryitem_3 {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .libraryitem_3._10bottom {
    margin-right: 20px;
  }

  .onelibdok {
    overflow: auto;
  }

  .listdok {
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 280px;
  }

  .vacancies_section {
    margin-top: 60px;
  }

  .lastnewsmain {
    display: block;
    margin-top: 30px;
  }

  .lastnews_img {
    display: flex;
  }

  .lastnewstext {
    margin-left: 0px;
  }

  ._60top60bottom {
    display: none;
  }

  ._40top100bottom {
    display: none;
  }

  .hidecolumn {
    margin-bottom: 40px;
  }

  .more_sm {
    display: inline-block;
    margin-top: 20px;
  }

  .projecttype_1 {
    display: inline-block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .onelibdok-2 {
    overflow: auto;
  }

  .oneproject_sm.w--current {
    margin-right: 40px;
  }

  .arrow_b {
    display: none;
  }

  .columns {
    margin-bottom: 30px;
  }

  .lastcolumn {
    margin-bottom: 20px;
  }

  .columns-2 {
    margin-bottom: 40px;
  }

  .img_diploma {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .onecounter {
    margin-bottom: 5px;
  }

  .countercolumn {
    height: 70px;
  }

  .footertextcolumn {
    padding-left: 0px;
  }

  .more_ap {
    display: none;
    margin-top: 20px;
  }

  .scr01_columns {
    margin-top: 20px;
  }

  ._160top120bot {
    margin-top: 80px;
    margin-bottom: 120px;
  }

  .oneproject_ap {
    width: auto;
  }

  .oneproject_ap.w--current {
    margin-right: 40px;
  }

  .slider {
    height: auto;
  }
}

@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ubuntu';
  src: url('../fonts/Ubuntu-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


TABLE {
  width: 100%;
  border-collapse: collapse;
  background-color: #f0f4fb;
  float: left;
  border: 2px solid white;
 }
 TD, TH {
  padding: 10px;
  border: 1px solid #b8c2d6;
 }

 .w-slider-dot.w-active {
  background: #4efcd6;
  border: 1px solid #4efcd6;
}

      .w-slider-dot {
  color: #4efcd6;
  background: none;
  border: 3px solid #4efcd6;
}

