body {
  position: relative;
  width: 100%;
  min-width: 320px;
  height: auto;
  overflow: auto;
  background: none;
  font-family: 'Montserrat'; 
  font-style: normal; 
  font-weight: 500; 
  font-size: 18px; 
  line-height: 24px;
  color: #111111;
}
.uk-button-primary{
  background: #3B6DB5;
}
.header{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;
  width: 100%;
  height: 400px;
   background: url("../images/bg.jpg") no-repeat top left;
  background-size: cover;
  text-align: center;
}
.header #ajax-loader{
  position: relative;
  display: block;
  width: 220px;
  height: 220px;
  margin: auto auto 20px;
  overflow: hidden;
}
.header #ajax-loader .preload_hide{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(.35);
}
.header h1{
  font-size: 60px;
  font-size: clamp(40px, 13vw, 60px);
  margin-top: 0;
}
.header p{
  font-size: 18px;
  font-size: clamp(12px, 4vw, 18px);
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 460px){
  .header h1{
    font-size: 40px;
    font-size: clamp(40px, 13vw, 60px);
    margin-top: 0;
  }
  .header p{
    font-size: 16px;
    font-size: clamp(12px, 4vw, 18px);
  }  
}
#toogle-menu,
#totop{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #ffffff;
}
#offcanvas-nav-primary .uk-offcanvas-bar{
  width: 260px;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3B6DB5), to(#2F4F9C));
  background: linear-gradient(180deg, #3B6DB5 0%, #2F4F9C 100%);  
}
#offcanvas-nav-primary .uk-nav>li{
  margin-bottom: 10px;
}
#offcanvas-nav-primary .uk-nav>li:last-child{
  margin-bottom: 0;
}
#offcanvas-nav-primary .uk-nav>li>a{
  font-size: 16px;
}

.preloader_img {
  width: 330px;
  height: 330px;
  background: #6590C3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.preloader_img img {
  margin: auto;
}

.preloader_orbita {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid #B5C4D6;
  -webkit-transition: .2s;
  transition: .2s;
}

.preloader_orbita_small {
  width: 418px;
  height: 418px;
  margin-left: -209px;
  margin-top: -209px;
  -webkit-animation: spin 5s linear 0s infinite;
  animation: spin 5s linear 0s infinite;
}

.preloader_orbita_large {
  width: 510px;
  height: 510px;
  -webkit-animation: spin2 6s linear 0s infinite;
  animation: spin2 6s linear 0s infinite;
  margin-left: -255px;
  margin-top: -255px;
}

.preloader_orbita_outline {
  width: 610px;
  height: 610px;
  border: none;
  -webkit-animation: spin 7s linear 0s infinite;
  animation: spin 7s linear 0s infinite;
  margin-left: -305px;
  margin-top: -305px;
}

.preloader_orbita_point {
  border-radius: 50%;
  position: absolute;
}

.preloader_orbita_point1 {
  background: #9BBDE1;
  width: 9px;
  height: 9px;
  top: 60%;
  left: 1px;
}

.preloader_orbita_point2 {
  background: #94C365;
  width: 9px;
  height: 9px;
  top: 25%;
  left: 20px;
}

.preloader_orbita_point3 {
  background: #94C365;
  width: 17px;
  height: 17px;
  top: 75%;
  right: 24px;
}

.preloader_orbita_point4 {
  width: 30px;
  height: 30px;
  top: 12px;
  right: 90px;
  border: 6px solid #F09A1E;
}

.preloader_orbita_point5 {
  width: 27px;
  height: 27px;
  top: 80%;
  left: 39px;
  border: 5px solid #94C365;
}

.preloader_orbita_point6 {
  background: #9BBDE1;
  width: 9px;
  height: 9px;
  top: 26%;
  right: 32px;
}
section h2{
  display: flex;
  font-size: 40px;
  font-weight: 300;
}
section h2 .number{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: #3B6DB5;
  font-size: 30px;
  border-radius: 5px;
  font-weight: 900;
  color: #ffffff;
  margin-right: 15px;
}
.note{
  font-style: italic;
  font-size: 14px;
  text-align: center;
}
a span.note{
  display: block;
  width: 100%;
  padding-top: 10px;
  color: #111111;
  line-height: 1.2;
}
[uk-lightbox] a{
  color: #111111 !important;
  text-decoration: none !important;
}
footer{
  font-size: 14px;
  padding: 20px 70px 20px 0;
  background: #3B6DB5;
  color: #ffffff;
}
footer a,
footer a:hover{
  color: #ffffff;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}