body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6,
.uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium,
.uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Caslon Display", serif;
}

body, html {
  font-size: 30px;
  color: #133a54;
  width: 100%;
}

.start_section {
  background: url("../img/main_bg.jpg") center center;
  background-size: cover;
  text-shadow: 4px 6px 10px rgba(0, 0, 0, 0.3);

  color: #fff;
}

h1 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
}

.uk-button-primary {
  font-size: 1.2rem;
  padding: 25px 45px;
  text-transform: none;
  background-color: #3B5870;
}
.uk-button-primary:hover, .uk-button-primary:active, .uk-button-primary:focus {
  background-color: #133a54;
}

header {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99;
}

.uk-navbar-nav > li.uk-active > a, .uk-navbar-nav > li > a {
  color: #3B5870;
}
.uk-navbar-nav > li.uk-active > a:hover, .uk-navbar-nav > li > a:hover {
  color: #3A6E8E;
}

.logo_small {
  width: 60px;
  margin-top: 7px;
  margin-right: 30px;
}

.uk-navbar-nav > li > a {
  font-size: 0.7rem;
  font-family: "DM Sans", sans-serif;
}

.fake_bg {
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.5) 100%);
}

section {
  padding-top: 70px;
  padding-bottom: 70px;
}

h2, h3, .uk-card-title {
  color: #3A6E8E;
  font-size: 1.2rem;
  font-weight: bold;
}

.box {
  color: #fff;
  background-color: #133a54;
  padding: 30px 60px;
  font-size: 0.85rem;
  position: relative;
  z-index: 2;
}

.box_wrapper:after {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background-color: #3A6E8E;
  right: -20px;
  bottom: -20px;
  position: absolute;
  z-index: 1;
}

.uk-list-primary > ::before {
  color: #3A6E8E !important;
}

footer {
  background-color: #133a54;
  padding-top: 70px;
  padding-bottom: 60px;
}
footer h3 {
  color: #fff;
}
footer .uk-input, footer .uk-textarea {
  background-color: #3B5870;
  color: #fff;
  padding: 25px 30px;
}
footer .info {
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}
footer .info a {
  color: #fff;
}
footer .info .phone {
  font-size: 2.5rem;
}
footer .info .social {
  margin-top: auto;
}
footer .info .rights {
  font-size: 0.6rem;
  position: absolute;
  right: 0;
  bottom: 5px;
}
footer .uk-button-primary {
  background-color: #3A6E8E;
}
footer .uk-button-primary:hover, footer .uk-button-primary:focus, footer .uk-button-primary:active {
  background-color: #3B5870;
}

.logo_big_wrapper {
  position: relative;
}


.logo_big {
  position: relative;
  z-index: 2;
}

.timeline_item {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.timeline_item:before {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  background-color: rgba(59, 88, 112, 0.2);
  width: 100%;
  left: 0;
  top: 86px;
}

.timeline_item_icon {
  width: 80px;
  height: 80px;
  border: 2px solid #133a54;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background: #133a54;
}
.timeline_item_icon img {
  box-sizing: border-box;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 5px;
}

.timeline_item_icon:before {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background: #133a54;
  position: absolute;
  left: 39px;
}

.timeline_item_icon:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #133a54;
  border-radius: 50%;
  left: 35px;
  position: absolute;
}

.timeline_card_grid:nth-child(2n+1) .timeline_item_icon:before {
  bottom: -45px;
}
.timeline_card_grid:nth-child(2n+1) .timeline_item_icon:after {
  bottom: -55px;
}

.timeline_card_grid:nth-child(2n) .timeline_item_icon:before {
  top: -45px;
}
.timeline_card_grid:nth-child(2n) .timeline_item_icon:after {
  top: -55px;
}

.timeline_item_radius {
  width: 90px;
  height: 50px;
  border-radius: 90px 90px 0 0;
  border-top: 2px solid red;
  border-left: 2px solid red;
  border-right: 2px solid red;
}

.timeline_title {
  color: #3A6E8E;
  font-size: 0.8rem;
}

.timeline_text {
  font-size: 0.5rem;
  line-height: 1.2;
}

.timeline_top .timeline_title, .timeline_top .timeline_text {
  /*padding-right: 90px;*/
}

.timeline_bottom .timeline_title, .timeline_bottom .timeline_text {
  /*padding-left: 90px;*/
}
.timeline_bottom .timeline_text {
  height: 150px;
}
.timeline_text, .timeline_title {
min-width: 140px;
}
.uk-card-default {
  color: #133a54;
}

.timeline_section {
  padding: 0;
  position: relative;
  z-index: 2;
}
.timeline_section .uk-card-default {
  background-color: rgba(255, 255, 255, 0.9);
}

.timeline_after {
  height: 600px;
  background: url("../img/earth.jpg");
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: -355px;
}

.facts {
  background-color: #3B5870;
  background-image: url("../img/fact_bg.png");
  background-size: cover;
}
.facts, .facts h2 {
  color: #fff;
}
.facts .title {
  background-color: #fff;
  color: #3A6E8E;
  width: 200px;
  height: 50px;
  font-size: 1.2rem;
  padding-left: 50px;
  font-weight: bold;
}
.facts .text {
  background: #133a54;
  position: relative;
  z-index: 2;
  padding: 30px 45px;
  line-height: 1.2;
  border-left: 50px solid #fff;
}

.divider {
  display: flex;
  margin-bottom: 15px !important;
}

.divider:before, .divider:after {
  content: "";
  flex: 1;
}

.line {
  align-items: center;
  margin: 0 -1em;
}

.line:before, .line:after {
  height: 1px;
  margin: 0 1em;
}

.one-line:before, .one-line:after {
  background: #3B5870;
}


footer .boltforms + hr {
  display: none;
}

.social {
  margin-top: 10px;
}
